From 8633b273ebe17d5b7824a1b4cb8d23f09ab34a15 Mon Sep 17 00:00:00 2001 From: Matthew Podwysocki Date: Tue, 18 Mar 2014 19:37:51 -0400 Subject: [PATCH] Better Promise detection --- rx.aggregates.min.js | 2 +- rx.async.compat.min.js | 2 +- rx.async.min.js | 2 +- rx.backpressure.min.js | 2 +- rx.binding.min.js | 2 +- rx.coincidence.min.js | 2 +- rx.compat.js | 2 +- rx.compat.min.js | 4 ++-- rx.experimental.min.js | 2 +- rx.joinpatterns.min.js | 2 +- rx.js | 2 +- rx.lite.compat.js | 2 +- rx.lite.compat.min.js | 4 ++-- rx.lite.js | 2 +- rx.lite.min.js | 4 ++-- rx.min.js | 4 ++-- rx.testing.min.js | 2 +- rx.time.min.js | 2 +- rx.virtualtime.min.js | 2 +- src/core/basicheader-modern.js | 2 +- src/core/basicheader.js | 2 +- src/core/liteheader-compat.js | 2 +- src/core/liteheader.js | 2 +- 23 files changed, 27 insertions(+), 27 deletions(-) diff --git a/rx.aggregates.min.js b/rx.aggregates.min.js index 20e1004c3..f7d62cde0 100644 --- a/rx.aggregates.min.js +++ b/rx.aggregates.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,i=e[typeof module]&&module&&!module.nodeType&&module,o=(i&&i.exports===r&&r,e[typeof global]&&global);!o||o.global!==o&&o.window!==o||(n=o),"function"==typeof define&&define.amd?define(["rx","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n,r){function i(t,e){return w(t,e)}function o(t){return t}function s(t,e){return t>e?1:e>t?-1:0}function u(t,e,n){return new y(function(i){var o=!1,s=null,u=[];return t.subscribe(function(t){var c,a;try{a=e(t)}catch(l){return i.onError(l),r}if(c=0,o)try{c=n(a,s)}catch(h){return i.onError(h),r}else o=!0,s=a;c>0&&(s=a,u=[]),c>=0&&u.push(t)},i.onError.bind(i),function(){i.onNext(u),i.onCompleted()})})}function c(t){if(0===t.length)throw Error(E);return t[0]}function a(t,e,n){return new y(function(i){var o=0,s=e.length;return t.subscribe(function(t){var u=!1;try{s>o&&(u=n(t,e[o++]))}catch(c){return i.onError(c),r}u||(i.onNext(!1),i.onCompleted())},i.onError.bind(i),function(){i.onNext(o===s),i.onCompleted()})})}function l(t,e,n,r){if(0>e)throw Error(g);return new y(function(i){var o=e;return t.subscribe(function(t){0===o&&(i.onNext(t),i.onCompleted()),o--},i.onError.bind(i),function(){n?(i.onNext(r),i.onCompleted()):i.onError(Error(g))})})}function h(t,e,n){return new y(function(r){var i=n,o=!1;return t.subscribe(function(t){o?r.onError(Error("Sequence contains more than one element")):(i=t,o=!0)},r.onError.bind(r),function(){o||e?(r.onNext(i),r.onCompleted()):r.onError(Error(E))})})}function f(t,e,n){return new y(function(r){return t.subscribe(function(t){r.onNext(t),r.onCompleted()},r.onError.bind(r),function(){e?(r.onNext(n),r.onCompleted()):r.onError(Error(E))})})}function p(t,e,n){return new y(function(r){var i=n,o=!1;return t.subscribe(function(t){i=t,o=!0},r.onError.bind(r),function(){o||e?(r.onNext(i),r.onCompleted()):r.onError(Error(E))})})}function d(t,e,n,i){return new y(function(o){var s=0;return t.subscribe(function(u){var c;try{c=e.call(n,u,s,t)}catch(a){return o.onError(a),r}c?(o.onNext(i?s:u),o.onCompleted()):s++},o.onError.bind(o),function(){o.onNext(i?-1:r),o.onCompleted()})})}var b=n.Observable,v=b.prototype,m=n.CompositeDisposable,y=n.AnonymousObservable,w=n.internals.isEqual,g="Argument out of range",E="Sequence contains no elements.";return v.aggregate=function(){var t,e,n;return 2===arguments.length?(t=arguments[0],e=!0,n=arguments[1]):n=arguments[0],e?this.scan(t,n).startWith(t).finalValue():this.scan(n).finalValue()},v.reduce=function(t){var e,n;return 2===arguments.length&&(n=!0,e=arguments[1]),n?this.scan(e,t).startWith(e).finalValue():this.scan(t).finalValue()},v.some=v.any=function(t,e){var n=this;return t?n.where(t,e).any():new y(function(t){return n.subscribe(function(){t.onNext(!0),t.onCompleted()},t.onError.bind(t),function(){t.onNext(!1),t.onCompleted()})})},v.isEmpty=function(){return this.any().select(function(t){return!t})},v.every=v.all=function(t,e){return this.where(function(e){return!t(e)},e).any().select(function(t){return!t})},v.contains=function(t,e){return e||(e=i),this.where(function(n){return e(n,t)}).any()},v.count=function(t,e){return t?this.where(t,e).count():this.aggregate(0,function(t){return t+1})},v.sum=function(t,e){return t?this.select(t,e).sum():this.aggregate(0,function(t,e){return t+e})},v.minBy=function(t,e){return e||(e=s),u(this,t,function(t,n){return-1*e(t,n)})},v.min=function(t){return this.minBy(o,t).select(function(t){return c(t)})},v.maxBy=function(t,e){return e||(e=s),u(this,t,e)},v.max=function(t){return this.maxBy(o,t).select(function(t){return c(t)})},v.average=function(t,e){return t?this.select(t,e).average():this.scan({sum:0,count:0},function(t,e){return{sum:t.sum+e,count:t.count+1}}).finalValue().select(function(t){if(0===t.count)throw Error("The input sequence was empty");return t.sum/t.count})},v.sequenceEqual=function(t,e){var n=this;return e||(e=i),Array.isArray(t)?a(n,t,e):new y(function(i){var o=!1,s=!1,u=[],c=[],a=n.subscribe(function(t){var n,o;if(c.length>0){o=c.shift();try{n=e(o,t)}catch(a){return i.onError(a),r}n||(i.onNext(!1),i.onCompleted())}else s?(i.onNext(!1),i.onCompleted()):u.push(t)},i.onError.bind(i),function(){o=!0,0===u.length&&(c.length>0?(i.onNext(!1),i.onCompleted()):s&&(i.onNext(!0),i.onCompleted()))}),l=t.subscribe(function(t){var n,s;if(u.length>0){s=u.shift();try{n=e(s,t)}catch(a){return i.onError(a),r}n||(i.onNext(!1),i.onCompleted())}else o?(i.onNext(!1),i.onCompleted()):c.push(t)},i.onError.bind(i),function(){s=!0,0===c.length&&(u.length>0?(i.onNext(!1),i.onCompleted()):o&&(i.onNext(!0),i.onCompleted()))});return new m(a,l)})},v.elementAt=function(t){return l(this,t,!1)},v.elementAtOrDefault=function(t,e){return l(this,t,!0,e)},v.single=function(t,e){return t?this.where(t,e).single():h(this,!1)},v.singleOrDefault=function(t,e,n){return t?this.where(t,n).singleOrDefault(null,e):h(this,!0,e)},v.first=function(t,e){return t?this.where(t,e).first():f(this,!1)},v.firstOrDefault=function(t,e){return t?this.where(t).firstOrDefault(null,e):f(this,!0,e)},v.last=function(t,e){return t?this.where(t,e).last():p(this,!1)},v.lastOrDefault=function(t,e,n){return t?this.where(t,n).lastOrDefault(null,e):p(this,!0,e)},v.find=function(t,e){return d(this,t,e,!1)},v.findIndex=function(t,e){return d(this,t,e,!0)},n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c,d){function e(a,b){return t(a,b)}function f(a){return a}function g(a,b){return a>b?1:b>a?-1:0}function h(a,b,c){return new s(function(d){var e=!1,f=null,g=[];return a.subscribe(function(a){var h,i;try{i=b(a)}catch(j){return d.onError(j),void 0}if(h=0,e)try{h=c(i,f)}catch(k){return d.onError(k),void 0}else e=!0,f=i;h>0&&(f=i,g=[]),h>=0&&g.push(a)},d.onError.bind(d),function(){d.onNext(g),d.onCompleted()})})}function i(a){if(0===a.length)throw new Error(v);return a[0]}function j(a,b,c){return new s(function(d){var e=0,f=b.length;return a.subscribe(function(a){var g=!1;try{f>e&&(g=c(a,b[e++]))}catch(h){return d.onError(h),void 0}g||(d.onNext(!1),d.onCompleted())},d.onError.bind(d),function(){d.onNext(e===f),d.onCompleted()})})}function k(a,b,c,d){if(0>b)throw new Error(u);return new s(function(e){var f=b;return a.subscribe(function(a){0===f&&(e.onNext(a),e.onCompleted()),f--},e.onError.bind(e),function(){c?(e.onNext(d),e.onCompleted()):e.onError(new Error(u))})})}function l(a,b,c){return new s(function(d){var e=c,f=!1;return a.subscribe(function(a){f?d.onError(new Error("Sequence contains more than one element")):(e=a,f=!0)},d.onError.bind(d),function(){f||b?(d.onNext(e),d.onCompleted()):d.onError(new Error(v))})})}function m(a,b,c){return new s(function(d){return a.subscribe(function(a){d.onNext(a),d.onCompleted()},d.onError.bind(d),function(){b?(d.onNext(c),d.onCompleted()):d.onError(new Error(v))})})}function n(a,b,c){return new s(function(d){var e=c,f=!1;return a.subscribe(function(a){e=a,f=!0},d.onError.bind(d),function(){f||b?(d.onNext(e),d.onCompleted()):d.onError(new Error(v))})})}function o(a,b,c,e){return new s(function(f){var g=0;return a.subscribe(function(d){var h;try{h=b.call(c,d,g,a)}catch(i){return f.onError(i),void 0}h?(f.onNext(e?g:d),f.onCompleted()):g++},f.onError.bind(f),function(){f.onNext(e?-1:d),f.onCompleted()})})}var p=c.Observable,q=p.prototype,r=c.CompositeDisposable,s=c.AnonymousObservable,t=c.internals.isEqual,u="Argument out of range",v="Sequence contains no elements.";return q.aggregate=function(){var a,b,c;return 2===arguments.length?(a=arguments[0],b=!0,c=arguments[1]):c=arguments[0],b?this.scan(a,c).startWith(a).finalValue():this.scan(c).finalValue()},q.reduce=function(a){var b,c;return 2===arguments.length&&(c=!0,b=arguments[1]),c?this.scan(b,a).startWith(b).finalValue():this.scan(a).finalValue()},q.some=q.any=function(a,b){var c=this;return a?c.where(a,b).any():new s(function(a){return c.subscribe(function(){a.onNext(!0),a.onCompleted()},a.onError.bind(a),function(){a.onNext(!1),a.onCompleted()})})},q.isEmpty=function(){return this.any().select(function(a){return!a})},q.every=q.all=function(a,b){return this.where(function(b){return!a(b)},b).any().select(function(a){return!a})},q.contains=function(a,b){return b||(b=e),this.where(function(c){return b(c,a)}).any()},q.count=function(a,b){return a?this.where(a,b).count():this.aggregate(0,function(a){return a+1})},q.sum=function(a,b){return a?this.select(a,b).sum():this.aggregate(0,function(a,b){return a+b})},q.minBy=function(a,b){return b||(b=g),h(this,a,function(a,c){return-1*b(a,c)})},q.min=function(a){return this.minBy(f,a).select(function(a){return i(a)})},q.maxBy=function(a,b){return b||(b=g),h(this,a,b)},q.max=function(a){return this.maxBy(f,a).select(function(a){return i(a)})},q.average=function(a,b){return a?this.select(a,b).average():this.scan({sum:0,count:0},function(a,b){return{sum:a.sum+b,count:a.count+1}}).finalValue().select(function(a){if(0===a.count)throw new Error("The input sequence was empty");return a.sum/a.count})},q.sequenceEqual=function(a,b){var c=this;return b||(b=e),Array.isArray(a)?j(c,a,b):new s(function(d){var e=!1,f=!1,g=[],h=[],i=c.subscribe(function(a){var c,e;if(h.length>0){e=h.shift();try{c=b(e,a)}catch(i){return d.onError(i),void 0}c||(d.onNext(!1),d.onCompleted())}else f?(d.onNext(!1),d.onCompleted()):g.push(a)},d.onError.bind(d),function(){e=!0,0===g.length&&(h.length>0?(d.onNext(!1),d.onCompleted()):f&&(d.onNext(!0),d.onCompleted()))}),j=a.subscribe(function(a){var c,f;if(g.length>0){f=g.shift();try{c=b(f,a)}catch(i){return d.onError(i),void 0}c||(d.onNext(!1),d.onCompleted())}else e?(d.onNext(!1),d.onCompleted()):h.push(a)},d.onError.bind(d),function(){f=!0,0===h.length&&(g.length>0?(d.onNext(!1),d.onCompleted()):e&&(d.onNext(!0),d.onCompleted()))});return new r(i,j)})},q.elementAt=function(a){return k(this,a,!1)},q.elementAtOrDefault=function(a,b){return k(this,a,!0,b)},q.single=function(a,b){return a?this.where(a,b).single():l(this,!1)},q.singleOrDefault=function(a,b,c){return a?this.where(a,c).singleOrDefault(null,b):l(this,!0,b)},q.first=function(a,b){return a?this.where(a,b).first():m(this,!1)},q.firstOrDefault=function(a,b){return a?this.where(a).firstOrDefault(null,b):m(this,!0,b)},q.last=function(a,b){return a?this.where(a,b).last():n(this,!1)},q.lastOrDefault=function(a,b,c){return a?this.where(a,c).lastOrDefault(null,b):n(this,!0,b)},q.find=function(a,b){return o(this,a,b,!1)},q.findIndex=function(a,b){return o(this,a,b,!0)},c}); \ No newline at end of file diff --git a/rx.async.compat.min.js b/rx.async.compat.min.js index af567671b..811a36fe2 100644 --- a/rx.async.compat.min.js +++ b/rx.async.compat.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx.binding","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n){function r(t){var e=function(){this.cancelBubble=!0},n=function(){if(this.bubbledKeyCode=this.keyCode,this.ctrlKey)try{this.keyCode=0}catch(t){}this.defaultPrevented=!0,this.returnValue=!1,this.modified=!0};if(t||(t=window.event),!t.target)switch(t.target=t.target||t.srcElement,"mouseover"==t.type&&(t.relatedTarget=t.fromElement),"mouseout"==t.type&&(t.relatedTarget=t.toElement),t.stopPropagation||(t.stopPropagation=e,t.preventDefault=n),t.type){case"keypress":var r="charCode"in t?t.charCode:t.keyCode;10==r?(r=0,t.keyCode=13):13==r||27==r?r=0:3==r&&(r=99),t.charCode=r,t.keyChar=t.charCode?String.fromCharCode(t.charCode):""}return t}function o(t,e,n){if(t.addListener)return t.addListener(e,n),f(function(){t.removeListener(e,n)});if(t.addEventListener)return t.addEventListener(e,n,!1),f(function(){t.removeEventListener(e,n,!1)});if(t.attachEvent){var o=function(t){n(r(t))};return t.attachEvent("on"+e,o),f(function(){t.detachEvent("on"+e,o)})}return t["on"+e]=n,f(function(){t["on"+e]=null})}function i(t,e,n){var r=new h;if(t&&t.length)for(var s=0,u=t.length;u>s;s++)r.add(i(t[s],e,n));else t&&r.add(o(t,e,n));return r}var s=n.Observable,u=(s.prototype,s.fromPromise),c=s.throwException,a=n.AnonymousObservable,l=n.AsyncSubject,f=n.Disposable.create,h=n.CompositeDisposable,p=n.Scheduler.immediate,d=Array.prototype.slice;s.start=function(t,e,n){return b(t,e,n)()};var b=s.toAsync=function(t,e,n){return e||(e=timeoutScheduler),function(){var r=arguments,o=new l;return e.schedule(function(){var e;try{e=t.apply(n,r)}catch(i){return o.onError(i),undefined}o.onNext(e),o.onCompleted()}),o.asObservable()}};return s.fromCallback=function(t,e,n,r){return e||(e=p),function(){var o=d.call(arguments,0);return new a(function(i){return e.schedule(function(){function e(t){var e=t;if(r)try{e=r(arguments)}catch(n){return i.onError(n),undefined}else 1===e.length&&(e=e[0]);i.onNext(e),i.onCompleted()}o.push(e),t.apply(n,o)})})}},s.fromNodeCallback=function(t,e,n,r){return e||(e=p),function(){var o=d.call(arguments,0);return new a(function(i){return e.schedule(function(){function e(t){if(t)return i.onError(t),undefined;var e=d.call(arguments,1);if(r)try{e=r(e)}catch(n){return i.onError(n),undefined}else 1===e.length&&(e=e[0]);i.onNext(e),i.onCompleted()}o.push(e),t.apply(n,o)})})}},s.fromEvent=function(t,e,n){return new a(function(r){return i(t,e,function(t){var e=t;if(n)try{e=n(arguments)}catch(o){return r.onError(o),undefined}r.onNext(e)})}).publish().refCount()},s.fromEventPattern=function(t,e,n){return new a(function(r){function o(t){var e=t;if(n)try{e=n(arguments)}catch(o){return r.onError(o),undefined}r.onNext(e)}var i=t(o);return f(function(){e&&e(o,i)})}).publish().refCount()},s.startAsync=function(t){var e;try{e=t()}catch(n){return c(n)}return u(e)},n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx.binding","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c){function d(a){var b=function(){this.cancelBubble=!0},c=function(){if(this.bubbledKeyCode=this.keyCode,this.ctrlKey)try{this.keyCode=0}catch(a){}this.defaultPrevented=!0,this.returnValue=!1,this.modified=!0};if(a||(a=window.event),!a.target)switch(a.target=a.target||a.srcElement,"mouseover"==a.type&&(a.relatedTarget=a.fromElement),"mouseout"==a.type&&(a.relatedTarget=a.toElement),a.stopPropagation||(a.stopPropagation=b,a.preventDefault=c),a.type){case"keypress":var d="charCode"in a?a.charCode:a.keyCode;10==d?(d=0,a.keyCode=13):13==d||27==d?d=0:3==d&&(d=99),a.charCode=d,a.keyChar=a.charCode?String.fromCharCode(a.charCode):""}return a}function e(a,b,c){if(a.addListener)return a.addListener(b,c),l(function(){a.removeListener(b,c)});if(a.addEventListener)return a.addEventListener(b,c,!1),l(function(){a.removeEventListener(b,c,!1)});if(a.attachEvent){var e=function(a){c(d(a))};return a.attachEvent("on"+b,e),l(function(){a.detachEvent("on"+b,e)})}return a["on"+b]=c,l(function(){a["on"+b]=null})}function f(a,b,c){var d=new m;if(a&&a.length)for(var g=0,h=a.length;h>g;g++)d.add(f(a[g],b,c));else a&&d.add(e(a,b,c));return d}var g=c.Observable,h=(g.prototype,g.fromPromise),i=g.throwException,j=c.AnonymousObservable,k=c.AsyncSubject,l=c.Disposable.create,m=c.CompositeDisposable,n=c.Scheduler.immediate,o=Array.prototype.slice;g.start=function(a,b,c){return p(a,b,c)()};var p=g.toAsync=function(a,b,c){return b||(b=timeoutScheduler),function(){var d=arguments,e=new k;return b.schedule(function(){var b;try{b=a.apply(c,d)}catch(f){return e.onError(f),void 0}e.onNext(b),e.onCompleted()}),e.asObservable()}};return g.fromCallback=function(a,b,c,d){return b||(b=n),function(){var e=o.call(arguments,0);return new j(function(f){return b.schedule(function(){function b(a){var b=a;if(d)try{b=d(arguments)}catch(c){return f.onError(c),void 0}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},g.fromNodeCallback=function(a,b,c,d){return b||(b=n),function(){var e=o.call(arguments,0);return new j(function(f){return b.schedule(function(){function b(a){if(a)return f.onError(a),void 0;var b=o.call(arguments,1);if(d)try{b=d(b)}catch(c){return f.onError(c),void 0}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},g.fromEvent=function(a,b,c){return new j(function(d){return f(a,b,function(a){var b=a;if(c)try{b=c(arguments)}catch(e){return d.onError(e),void 0}d.onNext(b)})}).publish().refCount()},g.fromEventPattern=function(a,b,c){return new j(function(d){function e(a){var b=a;if(c)try{b=c(arguments)}catch(e){return d.onError(e),void 0}d.onNext(b)}var f=a(e);return l(function(){b&&b(e,f)})}).publish().refCount()},g.startAsync=function(a){var b;try{b=a()}catch(c){return i(c)}return h(b)},c}); \ No newline at end of file diff --git a/rx.async.min.js b/rx.async.min.js index c684626a7..46b05c904 100644 --- a/rx.async.min.js +++ b/rx.async.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx.binding","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n){function r(t,e,n){return t.addListener?(t.addListener(e,n),l(function(){t.removeListener(e,n)})):t.addEventListener?(t.addEventListener(e,n,!1),l(function(){t.removeEventListener(e,n,!1)})):undefined}function o(t,e,n){var i=new f;if(t&&t.length)for(var s=0,u=t.length;u>s;s++)i.add(o(t[s],e,n));else t&&i.add(r(t,e,n));return i}var i=n.Observable,s=(i.prototype,i.fromPromise),u=i.throwException,c=n.AnonymousObservable,a=n.AsyncSubject,l=n.Disposable.create,f=n.CompositeDisposable,h=n.Scheduler.immediate,p=Array.prototype.slice;i.start=function(t,e,n){return d(t,e,n)()};var d=i.toAsync=function(t,e,n){return e||(e=timeoutScheduler),function(){var r=arguments,o=new a;return e.schedule(function(){var e;try{e=t.apply(n,r)}catch(i){return o.onError(i),undefined}o.onNext(e),o.onCompleted()}),o.asObservable()}};return i.fromCallback=function(t,e,n,r){return e||(e=h),function(){var o=p.call(arguments,0);return new c(function(i){return e.schedule(function(){function e(t){var e=t;if(r)try{e=r(arguments)}catch(n){return i.onError(n),undefined}else 1===e.length&&(e=e[0]);i.onNext(e),i.onCompleted()}o.push(e),t.apply(n,o)})})}},i.fromNodeCallback=function(t,e,n,r){return e||(e=h),function(){var o=p.call(arguments,0);return new c(function(i){return e.schedule(function(){function e(t){if(t)return i.onError(t),undefined;var e=p.call(arguments,1);if(r)try{e=r(e)}catch(n){return i.onError(n),undefined}else 1===e.length&&(e=e[0]);i.onNext(e),i.onCompleted()}o.push(e),t.apply(n,o)})})}},i.fromEvent=function(t,e,n){return new c(function(r){return o(t,e,function(t){var e=t;if(n)try{e=n(arguments)}catch(o){return r.onError(o),undefined}r.onNext(e)})}).publish().refCount()},i.fromEventPattern=function(t,e,n){return new c(function(r){function o(t){var e=t;if(n)try{e=n(arguments)}catch(o){return r.onError(o),undefined}r.onNext(e)}var i=t(o);return l(function(){e&&e(o,i)})}).publish().refCount()},i.startAsync=function(t){var e;try{e=t()}catch(n){return u(n)}return s(e)},n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx.binding","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c){function d(a,b,c){return a.addListener?(a.addListener(b,c),k(function(){a.removeListener(b,c)})):a.addEventListener?(a.addEventListener(b,c,!1),k(function(){a.removeEventListener(b,c,!1)})):void 0}function e(a,b,c){var f=new l;if(a&&a.length)for(var g=0,h=a.length;h>g;g++)f.add(e(a[g],b,c));else a&&f.add(d(a,b,c));return f}var f=c.Observable,g=(f.prototype,f.fromPromise),h=f.throwException,i=c.AnonymousObservable,j=c.AsyncSubject,k=c.Disposable.create,l=c.CompositeDisposable,m=c.Scheduler.immediate,n=Array.prototype.slice;f.start=function(a,b,c){return o(a,b,c)()};var o=f.toAsync=function(a,b,c){return b||(b=timeoutScheduler),function(){var d=arguments,e=new j;return b.schedule(function(){var b;try{b=a.apply(c,d)}catch(f){return e.onError(f),void 0}e.onNext(b),e.onCompleted()}),e.asObservable()}};return f.fromCallback=function(a,b,c,d){return b||(b=m),function(){var e=n.call(arguments,0);return new i(function(f){return b.schedule(function(){function b(a){var b=a;if(d)try{b=d(arguments)}catch(c){return f.onError(c),void 0}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},f.fromNodeCallback=function(a,b,c,d){return b||(b=m),function(){var e=n.call(arguments,0);return new i(function(f){return b.schedule(function(){function b(a){if(a)return f.onError(a),void 0;var b=n.call(arguments,1);if(d)try{b=d(b)}catch(c){return f.onError(c),void 0}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},f.fromEvent=function(a,b,c){return new i(function(d){return e(a,b,function(a){var b=a;if(c)try{b=c(arguments)}catch(e){return d.onError(e),void 0}d.onNext(b)})}).publish().refCount()},f.fromEventPattern=function(a,b,c){return new i(function(d){function e(a){var b=a;if(c)try{b=c(arguments)}catch(e){return d.onError(e),void 0}d.onNext(b)}var f=a(e);return k(function(){b&&b(e,f)})}).publish().refCount()},f.startAsync=function(a){var b;try{b=a()}catch(c){return h(c)}return g(b)},c}); \ No newline at end of file diff --git a/rx.backpressure.min.js b/rx.backpressure.min.js index 668e4f031..8c0657b33 100644 --- a/rx.backpressure.min.js +++ b/rx.backpressure.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,i=e[typeof module]&&module&&!module.nodeType&&module,o=(i&&i.exports===r&&r,e[typeof global]&&global);!o||o.global!==o&&o.window!==o||(n=o),"function"==typeof define&&define.amd?define(["rx","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n){function r(){if(this.isDisposed)throw Error(v)}function i(t){return t}function o(t,e,n){return new c(function(r){function o(t,e){l[e]=t;var o;if(u[e]=!0,c||(c=u.every(i))){try{o=n.apply(null,l)}catch(s){return r.onError(s),undefined}r.onNext(o)}else h&&r.onCompleted()}var s=2,u=[!1,!1],c=!1,h=!1,l=Array(s);return new a(t.subscribe(function(t){o(t,0)},r.onError.bind(r),function(){h=!0,r.onCompleted()}),e.subscribe(function(t){o(t,1)},r.onError.bind(r)))})}var s=n.Observable,u=s.prototype,c=n.AnonymousObservable,a=n.CompositeDisposable,h=n.Subject,l=n.Observer,f=n.Disposable.empty,p=n.Disposable.create,d=n.internals.inherits,b=n.internals.addProperties;n.Scheduler.timeout;var v="Object has been disposed";u.pausable=function(t){var e=this;return new c(function(n){var r=e.publish(),i=r.subscribe(n),o=f,s=t.distinctUntilChanged().subscribe(function(t){t?o=r.connect():(o.dispose(),o=f)});return new a(i,o,s)})},u.pausableBuffered=function(t){var e=this;return new c(function(n){var r=[],i=!0,s=o(e,t.distinctUntilChanged(),function(t,e){return{data:t,shouldFire:e}}).subscribe(function(t){if(t.shouldFire&&i&&n.onNext(t.data),t.shouldFire&&!i){for(;r.length>0;)n.onNext(r.shift());i=!0}else t.shouldFire||i?!t.shouldFire&&i&&(i=!1):r.push(t.data)},n.onError.bind(n),n.onCompleted.bind(n));return t.onNext(!1),s})},u.controlled=function(t){return null==t&&(t=!0),new m(this,t)};var m=function(t){function e(t){return this.source.subscribe(t)}function n(n,r){t.call(this,e),this.subject=new y(r),this.source=n.multicast(this.subject).refCount()}return d(n,t),n.prototype.request=function(t){return null==t&&(t=-1),this.subject.request(t)},n}(s),y=n.ControlledSubject=function(t){function e(t){return this.subject.subscribe(t)}function n(n){null==n&&(n=!0),t.call(this,e),this.subject=new h,this.enableQueue=n,this.queue=n?[]:null,this.requestedCount=0,this.requestedDisposable=f,this.error=null,this.hasFailed=!1,this.hasCompleted=!1,this.controlledDisposable=f}return d(n,t),b(n.prototype,l,{onCompleted:function(){r.call(this),this.hasCompleted=!0,this.enableQueue&&0!==this.queue.length||this.subject.onCompleted()},onError:function(t){r.call(this),this.hasFailed=!0,this.error=t,this.enableQueue&&0!==this.queue.length||this.subject.onError(t)},onNext:function(t){r.call(this);var e=!1;0===this.requestedCount?this.enableQueue&&this.queue.push(t):(-1!==this.requestedCount&&0===this.requestedCount--&&this.disposeCurrentRequest(),e=!0),e&&this.subject.onNext(t)},_processRequest:function(t){if(this.enableQueue){for(;this.queue.length>=t&&t>0;)this.subject.onNext(this.queue.shift()),t--;return 0!==this.queue.length?{numberOfItems:t,returnValue:!0}:{numberOfItems:t,returnValue:!1}}return this.hasFailed?(this.subject.onError(this.error),this.controlledDisposable.dispose(),this.controlledDisposable=f):this.hasCompleted&&(this.subject.onCompleted(),this.controlledDisposable.dispose(),this.controlledDisposable=f),{numberOfItems:t,returnValue:!1}},request:function(t){r.call(this),this.disposeCurrentRequest();var e=this,n=this._processRequest(t);return t=n.numberOfItems,n.returnValue?f:(this.requestedCount=t,this.requestedDisposable=p(function(){e.requestedCount=0}),this.requestedDisposable)},disposeCurrentRequest:function(){this.requestedDisposable.dispose(),this.requestedDisposable=f},dispose:function(){this.isDisposed=!0,this.error=null,this.subject.dispose(),this.requestedDisposable.dispose()}}),n}(s);return n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c){function d(){if(this.isDisposed)throw new Error(q)}function e(a){return a}function f(a,b,c){return new i(function(d){function f(a,b){l[b]=a;var f;if(h[b]=!0,i||(i=h.every(e))){try{f=c.apply(null,l)}catch(g){return d.onError(g),void 0}d.onNext(f)}else k&&d.onCompleted()}var g=2,h=[!1,!1],i=!1,k=!1,l=new Array(g);return new j(a.subscribe(function(a){f(a,0)},d.onError.bind(d),function(){k=!0,d.onCompleted()}),b.subscribe(function(a){f(a,1)},d.onError.bind(d)))})}var g=c.Observable,h=g.prototype,i=c.AnonymousObservable,j=c.CompositeDisposable,k=c.Subject,l=c.Observer,m=c.Disposable.empty,n=c.Disposable.create,o=c.internals.inherits,p=c.internals.addProperties,q=(c.Scheduler.timeout,"Object has been disposed");h.pausable=function(a){var b=this;return new i(function(c){var d=b.publish(),e=d.subscribe(c),f=m,g=a.distinctUntilChanged().subscribe(function(a){a?f=d.connect():(f.dispose(),f=m)});return new j(e,f,g)})},h.pausableBuffered=function(a){var b=this;return new i(function(c){var d=[],e=!0,g=f(b,a.distinctUntilChanged(),function(a,b){return{data:a,shouldFire:b}}).subscribe(function(a){if(a.shouldFire&&e&&c.onNext(a.data),a.shouldFire&&!e){for(;d.length>0;)c.onNext(d.shift());e=!0}else a.shouldFire||e?!a.shouldFire&&e&&(e=!1):d.push(a.data)},c.onError.bind(c),c.onCompleted.bind(c));return a.onNext(!1),g})},h.controlled=function(a){return null==a&&(a=!0),new r(this,a)};var r=function(a){function b(a){return this.source.subscribe(a)}function c(c,d){a.call(this,b),this.subject=new s(d),this.source=c.multicast(this.subject).refCount()}return o(c,a),c.prototype.request=function(a){return null==a&&(a=-1),this.subject.request(a)},c}(g),s=c.ControlledSubject=function(a){function b(a){return this.subject.subscribe(a)}function c(c){null==c&&(c=!0),a.call(this,b),this.subject=new k,this.enableQueue=c,this.queue=c?[]:null,this.requestedCount=0,this.requestedDisposable=m,this.error=null,this.hasFailed=!1,this.hasCompleted=!1,this.controlledDisposable=m}return o(c,a),p(c.prototype,l,{onCompleted:function(){d.call(this),this.hasCompleted=!0,this.enableQueue&&0!==this.queue.length||this.subject.onCompleted()},onError:function(a){d.call(this),this.hasFailed=!0,this.error=a,this.enableQueue&&0!==this.queue.length||this.subject.onError(a)},onNext:function(a){d.call(this);var b=!1;0===this.requestedCount?this.enableQueue&&this.queue.push(a):(-1!==this.requestedCount&&0===this.requestedCount--&&this.disposeCurrentRequest(),b=!0),b&&this.subject.onNext(a)},_processRequest:function(a){if(this.enableQueue){for(;this.queue.length>=a&&a>0;)this.subject.onNext(this.queue.shift()),a--;return 0!==this.queue.length?{numberOfItems:a,returnValue:!0}:{numberOfItems:a,returnValue:!1}}return this.hasFailed?(this.subject.onError(this.error),this.controlledDisposable.dispose(),this.controlledDisposable=m):this.hasCompleted&&(this.subject.onCompleted(),this.controlledDisposable.dispose(),this.controlledDisposable=m),{numberOfItems:a,returnValue:!1}},request:function(a){d.call(this),this.disposeCurrentRequest();var b=this,c=this._processRequest(a);return a=c.numberOfItems,c.returnValue?m:(this.requestedCount=a,this.requestedDisposable=n(function(){b.requestedCount=0}),this.requestedDisposable)},disposeCurrentRequest:function(){this.requestedDisposable.dispose(),this.requestedDisposable=m},dispose:function(){this.isDisposed=!0,this.error=null,this.subject.dispose(),this.requestedDisposable.dispose()}}),c}(g);return c}); \ No newline at end of file diff --git a/rx.binding.min.js b/rx.binding.min.js index d1ab23c9b..28e6b1d34 100644 --- a/rx.binding.min.js +++ b/rx.binding.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n){function r(){if(this.isDisposed)throw Error(m)}var o=n.Observable,i=o.prototype,s=n.AnonymousObservable,u=n.Subject,c=n.AsyncSubject,a=n.Observer,l=n.internals.ScheduledObserver,h=n.Disposable.create,f=n.Disposable.empty,p=n.CompositeDisposable,d=n.Scheduler.currentThread,b=n.internals.inherits,v=n.internals.addProperties,m="Object has been disposed";i.multicast=function(t,e){var n=this;return"function"==typeof t?new s(function(r){var o=n.multicast(t());return new p(e(o).subscribe(r),o.connect())}):new E(n,t)},i.publish=function(t){return t?this.multicast(function(){return new u},t):this.multicast(new u)},i.share=function(){return this.publish(null).refCount()},i.publishLast=function(t){return t?this.multicast(function(){return new c},t):this.multicast(new c)},i.publishValue=function(t,e){return 2===arguments.length?this.multicast(function(){return new w(e)},t):this.multicast(new w(t))},i.shareValue=function(t){return this.publishValue(t).refCount()},i.replay=function(t,e,n,r){return t?this.multicast(function(){return new g(e,n,r)},t):this.multicast(new g(e,n,r))},i.replayWhileObserved=function(t,e,n){return this.replay(null,t,e,n).refCount()};var y=function(t,e){this.subject=t,this.observer=e};y.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1),this.observer=null}};var w=n.BehaviorSubject=function(t){function e(t){if(r.call(this),!this.isStopped)return this.observers.push(t),t.onNext(this.value),new y(this,t);var e=this.exception;return e?t.onError(e):t.onCompleted(),f}function n(n){t.call(this,e),this.value=n,this.observers=[],this.isDisposed=!1,this.isStopped=!1,this.exception=null}return b(n,t),v(n.prototype,a,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(r.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var e=0,n=t.length;n>e;e++)t[e].onCompleted();this.observers=[]}},onError:function(t){if(r.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,o=e.length;o>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){if(r.call(this),!this.isStopped){this.value=t;for(var e=this.observers.slice(0),n=0,o=e.length;o>n;n++)e[n].onNext(t)}},dispose:function(){this.isDisposed=!0,this.observers=null,this.value=null,this.exception=null}}),n}(o),g=n.ReplaySubject=function(t){function e(t,e){this.subject=t,this.observer=e}function n(t){var n=new l(this.scheduler,t),o=new e(this,n);r.call(this),this._trim(this.scheduler.now()),this.observers.push(n);for(var i=this.q.length,s=0,u=this.q.length;u>s;s++)n.onNext(this.q[s].value);return this.hasError?(i++,n.onError(this.error)):this.isStopped&&(i++,n.onCompleted()),n.ensureActive(i),o}function o(e,r,o){this.bufferSize=null==e?Number.MAX_VALUE:e,this.windowSize=null==r?Number.MAX_VALUE:r,this.scheduler=o||d,this.q=[],this.observers=[],this.isStopped=!1,this.isDisposed=!1,this.hasError=!1,this.error=null,t.call(this,n)}return e.prototype.dispose=function(){if(this.observer.dispose(),!this.subject.isDisposed){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1)}},b(o,t),v(o.prototype,a,{hasObservers:function(){return this.observers.length>0},_trim:function(t){for(;this.q.length>this.bufferSize;)this.q.shift();for(;this.q.length>0&&t-this.q[0].interval>this.windowSize;)this.q.shift()},onNext:function(t){var e;if(r.call(this),!this.isStopped){var n=this.scheduler.now();this.q.push({interval:n,value:t}),this._trim(n);for(var o=this.observers.slice(0),i=0,s=o.length;s>i;i++)e=o[i],e.onNext(t),e.ensureActive()}},onError:function(t){var e;if(r.call(this),!this.isStopped){this.isStopped=!0,this.error=t,this.hasError=!0;var n=this.scheduler.now();this._trim(n);for(var o=this.observers.slice(0),i=0,s=o.length;s>i;i++)e=o[i],e.onError(t),e.ensureActive();this.observers=[]}},onCompleted:function(){var t;if(r.call(this),!this.isStopped){this.isStopped=!0;var e=this.scheduler.now();this._trim(e);for(var n=this.observers.slice(0),o=0,i=n.length;i>o;o++)t=n[o],t.onCompleted(),t.ensureActive();this.observers=[]}},dispose:function(){this.isDisposed=!0,this.observers=null}}),o}(o),E=n.ConnectableObservable=function(t){function e(e,n){function r(t){return o.subject.subscribe(t)}var o={subject:n,source:e.asObservable(),hasSubscription:!1,subscription:null};this.connect=function(){return o.hasSubscription||(o.hasSubscription=!0,o.subscription=new p(o.source.subscribe(o.subject),h(function(){o.hasSubscription=!1}))),o.subscription},t.call(this,r)}return b(e,t),e.prototype.connect=function(){return this.connect()},e.prototype.refCount=function(){var t=null,e=0,n=this;return new s(function(r){var o,i;return e++,o=1===e,i=n.subscribe(r),o&&(t=n.connect()),h(function(){i.dispose(),e--,0===e&&t.dispose()})})},e}(o);return n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c){function d(){if(this.isDisposed)throw new Error(r)}var e=c.Observable,f=e.prototype,g=c.AnonymousObservable,h=c.Subject,i=c.AsyncSubject,j=c.Observer,k=c.internals.ScheduledObserver,l=c.Disposable.create,m=c.Disposable.empty,n=c.CompositeDisposable,o=c.Scheduler.currentThread,p=c.internals.inherits,q=c.internals.addProperties,r="Object has been disposed";f.multicast=function(a,b){var c=this;return"function"==typeof a?new g(function(d){var e=c.multicast(a());return new n(b(e).subscribe(d),e.connect())}):new v(c,a)},f.publish=function(a){return a?this.multicast(function(){return new h},a):this.multicast(new h)},f.share=function(){return this.publish(null).refCount()},f.publishLast=function(a){return a?this.multicast(function(){return new i},a):this.multicast(new i)},f.publishValue=function(a,b){return 2===arguments.length?this.multicast(function(){return new t(b)},a):this.multicast(new t(a))},f.shareValue=function(a){return this.publishValue(a).refCount()},f.replay=function(a,b,c,d){return a?this.multicast(function(){return new u(b,c,d)},a):this.multicast(new u(b,c,d))},f.replayWhileObserved=function(a,b,c){return this.replay(null,a,b,c).refCount()};var s=function(a,b){this.subject=a,this.observer=b};s.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1),this.observer=null}};var t=c.BehaviorSubject=function(a){function b(a){if(d.call(this),!this.isStopped)return this.observers.push(a),a.onNext(this.value),new s(this,a);var b=this.exception;return b?a.onError(b):a.onCompleted(),m}function c(c){a.call(this,b),this.value=c,this.observers=[],this.isDisposed=!1,this.isStopped=!1,this.exception=null}return p(c,a),q(c.prototype,j,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(d.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var b=0,c=a.length;c>b;b++)a[b].onCompleted();this.observers=[]}},onError:function(a){if(d.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,e=b.length;e>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){if(d.call(this),!this.isStopped){this.value=a;for(var b=this.observers.slice(0),c=0,e=b.length;e>c;c++)b[c].onNext(a)}},dispose:function(){this.isDisposed=!0,this.observers=null,this.value=null,this.exception=null}}),c}(e),u=c.ReplaySubject=function(a){function b(a,b){this.subject=a,this.observer=b}function c(a){var c=new k(this.scheduler,a),e=new b(this,c);d.call(this),this._trim(this.scheduler.now()),this.observers.push(c);for(var f=this.q.length,g=0,h=this.q.length;h>g;g++)c.onNext(this.q[g].value);return this.hasError?(f++,c.onError(this.error)):this.isStopped&&(f++,c.onCompleted()),c.ensureActive(f),e}function e(b,d,e){this.bufferSize=null==b?Number.MAX_VALUE:b,this.windowSize=null==d?Number.MAX_VALUE:d,this.scheduler=e||o,this.q=[],this.observers=[],this.isStopped=!1,this.isDisposed=!1,this.hasError=!1,this.error=null,a.call(this,c)}return b.prototype.dispose=function(){if(this.observer.dispose(),!this.subject.isDisposed){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1)}},p(e,a),q(e.prototype,j,{hasObservers:function(){return this.observers.length>0},_trim:function(a){for(;this.q.length>this.bufferSize;)this.q.shift();for(;this.q.length>0&&a-this.q[0].interval>this.windowSize;)this.q.shift()},onNext:function(a){var b;if(d.call(this),!this.isStopped){var c=this.scheduler.now();this.q.push({interval:c,value:a}),this._trim(c);for(var e=this.observers.slice(0),f=0,g=e.length;g>f;f++)b=e[f],b.onNext(a),b.ensureActive()}},onError:function(a){var b;if(d.call(this),!this.isStopped){this.isStopped=!0,this.error=a,this.hasError=!0;var c=this.scheduler.now();this._trim(c);for(var e=this.observers.slice(0),f=0,g=e.length;g>f;f++)b=e[f],b.onError(a),b.ensureActive();this.observers=[]}},onCompleted:function(){var a;if(d.call(this),!this.isStopped){this.isStopped=!0;var b=this.scheduler.now();this._trim(b);for(var c=this.observers.slice(0),e=0,f=c.length;f>e;e++)a=c[e],a.onCompleted(),a.ensureActive();this.observers=[]}},dispose:function(){this.isDisposed=!0,this.observers=null}}),e}(e),v=c.ConnectableObservable=function(a){function b(b,c){function d(a){return e.subject.subscribe(a)}var e={subject:c,source:b.asObservable(),hasSubscription:!1,subscription:null};this.connect=function(){return e.hasSubscription||(e.hasSubscription=!0,e.subscription=new n(e.source.subscribe(e.subject),l(function(){e.hasSubscription=!1}))),e.subscription},a.call(this,d)}return p(b,a),b.prototype.connect=function(){return this.connect()},b.prototype.refCount=function(){var a=null,b=0,c=this;return new g(function(d){var e,f;return b++,e=1===b,f=c.subscribe(d),e&&(a=c.connect()),l(function(){f.dispose(),b--,0===b&&a.dispose()})})},b}(e);return c}); \ No newline at end of file diff --git a/rx.coincidence.min.js b/rx.coincidence.min.js index 6bddfcbd2..e97d281c2 100644 --- a/rx.coincidence.min.js +++ b/rx.coincidence.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n,r){function o(){}function i(t){if(false&t)return 2===t;for(var e=Math.sqrt(t),n=3;e>=n;){if(0===t%n)return!1;n+=2}return!0}function s(t){var e,n,r;for(e=0;D.length>e;++e)if(n=D[e],n>=t)return n;for(r=1|t;D[D.length-1]>r;){if(i(r))return r;r+=2}return t}function u(t){var e=757602046;if(!t.length)return e;for(var n=0,r=t.length;r>n;n++){var o=t.charCodeAt(n);e=(e<<5)-e+o,e&=e}return e}function c(t){var e=668265261;return t=61^t^t>>>16,t+=t<<3,t^=t>>>4,t*=e,t^=t>>>15}function a(){return{key:null,value:null,next:0,hashCode:0}}function l(t,e){return t.groupJoin(this,e,function(){return g()},function(t,e){return e})}function h(t){var e=this;return new E(function(n){var r=new y,o=new d,i=new b(o);return n.onNext(x(r,i)),o.add(e.subscribe(function(t){r.onNext(t)},function(t){r.onError(t),n.onError(t)},function(){r.onCompleted(),n.onCompleted()})),o.add(t.subscribe(function(){r.onCompleted(),r=new y,n.onNext(x(r,i))},function(t){r.onError(t),n.onError(t)},function(){r.onCompleted(),n.onCompleted()})),i})}function f(t){var e=this;return new E(function(n){var i,s=new m,u=new d(s),c=new b(u),a=new y;return n.onNext(x(a,c)),u.add(e.subscribe(function(t){a.onNext(t)},function(t){a.onError(t),n.onError(t)},function(){a.onCompleted(),n.onCompleted()})),i=function(){var e,u;try{u=t()}catch(l){return n.onError(l),r}e=new v,s.setDisposable(e),e.setDisposable(u.take(1).subscribe(o,function(t){a.onError(t),n.onError(t)},function(){a.onCompleted(),a=new y,n.onNext(x(a,c)),i()}))},i(),c})}var p=n.Observable,d=n.CompositeDisposable,b=n.RefCountDisposable,v=n.SingleAssignmentDisposable,m=n.SerialDisposable,y=n.Subject,w=p.prototype,g=p.empty,E=n.AnonymousObservable,x=(n.Observer.create,n.internals.addRef),C=n.internals.isEqual,D=[1,3,7,13,31,61,127,251,509,1021,2039,4093,8191,16381,32749,65521,131071,262139,524287,1048573,2097143,4194301,8388593,16777213,33554393,67108859,134217689,268435399,536870909,1073741789,2147483647],S="no such key",A="duplicate key",N=function(){var t=0;return function(e){if(null==e)throw Error(S);if("string"==typeof e)return u(e);if("number"==typeof e)return c(e);if("boolean"==typeof e)return e===!0?1:0;if(e instanceof Date)return e.getTime();if(e.getHashCode)return e.getHashCode();var n=17*t++;return e.getHashCode=function(){return n},n}}(),_=function(t,e){if(0>t)throw Error("out of range");t>0&&this._initialize(t),this.comparer=e||C,this.freeCount=0,this.size=0,this.freeList=-1};return _.prototype._initialize=function(t){var e,n=s(t);for(this.buckets=Array(n),this.entries=Array(n),e=0;n>e;e++)this.buckets[e]=-1,this.entries[e]=a();this.freeList=-1},_.prototype.count=function(){return this.size},_.prototype.add=function(t,e){return this._insert(t,e,!0)},_.prototype._insert=function(t,e,n){this.buckets||this._initialize(0);for(var o,i=2147483647&N(t),s=i%this.buckets.length,u=this.buckets[s];u>=0;u=this.entries[u].next)if(this.entries[u].hashCode===i&&this.comparer(this.entries[u].key,t)){if(n)throw Error(A);return this.entries[u].value=e,r}this.freeCount>0?(o=this.freeList,this.freeList=this.entries[o].next,--this.freeCount):(this.size===this.entries.length&&(this._resize(),s=i%this.buckets.length),o=this.size,++this.size),this.entries[o].hashCode=i,this.entries[o].next=this.buckets[s],this.entries[o].key=t,this.entries[o].value=e,this.buckets[s]=o},_.prototype._resize=function(){var t=s(2*this.size),e=Array(t);for(r=0;e.length>r;++r)e[r]=-1;var n=Array(t);for(r=0;this.size>r;++r)n[r]=this.entries[r];for(var r=this.size;t>r;++r)n[r]=a();for(var o=0;this.size>o;++o){var i=n[o].hashCode%t;n[o].next=e[i],e[i]=o}this.buckets=e,this.entries=n},_.prototype.remove=function(t){if(this.buckets)for(var e=2147483647&N(t),n=e%this.buckets.length,r=-1,o=this.buckets[n];o>=0;o=this.entries[o].next){if(this.entries[o].hashCode===e&&this.comparer(this.entries[o].key,t))return 0>r?this.buckets[n]=this.entries[o].next:this.entries[r].next=this.entries[o].next,this.entries[o].hashCode=-1,this.entries[o].next=this.freeList,this.entries[o].key=null,this.entries[o].value=null,this.freeList=o,++this.freeCount,!0;r=o}return!1},_.prototype.clear=function(){var t,e;if(!(0>=this.size)){for(t=0,e=this.buckets.length;e>t;++t)this.buckets[t]=-1;for(t=0;this.size>t;++t)this.entries[t]=a();this.freeList=-1,this.size=0}},_.prototype._findEntry=function(t){if(this.buckets)for(var e=2147483647&N(t),n=this.buckets[e%this.buckets.length];n>=0;n=this.entries[n].next)if(this.entries[n].hashCode===e&&this.comparer(this.entries[n].key,t))return n;return-1},_.prototype.count=function(){return this.size-this.freeCount},_.prototype.tryGetValue=function(t){var e=this._findEntry(t);return e>=0?this.entries[e].value:r},_.prototype.getValues=function(){var t=0,e=[];if(this.entries)for(var n=0;this.size>n;n++)this.entries[n].hashCode>=0&&(e[t++]=this.entries[n].value);return e},_.prototype.get=function(t){var e=this._findEntry(t);if(e>=0)return this.entries[e].value;throw Error(S)},_.prototype.set=function(t,e){this._insert(t,e,!1)},_.prototype.containskey=function(t){return this._findEntry(t)>=0},w.join=function(t,e,n,i){var s=this;return new E(function(u){var c=new d,a=!1,l=0,h=new _,f=!1,p=0,b=new _;return c.add(s.subscribe(function(t){var n,s,f,p,d=l++,m=new v;h.add(d,t),c.add(m),s=function(){return h.remove(d)&&0===h.count()&&a&&u.onCompleted(),c.remove(m)};try{n=e(t)}catch(y){return u.onError(y),r}m.setDisposable(n.take(1).subscribe(o,u.onError.bind(u),function(){s()})),p=b.getValues();for(var w=0;p.length>w;w++){try{f=i(t,p[w])}catch(g){return u.onError(g),r}u.onNext(f)}},u.onError.bind(u),function(){a=!0,(f||0===h.count())&&u.onCompleted()})),c.add(t.subscribe(function(t){var e,s,a,l,d=p++,m=new v;b.add(d,t),c.add(m),s=function(){return b.remove(d)&&0===b.count()&&f&&u.onCompleted(),c.remove(m)};try{e=n(t)}catch(y){return u.onError(y),r}m.setDisposable(e.take(1).subscribe(o,u.onError.bind(u),function(){s()})),l=h.getValues();for(var w=0;l.length>w;w++){try{a=i(l[w],t)}catch(y){return u.onError(y),r}u.onNext(a)}},u.onError.bind(u),function(){f=!0,(a||0===b.count())&&u.onCompleted()})),c})},w.groupJoin=function(t,e,n,o){var i=this;return new E(function(s){var u=function(){},c=new d,a=new b(c),l=new _,h=new _,f=0,p=0;return c.add(i.subscribe(function(t){var n=new y,i=f++;l.add(i,n);var p,d,b,m,w;try{w=o(t,x(n,a))}catch(g){for(b=l.getValues(),p=0,d=b.length;d>p;p++)b[p].onError(g);return s.onError(g),r}for(s.onNext(w),m=h.getValues(),p=0,d=m.length;d>p;p++)n.onNext(m[p]);var E=new v;c.add(E);var C,D=function(){l.remove(i)&&n.onCompleted(),c.remove(E)};try{C=e(t)}catch(g){for(b=l.getValues(),p=0,d=l.length;d>p;p++)b[p].onError(g);return s.onError(g),r}E.setDisposable(C.take(1).subscribe(u,function(t){for(b=l.getValues(),p=0,d=b.length;d>p;p++)b[p].onError(t);s.onError(t)},D))},function(t){for(var e=l.getValues(),n=0,r=e.length;r>n;n++)e[n].onError(t);s.onError(t)},s.onCompleted.bind(s))),c.add(t.subscribe(function(t){var e,o,i,a=p++;h.add(a,t);var f=new v;c.add(f);var d,b=function(){h.remove(a),c.remove(f)};try{d=n(t)}catch(m){for(e=l.getValues(),o=0,i=l.length;i>o;o++)e[o].onError(m);return s.onError(m),r}for(f.setDisposable(d.take(1).subscribe(u,function(t){for(e=l.getValues(),o=0,i=l.length;i>o;o++)e[o].onError(t);s.onError(t)},b)),e=l.getValues(),o=0,i=e.length;i>o;o++)e[o].onNext(t)},function(t){for(var e=l.getValues(),n=0,r=e.length;r>n;n++)e[n].onError(t);s.onError(t)})),a})},w.buffer=function(){return this.window.apply(this,arguments).selectMany(function(t){return t.toArray()})},w.window=function(t,e){return 1===arguments.length&&"function"!=typeof arguments[0]?h.call(this,t):"function"==typeof t?f.call(this,t):l.call(this,t,e)},n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c,d){function e(){}function f(a){if(a&!1)return 2===a;for(var b=Math.sqrt(a),c=3;b>=c;){if(a%c===0)return!1;c+=2}return!0}function g(a){var b,c,d;for(b=0;b=a)return c;for(d=1|a;dc;c++){var e=a.charCodeAt(c);b=(b<<5)-b+e,b&=b}return b}function i(a){var b=668265261;return a=61^a^a>>>16,a+=a<<3,a^=a>>>4,a*=b,a^=a>>>15}function j(){return{key:null,value:null,next:0,hashCode:0}}function k(a,b){return a.groupJoin(this,b,function(){return u()},function(a,b){return b})}function l(a){var b=this;return new v(function(c){var d=new s,e=new o,f=new p(e);return c.onNext(w(d,f)),e.add(b.subscribe(function(a){d.onNext(a)},function(a){d.onError(a),c.onError(a)},function(){d.onCompleted(),c.onCompleted()})),e.add(a.subscribe(function(){d.onCompleted(),d=new s,c.onNext(w(d,f))},function(a){d.onError(a),c.onError(a)},function(){d.onCompleted(),c.onCompleted()})),f})}function m(a){var b=this;return new v(function(c){var d,f=new r,g=new o(f),h=new p(g),i=new s;return c.onNext(w(i,h)),g.add(b.subscribe(function(a){i.onNext(a)},function(a){i.onError(a),c.onError(a)},function(){i.onCompleted(),c.onCompleted()})),d=function(){var b,g;try{g=a()}catch(j){return c.onError(j),void 0}b=new q,f.setDisposable(b),b.setDisposable(g.take(1).subscribe(e,function(a){i.onError(a),c.onError(a)},function(){i.onCompleted(),i=new s,c.onNext(w(i,h)),d()}))},d(),h})}var n=c.Observable,o=c.CompositeDisposable,p=c.RefCountDisposable,q=c.SingleAssignmentDisposable,r=c.SerialDisposable,s=c.Subject,t=n.prototype,u=n.empty,v=c.AnonymousObservable,w=(c.Observer.create,c.internals.addRef),x=c.internals.isEqual,y=[1,3,7,13,31,61,127,251,509,1021,2039,4093,8191,16381,32749,65521,131071,262139,524287,1048573,2097143,4194301,8388593,16777213,33554393,67108859,134217689,268435399,536870909,1073741789,2147483647],z="no such key",A="duplicate key",B=function(){var a=0;return function(b){if(null==b)throw new Error(z);if("string"==typeof b)return h(b);if("number"==typeof b)return i(b);if("boolean"==typeof b)return b===!0?1:0;if(b instanceof Date)return b.getTime();if(b.getHashCode)return b.getHashCode();var c=17*a++;return b.getHashCode=function(){return c},c}}(),C=function(a,b){if(0>a)throw new Error("out of range");a>0&&this._initialize(a),this.comparer=b||x,this.freeCount=0,this.size=0,this.freeList=-1};return C.prototype._initialize=function(a){var b,c=g(a);for(this.buckets=new Array(c),this.entries=new Array(c),b=0;c>b;b++)this.buckets[b]=-1,this.entries[b]=j();this.freeList=-1},C.prototype.count=function(){return this.size},C.prototype.add=function(a,b){return this._insert(a,b,!0)},C.prototype._insert=function(a,b,c){this.buckets||this._initialize(0);for(var d,e=2147483647&B(a),f=e%this.buckets.length,g=this.buckets[f];g>=0;g=this.entries[g].next)if(this.entries[g].hashCode===e&&this.comparer(this.entries[g].key,a)){if(c)throw new Error(A);return this.entries[g].value=b,void 0}this.freeCount>0?(d=this.freeList,this.freeList=this.entries[d].next,--this.freeCount):(this.size===this.entries.length&&(this._resize(),f=e%this.buckets.length),d=this.size,++this.size),this.entries[d].hashCode=e,this.entries[d].next=this.buckets[f],this.entries[d].key=a,this.entries[d].value=b,this.buckets[f]=d},C.prototype._resize=function(){var a=g(2*this.size),b=new Array(a);for(d=0;dd;++d)c[d]=j();for(var e=0;e=0;e=this.entries[e].next){if(this.entries[e].hashCode===b&&this.comparer(this.entries[e].key,a))return 0>d?this.buckets[c]=this.entries[e].next:this.entries[d].next=this.entries[e].next,this.entries[e].hashCode=-1,this.entries[e].next=this.freeList,this.entries[e].key=null,this.entries[e].value=null,this.freeList=e,++this.freeCount,!0;d=e}return!1},C.prototype.clear=function(){var a,b;if(!(this.size<=0)){for(a=0,b=this.buckets.length;b>a;++a)this.buckets[a]=-1;for(a=0;a=0;c=this.entries[c].next)if(this.entries[c].hashCode===b&&this.comparer(this.entries[c].key,a))return c;return-1},C.prototype.count=function(){return this.size-this.freeCount},C.prototype.tryGetValue=function(a){var b=this._findEntry(a);return b>=0?this.entries[b].value:d},C.prototype.getValues=function(){var a=0,b=[];if(this.entries)for(var c=0;c=0&&(b[a++]=this.entries[c].value);return b},C.prototype.get=function(a){var b=this._findEntry(a);if(b>=0)return this.entries[b].value;throw new Error(z)},C.prototype.set=function(a,b){this._insert(a,b,!1)},C.prototype.containskey=function(a){return this._findEntry(a)>=0},t.join=function(a,b,c,d){var f=this;return new v(function(g){var h=new o,i=!1,j=0,k=new C,l=!1,m=0,n=new C;return h.add(f.subscribe(function(a){var c,f,l,m,o=j++,p=new q;k.add(o,a),h.add(p),f=function(){return k.remove(o)&&0===k.count()&&i&&g.onCompleted(),h.remove(p)};try{c=b(a)}catch(r){return g.onError(r),void 0}p.setDisposable(c.take(1).subscribe(e,g.onError.bind(g),function(){f()})),m=n.getValues();for(var s=0;sm;m++)o[m].onError(t);return f.onError(t),void 0}for(f.onNext(r),p=k.getValues(),m=0,n=p.length;n>m;m++)c.onNext(p[m]);var u=new q;h.add(u);var v,x=function(){j.remove(e)&&c.onCompleted(),h.remove(u)};try{v=b(a)}catch(t){for(o=j.getValues(),m=0,n=j.length;n>m;m++)o[m].onError(t);return f.onError(t),void 0}u.setDisposable(v.take(1).subscribe(g,function(a){for(o=j.getValues(),m=0,n=o.length;n>m;m++)o[m].onError(a);f.onError(a)},x))},function(a){for(var b=j.getValues(),c=0,d=b.length;d>c;c++)b[c].onError(a);f.onError(a)},f.onCompleted.bind(f))),h.add(a.subscribe(function(a){var b,d,e,i=m++;k.add(i,a);var l=new q;h.add(l);var n,o=function(){k.remove(i),h.remove(l)};try{n=c(a)}catch(p){for(b=j.getValues(),d=0,e=j.length;e>d;d++)b[d].onError(p);return f.onError(p),void 0}for(l.setDisposable(n.take(1).subscribe(g,function(a){for(b=j.getValues(),d=0,e=j.length;e>d;d++)b[d].onError(a);f.onError(a)},o)),b=j.getValues(),d=0,e=b.length;e>d;d++)b[d].onNext(a)},function(a){for(var b=j.getValues(),c=0,d=b.length;d>c;c++)b[c].onError(a);f.onError(a)})),i})},t.buffer=function(){return this.window.apply(this,arguments).selectMany(function(a){return a.toArray()})},t.window=function(a,b){return 1===arguments.length&&"function"!=typeof arguments[0]?l.call(this,a):"function"==typeof a?m.call(this,a):k.call(this,a,b)},c}); \ No newline at end of file diff --git a/rx.compat.js b/rx.compat.js index e986f7ad6..cdf0d2f84 100644 --- a/rx.compat.js +++ b/rx.compat.js @@ -31,7 +31,7 @@ function defaultSubComparer(x, y) { return x - y; } function defaultKeySerializer(x) { return x.toString(); } function defaultError(err) { throw err; } - function isPromise(p) { return typeof p.then === 'function' && typeof p.subscribe === 'undefined'; } + function isPromise(p) { return typeof p.then === 'function' && p.then !== Rx.Observable.prototype.then; } // Errors var sequenceContainsNoElements = 'Sequence contains no elements.'; diff --git a/rx.compat.min.js b/rx.compat.min.js index b0b91d97b..0617b8315 100644 --- a/rx.compat.min.js +++ b/rx.compat.min.js @@ -1,2 +1,2 @@ -(function(t){function e(){}function n(t){return t}function r(t,e){return re(t,e)}function i(t,e){return t-e}function o(t){return""+t}function s(t){throw t}function u(e){return"function"==typeof e.then&&e.subscribe===t}function c(){if(this.isDisposed)throw Error(k)}function a(t){var e=typeof t;return t&&("function"==e||"object"==e)||!1}function h(t){var e=[];if(!a(t))return e;ne.nonEnumArgs&&t.length&&d(t)&&(t=ie.call(t));var n=ne.enumPrototypes&&"function"==typeof t,r=ne.enumErrorProps&&(t===K||t instanceof Error);for(var i in t)n&&"prototype"==i||r&&("message"==i||"name"==i)||e.push(i);if(ne.nonEnumShadows&&t!==X){var o=t.constructor,s=-1,u=te.length;if(t===(o&&o.prototype))var c=t===stringProto?$:t===K?V:Q.call(t),h=ee[c];for(;u>++s;)i=te[s],h&&h[i]||!G.call(t,i)||e.push(i)}return e}function l(t,e,n){for(var r=-1,i=n(t),o=i.length;o>++r;){var s=i[r];if(e(t[s],s,t)===!1)break}return t}function f(t,e){return l(t,e,h)}function p(t){return"function"!=typeof t.toString&&"string"==typeof(t+"")}function d(t){return t&&"object"==typeof t?Q.call(t)==M:!1}function b(t){return"function"==typeof t}function v(e,n,r,i){if(e===n)return 0!==e||1/e==1/n;var o=typeof e,s=typeof n;if(e===e&&(null==e||null==n||"function"!=o&&"object"!=o&&"function"!=s&&"object"!=s))return!1;var u=Q.call(e),c=Q.call(n);if(u==M&&(u=U),c==M&&(c=U),u!=c)return!1;switch(u){case I:case z:return+e==+n;case F:return e!=+e?n!=+n:0==e?1/e==1/n:e==+n;case H:case $:return e==n+""}var a=u==L;if(!a){if(u!=U||!ne.nodeClass&&(p(e)||p(n)))return!1;var h=!ne.argsObject&&d(e)?Object:e.constructor,l=!ne.argsObject&&d(n)?Object:n.constructor;if(!(h==l||G.call(e,"constructor")&&G.call(n,"constructor")||b(h)&&h instanceof h&&b(l)&&l instanceof l||!("constructor"in e&&"constructor"in n)))return!1}r||(r=[]),i||(i=[]);for(var m=r.length;m--;)if(r[m]==e)return i[m]==n;var y=0;if(result=!0,r.push(e),i.push(n),a){if(m=e.length,y=n.length,result=y==m)for(;y--;){var w=n[y];if(!(result=v(e[y],w,r,i)))break}}else f(n,function(n,o,s){return G.call(s,o)?(y++,result=G.call(e,o)&&v(e[o],n,r,i)):t}),result&&f(e,function(e,n,r){return G.call(r,n)?result=--y>-1:t});return r.pop(),i.pop(),result}function m(t,e){return 1===t.length&&Array.isArray(t[e])?t[e]:ie.call(t)}function y(t,e){for(var n=Array(t),r=0;t>r;r++)n[r]=e();return n}function w(t,e){this.scheduler=t,this.disposable=e,this.isDisposed=!1}function g(e,n){return new on(function(r){var i=new we,o=new ge;return o.setDisposable(i),i.setDisposable(e.subscribe(r.onNext.bind(r),function(e){var i,s;try{s=n(e)}catch(u){return r.onError(u),t}i=new we,o.setDisposable(i),i.setDisposable(s.subscribe(r))},r.onCompleted.bind(r))),o})}function E(e,n){var r=this;return new on(function(i){var o=0,s=e.length;return r.subscribe(function(r){if(s>o){var u,c=e[o++];try{u=n(r,c)}catch(a){return i.onError(a),t}i.onNext(u)}else i.onCompleted()},i.onError.bind(i),i.onCompleted.bind(i))})}function x(t){return this.select(function(e,n){var r=t(e,n);return u(r)?Qe(r):r}).mergeObservable()}var C={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},D=C[typeof window]&&window||this,A=C[typeof exports]&&exports&&!exports.nodeType&&exports,S=C[typeof module]&&module&&!module.nodeType&&module,_=S&&S.exports===A&&A,N=C[typeof global]&&global;!N||N.global!==N&&N.window!==N||(D=N);var O={internals:{},config:{}},R=function(){return Date.now?Date.now:function(){return+new Date}}(),W="Sequence contains no elements.",j="Argument out of range",k="Object has been disposed",P="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";D.Set&&"function"==typeof(new D.Set)["@@iterator"]&&(P="@@iterator");var q,T={done:!0,value:t},M="[object Arguments]",L="[object Array]",I="[object Boolean]",z="[object Date]",V="[object Error]",B="[object Function]",F="[object Number]",U="[object Object]",H="[object RegExp]",$="[object String]",Q=Object.prototype.toString,G=Object.prototype.hasOwnProperty,J=Q.call(arguments)==M,K=Error.prototype,X=Object.prototype,Y=X.propertyIsEnumerable;try{q=!(Q.call(document)==U&&!({toString:0}+""))}catch(Z){q=!0}var te=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],ee={};ee[L]=ee[z]=ee[F]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},ee[I]=ee[$]={constructor:!0,toString:!0,valueOf:!0},ee[V]=ee[B]=ee[H]={constructor:!0,toString:!0},ee[U]={constructor:!0};var ne={};(function(){var t=function(){this.x=1},e=[];t.prototype={valueOf:1,y:1};for(var n in new t)e.push(n);for(n in arguments);ne.enumErrorProps=Y.call(K,"message")||Y.call(K,"name"),ne.enumPrototypes=Y.call(t,"prototype"),ne.nonEnumArgs=0!=n,ne.nonEnumShadows=!/valueOf/.test(e)})(1),J||(d=function(t){return t&&"object"==typeof t?G.call(t,"callee"):!1}),b(/x/)&&(b=function(t){return"function"==typeof t&&Q.call(t)==B});var re=O.internals.isEqual=function(t,e){return v(t,e,[],[])},ie=Array.prototype.slice;({}).hasOwnProperty;var oe=this.inherits=O.internals.inherits=function(t,e){function n(){this.constructor=t}n.prototype=e.prototype,t.prototype=new n},se=O.internals.addProperties=function(t){for(var e=ie.call(arguments,1),n=0,r=e.length;r>n;n++){var i=e[n];for(var o in i)t[o]=i[o]}},ue=O.internals.addRef=function(t,e){return new on(function(n){return new pe(e.getDisposable(),t.subscribe(n))})};Function.prototype.bind||(Function.prototype.bind=function(t){var e=this,n=ie.call(arguments,1),r=function(){function i(){}if(this instanceof r){i.prototype=e.prototype;var o=new i,s=e.apply(o,n.concat(ie.call(arguments)));return Object(s)===s?s:o}return e.apply(t,n.concat(ie.call(arguments)))};return r});var ce=Object("a"),ae="a"!=ce[0]||!(0 in ce);Array.prototype.every||(Array.prototype.every=function(t){var e=Object(this),n=ae&&{}.toString.call(this)==$?this.split(""):e,r=n.length>>>0,i=arguments[1];if({}.toString.call(t)!=B)throw new TypeError(t+" is not a function");for(var o=0;r>o;o++)if(o in n&&!t.call(i,n[o],o,e))return!1;return!0}),Array.prototype.map||(Array.prototype.map=function(t){var e=Object(this),n=ae&&{}.toString.call(this)==$?this.split(""):e,r=n.length>>>0,i=Array(r),o=arguments[1];if({}.toString.call(t)!=B)throw new TypeError(t+" is not a function");for(var s=0;r>s;s++)s in n&&(i[s]=t.call(o,n[s],s,e));return i}),Array.prototype.filter||(Array.prototype.filter=function(t){for(var e,n=[],r=Object(this),i=0,o=r.length>>>0;o>i;i++)e=r[i],i in r&&t.call(arguments[1],e,i,r)&&n.push(e);return n}),Array.isArray||(Array.isArray=function(t){return Object.prototype.toString.call(t)==L}),Array.prototype.indexOf||(Array.prototype.indexOf=function(t){var e=Object(this),n=e.length>>>0;if(0===n)return-1;var r=0;if(arguments.length>1&&(r=Number(arguments[1]),r!==r?r=0:0!==r&&1/0!=r&&r!==-1/0&&(r=(r>0||-1)*Math.floor(Math.abs(r)))),r>=n)return-1;for(var i=r>=0?r:Math.max(n-Math.abs(r),0);n>i;i++)if(i in e&&e[i]===t)return i;return-1});var he=function(t,e){this.id=t,this.value=e};he.prototype.compareTo=function(t){var e=this.value.compareTo(t.value);return 0===e&&(e=this.id-t.id),e};var le=O.internals.PriorityQueue=function(t){this.items=Array(t),this.length=0},fe=le.prototype;fe.isHigherPriority=function(t,e){return 0>this.items[t].compareTo(this.items[e])},fe.percolate=function(t){if(!(t>=this.length||0>t)){var e=t-1>>1;if(!(0>e||e===t)&&this.isHigherPriority(t,e)){var n=this.items[t];this.items[t]=this.items[e],this.items[e]=n,this.percolate(e)}}},fe.heapify=function(e){if(e===t&&(e=0),!(e>=this.length||0>e)){var n=2*e+1,r=2*e+2,i=e;if(this.length>n&&this.isHigherPriority(n,i)&&(i=n),this.length>r&&this.isHigherPriority(r,i)&&(i=r),i!==e){var o=this.items[e];this.items[e]=this.items[i],this.items[i]=o,this.heapify(i)}}},fe.peek=function(){return this.items[0].value},fe.removeAt=function(t){this.items[t]=this.items[--this.length],delete this.items[this.length],this.heapify()},fe.dequeue=function(){var t=this.peek();return this.removeAt(0),t},fe.enqueue=function(t){var e=this.length++;this.items[e]=new he(le.count++,t),this.percolate(e)},fe.remove=function(t){for(var e=0;this.length>e;e++)if(this.items[e].value===t)return this.removeAt(e),!0;return!1},le.count=0;var pe=O.CompositeDisposable=function(){this.disposables=m(arguments,0),this.isDisposed=!1,this.length=this.disposables.length},de=pe.prototype;de.add=function(t){this.isDisposed?t.dispose():(this.disposables.push(t),this.length++)},de.remove=function(t){var e=!1;if(!this.isDisposed){var n=this.disposables.indexOf(t);-1!==n&&(e=!0,this.disposables.splice(n,1),this.length--,t.dispose())}return e},de.dispose=function(){if(!this.isDisposed){this.isDisposed=!0;var t=this.disposables.slice(0);this.disposables=[],this.length=0;for(var e=0,n=t.length;n>e;e++)t[e].dispose()}},de.clear=function(){var t=this.disposables.slice(0);this.disposables=[],this.length=0;for(var e=0,n=t.length;n>e;e++)t[e].dispose()},de.contains=function(t){return-1!==this.disposables.indexOf(t)},de.toArray=function(){return this.disposables.slice(0)};var be=O.Disposable=function(t){this.isDisposed=!1,this.action=t||e};be.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var ve=be.create=function(t){return new be(t)},me=be.empty={dispose:e},ye=function(){function t(t){this.isSingle=t,this.isDisposed=!1,this.current=null}var e=t.prototype;return e.getDisposable=function(){return this.current},e.setDisposable=function(t){if(this.current&&this.isSingle)throw Error("Disposable has already been assigned");var e,n=this.isDisposed;n||(e=this.current,this.current=t),e&&e.dispose(),n&&t&&t.dispose()},e.dispose=function(){var t;this.isDisposed||(this.isDisposed=!0,t=this.current,this.current=null),t&&t.dispose()},t}(),we=O.SingleAssignmentDisposable=function(t){function e(){t.call(this,!0)}return oe(e,t),e}(ye),ge=O.SerialDisposable=function(t){function e(){t.call(this,!1)}return oe(e,t),e}(ye),Ee=O.RefCountDisposable=function(){function t(t){this.disposable=t,this.disposable.count++,this.isInnerDisposed=!1}function e(t){this.underlyingDisposable=t,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return t.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},e.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},e.prototype.getDisposable=function(){return this.isDisposed?me:new t(this)},e}();w.prototype.dispose=function(){var t=this;this.scheduler.schedule(function(){t.isDisposed||(t.isDisposed=!0,t.disposable.dispose())})};var xe=O.internals.ScheduledItem=function(t,e,n,r,o){this.scheduler=t,this.state=e,this.action=n,this.dueTime=r,this.comparer=o||i,this.disposable=new we};xe.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},xe.prototype.compareTo=function(t){return this.comparer(this.dueTime,t.dueTime)},xe.prototype.isCancelled=function(){return this.disposable.isDisposed},xe.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var Ce=O.Scheduler=function(){function t(t,e,n,r){this.now=t,this._schedule=e,this._scheduleRelative=n,this._scheduleAbsolute=r}function e(t,e){var n=e.first,r=e.second,i=new pe,o=function(e){r(e,function(e){var n=!1,r=!1,s=t.scheduleWithState(e,function(t,e){return n?i.remove(s):r=!0,o(e),me});r||(i.add(s),n=!0)})};return o(n),i}function n(t,e,n){var r=e.first,i=e.second,o=new pe,s=function(e){i(e,function(e,r){var i=!1,u=!1,c=t[n].call(t,e,r,function(t,e){return i?o.remove(c):u=!0,s(e),me});u||(o.add(c),i=!0)})};return s(r),o}function r(t,e){return e(),me}var i=t.prototype;return i.catchException=i["catch"]=function(t){return new Oe(this,t)},i.schedulePeriodic=function(t,e){return this.schedulePeriodicWithState(null,t,function(){e()})},i.schedulePeriodicWithState=function(t,e,n){var r=t,i=setInterval(function(){r=n(r)},e);return ve(function(){clearInterval(i)})},i.schedule=function(t){return this._schedule(t,r)},i.scheduleWithState=function(t,e){return this._schedule(t,e)},i.scheduleWithRelative=function(t,e){return this._scheduleRelative(e,t,r)},i.scheduleWithRelativeAndState=function(t,e,n){return this._scheduleRelative(t,e,n)},i.scheduleWithAbsolute=function(t,e){return this._scheduleAbsolute(e,t,r)},i.scheduleWithAbsoluteAndState=function(t,e,n){return this._scheduleAbsolute(t,e,n)},i.scheduleRecursive=function(t){return this.scheduleRecursiveWithState(t,function(t,e){t(function(){e(t)})})},i.scheduleRecursiveWithState=function(t,n){return this.scheduleWithState({first:t,second:n},function(t,n){return e(t,n)})},i.scheduleRecursiveWithRelative=function(t,e){return this.scheduleRecursiveWithRelativeAndState(e,t,function(t,e){t(function(n){e(t,n)})})},i.scheduleRecursiveWithRelativeAndState=function(t,e,r){return this._scheduleRelative({first:t,second:r},e,function(t,e){return n(t,e,"scheduleWithRelativeAndState")})},i.scheduleRecursiveWithAbsolute=function(t,e){return this.scheduleRecursiveWithAbsoluteAndState(e,t,function(t,e){t(function(n){e(t,n)})})},i.scheduleRecursiveWithAbsoluteAndState=function(t,e,r){return this._scheduleAbsolute({first:t,second:r},e,function(t,e){return n(t,e,"scheduleWithAbsoluteAndState")})},t.now=R,t.normalize=function(t){return 0>t&&(t=0),t},t}(),De=Ce.normalize;O.internals.SchedulePeriodicRecursive=function(){function t(t,e){e(0,this._period);try{this._state=this._action(this._state)}catch(n){throw this._cancel.dispose(),n}}function e(t,e,n,r){this._scheduler=t,this._state=e,this._period=n,this._action=r}return e.prototype.start=function(){var e=new we;return this._cancel=e,e.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,t.bind(this))),e},e}();var Ae,Se=Ce.immediate=function(){function t(t,e){return e(this,t)}function e(t,e,n){for(var r=De(r);r-this.now()>0;);return n(this,t)}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new Ce(R,t,e,n)}(),_e=Ce.currentThread=function(){function t(t){for(var e;t.length>0;)if(e=t.dequeue(),!e.isCancelled()){for(;e.dueTime-Ce.now()>0;);e.isCancelled()||e.invoke()}}function e(t,e){return this.scheduleWithRelativeAndState(t,0,e)}function n(e,n,r){var o=this.now()+Ce.normalize(n),s=new xe(this,e,r,o);if(i)i.enqueue(s);else{i=new le(4),i.enqueue(s);try{t(i)}catch(u){throw u}finally{i=null}}return s.disposable}function r(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}var i,o=new Ce(R,e,n,r);return o.scheduleRequired=function(){return null===i},o.ensureTrampoline=function(t){return null===i?this.schedule(t):t()},o}(),Ne=e;(function(){function t(){if(!D.postMessage||D.importScripts)return!1;var t=!1,e=D.onmessage;return D.onmessage=function(){t=!0},D.postMessage("","*"),D.onmessage=e,t}function e(t){if("string"==typeof t.data&&t.data.substring(0,o.length)===o){var e=t.data.substring(o.length),n=s[e];n(),delete s[e]}}var n=RegExp("^"+(Q+"").replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),r="function"==typeof(r=N&&_&&N.setImmediate)&&!n.test(r)&&r,i="function"==typeof(i=N&&_&&N.clearImmediate)&&!n.test(i)&&i;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))Ae=process.nextTick;else if("function"==typeof r)Ae=r,Ne=i;else if(t()){var o="ms.rx.schedule"+Math.random(),s={},u=0;D.addEventListener?D.addEventListener("message",e,!1):D.attachEvent("onmessage",e,!1),Ae=function(t){var e=u++;s[e]=t,D.postMessage(o+e,"*")}}else if(D.MessageChannel){var c=new D.MessageChannel,a={},h=0;c.port1.onmessage=function(t){var e=t.data,n=a[e];n(),delete a[e]},Ae=function(t){var e=h++;a[e]=t,c.port2.postMessage(e)}}else"document"in D&&"onreadystatechange"in D.document.createElement("script")?Ae=function(t){var e=D.document.createElement("script");e.onreadystatechange=function(){t(),e.onreadystatechange=null,e.parentNode.removeChild(e),e=null},D.document.documentElement.appendChild(e)}:(Ae=function(t){return setTimeout(t,0)},Ne=clearTimeout)})(),Ce.timeout=function(){function t(t,e){var n=this,r=new we,i=Ae(function(){r.isDisposed||r.setDisposable(e(n,t))});return new pe(r,ve(function(){Ne(i)}))}function e(t,e,n){var r=this,i=Ce.normalize(e);if(0===i)return r.scheduleWithState(t,n);var o=new we,s=setTimeout(function(){o.isDisposed||o.setDisposable(n(r,t))},i);return new pe(o,ve(function(){clearTimeout(s)}))}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new Ce(R,t,e,n)}();var Oe=function(t){function e(){return this._scheduler.now()}function n(t,e){return this._scheduler.scheduleWithState(t,this._wrap(e))}function r(t,e,n){return this._scheduler.scheduleWithRelativeAndState(t,e,this._wrap(n))}function i(t,e,n){return this._scheduler.scheduleWithAbsoluteAndState(t,e,this._wrap(n))}function o(o,s){this._scheduler=o,this._handler=s,this._recursiveOriginal=null,this._recursiveWrapper=null,t.call(this,e,n,r,i)}return oe(o,t),o.prototype._clone=function(t){return new o(t,this._handler)},o.prototype._wrap=function(t){var e=this;return function(n,r){try{return t(e._getRecursiveWrapper(n),r)}catch(i){if(!e._handler(i))throw i;return me}}},o.prototype._getRecursiveWrapper=function(t){if(this._recursiveOriginal!==t){this._recursiveOriginal=t;var e=this._clone(t);e._recursiveOriginal=t,e._recursiveWrapper=e,this._recursiveWrapper=e}return this._recursiveWrapper},o.prototype.schedulePeriodicWithState=function(t,e,n){var r=this,i=!1,o=new we;return o.setDisposable(this._scheduler.schedulePeriodicWithState(t,e,function(t){if(i)return null;try{return n(t)}catch(e){if(i=!0,!r._handler(e))throw e;return o.dispose(),null}})),o},o}(Ce),Re=O.Notification=function(){function t(t,e){this.hasValue=null==e?!1:e,this.kind=t}var e=t.prototype;return e.accept=function(t,e,n){return 1===arguments.length&&"object"==typeof t?this._acceptObservable(t):this._accept(t,e,n)},e.toObservable=function(t){var e=this;return t||(t=Se),new on(function(n){return t.schedule(function(){e._acceptObservable(n),"N"===e.kind&&n.onCompleted()})})},t}(),We=Re.createOnNext=function(){function t(t){return t(this.value)}function e(t){return t.onNext(this.value)}function n(){return"OnNext("+this.value+")"}return function(r){var i=new Re("N",!0);return i.value=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),je=Re.createOnError=function(){function t(t,e){return e(this.exception)}function e(t){return t.onError(this.exception)}function n(){return"OnError("+this.exception+")"}return function(r){var i=new Re("E");return i.exception=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),ke=Re.createOnCompleted=function(){function t(t,e,n){return n()}function e(t){return t.onCompleted()}function n(){return"OnCompleted()"}return function(){var r=new Re("C");return r._accept=t,r._acceptObservable=e,r.toString=n,r}}(),Pe=O.internals.Enumerator=function(t){this._next=t};Pe.prototype.next=function(){return this._next()},Pe.prototype[P]=function(){return this};var qe=O.internals.Enumerable=function(t){this._iterator=t};qe.prototype[P]=function(){return this._iterator()},qe.prototype.concat=function(){var e=this;return new on(function(n){var r;try{r=e[P]()}catch(i){return n.onError(),t}var o,s=new ge,u=Se.scheduleRecursive(function(e){var i;if(!o){try{i=r.next()}catch(u){return n.onError(u),t}if(i.done)return n.onCompleted(),t;var c=new we;s.setDisposable(c),c.setDisposable(i.value.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){e()}))}});return new pe(s,u,ve(function(){o=!0}))})},qe.prototype.catchException=function(){var e=this;return new on(function(n){var r;try{r=e[P]()}catch(i){return n.onError(),t}var o,s,u=new ge,c=Se.scheduleRecursive(function(e){if(!o){var i;try{i=r.next()}catch(c){return n.onError(c),t}if(i.done)return s?n.onError(s):n.onCompleted(),t;var a=new we;u.setDisposable(a),a.setDisposable(i.value.subscribe(n.onNext.bind(n),function(t){s=t,e()},n.onCompleted.bind(n)))}});return new pe(u,c,ve(function(){o=!0}))})};var Te=qe.repeat=function(t,e){return null==e&&(e=-1),new qe(function(){var n=e;return new Pe(function(){return 0===n?T:(n>0&&n--,{done:!1,value:t})})})},Me=qe.forEach=function(t,e,r){return e||(e=n),new qe(function(){var n=-1;return new Pe(function(){return++n0&&(e=!this.isAcquired,this.isAcquired=!0),e&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(e){var r;if(!(n.queue.length>0))return n.isAcquired=!1,t;r=n.queue.shift();try{r()}catch(i){throw n.queue=[],n.hasFaulted=!0,i}e()}))},n.prototype.dispose=function(){e.prototype.dispose.call(this),this.disposable.dispose()},n}(Ve),He=function(t){function e(){t.apply(this,arguments)}return oe(e,t),e.prototype.next=function(e){t.prototype.next.call(this,e),this.ensureActive()},e.prototype.error=function(e){t.prototype.error.call(this,e),this.ensureActive()},e.prototype.completed=function(){t.prototype.completed.call(this),this.ensureActive()},e}(Ue),$e=O.Observable=function(){function t(t){this._subscribe=t}return ze=t.prototype,ze.finalValue=function(){var t=this;return new on(function(e){var n,r=!1;return t.subscribe(function(t){r=!0,n=t},e.onError.bind(e),function(){r?(e.onNext(n),e.onCompleted()):e.onError(Error(W))})})},ze.subscribe=ze.forEach=function(t,e,n){var r;return r="object"==typeof t?t:Ie(t,e,n),this._subscribe(r)},ze.toArray=function(){function t(t,e){var n=t.slice(0);return n.push(e),n}return this.scan([],t).startWith([]).finalValue()},t}();ze.observeOn=function(t){var e=this;return new on(function(n){return e.subscribe(new He(t,n))})},ze.subscribeOn=function(t){var e=this;return new on(function(n){var r=new we,i=new ge;return i.setDisposable(r),r.setDisposable(t.schedule(function(){i.setDisposable(new w(t,e.subscribe(n)))})),i})};var Qe=$e.fromPromise=function(t){return new on(function(e){t.then(function(t){e.onNext(t),e.onCompleted()},function(t){e.onError(t)})})};ze.toPromise=function(t){if(t||(t=O.config.Promise),!t)throw Error("Promise type not provided nor in Rx.config.Promise");var e=this;return new t(function(t,n){var r,i=!1;e.subscribe(function(t){r=t,i=!0},function(t){n(t)},function(){i&&t(r)})})},$e.create=$e.createWithDisposable=function(t){return new on(t)},$e.defer=function(t){return new on(function(e){var n;try{n=t()}catch(r){return Ye(r).subscribe(e)}return n.subscribe(e)})};var Ge=$e.empty=function(t){return t||(t=Se),new on(function(e){return t.schedule(function(){e.onCompleted()})})},Je=$e.fromArray=function(t,e){return e||(e=_e),new on(function(n){var r=0;return e.scheduleRecursive(function(e){t.length>r?(n.onNext(t[r++]),e()):n.onCompleted()})})};$e.fromIterable=function(e,n){return n||(n=_e),new on(function(r){var i;try{i=e[P]()}catch(o){return r.onError(o),t}return n.scheduleRecursive(function(e){var n;try{n=i.next()}catch(o){return r.onError(o),t}n.done?r.onCompleted():(r.onNext(n.value),e())})})},$e.generate=function(e,n,r,i,o){return o||(o=_e),new on(function(s){var u=!0,c=e;return o.scheduleRecursive(function(e){var o,a;try{u?u=!1:c=r(c),o=n(c),o&&(a=i(c))}catch(h){return s.onError(h),t}o?(s.onNext(a),e()):s.onCompleted()})})};var Ke=$e.never=function(){return new on(function(){return me})};$e.range=function(t,e,n){return n||(n=_e),new on(function(r){return n.scheduleRecursiveWithState(0,function(n,i){e>n?(r.onNext(t+n),i(n+1)):r.onCompleted()})})},$e.repeat=function(t,e,n){return n||(n=_e),null==e&&(e=-1),Xe(t,n).repeat(e)};var Xe=$e["return"]=$e.returnValue=function(t,e){return e||(e=Se),new on(function(n){return e.schedule(function(){n.onNext(t),n.onCompleted()})})},Ye=$e["throw"]=$e.throwException=function(t,e){return e||(e=Se),new on(function(n){return e.schedule(function(){n.onError(t)})})};$e.using=function(t,e){return new on(function(n){var r,i,o=me;try{r=t(),r&&(o=r),i=e(r)}catch(s){return new pe(Ye(s).subscribe(n),o)}return new pe(i.subscribe(n),o)})},ze.amb=function(t){var e=this;return new on(function(n){function r(){o||(o=s,a.dispose())}function i(){o||(o=u,c.dispose())}var o,s="L",u="R",c=new we,a=new we;return c.setDisposable(e.subscribe(function(t){r(),o===s&&n.onNext(t)},function(t){r(),o===s&&n.onError(t)},function(){r(),o===s&&n.onCompleted()})),a.setDisposable(t.subscribe(function(t){i(),o===u&&n.onNext(t)},function(t){i(),o===u&&n.onError(t)},function(){i(),o===u&&n.onCompleted()})),new pe(c,a)})},$e.amb=function(){function t(t,e){return t.amb(e)}for(var e=Ke(),n=m(arguments,0),r=0,i=n.length;i>r;r++)e=t(e,n[r]);return e},ze["catch"]=ze.catchException=function(t){return"function"==typeof t?g(this,t):Ze([this,t])};var Ze=$e.catchException=$e["catch"]=function(){var t=m(arguments,0);return Me(t).catchException()};ze.combineLatest=function(){var t=ie.call(arguments);return Array.isArray(t[0])?t[0].unshift(this):t.unshift(this),tn.apply(this,t)};var tn=$e.combineLatest=function(){var e=ie.call(arguments),r=e.pop();return Array.isArray(e[0])&&(e=e[0]),new on(function(i){function o(e){var o;if(a[e]=!0,h||(h=a.every(n))){try{o=r.apply(null,f)}catch(s){return i.onError(s),t}i.onNext(o)}else l.filter(function(t,n){return n!==e}).every(n)&&i.onCompleted()}function s(t){l[t]=!0,l.every(n)&&i.onCompleted()}for(var u=function(){return!1},c=e.length,a=y(c,u),h=!1,l=y(c,u),f=Array(c),p=Array(c),d=0;c>d;d++)(function(t){p[t]=new we,p[t].setDisposable(e[t].subscribe(function(e){f[t]=e,o(t)},i.onError.bind(i),function(){s(t)}))})(d);return new pe(p)})};ze.concat=function(){var t=ie.call(arguments,0);return t.unshift(this),en.apply(this,t)};var en=$e.concat=function(){var t=m(arguments,0);return Me(t).concat()};ze.concatObservable=ze.concatAll=function(){return this.merge(1)},ze.merge=function(t){if("number"!=typeof t)return nn(this,t);var e=this;return new on(function(n){var r=0,i=new pe,o=!1,s=[],c=function(t){var e=new we;i.add(e),u(t)&&(t=Qe(t)),e.setDisposable(t.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){var t;i.remove(e),s.length>0?(t=s.shift(),c(t)):(r--,o&&0===r&&n.onCompleted())}))};return i.add(e.subscribe(function(e){t>r?(r++,c(e)):s.push(e)},n.onError.bind(n),function(){o=!0,0===r&&n.onCompleted()})),i})};var nn=$e.merge=function(){var t,e;return arguments[0]?arguments[0].now?(t=arguments[0],e=ie.call(arguments,1)):(t=Se,e=ie.call(arguments,0)):(t=Se,e=ie.call(arguments,1)),Array.isArray(e[0])&&(e=e[0]),Je(e,t).mergeObservable()};ze.mergeObservable=ze.mergeAll=function(){var t=this;return new on(function(e){var n=new pe,r=!1,i=new we;return n.add(i),i.setDisposable(t.subscribe(function(t){var i=new we;n.add(i),u(t)&&(t=Qe(t)),i.setDisposable(t.subscribe(function(t){e.onNext(t)},e.onError.bind(e),function(){n.remove(i),r&&1===n.length&&e.onCompleted()}))},e.onError.bind(e),function(){r=!0,1===n.length&&e.onCompleted()})),n})},ze.onErrorResumeNext=function(t){if(!t)throw Error("Second observable is required");return rn([this,t])};var rn=$e.onErrorResumeNext=function(){var t=m(arguments,0);return new on(function(e){var n=0,r=new ge,i=Se.scheduleRecursive(function(i){var o,s;t.length>n?(o=t[n++],s=new we,r.setDisposable(s),s.setDisposable(o.subscribe(e.onNext.bind(e),function(){i()},function(){i()}))):e.onCompleted()});return new pe(r,i)})};ze.skipUntil=function(t){var e=this;return new on(function(n){var r=!1,i=new pe(e.subscribe(function(t){r&&n.onNext(t)},n.onError.bind(n),function(){r&&n.onCompleted()})),o=new we;return i.add(o),o.setDisposable(t.subscribe(function(){r=!0,o.dispose()},n.onError.bind(n),function(){o.dispose()})),i})},ze["switch"]=ze.switchLatest=function(){var t=this;return new on(function(e){var n=!1,r=new ge,i=!1,o=0,s=t.subscribe(function(t){var s=new we,c=++o;n=!0,r.setDisposable(s),u(t)&&(t=Qe(t)),s.setDisposable(t.subscribe(function(t){o===c&&e.onNext(t)},function(t){o===c&&e.onError(t)},function(){o===c&&(n=!1,i&&e.onCompleted())}))},e.onError.bind(e),function(){i=!0,n||e.onCompleted()});return new pe(s,r)})},ze.takeUntil=function(t){var n=this;return new on(function(r){return new pe(n.subscribe(r),t.subscribe(r.onCompleted.bind(r),r.onError.bind(r),e))})},ze.zip=function(){if(Array.isArray(arguments[0]))return E.apply(this,arguments);var e=this,r=ie.call(arguments),i=r.pop();return r.unshift(e),new on(function(o){function s(t){a[t]=!0,a.every(function(t){return t})&&o.onCompleted()}for(var u=r.length,c=y(u,function(){return[]}),a=y(u,function(){return!1}),h=function(r){var s,u;if(c.every(function(t){return t.length>0})){try{u=c.map(function(t){return t.shift()}),s=i.apply(e,u)}catch(h){return o.onError(h),t}o.onNext(s)}else a.filter(function(t,e){return e!==r}).every(n)&&o.onCompleted()},l=Array(u),f=0;u>f;f++)(function(t){l[t]=new we,l[t].setDisposable(r[t].subscribe(function(e){c[t].push(e),h(t)},o.onError.bind(o),function(){s(t)}))})(f);return new pe(l)})},$e.zip=function(){var t=ie.call(arguments,0),e=t.shift();return e.zip.apply(e,t)},$e.zipArray=function(){var e=m(arguments,0);return new on(function(r){function i(e){if(u.every(function(t){return t.length>0})){var i=u.map(function(t){return t.shift()});r.onNext(i)}else if(c.filter(function(t,n){return n!==e}).every(n))return r.onCompleted(),t}function o(e){return c[e]=!0,c.every(n)?(r.onCompleted(),t):t}for(var s=e.length,u=y(s,function(){return[]}),c=y(s,function(){return!1}),a=Array(s),h=0;s>h;h++)(function(t){a[t]=new we,a[t].setDisposable(e[t].subscribe(function(e){u[t].push(e),i(t)},r.onError.bind(r),function(){o(t)}))})(h);var l=new pe(a);return l.add(ve(function(){for(var t=0,e=u.length;e>t;t++)u[t]=[] -})),l})},ze.asObservable=function(){var t=this;return new on(function(e){return t.subscribe(e)})},ze.bufferWithCount=function(t,e){return 1===arguments.length&&(e=t),this.windowWithCount(t,e).selectMany(function(t){return t.toArray()}).where(function(t){return t.length>0})},ze.dematerialize=function(){var t=this;return new on(function(e){return t.subscribe(function(t){return t.accept(e)},e.onError.bind(e),e.onCompleted.bind(e))})},ze.distinctUntilChanged=function(e,i){var o=this;return e||(e=n),i||(i=r),new on(function(n){var r,s=!1;return o.subscribe(function(o){var u,c=!1;try{u=e(o)}catch(a){return n.onError(a),t}if(s)try{c=i(r,u)}catch(a){return n.onError(a),t}s&&c||(s=!0,r=u,n.onNext(o))},n.onError.bind(n),n.onCompleted.bind(n))})},ze["do"]=ze.doAction=function(t,e,n){var r,i=this;return"function"==typeof t?r=t:(r=t.onNext.bind(t),e=t.onError.bind(t),n=t.onCompleted.bind(t)),new on(function(t){return i.subscribe(function(e){try{r(e)}catch(n){t.onError(n)}t.onNext(e)},function(n){if(e){try{e(n)}catch(r){t.onError(r)}t.onError(n)}else t.onError(n)},function(){if(n){try{n()}catch(e){t.onError(e)}t.onCompleted()}else t.onCompleted()})})},ze["finally"]=ze.finallyAction=function(t){var e=this;return new on(function(n){var r=e.subscribe(n);return ve(function(){try{r.dispose()}catch(e){throw e}finally{t()}})})},ze.ignoreElements=function(){var t=this;return new on(function(n){return t.subscribe(e,n.onError.bind(n),n.onCompleted.bind(n))})},ze.materialize=function(){var t=this;return new on(function(e){return t.subscribe(function(t){e.onNext(We(t))},function(t){e.onNext(je(t)),e.onCompleted()},function(){e.onNext(ke()),e.onCompleted()})})},ze.repeat=function(t){return Te(this,t).concat()},ze.retry=function(t){return Te(this,t).catchException()},ze.scan=function(){var e,n,r=!1,i=this;return 2===arguments.length?(r=!0,e=arguments[0],n=arguments[1]):n=arguments[0],new on(function(o){var s,u,c;return i.subscribe(function(i){try{c||(c=!0),s?u=n(u,i):(u=r?n(e,i):i,s=!0)}catch(a){return o.onError(a),t}o.onNext(u)},o.onError.bind(o),function(){!c&&r&&o.onNext(e),o.onCompleted()})})},ze.skipLast=function(t){var e=this;return new on(function(n){var r=[];return e.subscribe(function(e){r.push(e),r.length>t&&n.onNext(r.shift())},n.onError.bind(n),n.onCompleted.bind(n))})},ze.startWith=function(){var t,e,n=0;return arguments.length&&"now"in Object(arguments[0])?(e=arguments[0],n=1):e=Se,t=ie.call(arguments,n),Me([Je(t,e),this]).concat()},ze.takeLast=function(t,e){return this.takeLastBuffer(t).selectMany(function(t){return Je(t,e)})},ze.takeLastBuffer=function(t){var e=this;return new on(function(n){var r=[];return e.subscribe(function(e){r.push(e),r.length>t&&r.shift()},n.onError.bind(n),function(){n.onNext(r),n.onCompleted()})})},ze.windowWithCount=function(t,e){var n=this;if(0>=t)throw Error(j);if(1===arguments.length&&(e=t),0>=e)throw Error(j);return new on(function(r){var i=new we,o=new Ee(i),s=0,u=[],c=function(){var t=new an;u.push(t),r.onNext(ue(t,o))};return c(),i.setDisposable(n.subscribe(function(n){for(var r,i=0,o=u.length;o>i;i++)u[i].onNext(n);var a=s-t+1;a>=0&&0===a%e&&(r=u.shift(),r.onCompleted()),s++,0===s%e&&c()},function(t){for(;u.length>0;)u.shift().onError(t);r.onError(t)},function(){for(;u.length>0;)u.shift().onCompleted();r.onCompleted()})),o})},ze.defaultIfEmpty=function(e){var n=this;return e===t&&(e=null),new on(function(t){var r=!1;return n.subscribe(function(e){r=!0,t.onNext(e)},t.onError.bind(t),function(){r||t.onNext(e),t.onCompleted()})})},ze.distinct=function(e,r){var i=this;return e||(e=n),r||(r=o),new on(function(n){var o={};return i.subscribe(function(i){var s,u,c,a=!1;try{s=e(i),u=r(s)}catch(h){return n.onError(h),t}for(c in o)if(u===c){a=!0;break}a||(o[u]=null,n.onNext(i))},n.onError.bind(n),n.onCompleted.bind(n))})},ze.groupBy=function(t,e,n){return this.groupByUntil(t,e,function(){return Ke()},n)},ze.groupByUntil=function(r,i,s,u){var c=this;return i||(i=n),u||(u=o),new on(function(n){var o={},a=new pe,h=new Ee(a);return a.add(c.subscribe(function(c){var l,f,p,d,b,v,m,y,w,g;try{v=r(c),m=u(v)}catch(E){for(g in o)o[g].onError(E);return n.onError(E),t}d=!1;try{w=o[m],w||(w=new an,o[m]=w,d=!0)}catch(E){for(g in o)o[g].onError(E);return n.onError(E),t}if(d){b=new un(v,w,h),f=new un(v,w);try{l=s(f)}catch(E){for(g in o)o[g].onError(E);return n.onError(E),t}n.onNext(b),y=new we,a.add(y);var x=function(){m in o&&(delete o[m],w.onCompleted()),a.remove(y)};y.setDisposable(l.take(1).subscribe(e,function(t){for(g in o)o[g].onError(t);n.onError(t)},function(){x()}))}try{p=i(c)}catch(E){for(g in o)o[g].onError(E);return n.onError(E),t}w.onNext(p)},function(t){for(var e in o)o[e].onError(t);n.onError(t)},function(){for(var t in o)o[t].onCompleted();n.onCompleted()})),h})},ze.select=ze.map=function(e,n){var r=this;return new on(function(i){var o=0;return r.subscribe(function(s){var u;try{u=e.call(n,s,o++,r)}catch(c){return i.onError(c),t}i.onNext(u)},i.onError.bind(i),i.onCompleted.bind(i))})},ze.pluck=function(t){return this.select(function(e){return e[t]})},ze.selectMany=ze.flatMap=function(t,e){return e?this.selectMany(function(n,r){var i=t(n,r),o=u(i)?Qe(i):i;return o.select(function(t){return e(n,t,r)})}):"function"==typeof t?x.call(this,t):x.call(this,function(){return t})},ze.selectSwitch=ze.flatMapLatest=function(t,e){return this.select(t,e).switchLatest()},ze.skip=function(t){if(0>t)throw Error(j);var e=this;return new on(function(n){var r=t;return e.subscribe(function(t){0>=r?n.onNext(t):r--},n.onError.bind(n),n.onCompleted.bind(n))})},ze.skipWhile=function(e,n){var r=this;return new on(function(i){var o=0,s=!1;return r.subscribe(function(u){if(!s)try{s=!e.call(n,u,o++,r)}catch(c){return i.onError(c),t}s&&i.onNext(u)},i.onError.bind(i),i.onCompleted.bind(i))})},ze.take=function(t,e){if(0>t)throw Error(j);if(0===t)return Ge(e);var n=this;return new on(function(e){var r=t;return n.subscribe(function(t){r>0&&(r--,e.onNext(t),0===r&&e.onCompleted())},e.onError.bind(e),e.onCompleted.bind(e))})},ze.takeWhile=function(e,n){var r=this;return new on(function(i){var o=0,s=!0;return r.subscribe(function(u){if(s){try{s=e.call(n,u,o++,r)}catch(c){return i.onError(c),t}s?i.onNext(u):i.onCompleted()}},i.onError.bind(i),i.onCompleted.bind(i))})},ze.where=ze.filter=function(e,n){var r=this;return new on(function(i){var o=0;return r.subscribe(function(s){var u;try{u=e.call(n,s,o++,r)}catch(c){return i.onError(c),t}u&&i.onNext(s)},i.onError.bind(i),i.onCompleted.bind(i))})};var on=O.AnonymousObservable=function(e){function n(e){return e===t?e=me:"function"==typeof e&&(e=ve(e)),e}function r(i){function o(t){var e=new sn(t);if(_e.scheduleRequired())_e.schedule(function(){try{e.setDisposable(n(i(e)))}catch(t){if(!e.fail(t))throw t}});else try{e.setDisposable(n(i(e)))}catch(r){if(!e.fail(r))throw r}return e}return this instanceof r?(e.call(this,o),t):new r(i)}return oe(r,e),r}($e),sn=function(t){function e(e){t.call(this),this.observer=e,this.m=new we}oe(e,t);var n=e.prototype;return n.next=function(t){var e=!1;try{this.observer.onNext(t),e=!0}catch(n){throw n}finally{e||this.dispose()}},n.error=function(t){try{this.observer.onError(t)}catch(e){throw e}finally{this.dispose()}},n.completed=function(){try{this.observer.onCompleted()}catch(t){throw t}finally{this.dispose()}},n.setDisposable=function(t){this.m.setDisposable(t)},n.getDisposable=function(){return this.m.getDisposable()},n.disposable=function(t){return arguments.length?this.getDisposable():setDisposable(t)},n.dispose=function(){t.prototype.dispose.call(this),this.m.dispose()},e}(Ve),un=function(t){function e(t){return this.underlyingObservable.subscribe(t)}function n(n,r,i){t.call(this,e),this.key=n,this.underlyingObservable=i?new on(function(t){return new pe(i.getDisposable(),r.subscribe(t))}):r}return oe(n,t),n}($e),cn=function(t,e){this.subject=t,this.observer=e};cn.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1),this.observer=null}};var an=O.Subject=function(t){function e(t){return c.call(this),this.isStopped?this.exception?(t.onError(this.exception),me):(t.onCompleted(),me):(this.observers.push(t),new cn(this,t))}function n(){t.call(this,e),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return oe(n,t),se(n.prototype,Le,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(c.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var e=0,n=t.length;n>e;e++)t[e].onCompleted();this.observers=[]}},onError:function(t){if(c.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){if(c.call(this),!this.isStopped)for(var e=this.observers.slice(0),n=0,r=e.length;r>n;n++)e[n].onNext(t)},dispose:function(){this.isDisposed=!0,this.observers=null}}),n.create=function(t,e){return new hn(t,e)},n}($e);O.AsyncSubject=function(t){function e(t){if(c.call(this),!this.isStopped)return this.observers.push(t),new cn(this,t);var e=this.exception,n=this.hasValue,r=this.value;return e?t.onError(e):n?(t.onNext(r),t.onCompleted()):t.onCompleted(),me}function n(){t.call(this,e),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return oe(n,t),se(n.prototype,Le,{hasObservers:function(){return c.call(this),this.observers.length>0},onCompleted:function(){var t,e,n;if(c.call(this),!this.isStopped){this.isStopped=!0;var r=this.observers.slice(0),i=this.value,o=this.hasValue;if(o)for(e=0,n=r.length;n>e;e++)t=r[e],t.onNext(i),t.onCompleted();else for(e=0,n=r.length;n>e;e++)r[e].onCompleted();this.observers=[]}},onError:function(t){if(c.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){c.call(this),this.isStopped||(this.value=t,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),n}($e);var hn=function(t){function e(t){return this.observable.subscribe(t)}function n(n,r){t.call(this,e),this.observer=n,this.observable=r}return oe(n,t),se(n.prototype,Le,{onCompleted:function(){this.observer.onCompleted()},onError:function(t){this.observer.onError(t)},onNext:function(t){this.observer.onNext(t)}}),n}($e);"function"==typeof define&&"object"==typeof define.amd&&define.amd?(D.Rx=O,define(function(){return O})):A&&S?_?(S.exports=O).Rx=O:A.Rx=O:D.Rx=O}).call(this); \ No newline at end of file +(function(a){function b(){}function c(a){return a}function d(a,b){return db(a,b)}function e(a,b){return a-b}function f(a){return a.toString()}function g(a){throw a}function h(a){return"function"==typeof a.then&&a.then!==D.Observable.prototype.then}function i(){if(this.isDisposed)throw new Error(H)}function j(a){var b=typeof a;return a&&("function"==b||"object"==b)||!1}function k(a){var b=[];if(!j(a))return b;cb.nonEnumArgs&&a.length&&o(a)&&(a=eb.call(a));var c=cb.enumPrototypes&&"function"==typeof a,d=cb.enumErrorProps&&(a===Y||a instanceof Error);for(var e in a)c&&"prototype"==e||d&&("message"==e||"name"==e)||b.push(e);if(cb.nonEnumShadows&&a!==Z){var f=a.constructor,g=-1,h=ab.length;if(a===(f&&f.prototype))var i=a===stringProto?U:a===Y?P:V.call(a),k=bb[i];for(;++g-1:void 0});return c.pop(),d.pop(),result}function r(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:eb.call(a)}function s(a,b){for(var c=new Array(a),d=0;a>d;d++)c[d]=b();return c}function t(a,b){this.scheduler=a,this.disposable=b,this.isDisposed=!1}function u(a,b){return new ec(function(c){var d=new tb,e=new ub;return e.setDisposable(d),d.setDisposable(a.subscribe(c.onNext.bind(c),function(a){var d,f;try{f=b(a)}catch(g){return c.onError(g),void 0}d=new tb,e.setDisposable(d),d.setDisposable(f.subscribe(c))},c.onCompleted.bind(c))),e})}function v(a,b){var c=this;return new ec(function(d){var e=0,f=a.length;return c.subscribe(function(c){if(f>e){var g,h=a[e++];try{g=b(c,h)}catch(i){return d.onError(i),void 0}d.onNext(g)}else d.onCompleted()},d.onError.bind(d),d.onCompleted.bind(d))})}function w(a){return this.select(function(b,c){var d=a(b,c);return h(d)?Vb(d):d}).mergeObservable()}var x={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},y=x[typeof window]&&window||this,z=x[typeof exports]&&exports&&!exports.nodeType&&exports,A=x[typeof module]&&module&&!module.nodeType&&module,B=A&&A.exports===z&&z,C=x[typeof global]&&global;!C||C.global!==C&&C.window!==C||(y=C);var D={internals:{},config:{}},E=function(){return Date.now?Date.now:function(){return+new Date}}(),F="Sequence contains no elements.",G="Argument out of range",H="Object has been disposed",I="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";y.Set&&"function"==typeof(new y.Set)["@@iterator"]&&(I="@@iterator");var J,K={done:!0,value:a},L="[object Arguments]",M="[object Array]",N="[object Boolean]",O="[object Date]",P="[object Error]",Q="[object Function]",R="[object Number]",S="[object Object]",T="[object RegExp]",U="[object String]",V=Object.prototype.toString,W=Object.prototype.hasOwnProperty,X=V.call(arguments)==L,Y=Error.prototype,Z=Object.prototype,$=Z.propertyIsEnumerable;try{J=!(V.call(document)==S&&!({toString:0}+""))}catch(_){J=!0}var ab=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],bb={};bb[M]=bb[O]=bb[R]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},bb[N]=bb[U]={constructor:!0,toString:!0,valueOf:!0},bb[P]=bb[Q]=bb[T]={constructor:!0,toString:!0},bb[S]={constructor:!0};var cb={};!function(){var a=function(){this.x=1},b=[];a.prototype={valueOf:1,y:1};for(var c in new a)b.push(c);for(c in arguments);cb.enumErrorProps=$.call(Y,"message")||$.call(Y,"name"),cb.enumPrototypes=$.call(a,"prototype"),cb.nonEnumArgs=0!=c,cb.nonEnumShadows=!/valueOf/.test(b)}(1),X||(o=function(a){return a&&"object"==typeof a?W.call(a,"callee"):!1}),p(/x/)&&(p=function(a){return"function"==typeof a&&V.call(a)==Q});var db=D.internals.isEqual=function(a,b){return q(a,b,[],[])},eb=Array.prototype.slice,fb=({}.hasOwnProperty,this.inherits=D.internals.inherits=function(a,b){function c(){this.constructor=a}c.prototype=b.prototype,a.prototype=new c}),gb=D.internals.addProperties=function(a){for(var b=eb.call(arguments,1),c=0,d=b.length;d>c;c++){var e=b[c];for(var f in e)a[f]=e[f]}},hb=D.internals.addRef=function(a,b){return new ec(function(c){return new nb(b.getDisposable(),a.subscribe(c))})};Function.prototype.bind||(Function.prototype.bind=function(a){var b=this,c=eb.call(arguments,1),d=function(){function e(){}if(this instanceof d){e.prototype=b.prototype;var f=new e,g=b.apply(f,c.concat(eb.call(arguments)));return Object(g)===g?g:f}return b.apply(a,c.concat(eb.call(arguments)))};return d});var ib=Object("a"),jb="a"!=ib[0]||!(0 in ib);Array.prototype.every||(Array.prototype.every=function(a){var b=Object(this),c=jb&&{}.toString.call(this)==U?this.split(""):b,d=c.length>>>0,e=arguments[1];if({}.toString.call(a)!=Q)throw new TypeError(a+" is not a function");for(var f=0;d>f;f++)if(f in c&&!a.call(e,c[f],f,b))return!1;return!0}),Array.prototype.map||(Array.prototype.map=function(a){var b=Object(this),c=jb&&{}.toString.call(this)==U?this.split(""):b,d=c.length>>>0,e=Array(d),f=arguments[1];if({}.toString.call(a)!=Q)throw new TypeError(a+" is not a function");for(var g=0;d>g;g++)g in c&&(e[g]=a.call(f,c[g],g,b));return e}),Array.prototype.filter||(Array.prototype.filter=function(a){for(var b,c=[],d=new Object(this),e=0,f=d.length>>>0;f>e;e++)b=d[e],e in d&&a.call(arguments[1],b,e,d)&&c.push(b);return c}),Array.isArray||(Array.isArray=function(a){return Object.prototype.toString.call(a)==M}),Array.prototype.indexOf||(Array.prototype.indexOf=function(a){var b=Object(this),c=b.length>>>0;if(0===c)return-1;var d=0;if(arguments.length>1&&(d=Number(arguments[1]),d!==d?d=0:0!==d&&1/0!=d&&d!==-1/0&&(d=(d>0||-1)*Math.floor(Math.abs(d)))),d>=c)return-1;for(var e=d>=0?d:Math.max(c-Math.abs(d),0);c>e;e++)if(e in b&&b[e]===a)return e;return-1});var kb=function(a,b){this.id=a,this.value=b};kb.prototype.compareTo=function(a){var b=this.value.compareTo(a.value);return 0===b&&(b=this.id-a.id),b};var lb=D.internals.PriorityQueue=function(a){this.items=new Array(a),this.length=0},mb=lb.prototype;mb.isHigherPriority=function(a,b){return this.items[a].compareTo(this.items[b])<0},mb.percolate=function(a){if(!(a>=this.length||0>a)){var b=a-1>>1;if(!(0>b||b===a)&&this.isHigherPriority(a,b)){var c=this.items[a];this.items[a]=this.items[b],this.items[b]=c,this.percolate(b)}}},mb.heapify=function(b){if(b===a&&(b=0),!(b>=this.length||0>b)){var c=2*b+1,d=2*b+2,e=b;if(cb;b++)a[b].dispose()}},ob.clear=function(){var a=this.disposables.slice(0);this.disposables=[],this.length=0;for(var b=0,c=a.length;c>b;b++)a[b].dispose()},ob.contains=function(a){return-1!==this.disposables.indexOf(a)},ob.toArray=function(){return this.disposables.slice(0)};var pb=D.Disposable=function(a){this.isDisposed=!1,this.action=a||b};pb.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var qb=pb.create=function(a){return new pb(a)},rb=pb.empty={dispose:b},sb=function(){function a(a){this.isSingle=a,this.isDisposed=!1,this.current=null}var b=a.prototype;return b.getDisposable=function(){return this.current},b.setDisposable=function(a){if(this.current&&this.isSingle)throw new Error("Disposable has already been assigned");var b,c=this.isDisposed;c||(b=this.current,this.current=a),b&&b.dispose(),c&&a&&a.dispose()},b.dispose=function(){var a;this.isDisposed||(this.isDisposed=!0,a=this.current,this.current=null),a&&a.dispose()},a}(),tb=D.SingleAssignmentDisposable=function(a){function b(){a.call(this,!0)}return fb(b,a),b}(sb),ub=D.SerialDisposable=function(a){function b(){a.call(this,!1)}return fb(b,a),b}(sb),vb=D.RefCountDisposable=function(){function a(a){this.disposable=a,this.disposable.count++,this.isInnerDisposed=!1}function b(a){this.underlyingDisposable=a,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return a.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},b.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},b.prototype.getDisposable=function(){return this.isDisposed?rb:new a(this)},b}();t.prototype.dispose=function(){var a=this;this.scheduler.schedule(function(){a.isDisposed||(a.isDisposed=!0,a.disposable.dispose())})};var wb=D.internals.ScheduledItem=function(a,b,c,d,f){this.scheduler=a,this.state=b,this.action=c,this.dueTime=d,this.comparer=f||e,this.disposable=new tb};wb.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},wb.prototype.compareTo=function(a){return this.comparer(this.dueTime,a.dueTime)},wb.prototype.isCancelled=function(){return this.disposable.isDisposed},wb.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var xb,yb=D.Scheduler=function(){function a(a,b,c,d){this.now=a,this._schedule=b,this._scheduleRelative=c,this._scheduleAbsolute=d}function b(a,b){var c=b.first,d=b.second,e=new nb,f=function(b){d(b,function(b){var c=!1,d=!1,g=a.scheduleWithState(b,function(a,b){return c?e.remove(g):d=!0,f(b),rb});d||(e.add(g),c=!0)})};return f(c),e}function c(a,b,c){var d=b.first,e=b.second,f=new nb,g=function(b){e(b,function(b,d){var e=!1,h=!1,i=a[c].call(a,b,d,function(a,b){return e?f.remove(i):h=!0,g(b),rb});h||(f.add(i),e=!0)})};return g(d),f}function d(a,b){return b(),rb}var e=a.prototype;return e.catchException=e["catch"]=function(a){return new Db(this,a)},e.schedulePeriodic=function(a,b){return this.schedulePeriodicWithState(null,a,function(){b()})},e.schedulePeriodicWithState=function(a,b,c){var d=a,e=setInterval(function(){d=c(d)},b);return qb(function(){clearInterval(e)})},e.schedule=function(a){return this._schedule(a,d)},e.scheduleWithState=function(a,b){return this._schedule(a,b)},e.scheduleWithRelative=function(a,b){return this._scheduleRelative(b,a,d)},e.scheduleWithRelativeAndState=function(a,b,c){return this._scheduleRelative(a,b,c)},e.scheduleWithAbsolute=function(a,b){return this._scheduleAbsolute(b,a,d)},e.scheduleWithAbsoluteAndState=function(a,b,c){return this._scheduleAbsolute(a,b,c)},e.scheduleRecursive=function(a){return this.scheduleRecursiveWithState(a,function(a,b){a(function(){b(a)})})},e.scheduleRecursiveWithState=function(a,c){return this.scheduleWithState({first:a,second:c},function(a,c){return b(a,c)})},e.scheduleRecursiveWithRelative=function(a,b){return this.scheduleRecursiveWithRelativeAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithRelativeAndState=function(a,b,d){return this._scheduleRelative({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithRelativeAndState")})},e.scheduleRecursiveWithAbsolute=function(a,b){return this.scheduleRecursiveWithAbsoluteAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithAbsoluteAndState=function(a,b,d){return this._scheduleAbsolute({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithAbsoluteAndState")})},a.now=E,a.normalize=function(a){return 0>a&&(a=0),a},a}(),zb=yb.normalize,Ab=(D.internals.SchedulePeriodicRecursive=function(){function a(a,b){b(0,this._period);try{this._state=this._action(this._state)}catch(c){throw this._cancel.dispose(),c}}function b(a,b,c,d){this._scheduler=a,this._state=b,this._period=c,this._action=d}return b.prototype.start=function(){var b=new tb;return this._cancel=b,b.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,a.bind(this))),b},b}(),yb.immediate=function(){function a(a,b){return b(this,a)}function b(a,b,c){for(var d=zb(d);d-this.now()>0;);return c(this,a)}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new yb(E,a,b,c)}()),Bb=yb.currentThread=function(){function a(a){for(var b;a.length>0;)if(b=a.dequeue(),!b.isCancelled()){for(;b.dueTime-yb.now()>0;);b.isCancelled()||b.invoke()}}function b(a,b){return this.scheduleWithRelativeAndState(a,0,b)}function c(b,c,d){var f=this.now()+yb.normalize(c),g=new wb(this,b,d,f);if(e)e.enqueue(g);else{e=new lb(4),e.enqueue(g);try{a(e)}catch(h){throw h}finally{e=null}}return g.disposable}function d(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}var e,f=new yb(E,b,c,d);return f.scheduleRequired=function(){return null===e},f.ensureTrampoline=function(a){return null===e?this.schedule(a):a()},f}(),Cb=b;!function(){function a(){if(!y.postMessage||y.importScripts)return!1;var a=!1,b=y.onmessage;return y.onmessage=function(){a=!0},y.postMessage("","*"),y.onmessage=b,a}function b(a){if("string"==typeof a.data&&a.data.substring(0,f.length)===f){var b=a.data.substring(f.length),c=g[b];c(),delete g[b]}}var c=RegExp("^"+String(V).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),d="function"==typeof(d=C&&B&&C.setImmediate)&&!c.test(d)&&d,e="function"==typeof(e=C&&B&&C.clearImmediate)&&!c.test(e)&&e;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))xb=process.nextTick;else if("function"==typeof d)xb=d,Cb=e;else if(a()){var f="ms.rx.schedule"+Math.random(),g={},h=0;y.addEventListener?y.addEventListener("message",b,!1):y.attachEvent("onmessage",b,!1),xb=function(a){var b=h++;g[b]=a,y.postMessage(f+b,"*")}}else if(y.MessageChannel){var i=new y.MessageChannel,j={},k=0;i.port1.onmessage=function(a){var b=a.data,c=j[b];c(),delete j[b]},xb=function(a){var b=k++;j[b]=a,i.port2.postMessage(b)}}else"document"in y&&"onreadystatechange"in y.document.createElement("script")?xb=function(a){var b=y.document.createElement("script");b.onreadystatechange=function(){a(),b.onreadystatechange=null,b.parentNode.removeChild(b),b=null},y.document.documentElement.appendChild(b)}:(xb=function(a){return setTimeout(a,0)},Cb=clearTimeout)}();var Db=(yb.timeout=function(){function a(a,b){var c=this,d=new tb,e=xb(function(){d.isDisposed||d.setDisposable(b(c,a))});return new nb(d,qb(function(){Cb(e)}))}function b(a,b,c){var d=this,e=yb.normalize(b);if(0===e)return d.scheduleWithState(a,c);var f=new tb,g=setTimeout(function(){f.isDisposed||f.setDisposable(c(d,a))},e);return new nb(f,qb(function(){clearTimeout(g)}))}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new yb(E,a,b,c)}(),function(a){function b(){return this._scheduler.now()}function c(a,b){return this._scheduler.scheduleWithState(a,this._wrap(b))}function d(a,b,c){return this._scheduler.scheduleWithRelativeAndState(a,b,this._wrap(c))}function e(a,b,c){return this._scheduler.scheduleWithAbsoluteAndState(a,b,this._wrap(c))}function f(f,g){this._scheduler=f,this._handler=g,this._recursiveOriginal=null,this._recursiveWrapper=null,a.call(this,b,c,d,e)}return fb(f,a),f.prototype._clone=function(a){return new f(a,this._handler)},f.prototype._wrap=function(a){var b=this;return function(c,d){try{return a(b._getRecursiveWrapper(c),d)}catch(e){if(!b._handler(e))throw e;return rb}}},f.prototype._getRecursiveWrapper=function(a){if(this._recursiveOriginal!==a){this._recursiveOriginal=a;var b=this._clone(a);b._recursiveOriginal=a,b._recursiveWrapper=b,this._recursiveWrapper=b}return this._recursiveWrapper},f.prototype.schedulePeriodicWithState=function(a,b,c){var d=this,e=!1,f=new tb;return f.setDisposable(this._scheduler.schedulePeriodicWithState(a,b,function(a){if(e)return null;try{return c(a)}catch(b){if(e=!0,!d._handler(b))throw b;return f.dispose(),null}})),f},f}(yb)),Eb=D.Notification=function(){function a(a,b){this.hasValue=null==b?!1:b,this.kind=a}var b=a.prototype;return b.accept=function(a,b,c){return 1===arguments.length&&"object"==typeof a?this._acceptObservable(a):this._accept(a,b,c)},b.toObservable=function(a){var b=this;return a||(a=Ab),new ec(function(c){return a.schedule(function(){b._acceptObservable(c),"N"===b.kind&&c.onCompleted()})})},a}(),Fb=Eb.createOnNext=function(){function a(a){return a(this.value)}function b(a){return a.onNext(this.value)}function c(){return"OnNext("+this.value+")"}return function(d){var e=new Eb("N",!0);return e.value=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),Gb=Eb.createOnError=function(){function a(a,b){return b(this.exception)}function b(a){return a.onError(this.exception)}function c(){return"OnError("+this.exception+")"}return function(d){var e=new Eb("E");return e.exception=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),Hb=Eb.createOnCompleted=function(){function a(a,b,c){return c()}function b(a){return a.onCompleted()}function c(){return"OnCompleted()"}return function(){var d=new Eb("C");return d._accept=a,d._acceptObservable=b,d.toString=c,d}}(),Ib=D.internals.Enumerator=function(a){this._next=a};Ib.prototype.next=function(){return this._next()},Ib.prototype[I]=function(){return this};var Jb=D.internals.Enumerable=function(a){this._iterator=a};Jb.prototype[I]=function(){return this._iterator()},Jb.prototype.concat=function(){var a=this;return new ec(function(b){var c;try{c=a[I]()}catch(d){return b.onError(),void 0}var e,f=new ub,g=Ab.scheduleRecursive(function(a){var d;if(!e){try{d=c.next()}catch(g){return b.onError(g),void 0}if(d.done)return b.onCompleted(),void 0;var h=new tb;f.setDisposable(h),h.setDisposable(d.value.subscribe(b.onNext.bind(b),b.onError.bind(b),function(){a()}))}});return new nb(f,g,qb(function(){e=!0}))})},Jb.prototype.catchException=function(){var a=this;return new ec(function(b){var c;try{c=a[I]()}catch(d){return b.onError(),void 0}var e,f,g=new ub,h=Ab.scheduleRecursive(function(a){if(!e){var d;try{d=c.next()}catch(h){return b.onError(h),void 0}if(d.done)return f?b.onError(f):b.onCompleted(),void 0;var i=new tb;g.setDisposable(i),i.setDisposable(d.value.subscribe(b.onNext.bind(b),function(b){f=b,a()},b.onCompleted.bind(b)))}});return new nb(g,h,qb(function(){e=!0}))})};var Kb=Jb.repeat=function(a,b){return null==b&&(b=-1),new Jb(function(){var c=b;return new Ib(function(){return 0===c?K:(c>0&&c--,{done:!1,value:a})})})},Lb=Jb.forEach=function(a,b,d){return b||(b=c),new Jb(function(){var c=-1;return new Ib(function(){return++c0&&(a=!this.isAcquired,this.isAcquired=!0),a&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(a){var c;if(!(b.queue.length>0))return b.isAcquired=!1,void 0;c=b.queue.shift();try{c()}catch(d){throw b.queue=[],b.hasFaulted=!0,d}a()}))},b.prototype.dispose=function(){a.prototype.dispose.call(this),this.disposable.dispose()},b}(Pb),Tb=function(a){function b(){a.apply(this,arguments)}return fb(b,a),b.prototype.next=function(b){a.prototype.next.call(this,b),this.ensureActive()},b.prototype.error=function(b){a.prototype.error.call(this,b),this.ensureActive()},b.prototype.completed=function(){a.prototype.completed.call(this),this.ensureActive()},b}(Sb),Ub=D.Observable=function(){function a(a){this._subscribe=a}return Ob=a.prototype,Ob.finalValue=function(){var a=this;return new ec(function(b){var c,d=!1;return a.subscribe(function(a){d=!0,c=a},b.onError.bind(b),function(){d?(b.onNext(c),b.onCompleted()):b.onError(new Error(F))})})},Ob.subscribe=Ob.forEach=function(a,b,c){var d;return d="object"==typeof a?a:Nb(a,b,c),this._subscribe(d)},Ob.toArray=function(){function a(a,b){var c=a.slice(0);return c.push(b),c}return this.scan([],a).startWith([]).finalValue()},a}();Ob.observeOn=function(a){var b=this;return new ec(function(c){return b.subscribe(new Tb(a,c))})},Ob.subscribeOn=function(a){var b=this;return new ec(function(c){var d=new tb,e=new ub;return e.setDisposable(d),d.setDisposable(a.schedule(function(){e.setDisposable(new t(a,b.subscribe(c)))})),e})};var Vb=Ub.fromPromise=function(a){return new ec(function(b){a.then(function(a){b.onNext(a),b.onCompleted()},function(a){b.onError(a)})})};Ob.toPromise=function(a){if(a||(a=D.config.Promise),!a)throw new Error("Promise type not provided nor in Rx.config.Promise");var b=this;return new a(function(a,c){var d,e=!1;b.subscribe(function(a){d=a,e=!0},function(a){c(a)},function(){e&&a(d)})})},Ub.create=Ub.createWithDisposable=function(a){return new ec(a)};var Wb=(Ub.defer=function(a){return new ec(function(b){var c;try{c=a()}catch(d){return $b(d).subscribe(b)}return c.subscribe(b)})},Ub.empty=function(a){return a||(a=Ab),new ec(function(b){return a.schedule(function(){b.onCompleted()})})}),Xb=Ub.fromArray=function(a,b){return b||(b=Bb),new ec(function(c){var d=0;return b.scheduleRecursive(function(b){dc?(d.onNext(a+c),e(c+1)):d.onCompleted()})})},Ub.repeat=function(a,b,c){return c||(c=Bb),null==b&&(b=-1),Zb(a,c).repeat(b)};var Zb=Ub["return"]=Ub.returnValue=function(a,b){return b||(b=Ab),new ec(function(c){return b.schedule(function(){c.onNext(a),c.onCompleted()})})},$b=Ub["throw"]=Ub.throwException=function(a,b){return b||(b=Ab),new ec(function(c){return b.schedule(function(){c.onError(a)})})};Ub.using=function(a,b){return new ec(function(c){var d,e,f=rb;try{d=a(),d&&(f=d),e=b(d)}catch(g){return new nb($b(g).subscribe(c),f)}return new nb(e.subscribe(c),f)})},Ob.amb=function(a){var b=this;return new ec(function(c){function d(){f||(f=g,j.dispose())}function e(){f||(f=h,i.dispose())}var f,g="L",h="R",i=new tb,j=new tb;return i.setDisposable(b.subscribe(function(a){d(),f===g&&c.onNext(a)},function(a){d(),f===g&&c.onError(a)},function(){d(),f===g&&c.onCompleted()})),j.setDisposable(a.subscribe(function(a){e(),f===h&&c.onNext(a)},function(a){e(),f===h&&c.onError(a)},function(){e(),f===h&&c.onCompleted()})),new nb(i,j)})},Ub.amb=function(){function a(a,b){return a.amb(b)}for(var b=Yb(),c=r(arguments,0),d=0,e=c.length;e>d;d++)b=a(b,c[d]);return b},Ob["catch"]=Ob.catchException=function(a){return"function"==typeof a?u(this,a):_b([this,a])};var _b=Ub.catchException=Ub["catch"]=function(){var a=r(arguments,0);return Lb(a).catchException()};Ob.combineLatest=function(){var a=eb.call(arguments);return Array.isArray(a[0])?a[0].unshift(this):a.unshift(this),ac.apply(this,a)};var ac=Ub.combineLatest=function(){var a=eb.call(arguments),b=a.pop();return Array.isArray(a[0])&&(a=a[0]),new ec(function(d){function e(a){var e;if(i[a]=!0,j||(j=i.every(c))){try{e=b.apply(null,l)}catch(f){return d.onError(f),void 0}d.onNext(e)}else k.filter(function(b,c){return c!==a}).every(c)&&d.onCompleted()}function f(a){k[a]=!0,k.every(c)&&d.onCompleted()}for(var g=function(){return!1},h=a.length,i=s(h,g),j=!1,k=s(h,g),l=new Array(h),m=new Array(h),n=0;h>n;n++)!function(b){m[b]=new tb,m[b].setDisposable(a[b].subscribe(function(a){l[b]=a,e(b)},d.onError.bind(d),function(){f(b)}))}(n);return new nb(m)})};Ob.concat=function(){var a=eb.call(arguments,0);return a.unshift(this),bc.apply(this,a)};var bc=Ub.concat=function(){var a=r(arguments,0);return Lb(a).concat()};Ob.concatObservable=Ob.concatAll=function(){return this.merge(1)},Ob.merge=function(a){if("number"!=typeof a)return cc(this,a);var b=this;return new ec(function(c){var d=0,e=new nb,f=!1,g=[],i=function(a){var b=new tb;e.add(b),h(a)&&(a=Vb(a)),b.setDisposable(a.subscribe(c.onNext.bind(c),c.onError.bind(c),function(){var a;e.remove(b),g.length>0?(a=g.shift(),i(a)):(d--,f&&0===d&&c.onCompleted())}))};return e.add(b.subscribe(function(b){a>d?(d++,i(b)):g.push(b)},c.onError.bind(c),function(){f=!0,0===d&&c.onCompleted()})),e})};var cc=Ub.merge=function(){var a,b;return arguments[0]?arguments[0].now?(a=arguments[0],b=eb.call(arguments,1)):(a=Ab,b=eb.call(arguments,0)):(a=Ab,b=eb.call(arguments,1)),Array.isArray(b[0])&&(b=b[0]),Xb(b,a).mergeObservable()};Ob.mergeObservable=Ob.mergeAll=function(){var a=this;return new ec(function(b){var c=new nb,d=!1,e=new tb;return c.add(e),e.setDisposable(a.subscribe(function(a){var e=new tb;c.add(e),h(a)&&(a=Vb(a)),e.setDisposable(a.subscribe(function(a){b.onNext(a)},b.onError.bind(b),function(){c.remove(e),d&&1===c.length&&b.onCompleted()}))},b.onError.bind(b),function(){d=!0,1===c.length&&b.onCompleted()})),c})},Ob.onErrorResumeNext=function(a){if(!a)throw new Error("Second observable is required");return dc([this,a])};var dc=Ub.onErrorResumeNext=function(){var a=r(arguments,0);return new ec(function(b){var c=0,d=new ub,e=Ab.scheduleRecursive(function(e){var f,g;c0})){try{g=h.map(function(a){return a.shift()}),f=d.apply(a,g)}catch(j){return e.onError(j),void 0}e.onNext(f)}else i.filter(function(a,c){return c!==b}).every(c)&&e.onCompleted()},k=new Array(g),l=0;g>l;l++)!function(a){k[a]=new tb,k[a].setDisposable(b[a].subscribe(function(b){h[a].push(b),j(a)},e.onError.bind(e),function(){f(a)}))}(l);return new nb(k)})},Ub.zip=function(){var a=eb.call(arguments,0),b=a.shift();return b.zip.apply(b,a)},Ub.zipArray=function(){var a=r(arguments,0);return new ec(function(b){function d(a){if(g.every(function(a){return a.length>0})){var d=g.map(function(a){return a.shift()});b.onNext(d)}else if(h.filter(function(b,c){return c!==a}).every(c))return b.onCompleted(),void 0}function e(a){return h[a]=!0,h.every(c)?(b.onCompleted(),void 0):void 0}for(var f=a.length,g=s(f,function(){return[]}),h=s(f,function(){return!1}),i=new Array(f),j=0;f>j;j++)!function(c){i[c]=new tb,i[c].setDisposable(a[c].subscribe(function(a){g[c].push(a),d(c) +},b.onError.bind(b),function(){e(c)}))}(j);var k=new nb(i);return k.add(qb(function(){for(var a=0,b=g.length;b>a;a++)g[a]=[]})),k})},Ob.asObservable=function(){var a=this;return new ec(function(b){return a.subscribe(b)})},Ob.bufferWithCount=function(a,b){return 1===arguments.length&&(b=a),this.windowWithCount(a,b).selectMany(function(a){return a.toArray()}).where(function(a){return a.length>0})},Ob.dematerialize=function(){var a=this;return new ec(function(b){return a.subscribe(function(a){return a.accept(b)},b.onError.bind(b),b.onCompleted.bind(b))})},Ob.distinctUntilChanged=function(a,b){var e=this;return a||(a=c),b||(b=d),new ec(function(c){var d,f=!1;return e.subscribe(function(e){var g,h=!1;try{g=a(e)}catch(i){return c.onError(i),void 0}if(f)try{h=b(d,g)}catch(i){return c.onError(i),void 0}f&&h||(f=!0,d=g,c.onNext(e))},c.onError.bind(c),c.onCompleted.bind(c))})},Ob["do"]=Ob.doAction=function(a,b,c){var d,e=this;return"function"==typeof a?d=a:(d=a.onNext.bind(a),b=a.onError.bind(a),c=a.onCompleted.bind(a)),new ec(function(a){return e.subscribe(function(b){try{d(b)}catch(c){a.onError(c)}a.onNext(b)},function(c){if(b){try{b(c)}catch(d){a.onError(d)}a.onError(c)}else a.onError(c)},function(){if(c){try{c()}catch(b){a.onError(b)}a.onCompleted()}else a.onCompleted()})})},Ob["finally"]=Ob.finallyAction=function(a){var b=this;return new ec(function(c){var d=b.subscribe(c);return qb(function(){try{d.dispose()}catch(b){throw b}finally{a()}})})},Ob.ignoreElements=function(){var a=this;return new ec(function(c){return a.subscribe(b,c.onError.bind(c),c.onCompleted.bind(c))})},Ob.materialize=function(){var a=this;return new ec(function(b){return a.subscribe(function(a){b.onNext(Fb(a))},function(a){b.onNext(Gb(a)),b.onCompleted()},function(){b.onNext(Hb()),b.onCompleted()})})},Ob.repeat=function(a){return Kb(this,a).concat()},Ob.retry=function(a){return Kb(this,a).catchException()},Ob.scan=function(){var a,b,c=!1,d=this;return 2===arguments.length?(c=!0,a=arguments[0],b=arguments[1]):b=arguments[0],new ec(function(e){var f,g,h;return d.subscribe(function(d){try{h||(h=!0),f?g=b(g,d):(g=c?b(a,d):d,f=!0)}catch(i){return e.onError(i),void 0}e.onNext(g)},e.onError.bind(e),function(){!h&&c&&e.onNext(a),e.onCompleted()})})},Ob.skipLast=function(a){var b=this;return new ec(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&c.onNext(d.shift())},c.onError.bind(c),c.onCompleted.bind(c))})},Ob.startWith=function(){var a,b,c=0;return arguments.length&&"now"in Object(arguments[0])?(b=arguments[0],c=1):b=Ab,a=eb.call(arguments,c),Lb([Xb(a,b),this]).concat()},Ob.takeLast=function(a,b){return this.takeLastBuffer(a).selectMany(function(a){return Xb(a,b)})},Ob.takeLastBuffer=function(a){var b=this;return new ec(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&d.shift()},c.onError.bind(c),function(){c.onNext(d),c.onCompleted()})})},Ob.windowWithCount=function(a,b){var c=this;if(0>=a)throw new Error(G);if(1===arguments.length&&(b=a),0>=b)throw new Error(G);return new ec(function(d){var e=new tb,f=new vb(e),g=0,h=[],i=function(){var a=new ic;h.push(a),d.onNext(hb(a,f))};return i(),e.setDisposable(c.subscribe(function(c){for(var d,e=0,f=h.length;f>e;e++)h[e].onNext(c);var j=g-a+1;j>=0&&j%b===0&&(d=h.shift(),d.onCompleted()),g++,g%b===0&&i()},function(a){for(;h.length>0;)h.shift().onError(a);d.onError(a)},function(){for(;h.length>0;)h.shift().onCompleted();d.onCompleted()})),f})},Ob.defaultIfEmpty=function(b){var c=this;return b===a&&(b=null),new ec(function(a){var d=!1;return c.subscribe(function(b){d=!0,a.onNext(b)},a.onError.bind(a),function(){d||a.onNext(b),a.onCompleted()})})},Ob.distinct=function(a,b){var d=this;return a||(a=c),b||(b=f),new ec(function(c){var e={};return d.subscribe(function(d){var f,g,h,i=!1;try{f=a(d),g=b(f)}catch(j){return c.onError(j),void 0}for(h in e)if(g===h){i=!0;break}i||(e[g]=null,c.onNext(d))},c.onError.bind(c),c.onCompleted.bind(c))})},Ob.groupBy=function(a,b,c){return this.groupByUntil(a,b,function(){return Yb()},c)},Ob.groupByUntil=function(a,d,e,g){var h=this;return d||(d=c),g||(g=f),new ec(function(c){var f={},i=new nb,j=new vb(i);return i.add(h.subscribe(function(h){var k,l,m,n,o,p,q,r,s,t;try{p=a(h),q=g(p)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}n=!1;try{s=f[q],s||(s=new ic,f[q]=s,n=!0)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}if(n){o=new gc(p,s,j),l=new gc(p,s);try{k=e(l)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}c.onNext(o),r=new tb,i.add(r);var v=function(){q in f&&(delete f[q],s.onCompleted()),i.remove(r)};r.setDisposable(k.take(1).subscribe(b,function(a){for(t in f)f[t].onError(a);c.onError(a)},function(){v()}))}try{m=d(h)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}s.onNext(m)},function(a){for(var b in f)f[b].onError(a);c.onError(a)},function(){for(var a in f)f[a].onCompleted();c.onCompleted()})),j})},Ob.select=Ob.map=function(a,b){var c=this;return new ec(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Ob.pluck=function(a){return this.select(function(b){return b[a]})},Ob.selectMany=Ob.flatMap=function(a,b){return b?this.selectMany(function(c,d){var e=a(c,d),f=h(e)?Vb(e):e;return f.select(function(a){return b(c,a,d)})}):"function"==typeof a?w.call(this,a):w.call(this,function(){return a})},Ob.selectSwitch=Ob.flatMapLatest=function(a,b){return this.select(a,b).switchLatest()},Ob.skip=function(a){if(0>a)throw new Error(G);var b=this;return new ec(function(c){var d=a;return b.subscribe(function(a){0>=d?c.onNext(a):d--},c.onError.bind(c),c.onCompleted.bind(c))})},Ob.skipWhile=function(a,b){var c=this;return new ec(function(d){var e=0,f=!1;return c.subscribe(function(g){if(!f)try{f=!a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f&&d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Ob.take=function(a,b){if(0>a)throw new Error(G);if(0===a)return Wb(b);var c=this;return new ec(function(b){var d=a;return c.subscribe(function(a){d>0&&(d--,b.onNext(a),0===d&&b.onCompleted())},b.onError.bind(b),b.onCompleted.bind(b))})},Ob.takeWhile=function(a,b){var c=this;return new ec(function(d){var e=0,f=!0;return c.subscribe(function(g){if(f){try{f=a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f?d.onNext(g):d.onCompleted()}},d.onError.bind(d),d.onCompleted.bind(d))})},Ob.where=Ob.filter=function(a,b){var c=this;return new ec(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}g&&d.onNext(f)},d.onError.bind(d),d.onCompleted.bind(d))})};var ec=D.AnonymousObservable=function(a){function b(a){return"undefined"==typeof a?a=rb:"function"==typeof a&&(a=qb(a)),a}function c(d){function e(a){var c=new fc(a);if(Bb.scheduleRequired())Bb.schedule(function(){try{c.setDisposable(b(d(c)))}catch(a){if(!c.fail(a))throw a}});else try{c.setDisposable(b(d(c)))}catch(e){if(!c.fail(e))throw e}return c}return this instanceof c?(a.call(this,e),void 0):new c(d)}return fb(c,a),c}(Ub),fc=function(a){function b(b){a.call(this),this.observer=b,this.m=new tb}fb(b,a);var c=b.prototype;return c.next=function(a){var b=!1;try{this.observer.onNext(a),b=!0}catch(c){throw c}finally{b||this.dispose()}},c.error=function(a){try{this.observer.onError(a)}catch(b){throw b}finally{this.dispose()}},c.completed=function(){try{this.observer.onCompleted()}catch(a){throw a}finally{this.dispose()}},c.setDisposable=function(a){this.m.setDisposable(a)},c.getDisposable=function(){return this.m.getDisposable()},c.disposable=function(a){return arguments.length?this.getDisposable():setDisposable(a)},c.dispose=function(){a.prototype.dispose.call(this),this.m.dispose()},b}(Pb),gc=function(a){function b(a){return this.underlyingObservable.subscribe(a)}function c(c,d,e){a.call(this,b),this.key=c,this.underlyingObservable=e?new ec(function(a){return new nb(e.getDisposable(),d.subscribe(a))}):d}return fb(c,a),c}(Ub),hc=function(a,b){this.subject=a,this.observer=b};hc.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1),this.observer=null}};var ic=D.Subject=function(a){function b(a){return i.call(this),this.isStopped?this.exception?(a.onError(this.exception),rb):(a.onCompleted(),rb):(this.observers.push(a),new hc(this,a))}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return fb(c,a),gb(c.prototype,Mb,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(i.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var b=0,c=a.length;c>b;b++)a[b].onCompleted();this.observers=[]}},onError:function(a){if(i.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){if(i.call(this),!this.isStopped)for(var b=this.observers.slice(0),c=0,d=b.length;d>c;c++)b[c].onNext(a)},dispose:function(){this.isDisposed=!0,this.observers=null}}),c.create=function(a,b){return new jc(a,b)},c}(Ub),jc=(D.AsyncSubject=function(a){function b(a){if(i.call(this),!this.isStopped)return this.observers.push(a),new hc(this,a);var b=this.exception,c=this.hasValue,d=this.value;return b?a.onError(b):c?(a.onNext(d),a.onCompleted()):a.onCompleted(),rb}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return fb(c,a),gb(c.prototype,Mb,{hasObservers:function(){return i.call(this),this.observers.length>0},onCompleted:function(){var a,b,c;if(i.call(this),!this.isStopped){this.isStopped=!0;var d=this.observers.slice(0),e=this.value,f=this.hasValue;if(f)for(b=0,c=d.length;c>b;b++)a=d[b],a.onNext(e),a.onCompleted();else for(b=0,c=d.length;c>b;b++)d[b].onCompleted();this.observers=[]}},onError:function(a){if(i.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){i.call(this),this.isStopped||(this.value=a,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),c}(Ub),function(a){function b(a){return this.observable.subscribe(a)}function c(c,d){a.call(this,b),this.observer=c,this.observable=d}return fb(c,a),gb(c.prototype,Mb,{onCompleted:function(){this.observer.onCompleted()},onError:function(a){this.observer.onError(a)},onNext:function(a){this.observer.onNext(a)}}),c}(Ub));"function"==typeof define&&"object"==typeof define.amd&&define.amd?(y.Rx=D,define(function(){return D})):z&&A?B?(A.exports=D).Rx=D:z.Rx=D:y.Rx=D}).call(this); \ No newline at end of file diff --git a/rx.experimental.min.js b/rx.experimental.min.js index c910de134..24d4d1f0a 100644 --- a/rx.experimental.min.js +++ b/rx.experimental.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n,r){function o(){}function i(t,e){return 1===t.length&&Array.isArray(t[e])?t[e]:E.call(t)}function s(t,e){return new y(function(){return new m(function(){return t()?{done:!1,value:e}:{done:!0,value:r}})})}var u=n.Observable,c=u.prototype,a=n.AnonymousObservable,l=u.concat,f=u.defer,h=u.empty,p=n.Disposable.empty,d=n.CompositeDisposable,b=n.SerialDisposable,v=n.SingleAssignmentDisposable,m=n.internals.Enumerator,y=n.internals.Enumerable,w=y.forEach,g=n.Scheduler.immediate,x=n.Scheduler.currentThread,E=Array.prototype.slice,C=n.AsyncSubject,D=n.Observer,S=n.internals.inherits,A=n.internals.addProperties,N="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";t.Set&&"function"==typeof(new t.Set)["@@iterator"]&&(N="@@iterator"),c.letBind=c.let=function(t){return t(this)},u["if"]=u.ifThen=function(t,e,n){return f(function(){if(n||(n=h()),n.now){var r=n;n=h(r)}return t()?e:n})},u["for"]=u.forIn=function(t,e){return w(t,e).concat()};var _=u["while"]=u.whileDo=function(t,e){return s(t,e).concat()};c.doWhile=function(t){return l([this,_(t,this)])},u["case"]=u.switchCase=function(t,e,n){return f(function(){if(n||(n=h()),n.now){var o=n;n=h(o)}var i=e[t()];return i!==r?i:n})},c.expand=function(t,e){e||(e=g);var n=this;return new a(function(o){var i=[],s=new b,u=new d(s),c=0,a=!1,l=function(){var n=!1;i.length>0&&(n=!a,a=!0),n&&s.setDisposable(e.scheduleRecursive(function(e){var n;if(!(i.length>0))return a=!1,r;n=i.shift();var s=new v;u.add(s),s.setDisposable(n.subscribe(function(e){o.onNext(e);var n=null;try{n=t(e)}catch(r){o.onError(r)}i.push(n),c++,l()},o.onError.bind(o),function(){u.remove(s),c--,0===c&&o.onCompleted()})),e()}))};return i.push(n),c++,l(),u})},u.forkJoin=function(){var t=i(arguments,0);return new a(function(e){var n=t.length;if(0===n)return e.onCompleted(),p;for(var o=new d,i=!1,s=Array(n),u=Array(n),c=Array(n),a=0;n>a;a++)(function(a){var l=t[a];o.add(l.subscribe(function(t){i||(s[a]=!0,c[a]=t)},function(t){i=!0,e.onError(t),o.dispose()},function(){if(!i){if(!s[a])return e.onCompleted(),r;u[a]=!0;for(var t=0;n>t;t++)if(!u[t])return;i=!0,e.onNext(c),e.onCompleted()}}))})(a);return o})},c.forkJoin=function(t,e){var n=this;return new a(function(o){var i,s,u=!1,c=!1,a=!1,l=!1,f=new v,h=new v;return f.setDisposable(n.subscribe(function(t){a=!0,i=t},function(t){h.dispose(),o.onError(t)},function(){if(u=!0,c)if(a)if(l){var t;try{t=e(i,s)}catch(n){return o.onError(n),r}o.onNext(t),o.onCompleted()}else o.onCompleted();else o.onCompleted()})),h.setDisposable(t.subscribe(function(t){l=!0,s=t},function(t){f.dispose(),o.onError(t)},function(){if(c=!0,u)if(a)if(l){var t;try{t=e(i,s)}catch(n){return o.onError(n),r}o.onNext(t),o.onCompleted()}else o.onCompleted();else o.onCompleted()})),new d(f,h)})},c.manySelect=function(t,e){e||(e=g);var n=this;return f(function(){var r;return n.select(function(t){var e=new O(t);return r&&r.onNext(t),r=e,e}).doAction(o,function(t){r&&r.onError(t)},function(){r&&r.onCompleted()}).observeOn(e).select(function(e,n,r){return t(e,n,r)})})};var O=function(t){function e(t){var e=this,n=new d;return n.add(x.schedule(function(){t.onNext(e.head),n.add(e.tail.mergeObservable().subscribe(t))})),n}function n(n){t.call(this,e),this.head=n,this.tail=new C}return S(n,t),A(n.prototype,D,{onCompleted:function(){this.onNext(u.empty())},onError:function(t){this.onNext(u.throwException(t))},onNext:function(t){this.tail.onNext(t),this.tail.onCompleted()}}),n}(u);return n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c,d){function e(){}function f(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:w.call(a)}function g(a,b){return new s(function(){return new r(function(){return a()?{done:!1,value:b}:{done:!0,value:d}})})}var h=c.Observable,i=h.prototype,j=c.AnonymousObservable,k=h.concat,l=h.defer,m=h.empty,n=c.Disposable.empty,o=c.CompositeDisposable,p=c.SerialDisposable,q=c.SingleAssignmentDisposable,r=c.internals.Enumerator,s=c.internals.Enumerable,t=s.forEach,u=c.Scheduler.immediate,v=c.Scheduler.currentThread,w=Array.prototype.slice,x=c.AsyncSubject,y=c.Observer,z=c.internals.inherits,A=c.internals.addProperties,B="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";a.Set&&"function"==typeof(new a.Set)["@@iterator"]&&(B="@@iterator");i.letBind=i.let=function(a){return a(this)},h["if"]=h.ifThen=function(a,b,c){return l(function(){if(c||(c=m()),c.now){var d=c;c=m(d)}return a()?b:c})},h["for"]=h.forIn=function(a,b){return t(a,b).concat()};var C=h["while"]=h.whileDo=function(a,b){return g(a,b).concat()};i.doWhile=function(a){return k([this,C(a,this)])},h["case"]=h.switchCase=function(a,b,c){return l(function(){if(c||(c=m()),c.now){var e=c;c=m(e)}var f=b[a()];return f!==d?f:c})},i.expand=function(a,b){b||(b=u);var c=this;return new j(function(d){var e=[],f=new p,g=new o(f),h=0,i=!1,j=function(){var c=!1;e.length>0&&(c=!i,i=!0),c&&f.setDisposable(b.scheduleRecursive(function(b){var c;if(!(e.length>0))return i=!1,void 0;c=e.shift();var f=new q;g.add(f),f.setDisposable(c.subscribe(function(b){d.onNext(b);var c=null;try{c=a(b)}catch(f){d.onError(f)}e.push(c),h++,j()},d.onError.bind(d),function(){g.remove(f),h--,0===h&&d.onCompleted()})),b()}))};return e.push(c),h++,j(),g})},h.forkJoin=function(){var a=f(arguments,0);return new j(function(b){var c=a.length;if(0===c)return b.onCompleted(),n;for(var d=new o,e=!1,f=new Array(c),g=new Array(c),h=new Array(c),i=0;c>i;i++)!function(i){var j=a[i];d.add(j.subscribe(function(a){e||(f[i]=!0,h[i]=a)},function(a){e=!0,b.onError(a),d.dispose()},function(){if(!e){if(!f[i])return b.onCompleted(),void 0;g[i]=!0;for(var a=0;c>a;a++)if(!g[a])return;e=!0,b.onNext(h),b.onCompleted()}}))}(i);return d})},i.forkJoin=function(a,b){var c=this;return new j(function(d){var e,f,g=!1,h=!1,i=!1,j=!1,k=new q,l=new q;return k.setDisposable(c.subscribe(function(a){i=!0,e=a},function(a){l.dispose(),d.onError(a)},function(){if(g=!0,h)if(i)if(j){var a;try{a=b(e,f)}catch(c){return d.onError(c),void 0}d.onNext(a),d.onCompleted()}else d.onCompleted();else d.onCompleted()})),l.setDisposable(a.subscribe(function(a){j=!0,f=a},function(a){k.dispose(),d.onError(a)},function(){if(h=!0,g)if(i)if(j){var a;try{a=b(e,f)}catch(c){return d.onError(c),void 0}d.onNext(a),d.onCompleted()}else d.onCompleted();else d.onCompleted()})),new o(k,l)})},i.manySelect=function(a,b){b||(b=u);var c=this;return l(function(){var d;return c.select(function(a){var b=new D(a);return d&&d.onNext(a),d=b,b}).doAction(e,function(a){d&&d.onError(a)},function(){d&&d.onCompleted()}).observeOn(b).select(function(b,c,d){return a(b,c,d)})})};var D=function(a){function b(a){var b=this,c=new o;return c.add(v.schedule(function(){a.onNext(b.head),c.add(b.tail.mergeObservable().subscribe(a))})),c}function c(c){a.call(this,b),this.head=c,this.tail=new x}return z(c,a),A(c.prototype,y,{onCompleted:function(){this.onNext(h.empty())},onError:function(a){this.onNext(h.throwException(a))},onNext:function(a){this.tail.onNext(a),this.tail.onCompleted()}}),c}(h);return c}); \ No newline at end of file diff --git a/rx.joinpatterns.min.js b/rx.joinpatterns.min.js index 7387650e7..09e9579d7 100644 --- a/rx.joinpatterns.min.js +++ b/rx.joinpatterns.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n){function r(){}function o(t,e){return 1===t.length&&Array.isArray(t[e])?t[e]:y.call(t)}function i(t){this.patterns=t}function s(t,e){this.expression=t,this.selector=e}function u(t,e,n){var r=t.get(e);if(!r){var o=new g(e,n);return t.set(e,o),o}return r}function c(t,e,n){var r,o;for(this.joinObserverArray=t,this.onNext=e,this.onCompleted=n,this.joinObservers=new w,r=0;this.joinObserverArray.length>r;r++)o=this.joinObserverArray[r],this.joinObservers.set(o,o)}var a=n.Observable,l=a.prototype,h=n.AnonymousObservable,f=a.throwException,p=n.Observer.create,d=n.SingleAssignmentDisposable,b=n.CompositeDisposable,v=n.internals.AbstractObserver;n.internals.isEqual;var m=n.internals.inherits,y=Array.prototype.slice,w=function(){function t(){this.keys=[],this.values=[]}return t.prototype["delete"]=function(t){var e=this.keys.indexOf(t);return-1!==e&&(this.keys.splice(e,1),this.values.splice(e,1)),-1!==e},t.prototype.get=function(t,e){var n=this.keys.indexOf(t);return-1!==n?this.values[n]:e},t.prototype.set=function(t,e){var n=this.keys.indexOf(t);-1!==n&&(this.values[n]=e),this.values[this.keys.push(t)-1]=e},t.prototype.size=function(){return this.keys.length},t.prototype.has=function(t){return-1!==this.keys.indexOf(t)},t.prototype.getKeys=function(){return this.keys.slice(0)},t.prototype.getValues=function(){return this.values.slice(0)},t}();i.prototype.and=function(t){var e=this.patterns.slice(0);return e.push(t),new i(e)},i.prototype.then=function(t){return new s(this,t)},s.prototype.activate=function(t,e,n){for(var r=this,o=[],i=0,s=this.expression.patterns.length;s>i;i++)o.push(u(t,this.expression.patterns[i],e.onError.bind(e)));var a=new c(o,function(){var t;try{t=r.selector.apply(r,arguments)}catch(n){return e.onError(n),undefined}e.onNext(t)},function(){for(var t=0,e=o.length;e>t;t++)o[t].removeActivePlan(a);n(a)});for(i=0,s=o.length;s>i;i++)o[i].addActivePlan(a);return a},c.prototype.dequeue=function(){for(var t=this.joinObservers.getValues(),e=0,n=t.length;n>e;e++)t[e].queue.shift()},c.prototype.match=function(){var t,e,n,r,o,i=!0;for(e=0,n=this.joinObserverArray.length;n>e;e++)if(0===this.joinObserverArray[e].queue.length){i=!1;break}if(i){for(t=[],r=!1,e=0,n=this.joinObserverArray.length;n>e;e++)t.push(this.joinObserverArray[e].queue[0]),"C"===this.joinObserverArray[e].queue[0].kind&&(r=!0);if(r)this.onCompleted();else{for(this.dequeue(),o=[],e=0;t.length>e;e++)o.push(t[e].value);this.onNext.apply(this,o)}}};var g=function(t){function e(e,n){t.call(this),this.source=e,this.onError=n,this.queue=[],this.activePlans=[],this.subscription=new d,this.isDisposed=!1}m(e,t);var n=e.prototype;return n.next=function(t){if(!this.isDisposed){if("E"===t.kind)return this.onError(t.exception),undefined;this.queue.push(t);for(var e=this.activePlans.slice(0),n=0,r=e.length;r>n;n++)e[n].match()}},n.error=r,n.completed=r,n.addActivePlan=function(t){this.activePlans.push(t)},n.subscribe=function(){this.subscription.setDisposable(this.source.materialize().subscribe(this))},n.removeActivePlan=function(t){var e=this.activePlans.indexOf(t);this.activePlans.splice(e,1),0===this.activePlans.length&&this.dispose()},n.dispose=function(){t.prototype.dispose.call(this),this.isDisposed||(this.isDisposed=!0,this.subscription.dispose())},e}(v);return l.and=function(t){return new i([this,t])},l.then=function(t){return new i([this]).then(t)},a.when=function(){var t=o(arguments,0);return new h(function(e){var n,r,o,i,s,u,c=[],a=new w;u=p(e.onNext.bind(e),function(t){for(var n=a.getValues(),r=0,o=n.length;o>r;r++)n[r].onError(t);e.onError(t)},e.onCompleted.bind(e));try{for(r=0,o=t.length;o>r;r++)c.push(t[r].activate(a,u,function(t){var e=c.indexOf(t);c.splice(e,1),0===c.length&&u.onCompleted()}))}catch(l){f(l).subscribe(e)}for(n=new b,s=a.getValues(),r=0,o=s.length;o>r;r++)i=s[r],i.subscribe(),n.add(i);return n})},n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c){function d(){}function e(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:s.call(a)}function f(a){this.patterns=a}function g(a,b){this.expression=a,this.selector=b}function h(a,b,c){var d=a.get(b);if(!d){var e=new u(b,c);return a.set(b,e),e}return d}function i(a,b,c){var d,e;for(this.joinObserverArray=a,this.onNext=b,this.onCompleted=c,this.joinObservers=new t,d=0;df;f++)e.push(h(a,this.expression.patterns[f],b.onError.bind(b)));var j=new i(e,function(){var a;try{a=d.selector.apply(d,arguments)}catch(c){return b.onError(c),void 0}b.onNext(a)},function(){for(var a=0,b=e.length;b>a;a++)e[a].removeActivePlan(j);c(j)});for(f=0,g=e.length;g>f;f++)e[f].addActivePlan(j);return j},i.prototype.dequeue=function(){for(var a=this.joinObservers.getValues(),b=0,c=a.length;c>b;b++)a[b].queue.shift()},i.prototype.match=function(){var a,b,c,d,e,f=!0;for(b=0,c=this.joinObserverArray.length;c>b;b++)if(0===this.joinObserverArray[b].queue.length){f=!1;break}if(f){for(a=[],d=!1,b=0,c=this.joinObserverArray.length;c>b;b++)a.push(this.joinObserverArray[b].queue[0]),"C"===this.joinObserverArray[b].queue[0].kind&&(d=!0);if(d)this.onCompleted();else{for(this.dequeue(),e=[],b=0;bc;c++)b[c].match()}},c.error=d,c.completed=d,c.addActivePlan=function(a){this.activePlans.push(a)},c.subscribe=function(){this.subscription.setDisposable(this.source.materialize().subscribe(this))},c.removeActivePlan=function(a){var b=this.activePlans.indexOf(a);this.activePlans.splice(b,1),0===this.activePlans.length&&this.dispose()},c.dispose=function(){a.prototype.dispose.call(this),this.isDisposed||(this.isDisposed=!0,this.subscription.dispose())},b}(q);return k.and=function(a){return new f([this,a])},k.then=function(a){return new f([this]).then(a)},j.when=function(){var a=e(arguments,0);return new l(function(b){var c,d,e,f,g,h,i=[],j=new t;h=n(b.onNext.bind(b),function(a){for(var c=j.getValues(),d=0,e=c.length;e>d;d++)c[d].onError(a);b.onError(a)},b.onCompleted.bind(b));try{for(d=0,e=a.length;e>d;d++)i.push(a[d].activate(j,h,function(a){var b=i.indexOf(a);i.splice(b,1),0===i.length&&h.onCompleted()}))}catch(k){m(k).subscribe(b)}for(c=new p,g=j.getValues(),d=0,e=g.length;e>d;d++)f=g[d],f.subscribe(),c.add(f);return c})},c}); \ No newline at end of file diff --git a/rx.js b/rx.js index f45c0c543..7f018b089 100644 --- a/rx.js +++ b/rx.js @@ -31,7 +31,7 @@ function defaultSubComparer(x, y) { return x - y; } function defaultKeySerializer(x) { return x.toString(); } function defaultError(err) { throw err; } - function isPromise(p) { return typeof p.then === 'function' && typeof p.subscribe === 'undefined'; } + function isPromise(p) { return typeof p.then === 'function' && p.then !== Rx.Observable.prototype.then; } // Errors var sequenceContainsNoElements = 'Sequence contains no elements.'; diff --git a/rx.lite.compat.js b/rx.lite.compat.js index f14d18a31..22f62ff49 100644 --- a/rx.lite.compat.js +++ b/rx.lite.compat.js @@ -31,7 +31,7 @@ function defaultSubComparer(x, y) { return x - y; } function defaultKeySerializer(x) { return x.toString(); } function defaultError(err) { throw err; } - function isPromise(p) { return typeof p.then === 'function' && typeof p.subscribe === 'undefined'; } + function isPromise(p) { return typeof p.then === 'function' && p.then !== Rx.Observable.prototype.then; } // Errors var sequenceContainsNoElements = 'Sequence contains no elements.'; diff --git a/rx.lite.compat.min.js b/rx.lite.compat.min.js index 58b57284d..77f53936a 100644 --- a/rx.lite.compat.min.js +++ b/rx.lite.compat.min.js @@ -1,2 +1,2 @@ -(function(t){function e(){}function n(t){return t}function r(t,e){return ce(t,e)}function i(t,e){return t-e}function o(t){throw t}function s(e){return"function"==typeof e.then&&e.subscribe===t}function u(){if(this.isDisposed)throw Error(V)}function c(t){var e=typeof t;return t&&("function"==e||"object"==e)||!1}function a(t){var e=[];if(!c(t))return e;ue.nonEnumArgs&&t.length&&p(t)&&(t=ae.call(t));var n=ue.enumPrototypes&&"function"==typeof t,r=ue.enumErrorProps&&(t===ee||t instanceof Error);for(var i in t)n&&"prototype"==i||r&&("message"==i||"name"==i)||e.push(i);if(ue.nonEnumShadows&&t!==ne){var o=t.constructor,s=-1,u=oe.length;if(t===(o&&o.prototype))var a=t===stringProto?G:t===ee?Q:Y.call(t),l=se[a];for(;u>++s;)i=oe[s],l&&l[i]||!Z.call(t,i)||e.push(i)}return e}function l(t,e,n){for(var r=-1,i=n(t),o=i.length;o>++r;){var s=i[r];if(e(t[s],s,t)===!1)break}return t}function h(t,e){return l(t,e,a)}function f(t){return"function"!=typeof t.toString&&"string"==typeof(t+"")}function p(t){return t&&"object"==typeof t?Y.call(t)==F:!1}function d(t){return"function"==typeof t}function b(e,n,r,i){if(e===n)return 0!==e||1/e==1/n;var o=typeof e,s=typeof n;if(e===e&&(null==e||null==n||"function"!=o&&"object"!=o&&"function"!=s&&"object"!=s))return!1;var u=Y.call(e),c=Y.call(n);if(u==F&&(u=K),c==F&&(c=K),u!=c)return!1;switch(u){case U:case H:return+e==+n;case X:return e!=+e?n!=+n:0==e?1/e==1/n:e==+n;case J:case G:return e==n+""}var a=u==B;if(!a){if(u!=K||!ue.nodeClass&&(f(e)||f(n)))return!1;var l=!ue.argsObject&&p(e)?Object:e.constructor,v=!ue.argsObject&&p(n)?Object:n.constructor;if(!(l==v||Z.call(e,"constructor")&&Z.call(n,"constructor")||d(l)&&l instanceof l&&d(v)&&v instanceof v||!("constructor"in e&&"constructor"in n)))return!1}r||(r=[]),i||(i=[]);for(var m=r.length;m--;)if(r[m]==e)return i[m]==n;var y=0;if(result=!0,r.push(e),i.push(n),a){if(m=e.length,y=n.length,result=y==m)for(;y--;){var w=n[y];if(!(result=b(e[y],w,r,i)))break}}else h(n,function(n,o,s){return Z.call(s,o)?(y++,result=Z.call(e,o)&&b(e[o],n,r,i)):t}),result&&h(e,function(e,n,r){return Z.call(r,n)?result=--y>-1:t});return r.pop(),i.pop(),result}function v(t,e){return 1===t.length&&Array.isArray(t[e])?t[e]:ae.call(t)}function m(t,e){for(var n=Array(t),r=0;t>r;r++)n[r]=e();return n}function y(e,n){return new hn(function(r){var i=new Ce,o=new De;return o.setDisposable(i),i.setDisposable(e.subscribe(r.onNext.bind(r),function(e){var i,s;try{s=n(e)}catch(u){return r.onError(u),t}i=new Ce,o.setDisposable(i),i.setDisposable(s.subscribe(r))},r.onCompleted.bind(r))),o})}function w(e,n){var r=this;return new hn(function(i){var o=0,s=e.length;return r.subscribe(function(r){if(s>o){var u,c=e[o++];try{u=n(r,c)}catch(a){return i.onError(a),t}i.onNext(u)}else i.onCompleted()},i.onError.bind(i),i.onCompleted.bind(i))})}function g(t){return this.select(function(e,n){var r=t(e,n);return s(r)?on(r):r}).mergeObservable()}function x(t){var e=function(){this.cancelBubble=!0},n=function(){if(this.bubbledKeyCode=this.keyCode,this.ctrlKey)try{this.keyCode=0}catch(t){}this.defaultPrevented=!0,this.returnValue=!1,this.modified=!0};if(t||(t=window.event),!t.target)switch(t.target=t.target||t.srcElement,"mouseover"==t.type&&(t.relatedTarget=t.fromElement),"mouseout"==t.type&&(t.relatedTarget=t.toElement),t.stopPropagation||(t.stopPropagation=e,t.preventDefault=n),t.type){case"keypress":var r="charCode"in t?t.charCode:t.keyCode;10==r?(r=0,t.keyCode=13):13==r||27==r?r=0:3==r&&(r=99),t.charCode=r,t.keyChar=t.charCode?String.fromCharCode(t.charCode):""}return t}function E(t,e,n){if(t.addListener)return t.addListener(e,n),ge(function(){t.removeListener(e,n)});if(t.addEventListener)return t.addEventListener(e,n,!1),ge(function(){t.removeEventListener(e,n,!1)});if(t.attachEvent){var r=function(t){n(x(t))};return t.attachEvent("on"+e,r),ge(function(){t.detachEvent("on"+e,r)})}return t["on"+e]=n,ge(function(){t["on"+e]=null})}function C(t,e,n){var r=new me;if(t&&t.length)for(var i=0,o=t.length;o>i;i++)r.add(C(t[i],e,n));else t&&r.add(E(t,e,n));return r}function D(t,e){var n=Ae(t);return new hn(function(t){return e.scheduleWithRelative(n,function(){t.onNext(0),t.onCompleted()})})}function S(t,e,n){return t===e?new hn(function(t){return n.schedulePeriodicWithState(0,e,function(e){return t.onNext(e),e+1})}):Xe(function(){return observableTimerDateAndPeriod(n.now()+t,e,n)})}function N(t,e){return new hn(function(n){function r(){s&&(s=!1,n.onNext(o)),i&&n.onCompleted()}var i,o,s;return new me(t.subscribe(function(t){s=!0,o=t},n.onError.bind(n),function(){i=!0}),e.subscribe(r,n.onError.bind(n),r))})}function A(e,r,i){return new hn(function(o){function s(e,r){h[r]=e;var s;if(c[r]=!0,a||(a=c.every(n))){try{s=i.apply(null,h)}catch(u){return o.onError(u),t}o.onNext(s)}else l&&o.onCompleted()}var u=2,c=[!1,!1],a=!1,l=!1,h=Array(u);return new me(e.subscribe(function(t){s(t,0)},o.onError.bind(o),function(){l=!0,o.onCompleted()}),r.subscribe(function(t){s(t,1)},o.onError.bind(o)))})}var O={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},_=O[typeof window]&&window||this,R=O[typeof exports]&&exports&&!exports.nodeType&&exports,j=O[typeof module]&&module&&!module.nodeType&&module,W=j&&j.exports===R&&R,q=O[typeof global]&&global;!q||q.global!==q&&q.window!==q||(_=q);var k={internals:{},config:{}},T=function(){return Date.now?Date.now:function(){return+new Date}}(),P="Sequence contains no elements.",L="Argument out of range",V="Object has been disposed",z="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";_.Set&&"function"==typeof(new _.Set)["@@iterator"]&&(z="@@iterator");var M,I={done:!0,value:t},F="[object Arguments]",B="[object Array]",U="[object Boolean]",H="[object Date]",Q="[object Error]",$="[object Function]",X="[object Number]",K="[object Object]",J="[object RegExp]",G="[object String]",Y=Object.prototype.toString,Z=Object.prototype.hasOwnProperty,te=Y.call(arguments)==F,ee=Error.prototype,ne=Object.prototype,re=ne.propertyIsEnumerable;try{M=!(Y.call(document)==K&&!({toString:0}+""))}catch(ie){M=!0}var oe=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],se={};se[B]=se[H]=se[X]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},se[U]=se[G]={constructor:!0,toString:!0,valueOf:!0},se[Q]=se[$]=se[J]={constructor:!0,toString:!0},se[K]={constructor:!0};var ue={};(function(){var t=function(){this.x=1},e=[];t.prototype={valueOf:1,y:1};for(var n in new t)e.push(n);for(n in arguments);ue.enumErrorProps=re.call(ee,"message")||re.call(ee,"name"),ue.enumPrototypes=re.call(t,"prototype"),ue.nonEnumArgs=0!=n,ue.nonEnumShadows=!/valueOf/.test(e)})(1),te||(p=function(t){return t&&"object"==typeof t?Z.call(t,"callee"):!1}),d(/x/)&&(d=function(t){return"function"==typeof t&&Y.call(t)==$});var ce=k.internals.isEqual=function(t,e){return b(t,e,[],[])},ae=Array.prototype.slice;({}).hasOwnProperty;var le=this.inherits=k.internals.inherits=function(t,e){function n(){this.constructor=t}n.prototype=e.prototype,t.prototype=new n},he=k.internals.addProperties=function(t){for(var e=ae.call(arguments,1),n=0,r=e.length;r>n;n++){var i=e[n];for(var o in i)t[o]=i[o]}};k.internals.addRef=function(t,e){return new hn(function(n){return new me(e.getDisposable(),t.subscribe(n))})},Function.prototype.bind||(Function.prototype.bind=function(t){var e=this,n=ae.call(arguments,1),r=function(){function i(){}if(this instanceof r){i.prototype=e.prototype;var o=new i,s=e.apply(o,n.concat(ae.call(arguments)));return Object(s)===s?s:o}return e.apply(t,n.concat(ae.call(arguments)))};return r});var fe=Object("a"),pe="a"!=fe[0]||!(0 in fe);Array.prototype.every||(Array.prototype.every=function(t){var e=Object(this),n=pe&&{}.toString.call(this)==G?this.split(""):e,r=n.length>>>0,i=arguments[1];if({}.toString.call(t)!=$)throw new TypeError(t+" is not a function");for(var o=0;r>o;o++)if(o in n&&!t.call(i,n[o],o,e))return!1;return!0}),Array.prototype.map||(Array.prototype.map=function(t){var e=Object(this),n=pe&&{}.toString.call(this)==G?this.split(""):e,r=n.length>>>0,i=Array(r),o=arguments[1];if({}.toString.call(t)!=$)throw new TypeError(t+" is not a function");for(var s=0;r>s;s++)s in n&&(i[s]=t.call(o,n[s],s,e));return i}),Array.prototype.filter||(Array.prototype.filter=function(t){for(var e,n=[],r=Object(this),i=0,o=r.length>>>0;o>i;i++)e=r[i],i in r&&t.call(arguments[1],e,i,r)&&n.push(e);return n}),Array.isArray||(Array.isArray=function(t){return Object.prototype.toString.call(t)==B}),Array.prototype.indexOf||(Array.prototype.indexOf=function(t){var e=Object(this),n=e.length>>>0;if(0===n)return-1;var r=0;if(arguments.length>1&&(r=Number(arguments[1]),r!==r?r=0:0!==r&&1/0!=r&&r!==-1/0&&(r=(r>0||-1)*Math.floor(Math.abs(r)))),r>=n)return-1;for(var i=r>=0?r:Math.max(n-Math.abs(r),0);n>i;i++)if(i in e&&e[i]===t)return i;return-1});var de=function(t,e){this.id=t,this.value=e};de.prototype.compareTo=function(t){var e=this.value.compareTo(t.value);return 0===e&&(e=this.id-t.id),e};var be=k.internals.PriorityQueue=function(t){this.items=Array(t),this.length=0},ve=be.prototype;ve.isHigherPriority=function(t,e){return 0>this.items[t].compareTo(this.items[e])},ve.percolate=function(t){if(!(t>=this.length||0>t)){var e=t-1>>1;if(!(0>e||e===t)&&this.isHigherPriority(t,e)){var n=this.items[t];this.items[t]=this.items[e],this.items[e]=n,this.percolate(e)}}},ve.heapify=function(e){if(e===t&&(e=0),!(e>=this.length||0>e)){var n=2*e+1,r=2*e+2,i=e;if(this.length>n&&this.isHigherPriority(n,i)&&(i=n),this.length>r&&this.isHigherPriority(r,i)&&(i=r),i!==e){var o=this.items[e];this.items[e]=this.items[i],this.items[i]=o,this.heapify(i)}}},ve.peek=function(){return this.items[0].value},ve.removeAt=function(t){this.items[t]=this.items[--this.length],delete this.items[this.length],this.heapify()},ve.dequeue=function(){var t=this.peek();return this.removeAt(0),t},ve.enqueue=function(t){var e=this.length++;this.items[e]=new de(be.count++,t),this.percolate(e)},ve.remove=function(t){for(var e=0;this.length>e;e++)if(this.items[e].value===t)return this.removeAt(e),!0;return!1},be.count=0;var me=k.CompositeDisposable=function(){this.disposables=v(arguments,0),this.isDisposed=!1,this.length=this.disposables.length},ye=me.prototype;ye.add=function(t){this.isDisposed?t.dispose():(this.disposables.push(t),this.length++)},ye.remove=function(t){var e=!1;if(!this.isDisposed){var n=this.disposables.indexOf(t);-1!==n&&(e=!0,this.disposables.splice(n,1),this.length--,t.dispose())}return e},ye.dispose=function(){if(!this.isDisposed){this.isDisposed=!0;var t=this.disposables.slice(0);this.disposables=[],this.length=0;for(var e=0,n=t.length;n>e;e++)t[e].dispose()}},ye.clear=function(){var t=this.disposables.slice(0);this.disposables=[],this.length=0;for(var e=0,n=t.length;n>e;e++)t[e].dispose()},ye.contains=function(t){return-1!==this.disposables.indexOf(t)},ye.toArray=function(){return this.disposables.slice(0)};var we=k.Disposable=function(t){this.isDisposed=!1,this.action=t||e};we.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var ge=we.create=function(t){return new we(t)},xe=we.empty={dispose:e},Ee=function(){function t(t){this.isSingle=t,this.isDisposed=!1,this.current=null}var e=t.prototype;return e.getDisposable=function(){return this.current},e.setDisposable=function(t){if(this.current&&this.isSingle)throw Error("Disposable has already been assigned");var e,n=this.isDisposed;n||(e=this.current,this.current=t),e&&e.dispose(),n&&t&&t.dispose()},e.dispose=function(){var t;this.isDisposed||(this.isDisposed=!0,t=this.current,this.current=null),t&&t.dispose()},t}(),Ce=k.SingleAssignmentDisposable=function(t){function e(){t.call(this,!0)}return le(e,t),e}(Ee),De=k.SerialDisposable=function(t){function e(){t.call(this,!1)}return le(e,t),e}(Ee);k.RefCountDisposable=function(){function t(t){this.disposable=t,this.disposable.count++,this.isInnerDisposed=!1}function e(t){this.underlyingDisposable=t,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return t.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},e.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},e.prototype.getDisposable=function(){return this.isDisposed?xe:new t(this)},e}();var Se=k.internals.ScheduledItem=function(t,e,n,r,o){this.scheduler=t,this.state=e,this.action=n,this.dueTime=r,this.comparer=o||i,this.disposable=new Ce};Se.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},Se.prototype.compareTo=function(t){return this.comparer(this.dueTime,t.dueTime)},Se.prototype.isCancelled=function(){return this.disposable.isDisposed},Se.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var Ne=k.Scheduler=function(){function t(t,e,n,r){this.now=t,this._schedule=e,this._scheduleRelative=n,this._scheduleAbsolute=r}function e(t,e){var n=e.first,r=e.second,i=new me,o=function(e){r(e,function(e){var n=!1,r=!1,s=t.scheduleWithState(e,function(t,e){return n?i.remove(s):r=!0,o(e),xe});r||(i.add(s),n=!0)})};return o(n),i}function n(t,e,n){var r=e.first,i=e.second,o=new me,s=function(e){i(e,function(e,r){var i=!1,u=!1,c=t[n].call(t,e,r,function(t,e){return i?o.remove(c):u=!0,s(e),xe});u||(o.add(c),i=!0)})};return s(r),o}function r(t,e){return e(),xe}var i=t.prototype;return i.schedulePeriodic=function(t,e){return this.schedulePeriodicWithState(null,t,function(){e()})},i.schedulePeriodicWithState=function(t,e,n){var r=t,i=setInterval(function(){r=n(r)},e);return ge(function(){clearInterval(i)})},i.schedule=function(t){return this._schedule(t,r)},i.scheduleWithState=function(t,e){return this._schedule(t,e)},i.scheduleWithRelative=function(t,e){return this._scheduleRelative(e,t,r)},i.scheduleWithRelativeAndState=function(t,e,n){return this._scheduleRelative(t,e,n)},i.scheduleWithAbsolute=function(t,e){return this._scheduleAbsolute(e,t,r)},i.scheduleWithAbsoluteAndState=function(t,e,n){return this._scheduleAbsolute(t,e,n)},i.scheduleRecursive=function(t){return this.scheduleRecursiveWithState(t,function(t,e){t(function(){e(t)})})},i.scheduleRecursiveWithState=function(t,n){return this.scheduleWithState({first:t,second:n},function(t,n){return e(t,n)})},i.scheduleRecursiveWithRelative=function(t,e){return this.scheduleRecursiveWithRelativeAndState(e,t,function(t,e){t(function(n){e(t,n)})})},i.scheduleRecursiveWithRelativeAndState=function(t,e,r){return this._scheduleRelative({first:t,second:r},e,function(t,e){return n(t,e,"scheduleWithRelativeAndState")})},i.scheduleRecursiveWithAbsolute=function(t,e){return this.scheduleRecursiveWithAbsoluteAndState(e,t,function(t,e){t(function(n){e(t,n)})})},i.scheduleRecursiveWithAbsoluteAndState=function(t,e,r){return this._scheduleAbsolute({first:t,second:r},e,function(t,e){return n(t,e,"scheduleWithAbsoluteAndState")})},t.now=T,t.normalize=function(t){return 0>t&&(t=0),t},t}(),Ae=Ne.normalize,Oe=Ne.immediate=function(){function t(t,e){return e(this,t)}function e(t,e,n){for(var r=Ae(r);r-this.now()>0;);return n(this,t)}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new Ne(T,t,e,n)}(),_e=Ne.currentThread=function(){function t(t){for(var e;t.length>0;)if(e=t.dequeue(),!e.isCancelled()){for(;e.dueTime-Ne.now()>0;);e.isCancelled()||e.invoke()}}function e(t,e){return this.scheduleWithRelativeAndState(t,0,e)}function n(e,n,r){var o=this.now()+Ne.normalize(n),s=new Se(this,e,r,o);if(i)i.enqueue(s);else{i=new be(4),i.enqueue(s);try{t(i)}catch(u){throw u}finally{i=null}}return s.disposable}function r(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}var i,o=new Ne(T,e,n,r);return o.scheduleRequired=function(){return null===i},o.ensureTrampoline=function(t){return null===i?this.schedule(t):t()},o}();k.internals.SchedulePeriodicRecursive=function(){function t(t,e){e(0,this._period);try{this._state=this._action(this._state)}catch(n){throw this._cancel.dispose(),n}}function e(t,e,n,r){this._scheduler=t,this._state=e,this._period=n,this._action=r}return e.prototype.start=function(){var e=new Ce;return this._cancel=e,e.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,t.bind(this))),e},e}();var Re,je=e;(function(){function t(){if(!_.postMessage||_.importScripts)return!1;var t=!1,e=_.onmessage;return _.onmessage=function(){t=!0},_.postMessage("","*"),_.onmessage=e,t}function e(t){if("string"==typeof t.data&&t.data.substring(0,o.length)===o){var e=t.data.substring(o.length),n=s[e];n(),delete s[e]}}var n=RegExp("^"+(Y+"").replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),r="function"==typeof(r=q&&W&&q.setImmediate)&&!n.test(r)&&r,i="function"==typeof(i=q&&W&&q.clearImmediate)&&!n.test(i)&&i;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))Re=process.nextTick;else if("function"==typeof r)Re=r,je=i;else if(t()){var o="ms.rx.schedule"+Math.random(),s={},u=0;_.addEventListener?_.addEventListener("message",e,!1):_.attachEvent("onmessage",e,!1),Re=function(t){var e=u++;s[e]=t,_.postMessage(o+e,"*")}}else if(_.MessageChannel){var c=new _.MessageChannel,a={},l=0;c.port1.onmessage=function(t){var e=t.data,n=a[e];n(),delete a[e]},Re=function(t){var e=l++;a[e]=t,c.port2.postMessage(e)}}else"document"in _&&"onreadystatechange"in _.document.createElement("script")?Re=function(t){var e=_.document.createElement("script");e.onreadystatechange=function(){t(),e.onreadystatechange=null,e.parentNode.removeChild(e),e=null},_.document.documentElement.appendChild(e)}:(Re=function(t){return setTimeout(t,0)},je=clearTimeout)})();var We=Ne.timeout=function(){function t(t,e){var n=this,r=new Ce,i=Re(function(){r.isDisposed||r.setDisposable(e(n,t))});return new me(r,ge(function(){je(i)}))}function e(t,e,n){var r=this,i=Ne.normalize(e);if(0===i)return r.scheduleWithState(t,n);var o=new Ce,s=setTimeout(function(){o.isDisposed||o.setDisposable(n(r,t))},i);return new me(o,ge(function(){clearTimeout(s)}))}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new Ne(T,t,e,n)}(),qe=k.Notification=function(){function t(t,e){this.hasValue=null==e?!1:e,this.kind=t}var e=t.prototype;return e.accept=function(t,e,n){return 1===arguments.length&&"object"==typeof t?this._acceptObservable(t):this._accept(t,e,n)},e.toObservable=function(t){var e=this;return t||(t=Oe),new hn(function(n){return t.schedule(function(){e._acceptObservable(n),"N"===e.kind&&n.onCompleted()})})},t}(),ke=qe.createOnNext=function(){function t(t){return t(this.value)}function e(t){return t.onNext(this.value)}function n(){return"OnNext("+this.value+")"}return function(r){var i=new qe("N",!0);return i.value=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),Te=qe.createOnError=function(){function t(t,e){return e(this.exception)}function e(t){return t.onError(this.exception)}function n(){return"OnError("+this.exception+")"}return function(r){var i=new qe("E");return i.exception=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),Pe=qe.createOnCompleted=function(){function t(t,e,n){return n()}function e(t){return t.onCompleted()}function n(){return"OnCompleted()"}return function(){var r=new qe("C");return r._accept=t,r._acceptObservable=e,r.toString=n,r}}(),Le=k.internals.Enumerator=function(t){this._next=t};Le.prototype.next=function(){return this._next()},Le.prototype[z]=function(){return this};var Ve=k.internals.Enumerable=function(t){this._iterator=t};Ve.prototype[z]=function(){return this._iterator()},Ve.prototype.concat=function(){var e=this;return new hn(function(n){var r;try{r=e[z]()}catch(i){return n.onError(),t}var o,s=new De,u=Oe.scheduleRecursive(function(e){var i;if(!o){try{i=r.next()}catch(u){return n.onError(u),t}if(i.done)return n.onCompleted(),t;var c=new Ce;s.setDisposable(c),c.setDisposable(i.value.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){e()}))}});return new me(s,u,ge(function(){o=!0}))})},Ve.prototype.catchException=function(){var e=this;return new hn(function(n){var r;try{r=e[z]()}catch(i){return n.onError(),t}var o,s,u=new De,c=Oe.scheduleRecursive(function(e){if(!o){var i;try{i=r.next()}catch(c){return n.onError(c),t}if(i.done)return s?n.onError(s):n.onCompleted(),t;var a=new Ce;u.setDisposable(a),a.setDisposable(i.value.subscribe(n.onNext.bind(n),function(t){s=t,e()},n.onCompleted.bind(n)))}});return new me(u,c,ge(function(){o=!0}))})};var ze=Ve.repeat=function(t,e){return null==e&&(e=-1),new Ve(function(){var n=e;return new Le(function(){return 0===n?I:(n>0&&n--,{done:!1,value:t})})})},Me=Ve.forEach=function(t,e,r){return e||(e=n),new Ve(function(){var n=-1;return new Le(function(){return++n0&&(e=!this.isAcquired,this.isAcquired=!0),e&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(e){var r;if(!(n.queue.length>0))return n.isAcquired=!1,t;r=n.queue.shift();try{r()}catch(i){throw n.queue=[],n.hasFaulted=!0,i}e()}))},n.prototype.dispose=function(){e.prototype.dispose.call(this),this.disposable.dispose()},n}(Ue);Qe.create=Qe.createWithDisposable=function(t){return new hn(t)};var Xe=Qe.defer=function(t){return new hn(function(e){var n;try{n=t()}catch(r){return Ze(r).subscribe(e)}return n.subscribe(e)})},Ke=Qe.empty=function(t){return t||(t=Oe),new hn(function(e){return t.schedule(function(){e.onCompleted()})})},Je=Qe.fromArray=function(t,e){return e||(e=_e),new hn(function(n){var r=0;return e.scheduleRecursive(function(e){t.length>r?(n.onNext(t[r++]),e()):n.onCompleted()})})};Qe.fromIterable=function(e,n){return n||(n=_e),new hn(function(r){var i;try{i=e[z]()}catch(o){return r.onError(o),t}return n.scheduleRecursive(function(e){var n;try{n=i.next()}catch(o){return r.onError(o),t}n.done?r.onCompleted():(r.onNext(n.value),e())})})},Qe.generate=function(e,n,r,i,o){return o||(o=_e),new hn(function(s){var u=!0,c=e;return o.scheduleRecursive(function(e){var o,a;try{u?u=!1:c=r(c),o=n(c),o&&(a=i(c))}catch(l){return s.onError(l),t}o?(s.onNext(a),e()):s.onCompleted()})})};var Ge=Qe.never=function(){return new hn(function(){return xe})};Qe.range=function(t,e,n){return n||(n=_e),new hn(function(r){return n.scheduleRecursiveWithState(0,function(n,i){e>n?(r.onNext(t+n),i(n+1)):r.onCompleted()})})},Qe.repeat=function(t,e,n){return n||(n=_e),null==e&&(e=-1),Ye(t,n).repeat(e)};var Ye=Qe["return"]=Qe.returnValue=function(t,e){return e||(e=Oe),new hn(function(n){return e.schedule(function(){n.onNext(t),n.onCompleted()})})},Ze=Qe["throw"]=Qe.throwException=function(t,e){return e||(e=Oe),new hn(function(n){return e.schedule(function(){n.onError(t)})})};Be["catch"]=Be.catchException=function(t){return"function"==typeof t?y(this,t):tn([this,t])};var tn=Qe.catchException=Qe["catch"]=function(){var t=v(arguments,0);return Me(t).catchException()};Be.combineLatest=function(){var t=ae.call(arguments);return Array.isArray(t[0])?t[0].unshift(this):t.unshift(this),en.apply(this,t)};var en=Qe.combineLatest=function(){var e=ae.call(arguments),r=e.pop();return Array.isArray(e[0])&&(e=e[0]),new hn(function(i){function o(e){var o;if(a[e]=!0,l||(l=a.every(n))){try{o=r.apply(null,f)}catch(s){return i.onError(s),t}i.onNext(o)}else h.filter(function(t,n){return n!==e}).every(n)&&i.onCompleted()}function s(t){h[t]=!0,h.every(n)&&i.onCompleted()}for(var u=function(){return!1},c=e.length,a=m(c,u),l=!1,h=m(c,u),f=Array(c),p=Array(c),d=0;c>d;d++)(function(t){p[t]=new Ce,p[t].setDisposable(e[t].subscribe(function(e){f[t]=e,o(t)},i.onError.bind(i),function(){s(t)}))})(d);return new me(p)})};Be.concat=function(){var t=ae.call(arguments,0);return t.unshift(this),nn.apply(this,t)};var nn=Qe.concat=function(){var t=v(arguments,0);return Me(t).concat()};Be.concatObservable=Be.concatAll=function(){return this.merge(1)},Be.merge=function(t){if("number"!=typeof t)return rn(this,t);var e=this;return new hn(function(n){var r=0,i=new me,o=!1,u=[],c=function(t){var e=new Ce;i.add(e),s(t)&&(t=on(t)),e.setDisposable(t.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){var t;i.remove(e),u.length>0?(t=u.shift(),c(t)):(r--,o&&0===r&&n.onCompleted())}))};return i.add(e.subscribe(function(e){t>r?(r++,c(e)):u.push(e)},n.onError.bind(n),function(){o=!0,0===r&&n.onCompleted()})),i})};var rn=Qe.merge=function(){var t,e;return arguments[0]?arguments[0].now?(t=arguments[0],e=ae.call(arguments,1)):(t=Oe,e=ae.call(arguments,0)):(t=Oe,e=ae.call(arguments,1)),Array.isArray(e[0])&&(e=e[0]),Je(e,t).mergeObservable()};Be.mergeObservable=Be.mergeAll=function(){var t=this;return new hn(function(e){var n=new me,r=!1,i=new Ce;return n.add(i),i.setDisposable(t.subscribe(function(t){var i=new Ce;n.add(i),s(t)&&(t=on(t)),i.setDisposable(t.subscribe(function(t){e.onNext(t)},e.onError.bind(e),function(){n.remove(i),r&&1===n.length&&e.onCompleted()}))},e.onError.bind(e),function(){r=!0,1===n.length&&e.onCompleted()})),n})},Be.skipUntil=function(t){var e=this;return new hn(function(n){var r=!1,i=new me(e.subscribe(function(t){r&&n.onNext(t)},n.onError.bind(n),function(){r&&n.onCompleted()})),o=new Ce;return i.add(o),o.setDisposable(t.subscribe(function(){r=!0,o.dispose()},n.onError.bind(n),function(){o.dispose()})),i})},Be["switch"]=Be.switchLatest=function(){var t=this;return new hn(function(e){var n=!1,r=new De,i=!1,o=0,u=t.subscribe(function(t){var u=new Ce,c=++o;n=!0,r.setDisposable(u),s(t)&&(t=on(t)),u.setDisposable(t.subscribe(function(t){o===c&&e.onNext(t)},function(t){o===c&&e.onError(t)},function(){o===c&&(n=!1,i&&e.onCompleted())}))},e.onError.bind(e),function(){i=!0,n||e.onCompleted()});return new me(u,r)})},Be.takeUntil=function(t){var n=this;return new hn(function(r){return new me(n.subscribe(r),t.subscribe(r.onCompleted.bind(r),r.onError.bind(r),e))})},Be.zip=function(){if(Array.isArray(arguments[0]))return w.apply(this,arguments);var e=this,r=ae.call(arguments),i=r.pop();return r.unshift(e),new hn(function(o){function s(t){a[t]=!0,a.every(function(t){return t})&&o.onCompleted()}for(var u=r.length,c=m(u,function(){return[]}),a=m(u,function(){return!1}),l=function(r){var s,u;if(c.every(function(t){return t.length>0})){try{u=c.map(function(t){return t.shift()}),s=i.apply(e,u)}catch(l){return o.onError(l),t}o.onNext(s)}else a.filter(function(t,e){return e!==r}).every(n)&&o.onCompleted()},h=Array(u),f=0;u>f;f++)(function(t){h[t]=new Ce,h[t].setDisposable(r[t].subscribe(function(e){c[t].push(e),l(t)},o.onError.bind(o),function(){s(t)}))})(f);return new me(h)})},Qe.zip=function(){var t=ae.call(arguments,0),e=t.shift();return e.zip.apply(e,t)},Qe.zipArray=function(){var e=v(arguments,0);return new hn(function(r){function i(e){if(u.every(function(t){return t.length>0})){var i=u.map(function(t){return t.shift()});r.onNext(i)}else if(c.filter(function(t,n){return n!==e}).every(n))return r.onCompleted(),t}function o(e){return c[e]=!0,c.every(n)?(r.onCompleted(),t):t}for(var s=e.length,u=m(s,function(){return[]}),c=m(s,function(){return!1}),a=Array(s),l=0;s>l;l++)(function(t){a[t]=new Ce,a[t].setDisposable(e[t].subscribe(function(e){u[t].push(e),i(t)},r.onError.bind(r),function(){o(t)}))})(l);var h=new me(a);return h.add(ge(function(){for(var t=0,e=u.length;e>t;t++)u[t]=[]})),h})},Be.asObservable=function(){var t=this;return new hn(function(e){return t.subscribe(e)})},Be.dematerialize=function(){var t=this;return new hn(function(e){return t.subscribe(function(t){return t.accept(e)},e.onError.bind(e),e.onCompleted.bind(e))})},Be.distinctUntilChanged=function(e,i){var o=this;return e||(e=n),i||(i=r),new hn(function(n){var r,s=!1;return o.subscribe(function(o){var u,c=!1;try{u=e(o)}catch(a){return n.onError(a),t}if(s)try{c=i(r,u)}catch(a){return n.onError(a),t}s&&c||(s=!0,r=u,n.onNext(o))},n.onError.bind(n),n.onCompleted.bind(n))})},Be["do"]=Be.doAction=function(t,e,n){var r,i=this;return"function"==typeof t?r=t:(r=t.onNext.bind(t),e=t.onError.bind(t),n=t.onCompleted.bind(t)),new hn(function(t){return i.subscribe(function(e){try{r(e)}catch(n){t.onError(n)}t.onNext(e)},function(n){if(e){try{e(n)}catch(r){t.onError(r)}t.onError(n)}else t.onError(n)},function(){if(n){try{n()}catch(e){t.onError(e)}t.onCompleted()}else t.onCompleted()})})},Be["finally"]=Be.finallyAction=function(t){var e=this;return new hn(function(n){var r=e.subscribe(n);return ge(function(){try{r.dispose()}catch(e){throw e}finally{t()}})})},Be.ignoreElements=function(){var t=this;return new hn(function(n){return t.subscribe(e,n.onError.bind(n),n.onCompleted.bind(n))})},Be.materialize=function(){var t=this;return new hn(function(e){return t.subscribe(function(t){e.onNext(ke(t))},function(t){e.onNext(Te(t)),e.onCompleted()},function(){e.onNext(Pe()),e.onCompleted()})})},Be.repeat=function(t){return ze(this,t).concat()},Be.retry=function(t){return ze(this,t).catchException()},Be.scan=function(){var e,n,r=!1,i=this;return 2===arguments.length?(r=!0,e=arguments[0],n=arguments[1]):n=arguments[0],new hn(function(o){var s,u,c;return i.subscribe(function(i){try{c||(c=!0),s?u=n(u,i):(u=r?n(e,i):i,s=!0)}catch(a){return o.onError(a),t}o.onNext(u)},o.onError.bind(o),function(){!c&&r&&o.onNext(e),o.onCompleted()})})},Be.skipLast=function(t){var e=this;return new hn(function(n){var r=[];return e.subscribe(function(e){r.push(e),r.length>t&&n.onNext(r.shift())},n.onError.bind(n),n.onCompleted.bind(n))})},Be.startWith=function(){var t,e,n=0;return arguments.length&&"now"in Object(arguments[0])?(e=arguments[0],n=1):e=Oe,t=ae.call(arguments,n),Me([Je(t,e),this]).concat() -},Be.takeLast=function(t,e){return this.takeLastBuffer(t).selectMany(function(t){return Je(t,e)})},Be.takeLastBuffer=function(t){var e=this;return new hn(function(n){var r=[];return e.subscribe(function(e){r.push(e),r.length>t&&r.shift()},n.onError.bind(n),function(){n.onNext(r),n.onCompleted()})})},Be.select=Be.map=function(e,n){var r=this;return new hn(function(i){var o=0;return r.subscribe(function(s){var u;try{u=e.call(n,s,o++,r)}catch(c){return i.onError(c),t}i.onNext(u)},i.onError.bind(i),i.onCompleted.bind(i))})},Be.selectMany=Be.flatMap=function(t,e){return e?this.selectMany(function(n,r){var i=t(n,r),o=s(i)?on(i):i;return o.select(function(t){return e(n,t,r)})}):"function"==typeof t?g.call(this,t):g.call(this,function(){return t})},Be.selectSwitch=Be.flatMapLatest=function(t,e){return this.select(t,e).switchLatest()},Be.skip=function(t){if(0>t)throw Error(L);var e=this;return new hn(function(n){var r=t;return e.subscribe(function(t){0>=r?n.onNext(t):r--},n.onError.bind(n),n.onCompleted.bind(n))})},Be.skipWhile=function(e,n){var r=this;return new hn(function(i){var o=0,s=!1;return r.subscribe(function(u){if(!s)try{s=!e.call(n,u,o++,r)}catch(c){return i.onError(c),t}s&&i.onNext(u)},i.onError.bind(i),i.onCompleted.bind(i))})},Be.take=function(t,e){if(0>t)throw Error(L);if(0===t)return Ke(e);var n=this;return new hn(function(e){var r=t;return n.subscribe(function(t){r>0&&(r--,e.onNext(t),0===r&&e.onCompleted())},e.onError.bind(e),e.onCompleted.bind(e))})},Be.takeWhile=function(e,n){var r=this;return new hn(function(i){var o=0,s=!0;return r.subscribe(function(u){if(s){try{s=e.call(n,u,o++,r)}catch(c){return i.onError(c),t}s?i.onNext(u):i.onCompleted()}},i.onError.bind(i),i.onCompleted.bind(i))})},Be.where=Be.filter=function(e,n){var r=this;return new hn(function(i){var o=0;return r.subscribe(function(s){var u;try{u=e.call(n,s,o++,r)}catch(c){return i.onError(c),t}u&&i.onNext(s)},i.onError.bind(i),i.onCompleted.bind(i))})},Qe.fromCallback=function(e,n,r,i){return n||(n=Oe),function(){var o=ae.call(arguments,0);return new hn(function(s){return n.schedule(function(){function n(e){var n=e;if(i)try{n=i(arguments)}catch(r){return s.onError(r),t}else 1===n.length&&(n=n[0]);s.onNext(n),s.onCompleted()}o.push(n),e.apply(r,o)})})}},Qe.fromNodeCallback=function(e,n,r,i){return n||(n=Oe),function(){var o=ae.call(arguments,0);return new hn(function(s){return n.schedule(function(){function n(e){if(e)return s.onError(e),t;var n=ae.call(arguments,1);if(i)try{n=i(n)}catch(r){return s.onError(r),t}else 1===n.length&&(n=n[0]);s.onNext(n),s.onCompleted()}o.push(n),e.apply(r,o)})})}},Qe.fromEvent=function(e,n,r){return new hn(function(i){return C(e,n,function(e){var n=e;if(r)try{n=r(arguments)}catch(o){return i.onError(o),t}i.onNext(n)})}).publish().refCount()},Qe.fromEventPattern=function(e,n,r){return new hn(function(i){function o(e){var n=e;if(r)try{n=r(arguments)}catch(o){return i.onError(o),t}i.onNext(n)}var s=e(o);return ge(function(){n&&n(o,s)})}).publish().refCount()};var on=Qe.fromPromise=function(t){return new hn(function(e){t.then(function(t){e.onNext(t),e.onCompleted()},function(t){e.onError(t)})})};Be.toPromise=function(t){if(t||(t=k.config.Promise),!t)throw Error("Promise type not provided nor in Rx.config.Promise");var e=this;return new t(function(t,n){var r,i=!1;e.subscribe(function(t){r=t,i=!0},function(t){n(t)},function(){i&&t(r)})})},Qe.startAsync=function(t){var e;try{e=t()}catch(n){return Ze(n)}return on(e)},Be.multicast=function(t,e){var n=this;return"function"==typeof t?new hn(function(r){var i=n.multicast(t());return new me(e(i).subscribe(r),i.connect())}):new sn(n,t)},Be.publish=function(t){return t?this.multicast(function(){return new dn},t):this.multicast(new dn)},Be.share=function(){return this.publish(null).refCount()},Be.publishLast=function(t){return t?this.multicast(function(){return new bn},t):this.multicast(new bn)},Be.publishValue=function(t,e){return 2===arguments.length?this.multicast(function(){return new mn(e)},t):this.multicast(new mn(t))},Be.shareValue=function(t){return this.publishValue(t).refCount()},Be.replay=function(t,e,n,r){return t?this.multicast(function(){return new yn(e,n,r)},t):this.multicast(new yn(e,n,r))},Be.shareReplay=function(t,e,n){return this.replay(null,t,e,n).refCount()};var sn=k.ConnectableObservable=function(t){function e(e,n){function r(t){return i.subject.subscribe(t)}var i={subject:n,source:e.asObservable(),hasSubscription:!1,subscription:null};this.connect=function(){return i.hasSubscription||(i.hasSubscription=!0,i.subscription=new me(i.source.subscribe(i.subject),ge(function(){i.hasSubscription=!1}))),i.subscription},t.call(this,r)}return le(e,t),e.prototype.connect=function(){return this.connect()},e.prototype.refCount=function(){var t=null,e=0,n=this;return new hn(function(r){var i,o;return e++,i=1===e,o=n.subscribe(r),i&&(t=n.connect()),ge(function(){o.dispose(),e--,0===e&&t.dispose()})})},e}(Qe),un=Qe.interval=function(t,e){return e||(e=We),S(t,t,e)},cn=Qe.timer=function(e,n,r){var i;return r||(r=We),"number"==typeof n?i=n:"object"==typeof n&&"now"in n&&(r=n),i===t?D(e,r):S(e,i,r)};Be.delay=function(t,e){e||(e=We);var n=this;return new hn(function(r){var i,o=!1,s=new De,u=null,c=[],a=!1;return i=n.materialize().timestamp(e).subscribe(function(n){var i,l;"E"===n.value.kind?(c=[],c.push(n),u=n.value.exception,l=!a):(c.push({value:n.value,timestamp:n.timestamp+t}),l=!o,o=!0),l&&(null!==u?r.onError(u):(i=new Ce,s.setDisposable(i),i.setDisposable(e.scheduleRecursiveWithRelative(t,function(t){var n,i,s,l;if(null===u){a=!0;do s=null,c.length>0&&0>=c[0].timestamp-e.now()&&(s=c.shift().value),null!==s&&s.accept(r);while(null!==s);l=!1,i=0,c.length>0?(l=!0,i=Math.max(0,c[0].timestamp-e.now())):o=!1,n=u,a=!1,null!==n?r.onError(n):l&&t(i)}}))))}),new me(i,s)})},Be.throttle=function(t,e){return e||(e=We),this.throttleWithSelector(function(){return cn(t,e)})},Be.timeInterval=function(t){var e=this;return t||(t=We),Xe(function(){var n=t.now();return e.select(function(e){var r=t.now(),i=r-n;return n=r,{value:e,interval:i}})})},Be.timestamp=function(t){return t||(t=We),this.select(function(e){return{value:e,timestamp:t.now()}})},Be.sample=function(t,e){return e||(e=We),"number"==typeof t?N(this,un(t,e)):N(this,t)},Be.timeout=function(t,e,n){var r,i=this;return e||(e=Ze(Error("Timeout"))),n||(n=We),r=t instanceof Date?function(t,e){n.scheduleWithAbsolute(t,e)}:function(t,e){n.scheduleWithRelative(t,e)},new hn(function(n){var o,s=0,u=new Ce,c=new De,a=!1,l=new De;return c.setDisposable(u),o=function(){var i=s;l.setDisposable(r(t,function(){a=s===i;var t=a;t&&c.setDisposable(e.subscribe(n))}))},o(),u.setDisposable(i.subscribe(function(t){var e=!a;e&&(s++,n.onNext(t),o())},function(t){var e=!a;e&&(s++,n.onError(t))},function(){var t=!a;t&&(s++,n.onCompleted())})),new me(c,l)})},Qe.generateWithTime=function(e,n,r,i,o,s){return s||(s=We),new hn(function(u){var c,a,l=!0,h=!1,f=e;return s.scheduleRecursiveWithRelative(0,function(e){h&&u.onNext(c);try{l?l=!1:f=r(f),h=n(f),h&&(c=i(f),a=o(f))}catch(s){return u.onError(s),t}h?e(a):u.onCompleted()})})},Be.delaySubscription=function(t,e){return e||(e=We),this.delayWithSelector(cn(t,e),function(){return Ke()})},Be.delayWithSelector=function(e,n){var r,i,o=this;return"function"==typeof e?i=e:(r=e,i=n),new hn(function(e){var n=new me,s=!1,u=function(){s&&0===n.length&&e.onCompleted()},c=new De,a=function(){c.setDisposable(o.subscribe(function(r){var o;try{o=i(r)}catch(s){return e.onError(s),t}var c=new Ce;n.add(c),c.setDisposable(o.subscribe(function(){e.onNext(r),n.remove(c),u()},e.onError.bind(e),function(){e.onNext(r),n.remove(c),u()}))},e.onError.bind(e),function(){s=!0,c.dispose(),u()}))};return r?c.setDisposable(r.subscribe(function(){a()},e.onError.bind(e),function(){a()})):a(),new me(c,n)})},Be.timeoutWithSelector=function(e,n,r){if(1===arguments.length){n=e;var e=Ge()}r||(r=Ze(Error("Timeout")));var i=this;return new hn(function(o){var s=new De,u=new De,c=new Ce;s.setDisposable(c);var a=0,l=!1,h=function(t){var e=a,n=function(){return a===e},i=new Ce;u.setDisposable(i),i.setDisposable(t.subscribe(function(){n()&&s.setDisposable(r.subscribe(o)),i.dispose()},function(t){n()&&o.onError(t)},function(){n()&&s.setDisposable(r.subscribe(o))}))};h(e);var f=function(){var t=!l;return t&&a++,t};return c.setDisposable(i.subscribe(function(e){if(f()){o.onNext(e);var r;try{r=n(e)}catch(i){return o.onError(i),t}h(r)}},function(t){f()&&o.onError(t)},function(){f()&&o.onCompleted()})),new me(s,u)})},Be.throttleWithSelector=function(e){var n=this;return new hn(function(r){var i,o=!1,s=new De,u=0,c=n.subscribe(function(n){var c;try{c=e(n)}catch(a){return r.onError(a),t}o=!0,i=n,u++;var l=u,h=new Ce;s.setDisposable(h),h.setDisposable(c.subscribe(function(){o&&u===l&&r.onNext(i),o=!1,h.dispose()},r.onError.bind(r),function(){o&&u===l&&r.onNext(i),o=!1,h.dispose()}))},function(t){s.dispose(),r.onError(t),o=!1,u++},function(){s.dispose(),o&&r.onNext(i),r.onCompleted(),o=!1,u++});return new me(c,s)})},Be.skipLastWithTime=function(t,e){e||(e=We);var n=this;return new hn(function(r){var i=[];return n.subscribe(function(n){var o=e.now();for(i.push({interval:o,value:n});i.length>0&&o-i[0].interval>=t;)r.onNext(i.shift().value)},r.onError.bind(r),function(){for(var n=e.now();i.length>0&&n-i[0].interval>=t;)r.onNext(i.shift().value);r.onCompleted()})})},Be.takeLastWithTime=function(t,e,n){return this.takeLastBufferWithTime(t,e).selectMany(function(t){return Je(t,n)})},Be.takeLastBufferWithTime=function(t,e){var n=this;return e||(e=We),new hn(function(r){var i=[];return n.subscribe(function(n){var r=e.now();for(i.push({interval:r,value:n});i.length>0&&r-i[0].interval>=t;)i.shift()},r.onError.bind(r),function(){for(var n=e.now(),o=[];i.length>0;){var s=i.shift();t>=n-s.interval&&o.push(s.value)}r.onNext(o),r.onCompleted()})})},Be.takeWithTime=function(t,e){var n=this;return e||(e=We),new hn(function(r){var i=e.scheduleWithRelative(t,function(){r.onCompleted()});return new me(i,n.subscribe(r))})},Be.skipWithTime=function(t,e){var n=this;return e||(e=We),new hn(function(r){var i=!1,o=e.scheduleWithRelative(t,function(){i=!0}),s=n.subscribe(function(t){i&&r.onNext(t)},r.onError.bind(r),r.onCompleted.bind(r));return new me(o,s)})},Be.skipUntilWithTime=function(t,e){e||(e=We);var n=this;return new hn(function(r){var i=!1,o=e.scheduleWithAbsolute(t,function(){i=!0}),s=n.subscribe(function(t){i&&r.onNext(t)},r.onError.bind(r),r.onCompleted.bind(r));return new me(o,s)})},Be.takeUntilWithTime=function(t,e){e||(e=We);var n=this;return new hn(function(r){return new me(e.scheduleWithAbsolute(t,function(){r.onCompleted()}),n.subscribe(r))})},Be.pausable=function(t){var e=this;return new hn(function(n){var r=e.publish(),i=r.subscribe(n),o=xe,s=t.distinctUntilChanged().subscribe(function(t){t?o=r.connect():(o.dispose(),o=xe)});return new me(i,o,s)})},Be.pausableBuffered=function(t){var e=this;return new hn(function(n){var r=[],i=!0,o=A(e,t.distinctUntilChanged(),function(t,e){return{data:t,shouldFire:e}}).subscribe(function(t){if(t.shouldFire&&i&&n.onNext(t.data),t.shouldFire&&!i){for(;r.length>0;)n.onNext(r.shift());i=!0}else t.shouldFire||i?!t.shouldFire&&i&&(i=!1):r.push(t.data)},n.onError.bind(n),n.onCompleted.bind(n));return t.onNext(!1),o})},Be.controlled=function(t){return null==t&&(t=!0),new an(this,t)};var an=function(t){function e(t){return this.source.subscribe(t)}function n(n,r){t.call(this,e),this.subject=new ln(r),this.source=n.multicast(this.subject).refCount()}return le(n,t),n.prototype.request=function(t){return null==t&&(t=-1),this.subject.request(t)},n}(Qe),ln=k.ControlledSubject=function(t){function e(t){return this.subject.subscribe(t)}function n(n){null==n&&(n=!0),t.call(this,e),this.subject=new dn,this.enableQueue=n,this.queue=n?[]:null,this.requestedCount=0,this.requestedDisposable=xe,this.error=null,this.hasFailed=!1,this.hasCompleted=!1,this.controlledDisposable=xe}return le(n,t),he(n.prototype,Ie,{onCompleted:function(){u.call(this),this.hasCompleted=!0,this.enableQueue&&0!==this.queue.length||this.subject.onCompleted()},onError:function(t){u.call(this),this.hasFailed=!0,this.error=t,this.enableQueue&&0!==this.queue.length||this.subject.onError(t)},onNext:function(t){u.call(this);var e=!1;0===this.requestedCount?this.enableQueue&&this.queue.push(t):(-1!==this.requestedCount&&0===this.requestedCount--&&this.disposeCurrentRequest(),e=!0),e&&this.subject.onNext(t)},_processRequest:function(t){if(this.enableQueue){for(;this.queue.length>=t&&t>0;)this.subject.onNext(this.queue.shift()),t--;return 0!==this.queue.length?{numberOfItems:t,returnValue:!0}:{numberOfItems:t,returnValue:!1}}return this.hasFailed?(this.subject.onError(this.error),this.controlledDisposable.dispose(),this.controlledDisposable=xe):this.hasCompleted&&(this.subject.onCompleted(),this.controlledDisposable.dispose(),this.controlledDisposable=xe),{numberOfItems:t,returnValue:!1}},request:function(t){u.call(this),this.disposeCurrentRequest();var e=this,n=this._processRequest(t);return t=n.numberOfItems,n.returnValue?xe:(this.requestedCount=t,this.requestedDisposable=ge(function(){e.requestedCount=0}),this.requestedDisposable)},disposeCurrentRequest:function(){this.requestedDisposable.dispose(),this.requestedDisposable=xe},dispose:function(){this.isDisposed=!0,this.error=null,this.subject.dispose(),this.requestedDisposable.dispose()}}),n}(Qe),hn=k.AnonymousObservable=function(e){function n(e){return e===t?e=xe:"function"==typeof e&&(e=ge(e)),e}function r(i){function o(t){var e=new fn(t);if(_e.scheduleRequired())_e.schedule(function(){try{e.setDisposable(n(i(e)))}catch(t){if(!e.fail(t))throw t}});else try{e.setDisposable(n(i(e)))}catch(r){if(!e.fail(r))throw r}return e}return this instanceof r?(e.call(this,o),t):new r(i)}return le(r,e),r}(Qe),fn=function(t){function e(e){t.call(this),this.observer=e,this.m=new Ce}le(e,t);var n=e.prototype;return n.next=function(t){var e=!1;try{this.observer.onNext(t),e=!0}catch(n){throw n}finally{e||this.dispose()}},n.error=function(t){try{this.observer.onError(t)}catch(e){throw e}finally{this.dispose()}},n.completed=function(){try{this.observer.onCompleted()}catch(t){throw t}finally{this.dispose()}},n.setDisposable=function(t){this.m.setDisposable(t)},n.getDisposable=function(){return this.m.getDisposable()},n.disposable=function(t){return arguments.length?this.getDisposable():setDisposable(t)},n.dispose=function(){t.prototype.dispose.call(this),this.m.dispose()},e}(Ue),pn=function(t,e){this.subject=t,this.observer=e};pn.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1),this.observer=null}};var dn=k.Subject=function(t){function e(t){return u.call(this),this.isStopped?this.exception?(t.onError(this.exception),xe):(t.onCompleted(),xe):(this.observers.push(t),new pn(this,t))}function n(){t.call(this,e),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return le(n,t),he(n.prototype,Ie,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(u.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var e=0,n=t.length;n>e;e++)t[e].onCompleted();this.observers=[]}},onError:function(t){if(u.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){if(u.call(this),!this.isStopped)for(var e=this.observers.slice(0),n=0,r=e.length;r>n;n++)e[n].onNext(t)},dispose:function(){this.isDisposed=!0,this.observers=null}}),n.create=function(t,e){return new vn(t,e)},n}(Qe),bn=k.AsyncSubject=function(t){function e(t){if(u.call(this),!this.isStopped)return this.observers.push(t),new pn(this,t);var e=this.exception,n=this.hasValue,r=this.value;return e?t.onError(e):n?(t.onNext(r),t.onCompleted()):t.onCompleted(),xe}function n(){t.call(this,e),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return le(n,t),he(n.prototype,Ie,{hasObservers:function(){return u.call(this),this.observers.length>0},onCompleted:function(){var t,e,n;if(u.call(this),!this.isStopped){this.isStopped=!0;var r=this.observers.slice(0),i=this.value,o=this.hasValue;if(o)for(e=0,n=r.length;n>e;e++)t=r[e],t.onNext(i),t.onCompleted();else for(e=0,n=r.length;n>e;e++)r[e].onCompleted();this.observers=[]}},onError:function(t){if(u.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){u.call(this),this.isStopped||(this.value=t,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),n}(Qe),vn=function(t){function e(t){return this.observable.subscribe(t)}function n(n,r){t.call(this,e),this.observer=n,this.observable=r}return le(n,t),he(n.prototype,Ie,{onCompleted:function(){this.observer.onCompleted()},onError:function(t){this.observer.onError(t)},onNext:function(t){this.observer.onNext(t)}}),n}(Qe),mn=k.BehaviorSubject=function(t){function e(t){if(u.call(this),!this.isStopped)return this.observers.push(t),t.onNext(this.value),new pn(this,t);var e=this.exception;return e?t.onError(e):t.onCompleted(),xe}function n(n){t.call(this,e),this.value=n,this.observers=[],this.isDisposed=!1,this.isStopped=!1,this.exception=null}return le(n,t),he(n.prototype,Ie,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(u.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var e=0,n=t.length;n>e;e++)t[e].onCompleted();this.observers=[]}},onError:function(t){if(u.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){if(u.call(this),!this.isStopped){this.value=t;for(var e=this.observers.slice(0),n=0,r=e.length;r>n;n++)e[n].onNext(t)}},dispose:function(){this.isDisposed=!0,this.observers=null,this.value=null,this.exception=null}}),n}(Qe),yn=k.ReplaySubject=function(t){function e(t,e){this.subject=t,this.observer=e}function n(t){var n=new $e(this.scheduler,t),r=new e(this,n);u.call(this),this._trim(this.scheduler.now()),this.observers.push(n);for(var i=this.q.length,o=0,s=this.q.length;s>o;o++)n.onNext(this.q[o].value);return this.hasError?(i++,n.onError(this.error)):this.isStopped&&(i++,n.onCompleted()),n.ensureActive(i),r}function r(e,r,i){this.bufferSize=null==e?Number.MAX_VALUE:e,this.windowSize=null==r?Number.MAX_VALUE:r,this.scheduler=i||_e,this.q=[],this.observers=[],this.isStopped=!1,this.isDisposed=!1,this.hasError=!1,this.error=null,t.call(this,n)}return e.prototype.dispose=function(){if(this.observer.dispose(),!this.subject.isDisposed){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1)}},le(r,t),he(r.prototype,Ie,{hasObservers:function(){return this.observers.length>0},_trim:function(t){for(;this.q.length>this.bufferSize;)this.q.shift();for(;this.q.length>0&&t-this.q[0].interval>this.windowSize;)this.q.shift()},onNext:function(t){var e;if(u.call(this),!this.isStopped){var n=this.scheduler.now();this.q.push({interval:n,value:t}),this._trim(n);for(var r=this.observers.slice(0),i=0,o=r.length;o>i;i++)e=r[i],e.onNext(t),e.ensureActive()}},onError:function(t){var e;if(u.call(this),!this.isStopped){this.isStopped=!0,this.error=t,this.hasError=!0;var n=this.scheduler.now();this._trim(n);for(var r=this.observers.slice(0),i=0,o=r.length;o>i;i++)e=r[i],e.onError(t),e.ensureActive();this.observers=[]}},onCompleted:function(){var t;if(u.call(this),!this.isStopped){this.isStopped=!0;var e=this.scheduler.now();this._trim(e);for(var n=this.observers.slice(0),r=0,i=n.length;i>r;r++)t=n[r],t.onCompleted(),t.ensureActive();this.observers=[]}},dispose:function(){this.isDisposed=!0,this.observers=null}}),r}(Qe);"function"==typeof define&&"object"==typeof define.amd&&define.amd?(_.Rx=k,define(function(){return k})):R&&j?W?(j.exports=k).Rx=k:R.Rx=k:_.Rx=k}).call(this); \ No newline at end of file +(function(a){function b(){}function c(a){return a}function d(a,b){return ib(a,b)}function e(a,b){return a-b}function f(a){throw a}function g(a){return"function"==typeof a.then&&a.then!==I.Observable.prototype.then}function h(){if(this.isDisposed)throw new Error(M)}function i(a){var b=typeof a;return a&&("function"==b||"object"==b)||!1}function j(a){var b=[];if(!i(a))return b;hb.nonEnumArgs&&a.length&&n(a)&&(a=jb.call(a));var c=hb.enumPrototypes&&"function"==typeof a,d=hb.enumErrorProps&&(a===bb||a instanceof Error);for(var e in a)c&&"prototype"==e||d&&("message"==e||"name"==e)||b.push(e);if(hb.nonEnumShadows&&a!==cb){var f=a.constructor,g=-1,h=fb.length;if(a===(f&&f.prototype))var j=a===stringProto?Z:a===bb?U:$.call(a),k=gb[j];for(;++g-1:void 0});return c.pop(),d.pop(),result}function q(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:jb.call(a)}function r(a,b){for(var c=new Array(a),d=0;a>d;d++)c[d]=b();return c}function s(a,b){return new kc(function(c){var d=new xb,e=new yb;return e.setDisposable(d),d.setDisposable(a.subscribe(c.onNext.bind(c),function(a){var d,f;try{f=b(a)}catch(g){return c.onError(g),void 0}d=new xb,e.setDisposable(d),d.setDisposable(f.subscribe(c))},c.onCompleted.bind(c))),e})}function t(a,b){var c=this;return new kc(function(d){var e=0,f=a.length;return c.subscribe(function(c){if(f>e){var g,h=a[e++];try{g=b(c,h)}catch(i){return d.onError(i),void 0}d.onNext(g)}else d.onCompleted()},d.onError.bind(d),d.onCompleted.bind(d))})}function u(a){return this.select(function(b,c){var d=a(b,c);return g(d)?ec(d):d}).mergeObservable()}function v(a){var b=function(){this.cancelBubble=!0},c=function(){if(this.bubbledKeyCode=this.keyCode,this.ctrlKey)try{this.keyCode=0}catch(a){}this.defaultPrevented=!0,this.returnValue=!1,this.modified=!0};if(a||(a=window.event),!a.target)switch(a.target=a.target||a.srcElement,"mouseover"==a.type&&(a.relatedTarget=a.fromElement),"mouseout"==a.type&&(a.relatedTarget=a.toElement),a.stopPropagation||(a.stopPropagation=b,a.preventDefault=c),a.type){case"keypress":var d="charCode"in a?a.charCode:a.keyCode;10==d?(d=0,a.keyCode=13):13==d||27==d?d=0:3==d&&(d=99),a.charCode=d,a.keyChar=a.charCode?String.fromCharCode(a.charCode):""}return a}function w(a,b,c){if(a.addListener)return a.addListener(b,c),ub(function(){a.removeListener(b,c)});if(a.addEventListener)return a.addEventListener(b,c,!1),ub(function(){a.removeEventListener(b,c,!1)});if(a.attachEvent){var d=function(a){c(v(a))};return a.attachEvent("on"+b,d),ub(function(){a.detachEvent("on"+b,d)})}return a["on"+b]=c,ub(function(){a["on"+b]=null})}function x(a,b,c){var d=new rb;if(a&&a.length)for(var e=0,f=a.length;f>e;e++)d.add(x(a[e],b,c));else a&&d.add(w(a,b,c));return d}function y(a,b){var c=Cb(a);return new kc(function(a){return b.scheduleWithRelative(c,function(){a.onNext(0),a.onCompleted()})})}function z(a,b,c){return a===b?new kc(function(a){return c.schedulePeriodicWithState(0,b,function(b){return a.onNext(b),b+1})}):Wb(function(){return observableTimerDateAndPeriod(c.now()+a,b,c)})}function A(a,b){return new kc(function(c){function d(){g&&(g=!1,c.onNext(f)),e&&c.onCompleted()}var e,f,g;return new rb(a.subscribe(function(a){g=!0,f=a},c.onError.bind(c),function(){e=!0}),b.subscribe(d,c.onError.bind(c),d))})}function B(a,b,d){return new kc(function(e){function f(a,b){k[b]=a;var f;if(h[b]=!0,i||(i=h.every(c))){try{f=d.apply(null,k)}catch(g){return e.onError(g),void 0}e.onNext(f)}else j&&e.onCompleted()}var g=2,h=[!1,!1],i=!1,j=!1,k=new Array(g);return new rb(a.subscribe(function(a){f(a,0)},e.onError.bind(e),function(){j=!0,e.onCompleted()}),b.subscribe(function(a){f(a,1)},e.onError.bind(e)))})}var C={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},D=C[typeof window]&&window||this,E=C[typeof exports]&&exports&&!exports.nodeType&&exports,F=C[typeof module]&&module&&!module.nodeType&&module,G=F&&F.exports===E&&E,H=C[typeof global]&&global;!H||H.global!==H&&H.window!==H||(D=H);var I={internals:{},config:{}},J=function(){return Date.now?Date.now:function(){return+new Date}}(),K="Sequence contains no elements.",L="Argument out of range",M="Object has been disposed",N="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";D.Set&&"function"==typeof(new D.Set)["@@iterator"]&&(N="@@iterator");var O,P={done:!0,value:a},Q="[object Arguments]",R="[object Array]",S="[object Boolean]",T="[object Date]",U="[object Error]",V="[object Function]",W="[object Number]",X="[object Object]",Y="[object RegExp]",Z="[object String]",$=Object.prototype.toString,_=Object.prototype.hasOwnProperty,ab=$.call(arguments)==Q,bb=Error.prototype,cb=Object.prototype,db=cb.propertyIsEnumerable;try{O=!($.call(document)==X&&!({toString:0}+""))}catch(eb){O=!0}var fb=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],gb={};gb[R]=gb[T]=gb[W]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},gb[S]=gb[Z]={constructor:!0,toString:!0,valueOf:!0},gb[U]=gb[V]=gb[Y]={constructor:!0,toString:!0},gb[X]={constructor:!0};var hb={};!function(){var a=function(){this.x=1},b=[];a.prototype={valueOf:1,y:1};for(var c in new a)b.push(c);for(c in arguments);hb.enumErrorProps=db.call(bb,"message")||db.call(bb,"name"),hb.enumPrototypes=db.call(a,"prototype"),hb.nonEnumArgs=0!=c,hb.nonEnumShadows=!/valueOf/.test(b)}(1),ab||(n=function(a){return a&&"object"==typeof a?_.call(a,"callee"):!1}),o(/x/)&&(o=function(a){return"function"==typeof a&&$.call(a)==V});{var ib=I.internals.isEqual=function(a,b){return p(a,b,[],[])},jb=Array.prototype.slice,kb=({}.hasOwnProperty,this.inherits=I.internals.inherits=function(a,b){function c(){this.constructor=a}c.prototype=b.prototype,a.prototype=new c}),lb=I.internals.addProperties=function(a){for(var b=jb.call(arguments,1),c=0,d=b.length;d>c;c++){var e=b[c];for(var f in e)a[f]=e[f]}};I.internals.addRef=function(a,b){return new kc(function(c){return new rb(b.getDisposable(),a.subscribe(c))})}}Function.prototype.bind||(Function.prototype.bind=function(a){var b=this,c=jb.call(arguments,1),d=function(){function e(){}if(this instanceof d){e.prototype=b.prototype;var f=new e,g=b.apply(f,c.concat(jb.call(arguments)));return Object(g)===g?g:f}return b.apply(a,c.concat(jb.call(arguments)))};return d});var mb=Object("a"),nb="a"!=mb[0]||!(0 in mb);Array.prototype.every||(Array.prototype.every=function(a){var b=Object(this),c=nb&&{}.toString.call(this)==Z?this.split(""):b,d=c.length>>>0,e=arguments[1];if({}.toString.call(a)!=V)throw new TypeError(a+" is not a function");for(var f=0;d>f;f++)if(f in c&&!a.call(e,c[f],f,b))return!1;return!0}),Array.prototype.map||(Array.prototype.map=function(a){var b=Object(this),c=nb&&{}.toString.call(this)==Z?this.split(""):b,d=c.length>>>0,e=Array(d),f=arguments[1];if({}.toString.call(a)!=V)throw new TypeError(a+" is not a function");for(var g=0;d>g;g++)g in c&&(e[g]=a.call(f,c[g],g,b));return e}),Array.prototype.filter||(Array.prototype.filter=function(a){for(var b,c=[],d=new Object(this),e=0,f=d.length>>>0;f>e;e++)b=d[e],e in d&&a.call(arguments[1],b,e,d)&&c.push(b);return c}),Array.isArray||(Array.isArray=function(a){return Object.prototype.toString.call(a)==R}),Array.prototype.indexOf||(Array.prototype.indexOf=function(a){var b=Object(this),c=b.length>>>0;if(0===c)return-1;var d=0;if(arguments.length>1&&(d=Number(arguments[1]),d!==d?d=0:0!==d&&1/0!=d&&d!==-1/0&&(d=(d>0||-1)*Math.floor(Math.abs(d)))),d>=c)return-1;for(var e=d>=0?d:Math.max(c-Math.abs(d),0);c>e;e++)if(e in b&&b[e]===a)return e;return-1});var ob=function(a,b){this.id=a,this.value=b};ob.prototype.compareTo=function(a){var b=this.value.compareTo(a.value);return 0===b&&(b=this.id-a.id),b};var pb=I.internals.PriorityQueue=function(a){this.items=new Array(a),this.length=0},qb=pb.prototype;qb.isHigherPriority=function(a,b){return this.items[a].compareTo(this.items[b])<0},qb.percolate=function(a){if(!(a>=this.length||0>a)){var b=a-1>>1;if(!(0>b||b===a)&&this.isHigherPriority(a,b)){var c=this.items[a];this.items[a]=this.items[b],this.items[b]=c,this.percolate(b)}}},qb.heapify=function(b){if(b===a&&(b=0),!(b>=this.length||0>b)){var c=2*b+1,d=2*b+2,e=b;if(cb;b++)a[b].dispose()}},sb.clear=function(){var a=this.disposables.slice(0);this.disposables=[],this.length=0;for(var b=0,c=a.length;c>b;b++)a[b].dispose()},sb.contains=function(a){return-1!==this.disposables.indexOf(a)},sb.toArray=function(){return this.disposables.slice(0)};var tb=I.Disposable=function(a){this.isDisposed=!1,this.action=a||b};tb.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var ub=tb.create=function(a){return new tb(a)},vb=tb.empty={dispose:b},wb=function(){function a(a){this.isSingle=a,this.isDisposed=!1,this.current=null}var b=a.prototype;return b.getDisposable=function(){return this.current},b.setDisposable=function(a){if(this.current&&this.isSingle)throw new Error("Disposable has already been assigned");var b,c=this.isDisposed;c||(b=this.current,this.current=a),b&&b.dispose(),c&&a&&a.dispose()},b.dispose=function(){var a;this.isDisposed||(this.isDisposed=!0,a=this.current,this.current=null),a&&a.dispose()},a}(),xb=I.SingleAssignmentDisposable=function(a){function b(){a.call(this,!0)}return kb(b,a),b}(wb),yb=I.SerialDisposable=function(a){function b(){a.call(this,!1)}return kb(b,a),b}(wb),zb=(I.RefCountDisposable=function(){function a(a){this.disposable=a,this.disposable.count++,this.isInnerDisposed=!1}function b(a){this.underlyingDisposable=a,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return a.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},b.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},b.prototype.getDisposable=function(){return this.isDisposed?vb:new a(this)},b}(),I.internals.ScheduledItem=function(a,b,c,d,f){this.scheduler=a,this.state=b,this.action=c,this.dueTime=d,this.comparer=f||e,this.disposable=new xb});zb.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},zb.prototype.compareTo=function(a){return this.comparer(this.dueTime,a.dueTime)},zb.prototype.isCancelled=function(){return this.disposable.isDisposed},zb.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var Ab,Bb=I.Scheduler=function(){function a(a,b,c,d){this.now=a,this._schedule=b,this._scheduleRelative=c,this._scheduleAbsolute=d}function b(a,b){var c=b.first,d=b.second,e=new rb,f=function(b){d(b,function(b){var c=!1,d=!1,g=a.scheduleWithState(b,function(a,b){return c?e.remove(g):d=!0,f(b),vb});d||(e.add(g),c=!0)})};return f(c),e}function c(a,b,c){var d=b.first,e=b.second,f=new rb,g=function(b){e(b,function(b,d){var e=!1,h=!1,i=a[c].call(a,b,d,function(a,b){return e?f.remove(i):h=!0,g(b),vb});h||(f.add(i),e=!0)})};return g(d),f}function d(a,b){return b(),vb}var e=a.prototype;return e.schedulePeriodic=function(a,b){return this.schedulePeriodicWithState(null,a,function(){b()})},e.schedulePeriodicWithState=function(a,b,c){var d=a,e=setInterval(function(){d=c(d)},b);return ub(function(){clearInterval(e)})},e.schedule=function(a){return this._schedule(a,d)},e.scheduleWithState=function(a,b){return this._schedule(a,b)},e.scheduleWithRelative=function(a,b){return this._scheduleRelative(b,a,d)},e.scheduleWithRelativeAndState=function(a,b,c){return this._scheduleRelative(a,b,c)},e.scheduleWithAbsolute=function(a,b){return this._scheduleAbsolute(b,a,d)},e.scheduleWithAbsoluteAndState=function(a,b,c){return this._scheduleAbsolute(a,b,c)},e.scheduleRecursive=function(a){return this.scheduleRecursiveWithState(a,function(a,b){a(function(){b(a)})})},e.scheduleRecursiveWithState=function(a,c){return this.scheduleWithState({first:a,second:c},function(a,c){return b(a,c)})},e.scheduleRecursiveWithRelative=function(a,b){return this.scheduleRecursiveWithRelativeAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithRelativeAndState=function(a,b,d){return this._scheduleRelative({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithRelativeAndState")})},e.scheduleRecursiveWithAbsolute=function(a,b){return this.scheduleRecursiveWithAbsoluteAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithAbsoluteAndState=function(a,b,d){return this._scheduleAbsolute({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithAbsoluteAndState")})},a.now=J,a.normalize=function(a){return 0>a&&(a=0),a},a}(),Cb=Bb.normalize,Db=Bb.immediate=function(){function a(a,b){return b(this,a)}function b(a,b,c){for(var d=Cb(d);d-this.now()>0;);return c(this,a)}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new Bb(J,a,b,c)}(),Eb=Bb.currentThread=function(){function a(a){for(var b;a.length>0;)if(b=a.dequeue(),!b.isCancelled()){for(;b.dueTime-Bb.now()>0;);b.isCancelled()||b.invoke()}}function b(a,b){return this.scheduleWithRelativeAndState(a,0,b)}function c(b,c,d){var f=this.now()+Bb.normalize(c),g=new zb(this,b,d,f);if(e)e.enqueue(g);else{e=new pb(4),e.enqueue(g);try{a(e)}catch(h){throw h}finally{e=null}}return g.disposable}function d(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}var e,f=new Bb(J,b,c,d);return f.scheduleRequired=function(){return null===e},f.ensureTrampoline=function(a){return null===e?this.schedule(a):a()},f}(),Fb=(I.internals.SchedulePeriodicRecursive=function(){function a(a,b){b(0,this._period);try{this._state=this._action(this._state)}catch(c){throw this._cancel.dispose(),c}}function b(a,b,c,d){this._scheduler=a,this._state=b,this._period=c,this._action=d}return b.prototype.start=function(){var b=new xb;return this._cancel=b,b.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,a.bind(this))),b},b}(),b);!function(){function a(){if(!D.postMessage||D.importScripts)return!1;var a=!1,b=D.onmessage;return D.onmessage=function(){a=!0},D.postMessage("","*"),D.onmessage=b,a}function b(a){if("string"==typeof a.data&&a.data.substring(0,f.length)===f){var b=a.data.substring(f.length),c=g[b];c(),delete g[b]}}var c=RegExp("^"+String($).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),d="function"==typeof(d=H&&G&&H.setImmediate)&&!c.test(d)&&d,e="function"==typeof(e=H&&G&&H.clearImmediate)&&!c.test(e)&&e;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))Ab=process.nextTick;else if("function"==typeof d)Ab=d,Fb=e;else if(a()){var f="ms.rx.schedule"+Math.random(),g={},h=0;D.addEventListener?D.addEventListener("message",b,!1):D.attachEvent("onmessage",b,!1),Ab=function(a){var b=h++;g[b]=a,D.postMessage(f+b,"*")}}else if(D.MessageChannel){var i=new D.MessageChannel,j={},k=0;i.port1.onmessage=function(a){var b=a.data,c=j[b];c(),delete j[b]},Ab=function(a){var b=k++;j[b]=a,i.port2.postMessage(b)}}else"document"in D&&"onreadystatechange"in D.document.createElement("script")?Ab=function(a){var b=D.document.createElement("script");b.onreadystatechange=function(){a(),b.onreadystatechange=null,b.parentNode.removeChild(b),b=null},D.document.documentElement.appendChild(b)}:(Ab=function(a){return setTimeout(a,0)},Fb=clearTimeout)}();var Gb=Bb.timeout=function(){function a(a,b){var c=this,d=new xb,e=Ab(function(){d.isDisposed||d.setDisposable(b(c,a))});return new rb(d,ub(function(){Fb(e)}))}function b(a,b,c){var d=this,e=Bb.normalize(b);if(0===e)return d.scheduleWithState(a,c);var f=new xb,g=setTimeout(function(){f.isDisposed||f.setDisposable(c(d,a))},e);return new rb(f,ub(function(){clearTimeout(g)}))}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new Bb(J,a,b,c)}(),Hb=I.Notification=function(){function a(a,b){this.hasValue=null==b?!1:b,this.kind=a}var b=a.prototype;return b.accept=function(a,b,c){return 1===arguments.length&&"object"==typeof a?this._acceptObservable(a):this._accept(a,b,c)},b.toObservable=function(a){var b=this;return a||(a=Db),new kc(function(c){return a.schedule(function(){b._acceptObservable(c),"N"===b.kind&&c.onCompleted()})})},a}(),Ib=Hb.createOnNext=function(){function a(a){return a(this.value)}function b(a){return a.onNext(this.value)}function c(){return"OnNext("+this.value+")"}return function(d){var e=new Hb("N",!0);return e.value=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),Jb=Hb.createOnError=function(){function a(a,b){return b(this.exception)}function b(a){return a.onError(this.exception)}function c(){return"OnError("+this.exception+")"}return function(d){var e=new Hb("E");return e.exception=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),Kb=Hb.createOnCompleted=function(){function a(a,b,c){return c()}function b(a){return a.onCompleted()}function c(){return"OnCompleted()"}return function(){var d=new Hb("C");return d._accept=a,d._acceptObservable=b,d.toString=c,d}}(),Lb=I.internals.Enumerator=function(a){this._next=a};Lb.prototype.next=function(){return this._next()},Lb.prototype[N]=function(){return this};var Mb=I.internals.Enumerable=function(a){this._iterator=a};Mb.prototype[N]=function(){return this._iterator()},Mb.prototype.concat=function(){var a=this;return new kc(function(b){var c;try{c=a[N]()}catch(d){return b.onError(),void 0}var e,f=new yb,g=Db.scheduleRecursive(function(a){var d;if(!e){try{d=c.next()}catch(g){return b.onError(g),void 0}if(d.done)return b.onCompleted(),void 0;var h=new xb;f.setDisposable(h),h.setDisposable(d.value.subscribe(b.onNext.bind(b),b.onError.bind(b),function(){a()}))}});return new rb(f,g,ub(function(){e=!0}))})},Mb.prototype.catchException=function(){var a=this;return new kc(function(b){var c;try{c=a[N]()}catch(d){return b.onError(),void 0}var e,f,g=new yb,h=Db.scheduleRecursive(function(a){if(!e){var d;try{d=c.next()}catch(h){return b.onError(h),void 0}if(d.done)return f?b.onError(f):b.onCompleted(),void 0;var i=new xb;g.setDisposable(i),i.setDisposable(d.value.subscribe(b.onNext.bind(b),function(b){f=b,a()},b.onCompleted.bind(b)))}});return new rb(g,h,ub(function(){e=!0}))})};var Nb=Mb.repeat=function(a,b){return null==b&&(b=-1),new Mb(function(){var c=b;return new Lb(function(){return 0===c?P:(c>0&&c--,{done:!1,value:a})})})},Ob=Mb.forEach=function(a,b,d){return b||(b=c),new Mb(function(){var c=-1;return new Lb(function(){return++c0&&(a=!this.isAcquired,this.isAcquired=!0),a&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(a){var c;if(!(b.queue.length>0))return b.isAcquired=!1,void 0;c=b.queue.shift();try{c()}catch(d){throw b.queue=[],b.hasFaulted=!0,d}a()}))},b.prototype.dispose=function(){a.prototype.dispose.call(this),this.disposable.dispose()},b}(Sb);Ub.create=Ub.createWithDisposable=function(a){return new kc(a)};var Wb=Ub.defer=function(a){return new kc(function(b){var c;try{c=a()}catch(d){return _b(d).subscribe(b)}return c.subscribe(b)})},Xb=Ub.empty=function(a){return a||(a=Db),new kc(function(b){return a.schedule(function(){b.onCompleted()})})},Yb=Ub.fromArray=function(a,b){return b||(b=Eb),new kc(function(c){var d=0;return b.scheduleRecursive(function(b){dc?(d.onNext(a+c),e(c+1)):d.onCompleted()})})},Ub.repeat=function(a,b,c){return c||(c=Eb),null==b&&(b=-1),$b(a,c).repeat(b)};var $b=Ub["return"]=Ub.returnValue=function(a,b){return b||(b=Db),new kc(function(c){return b.schedule(function(){c.onNext(a),c.onCompleted()})})},_b=Ub["throw"]=Ub.throwException=function(a,b){return b||(b=Db),new kc(function(c){return b.schedule(function(){c.onError(a)})})};Rb["catch"]=Rb.catchException=function(a){return"function"==typeof a?s(this,a):ac([this,a])};var ac=Ub.catchException=Ub["catch"]=function(){var a=q(arguments,0);return Ob(a).catchException()};Rb.combineLatest=function(){var a=jb.call(arguments);return Array.isArray(a[0])?a[0].unshift(this):a.unshift(this),bc.apply(this,a)};var bc=Ub.combineLatest=function(){var a=jb.call(arguments),b=a.pop();return Array.isArray(a[0])&&(a=a[0]),new kc(function(d){function e(a){var e;if(i[a]=!0,j||(j=i.every(c))){try{e=b.apply(null,l)}catch(f){return d.onError(f),void 0}d.onNext(e)}else k.filter(function(b,c){return c!==a}).every(c)&&d.onCompleted()}function f(a){k[a]=!0,k.every(c)&&d.onCompleted()}for(var g=function(){return!1},h=a.length,i=r(h,g),j=!1,k=r(h,g),l=new Array(h),m=new Array(h),n=0;h>n;n++)!function(b){m[b]=new xb,m[b].setDisposable(a[b].subscribe(function(a){l[b]=a,e(b)},d.onError.bind(d),function(){f(b)}))}(n);return new rb(m)})};Rb.concat=function(){var a=jb.call(arguments,0);return a.unshift(this),cc.apply(this,a)};var cc=Ub.concat=function(){var a=q(arguments,0);return Ob(a).concat()};Rb.concatObservable=Rb.concatAll=function(){return this.merge(1)},Rb.merge=function(a){if("number"!=typeof a)return dc(this,a);var b=this;return new kc(function(c){var d=0,e=new rb,f=!1,h=[],i=function(a){var b=new xb;e.add(b),g(a)&&(a=ec(a)),b.setDisposable(a.subscribe(c.onNext.bind(c),c.onError.bind(c),function(){var a;e.remove(b),h.length>0?(a=h.shift(),i(a)):(d--,f&&0===d&&c.onCompleted())}))};return e.add(b.subscribe(function(b){a>d?(d++,i(b)):h.push(b)},c.onError.bind(c),function(){f=!0,0===d&&c.onCompleted()})),e})};var dc=Ub.merge=function(){var a,b;return arguments[0]?arguments[0].now?(a=arguments[0],b=jb.call(arguments,1)):(a=Db,b=jb.call(arguments,0)):(a=Db,b=jb.call(arguments,1)),Array.isArray(b[0])&&(b=b[0]),Yb(b,a).mergeObservable()};Rb.mergeObservable=Rb.mergeAll=function(){var a=this;return new kc(function(b){var c=new rb,d=!1,e=new xb;return c.add(e),e.setDisposable(a.subscribe(function(a){var e=new xb;c.add(e),g(a)&&(a=ec(a)),e.setDisposable(a.subscribe(function(a){b.onNext(a)},b.onError.bind(b),function(){c.remove(e),d&&1===c.length&&b.onCompleted()}))},b.onError.bind(b),function(){d=!0,1===c.length&&b.onCompleted()})),c})},Rb.skipUntil=function(a){var b=this;return new kc(function(c){var d=!1,e=new rb(b.subscribe(function(a){d&&c.onNext(a)},c.onError.bind(c),function(){d&&c.onCompleted()})),f=new xb;return e.add(f),f.setDisposable(a.subscribe(function(){d=!0,f.dispose()},c.onError.bind(c),function(){f.dispose()})),e})},Rb["switch"]=Rb.switchLatest=function(){var a=this;return new kc(function(b){var c=!1,d=new yb,e=!1,f=0,h=a.subscribe(function(a){var h=new xb,i=++f;c=!0,d.setDisposable(h),g(a)&&(a=ec(a)),h.setDisposable(a.subscribe(function(a){f===i&&b.onNext(a)},function(a){f===i&&b.onError(a)},function(){f===i&&(c=!1,e&&b.onCompleted())}))},b.onError.bind(b),function(){e=!0,c||b.onCompleted()});return new rb(h,d)})},Rb.takeUntil=function(a){var c=this;return new kc(function(d){return new rb(c.subscribe(d),a.subscribe(d.onCompleted.bind(d),d.onError.bind(d),b))})},Rb.zip=function(){if(Array.isArray(arguments[0]))return t.apply(this,arguments);var a=this,b=jb.call(arguments),d=b.pop();return b.unshift(a),new kc(function(e){function f(a){i[a]=!0,i.every(function(a){return a})&&e.onCompleted()}for(var g=b.length,h=r(g,function(){return[]}),i=r(g,function(){return!1}),j=function(b){var f,g;if(h.every(function(a){return a.length>0})){try{g=h.map(function(a){return a.shift()}),f=d.apply(a,g)}catch(j){return e.onError(j),void 0}e.onNext(f)}else i.filter(function(a,c){return c!==b}).every(c)&&e.onCompleted()},k=new Array(g),l=0;g>l;l++)!function(a){k[a]=new xb,k[a].setDisposable(b[a].subscribe(function(b){h[a].push(b),j(a)},e.onError.bind(e),function(){f(a)}))}(l);return new rb(k)})},Ub.zip=function(){var a=jb.call(arguments,0),b=a.shift();return b.zip.apply(b,a)},Ub.zipArray=function(){var a=q(arguments,0);return new kc(function(b){function d(a){if(g.every(function(a){return a.length>0})){var d=g.map(function(a){return a.shift()});b.onNext(d)}else if(h.filter(function(b,c){return c!==a}).every(c))return b.onCompleted(),void 0}function e(a){return h[a]=!0,h.every(c)?(b.onCompleted(),void 0):void 0}for(var f=a.length,g=r(f,function(){return[]}),h=r(f,function(){return!1}),i=new Array(f),j=0;f>j;j++)!function(c){i[c]=new xb,i[c].setDisposable(a[c].subscribe(function(a){g[c].push(a),d(c)},b.onError.bind(b),function(){e(c)}))}(j);var k=new rb(i);return k.add(ub(function(){for(var a=0,b=g.length;b>a;a++)g[a]=[]})),k})},Rb.asObservable=function(){var a=this;return new kc(function(b){return a.subscribe(b)})},Rb.dematerialize=function(){var a=this;return new kc(function(b){return a.subscribe(function(a){return a.accept(b)},b.onError.bind(b),b.onCompleted.bind(b))})},Rb.distinctUntilChanged=function(a,b){var e=this;return a||(a=c),b||(b=d),new kc(function(c){var d,f=!1;return e.subscribe(function(e){var g,h=!1;try{g=a(e)}catch(i){return c.onError(i),void 0}if(f)try{h=b(d,g)}catch(i){return c.onError(i),void 0}f&&h||(f=!0,d=g,c.onNext(e))},c.onError.bind(c),c.onCompleted.bind(c))})},Rb["do"]=Rb.doAction=function(a,b,c){var d,e=this;return"function"==typeof a?d=a:(d=a.onNext.bind(a),b=a.onError.bind(a),c=a.onCompleted.bind(a)),new kc(function(a){return e.subscribe(function(b){try{d(b)}catch(c){a.onError(c)}a.onNext(b)},function(c){if(b){try{b(c)}catch(d){a.onError(d)}a.onError(c)}else a.onError(c)},function(){if(c){try{c()}catch(b){a.onError(b)}a.onCompleted()}else a.onCompleted()})})},Rb["finally"]=Rb.finallyAction=function(a){var b=this;return new kc(function(c){var d=b.subscribe(c);return ub(function(){try{d.dispose()}catch(b){throw b}finally{a()}})})},Rb.ignoreElements=function(){var a=this;return new kc(function(c){return a.subscribe(b,c.onError.bind(c),c.onCompleted.bind(c))})},Rb.materialize=function(){var a=this;return new kc(function(b){return a.subscribe(function(a){b.onNext(Ib(a))},function(a){b.onNext(Jb(a)),b.onCompleted()},function(){b.onNext(Kb()),b.onCompleted()})})},Rb.repeat=function(a){return Nb(this,a).concat()},Rb.retry=function(a){return Nb(this,a).catchException()},Rb.scan=function(){var a,b,c=!1,d=this;return 2===arguments.length?(c=!0,a=arguments[0],b=arguments[1]):b=arguments[0],new kc(function(e){var f,g,h;return d.subscribe(function(d){try{h||(h=!0),f?g=b(g,d):(g=c?b(a,d):d,f=!0)}catch(i){return e.onError(i),void 0}e.onNext(g)},e.onError.bind(e),function(){!h&&c&&e.onNext(a),e.onCompleted()})})},Rb.skipLast=function(a){var b=this;return new kc(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&c.onNext(d.shift()) +},c.onError.bind(c),c.onCompleted.bind(c))})},Rb.startWith=function(){var a,b,c=0;return arguments.length&&"now"in Object(arguments[0])?(b=arguments[0],c=1):b=Db,a=jb.call(arguments,c),Ob([Yb(a,b),this]).concat()},Rb.takeLast=function(a,b){return this.takeLastBuffer(a).selectMany(function(a){return Yb(a,b)})},Rb.takeLastBuffer=function(a){var b=this;return new kc(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&d.shift()},c.onError.bind(c),function(){c.onNext(d),c.onCompleted()})})},Rb.select=Rb.map=function(a,b){var c=this;return new kc(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Rb.selectMany=Rb.flatMap=function(a,b){return b?this.selectMany(function(c,d){var e=a(c,d),f=g(e)?ec(e):e;return f.select(function(a){return b(c,a,d)})}):"function"==typeof a?u.call(this,a):u.call(this,function(){return a})},Rb.selectSwitch=Rb.flatMapLatest=function(a,b){return this.select(a,b).switchLatest()},Rb.skip=function(a){if(0>a)throw new Error(L);var b=this;return new kc(function(c){var d=a;return b.subscribe(function(a){0>=d?c.onNext(a):d--},c.onError.bind(c),c.onCompleted.bind(c))})},Rb.skipWhile=function(a,b){var c=this;return new kc(function(d){var e=0,f=!1;return c.subscribe(function(g){if(!f)try{f=!a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f&&d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Rb.take=function(a,b){if(0>a)throw new Error(L);if(0===a)return Xb(b);var c=this;return new kc(function(b){var d=a;return c.subscribe(function(a){d>0&&(d--,b.onNext(a),0===d&&b.onCompleted())},b.onError.bind(b),b.onCompleted.bind(b))})},Rb.takeWhile=function(a,b){var c=this;return new kc(function(d){var e=0,f=!0;return c.subscribe(function(g){if(f){try{f=a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f?d.onNext(g):d.onCompleted()}},d.onError.bind(d),d.onCompleted.bind(d))})},Rb.where=Rb.filter=function(a,b){var c=this;return new kc(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}g&&d.onNext(f)},d.onError.bind(d),d.onCompleted.bind(d))})},Ub.fromCallback=function(a,b,c,d){return b||(b=Db),function(){var e=jb.call(arguments,0);return new kc(function(f){return b.schedule(function(){function b(a){var b=a;if(d)try{b=d(arguments)}catch(c){return f.onError(c),void 0}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},Ub.fromNodeCallback=function(a,b,c,d){return b||(b=Db),function(){var e=jb.call(arguments,0);return new kc(function(f){return b.schedule(function(){function b(a){if(a)return f.onError(a),void 0;var b=jb.call(arguments,1);if(d)try{b=d(b)}catch(c){return f.onError(c),void 0}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},Ub.fromEvent=function(a,b,c){return new kc(function(d){return x(a,b,function(a){var b=a;if(c)try{b=c(arguments)}catch(e){return d.onError(e),void 0}d.onNext(b)})}).publish().refCount()},Ub.fromEventPattern=function(a,b,c){return new kc(function(d){function e(a){var b=a;if(c)try{b=c(arguments)}catch(e){return d.onError(e),void 0}d.onNext(b)}var f=a(e);return ub(function(){b&&b(e,f)})}).publish().refCount()};var ec=Ub.fromPromise=function(a){return new kc(function(b){a.then(function(a){b.onNext(a),b.onCompleted()},function(a){b.onError(a)})})};Rb.toPromise=function(a){if(a||(a=I.config.Promise),!a)throw new Error("Promise type not provided nor in Rx.config.Promise");var b=this;return new a(function(a,c){var d,e=!1;b.subscribe(function(a){d=a,e=!0},function(a){c(a)},function(){e&&a(d)})})},Ub.startAsync=function(a){var b;try{b=a()}catch(c){return _b(c)}return ec(b)},Rb.multicast=function(a,b){var c=this;return"function"==typeof a?new kc(function(d){var e=c.multicast(a());return new rb(b(e).subscribe(d),e.connect())}):new fc(c,a)},Rb.publish=function(a){return a?this.multicast(function(){return new nc},a):this.multicast(new nc)},Rb.share=function(){return this.publish(null).refCount()},Rb.publishLast=function(a){return a?this.multicast(function(){return new oc},a):this.multicast(new oc)},Rb.publishValue=function(a,b){return 2===arguments.length?this.multicast(function(){return new qc(b)},a):this.multicast(new qc(a))},Rb.shareValue=function(a){return this.publishValue(a).refCount()},Rb.replay=function(a,b,c,d){return a?this.multicast(function(){return new rc(b,c,d)},a):this.multicast(new rc(b,c,d))},Rb.shareReplay=function(a,b,c){return this.replay(null,a,b,c).refCount()};var fc=I.ConnectableObservable=function(a){function b(b,c){function d(a){return e.subject.subscribe(a)}var e={subject:c,source:b.asObservable(),hasSubscription:!1,subscription:null};this.connect=function(){return e.hasSubscription||(e.hasSubscription=!0,e.subscription=new rb(e.source.subscribe(e.subject),ub(function(){e.hasSubscription=!1}))),e.subscription},a.call(this,d)}return kb(b,a),b.prototype.connect=function(){return this.connect()},b.prototype.refCount=function(){var a=null,b=0,c=this;return new kc(function(d){var e,f;return b++,e=1===b,f=c.subscribe(d),e&&(a=c.connect()),ub(function(){f.dispose(),b--,0===b&&a.dispose()})})},b}(Ub),gc=Ub.interval=function(a,b){return b||(b=Gb),z(a,a,b)},hc=Ub.timer=function(b,c,d){var e;return d||(d=Gb),"number"==typeof c?e=c:"object"==typeof c&&"now"in c&&(d=c),e===a?y(b,d):z(b,e,d)};Rb.delay=function(a,b){b||(b=Gb);var c=this;return new kc(function(d){var e,f=!1,g=new yb,h=null,i=[],j=!1;return e=c.materialize().timestamp(b).subscribe(function(c){var e,k;"E"===c.value.kind?(i=[],i.push(c),h=c.value.exception,k=!j):(i.push({value:c.value,timestamp:c.timestamp+a}),k=!f,f=!0),k&&(null!==h?d.onError(h):(e=new xb,g.setDisposable(e),e.setDisposable(b.scheduleRecursiveWithRelative(a,function(a){var c,e,g,k;if(null===h){j=!0;do g=null,i.length>0&&i[0].timestamp-b.now()<=0&&(g=i.shift().value),null!==g&&g.accept(d);while(null!==g);k=!1,e=0,i.length>0?(k=!0,e=Math.max(0,i[0].timestamp-b.now())):f=!1,c=h,j=!1,null!==c?d.onError(c):k&&a(e)}}))))}),new rb(e,g)})},Rb.throttle=function(a,b){b||(b=Gb);return this.throttleWithSelector(function(){return hc(a,b)})},Rb.timeInterval=function(a){var b=this;return a||(a=Gb),Wb(function(){var c=a.now();return b.select(function(b){var d=a.now(),e=d-c;return c=d,{value:b,interval:e}})})},Rb.timestamp=function(a){return a||(a=Gb),this.select(function(b){return{value:b,timestamp:a.now()}})},Rb.sample=function(a,b){return b||(b=Gb),"number"==typeof a?A(this,gc(a,b)):A(this,a)},Rb.timeout=function(a,b,c){var d,e=this;return b||(b=_b(new Error("Timeout"))),c||(c=Gb),d=a instanceof Date?function(a,b){c.scheduleWithAbsolute(a,b)}:function(a,b){c.scheduleWithRelative(a,b)},new kc(function(c){var f,g=0,h=new xb,i=new yb,j=!1,k=new yb;return i.setDisposable(h),f=function(){var e=g;k.setDisposable(d(a,function(){j=g===e;var a=j;a&&i.setDisposable(b.subscribe(c))}))},f(),h.setDisposable(e.subscribe(function(a){var b=!j;b&&(g++,c.onNext(a),f())},function(a){var b=!j;b&&(g++,c.onError(a))},function(){var a=!j;a&&(g++,c.onCompleted())})),new rb(i,k)})},Ub.generateWithTime=function(a,b,c,d,e,f){return f||(f=Gb),new kc(function(g){var h,i,j=!0,k=!1,l=a;return f.scheduleRecursiveWithRelative(0,function(a){k&&g.onNext(h);try{j?j=!1:l=c(l),k=b(l),k&&(h=d(l),i=e(l))}catch(f){return g.onError(f),void 0}k?a(i):g.onCompleted()})})},Rb.delaySubscription=function(a,b){return b||(b=Gb),this.delayWithSelector(hc(a,b),function(){return Xb()})},Rb.delayWithSelector=function(a,b){var c,d,e=this;return"function"==typeof a?d=a:(c=a,d=b),new kc(function(a){var b=new rb,f=!1,g=function(){f&&0===b.length&&a.onCompleted()},h=new yb,i=function(){h.setDisposable(e.subscribe(function(c){var e;try{e=d(c)}catch(f){return a.onError(f),void 0}var h=new xb;b.add(h),h.setDisposable(e.subscribe(function(){a.onNext(c),b.remove(h),g()},a.onError.bind(a),function(){a.onNext(c),b.remove(h),g()}))},a.onError.bind(a),function(){f=!0,h.dispose(),g()}))};return c?h.setDisposable(c.subscribe(function(){i()},a.onError.bind(a),function(){i()})):i(),new rb(h,b)})},Rb.timeoutWithSelector=function(a,b,c){if(1===arguments.length){b=a;var a=Zb()}c||(c=_b(new Error("Timeout")));var d=this;return new kc(function(e){var f=new yb,g=new yb,h=new xb;f.setDisposable(h);var i=0,j=!1,k=function(a){var b=i,d=function(){return i===b},h=new xb;g.setDisposable(h),h.setDisposable(a.subscribe(function(){d()&&f.setDisposable(c.subscribe(e)),h.dispose()},function(a){d()&&e.onError(a)},function(){d()&&f.setDisposable(c.subscribe(e))}))};k(a);var l=function(){var a=!j;return a&&i++,a};return h.setDisposable(d.subscribe(function(a){if(l()){e.onNext(a);var c;try{c=b(a)}catch(d){return e.onError(d),void 0}k(c)}},function(a){l()&&e.onError(a)},function(){l()&&e.onCompleted()})),new rb(f,g)})},Rb.throttleWithSelector=function(a){var b=this;return new kc(function(c){var d,e=!1,f=new yb,g=0,h=b.subscribe(function(b){var h;try{h=a(b)}catch(i){return c.onError(i),void 0}e=!0,d=b,g++;var j=g,k=new xb;f.setDisposable(k),k.setDisposable(h.subscribe(function(){e&&g===j&&c.onNext(d),e=!1,k.dispose()},c.onError.bind(c),function(){e&&g===j&&c.onNext(d),e=!1,k.dispose()}))},function(a){f.dispose(),c.onError(a),e=!1,g++},function(){f.dispose(),e&&c.onNext(d),c.onCompleted(),e=!1,g++});return new rb(h,f)})},Rb.skipLastWithTime=function(a,b){b||(b=Gb);var c=this;return new kc(function(d){var e=[];return c.subscribe(function(c){var f=b.now();for(e.push({interval:f,value:c});e.length>0&&f-e[0].interval>=a;)d.onNext(e.shift().value)},d.onError.bind(d),function(){for(var c=b.now();e.length>0&&c-e[0].interval>=a;)d.onNext(e.shift().value);d.onCompleted()})})},Rb.takeLastWithTime=function(a,b,c){return this.takeLastBufferWithTime(a,b).selectMany(function(a){return Yb(a,c)})},Rb.takeLastBufferWithTime=function(a,b){var c=this;return b||(b=Gb),new kc(function(d){var e=[];return c.subscribe(function(c){var d=b.now();for(e.push({interval:d,value:c});e.length>0&&d-e[0].interval>=a;)e.shift()},d.onError.bind(d),function(){for(var c=b.now(),f=[];e.length>0;){var g=e.shift();c-g.interval<=a&&f.push(g.value)}d.onNext(f),d.onCompleted()})})},Rb.takeWithTime=function(a,b){var c=this;return b||(b=Gb),new kc(function(d){var e=b.scheduleWithRelative(a,function(){d.onCompleted()});return new rb(e,c.subscribe(d))})},Rb.skipWithTime=function(a,b){var c=this;return b||(b=Gb),new kc(function(d){var e=!1,f=b.scheduleWithRelative(a,function(){e=!0}),g=c.subscribe(function(a){e&&d.onNext(a)},d.onError.bind(d),d.onCompleted.bind(d));return new rb(f,g)})},Rb.skipUntilWithTime=function(a,b){b||(b=Gb);var c=this;return new kc(function(d){var e=!1,f=b.scheduleWithAbsolute(a,function(){e=!0}),g=c.subscribe(function(a){e&&d.onNext(a)},d.onError.bind(d),d.onCompleted.bind(d));return new rb(f,g)})},Rb.takeUntilWithTime=function(a,b){b||(b=Gb);var c=this;return new kc(function(d){return new rb(b.scheduleWithAbsolute(a,function(){d.onCompleted()}),c.subscribe(d))})},Rb.pausable=function(a){var b=this;return new kc(function(c){var d=b.publish(),e=d.subscribe(c),f=vb,g=a.distinctUntilChanged().subscribe(function(a){a?f=d.connect():(f.dispose(),f=vb)});return new rb(e,f,g)})},Rb.pausableBuffered=function(a){var b=this;return new kc(function(c){var d=[],e=!0,f=B(b,a.distinctUntilChanged(),function(a,b){return{data:a,shouldFire:b}}).subscribe(function(a){if(a.shouldFire&&e&&c.onNext(a.data),a.shouldFire&&!e){for(;d.length>0;)c.onNext(d.shift());e=!0}else a.shouldFire||e?!a.shouldFire&&e&&(e=!1):d.push(a.data)},c.onError.bind(c),c.onCompleted.bind(c));return a.onNext(!1),f})},Rb.controlled=function(a){return null==a&&(a=!0),new ic(this,a)};var ic=function(a){function b(a){return this.source.subscribe(a)}function c(c,d){a.call(this,b),this.subject=new jc(d),this.source=c.multicast(this.subject).refCount()}return kb(c,a),c.prototype.request=function(a){return null==a&&(a=-1),this.subject.request(a)},c}(Ub),jc=I.ControlledSubject=function(a){function b(a){return this.subject.subscribe(a)}function c(c){null==c&&(c=!0),a.call(this,b),this.subject=new nc,this.enableQueue=c,this.queue=c?[]:null,this.requestedCount=0,this.requestedDisposable=vb,this.error=null,this.hasFailed=!1,this.hasCompleted=!1,this.controlledDisposable=vb}return kb(c,a),lb(c.prototype,Pb,{onCompleted:function(){h.call(this),this.hasCompleted=!0,this.enableQueue&&0!==this.queue.length||this.subject.onCompleted()},onError:function(a){h.call(this),this.hasFailed=!0,this.error=a,this.enableQueue&&0!==this.queue.length||this.subject.onError(a)},onNext:function(a){h.call(this);var b=!1;0===this.requestedCount?this.enableQueue&&this.queue.push(a):(-1!==this.requestedCount&&0===this.requestedCount--&&this.disposeCurrentRequest(),b=!0),b&&this.subject.onNext(a)},_processRequest:function(a){if(this.enableQueue){for(;this.queue.length>=a&&a>0;)this.subject.onNext(this.queue.shift()),a--;return 0!==this.queue.length?{numberOfItems:a,returnValue:!0}:{numberOfItems:a,returnValue:!1}}return this.hasFailed?(this.subject.onError(this.error),this.controlledDisposable.dispose(),this.controlledDisposable=vb):this.hasCompleted&&(this.subject.onCompleted(),this.controlledDisposable.dispose(),this.controlledDisposable=vb),{numberOfItems:a,returnValue:!1}},request:function(a){h.call(this),this.disposeCurrentRequest();var b=this,c=this._processRequest(a);return a=c.numberOfItems,c.returnValue?vb:(this.requestedCount=a,this.requestedDisposable=ub(function(){b.requestedCount=0}),this.requestedDisposable)},disposeCurrentRequest:function(){this.requestedDisposable.dispose(),this.requestedDisposable=vb},dispose:function(){this.isDisposed=!0,this.error=null,this.subject.dispose(),this.requestedDisposable.dispose()}}),c}(Ub),kc=I.AnonymousObservable=function(a){function b(a){return"undefined"==typeof a?a=vb:"function"==typeof a&&(a=ub(a)),a}function c(d){function e(a){var c=new lc(a);if(Eb.scheduleRequired())Eb.schedule(function(){try{c.setDisposable(b(d(c)))}catch(a){if(!c.fail(a))throw a}});else try{c.setDisposable(b(d(c)))}catch(e){if(!c.fail(e))throw e}return c}return this instanceof c?(a.call(this,e),void 0):new c(d)}return kb(c,a),c}(Ub),lc=function(a){function b(b){a.call(this),this.observer=b,this.m=new xb}kb(b,a);var c=b.prototype;return c.next=function(a){var b=!1;try{this.observer.onNext(a),b=!0}catch(c){throw c}finally{b||this.dispose()}},c.error=function(a){try{this.observer.onError(a)}catch(b){throw b}finally{this.dispose()}},c.completed=function(){try{this.observer.onCompleted()}catch(a){throw a}finally{this.dispose()}},c.setDisposable=function(a){this.m.setDisposable(a)},c.getDisposable=function(){return this.m.getDisposable()},c.disposable=function(a){return arguments.length?this.getDisposable():setDisposable(a)},c.dispose=function(){a.prototype.dispose.call(this),this.m.dispose()},b}(Sb),mc=function(a,b){this.subject=a,this.observer=b};mc.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1),this.observer=null}};var nc=I.Subject=function(a){function b(a){return h.call(this),this.isStopped?this.exception?(a.onError(this.exception),vb):(a.onCompleted(),vb):(this.observers.push(a),new mc(this,a))}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return kb(c,a),lb(c.prototype,Pb,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(h.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var b=0,c=a.length;c>b;b++)a[b].onCompleted();this.observers=[]}},onError:function(a){if(h.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){if(h.call(this),!this.isStopped)for(var b=this.observers.slice(0),c=0,d=b.length;d>c;c++)b[c].onNext(a)},dispose:function(){this.isDisposed=!0,this.observers=null}}),c.create=function(a,b){return new pc(a,b)},c}(Ub),oc=I.AsyncSubject=function(a){function b(a){if(h.call(this),!this.isStopped)return this.observers.push(a),new mc(this,a);var b=this.exception,c=this.hasValue,d=this.value;return b?a.onError(b):c?(a.onNext(d),a.onCompleted()):a.onCompleted(),vb}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return kb(c,a),lb(c.prototype,Pb,{hasObservers:function(){return h.call(this),this.observers.length>0},onCompleted:function(){var a,b,c;if(h.call(this),!this.isStopped){this.isStopped=!0;var d=this.observers.slice(0),e=this.value,f=this.hasValue;if(f)for(b=0,c=d.length;c>b;b++)a=d[b],a.onNext(e),a.onCompleted();else for(b=0,c=d.length;c>b;b++)d[b].onCompleted();this.observers=[]}},onError:function(a){if(h.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){h.call(this),this.isStopped||(this.value=a,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),c}(Ub),pc=function(a){function b(a){return this.observable.subscribe(a)}function c(c,d){a.call(this,b),this.observer=c,this.observable=d}return kb(c,a),lb(c.prototype,Pb,{onCompleted:function(){this.observer.onCompleted()},onError:function(a){this.observer.onError(a)},onNext:function(a){this.observer.onNext(a)}}),c}(Ub),qc=I.BehaviorSubject=function(a){function b(a){if(h.call(this),!this.isStopped)return this.observers.push(a),a.onNext(this.value),new mc(this,a);var b=this.exception;return b?a.onError(b):a.onCompleted(),vb}function c(c){a.call(this,b),this.value=c,this.observers=[],this.isDisposed=!1,this.isStopped=!1,this.exception=null}return kb(c,a),lb(c.prototype,Pb,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(h.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var b=0,c=a.length;c>b;b++)a[b].onCompleted();this.observers=[]}},onError:function(a){if(h.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){if(h.call(this),!this.isStopped){this.value=a;for(var b=this.observers.slice(0),c=0,d=b.length;d>c;c++)b[c].onNext(a)}},dispose:function(){this.isDisposed=!0,this.observers=null,this.value=null,this.exception=null}}),c}(Ub),rc=I.ReplaySubject=function(a){function b(a,b){this.subject=a,this.observer=b}function c(a){var c=new Vb(this.scheduler,a),d=new b(this,c);h.call(this),this._trim(this.scheduler.now()),this.observers.push(c);for(var e=this.q.length,f=0,g=this.q.length;g>f;f++)c.onNext(this.q[f].value);return this.hasError?(e++,c.onError(this.error)):this.isStopped&&(e++,c.onCompleted()),c.ensureActive(e),d}function d(b,d,e){this.bufferSize=null==b?Number.MAX_VALUE:b,this.windowSize=null==d?Number.MAX_VALUE:d,this.scheduler=e||Eb,this.q=[],this.observers=[],this.isStopped=!1,this.isDisposed=!1,this.hasError=!1,this.error=null,a.call(this,c)}return b.prototype.dispose=function(){if(this.observer.dispose(),!this.subject.isDisposed){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1)}},kb(d,a),lb(d.prototype,Pb,{hasObservers:function(){return this.observers.length>0},_trim:function(a){for(;this.q.length>this.bufferSize;)this.q.shift();for(;this.q.length>0&&a-this.q[0].interval>this.windowSize;)this.q.shift()},onNext:function(a){var b;if(h.call(this),!this.isStopped){var c=this.scheduler.now();this.q.push({interval:c,value:a}),this._trim(c);for(var d=this.observers.slice(0),e=0,f=d.length;f>e;e++)b=d[e],b.onNext(a),b.ensureActive()}},onError:function(a){var b;if(h.call(this),!this.isStopped){this.isStopped=!0,this.error=a,this.hasError=!0;var c=this.scheduler.now();this._trim(c);for(var d=this.observers.slice(0),e=0,f=d.length;f>e;e++)b=d[e],b.onError(a),b.ensureActive();this.observers=[]}},onCompleted:function(){var a;if(h.call(this),!this.isStopped){this.isStopped=!0;var b=this.scheduler.now();this._trim(b);for(var c=this.observers.slice(0),d=0,e=c.length;e>d;d++)a=c[d],a.onCompleted(),a.ensureActive();this.observers=[]}},dispose:function(){this.isDisposed=!0,this.observers=null}}),d}(Ub);"function"==typeof define&&"object"==typeof define.amd&&define.amd?(D.Rx=I,define(function(){return I})):E&&F?G?(F.exports=I).Rx=I:E.Rx=I:D.Rx=I}).call(this); \ No newline at end of file diff --git a/rx.lite.js b/rx.lite.js index 032e4a609..b18ee88e4 100644 --- a/rx.lite.js +++ b/rx.lite.js @@ -31,7 +31,7 @@ function defaultSubComparer(x, y) { return x - y; } function defaultKeySerializer(x) { return x.toString(); } function defaultError(err) { throw err; } - function isPromise(p) { return typeof p.then === 'function' && typeof p.subscribe === 'undefined'; } + function isPromise(p) { return typeof p.then === 'function' && p.then !== Rx.Observable.prototype.then; } // Errors var sequenceContainsNoElements = 'Sequence contains no elements.'; diff --git a/rx.lite.min.js b/rx.lite.min.js index 32c4cd675..a8e4eea6b 100644 --- a/rx.lite.min.js +++ b/rx.lite.min.js @@ -1,2 +1,2 @@ -(function(t){function e(){}function n(t){return t}function r(t,e){return ue(t,e)}function i(t,e){return t-e}function o(t){throw t}function s(e){return"function"==typeof e.then&&e.subscribe===t}function u(){if(this.isDisposed)throw Error(L)}function c(t){var e=typeof t;return t&&("function"==e||"object"==e)||!1}function a(t){var e=[];if(!c(t))return e;se.nonEnumArgs&&t.length&&p(t)&&(t=ce.call(t));var n=se.enumPrototypes&&"function"==typeof t,r=se.enumErrorProps&&(t===te||t instanceof Error);for(var i in t)n&&"prototype"==i||r&&("message"==i||"name"==i)||e.push(i);if(se.nonEnumShadows&&t!==ee){var o=t.constructor,s=-1,u=ie.length;if(t===(o&&o.prototype))var a=t===stringProto?K:t===te?H:G.call(t),l=oe[a];for(;u>++s;)i=ie[s],l&&l[i]||!Y.call(t,i)||e.push(i)}return e}function l(t,e,n){for(var r=-1,i=n(t),o=i.length;o>++r;){var s=i[r];if(e(t[s],s,t)===!1)break}return t}function h(t,e){return l(t,e,a)}function f(t){return"function"!=typeof t.toString&&"string"==typeof(t+"")}function p(t){return t&&"object"==typeof t?G.call(t)==I:!1}function d(t){return"function"==typeof t}function b(e,n,r,i){if(e===n)return 0!==e||1/e==1/n;var o=typeof e,s=typeof n;if(e===e&&(null==e||null==n||"function"!=o&&"object"!=o&&"function"!=s&&"object"!=s))return!1;var u=G.call(e),c=G.call(n);if(u==I&&(u=X),c==I&&(c=X),u!=c)return!1;switch(u){case F:case U:return+e==+n;case $:return e!=+e?n!=+n:0==e?1/e==1/n:e==+n;case J:case K:return e==n+""}var a=u==B;if(!a){if(u!=X||!se.nodeClass&&(f(e)||f(n)))return!1;var l=!se.argsObject&&p(e)?Object:e.constructor,v=!se.argsObject&&p(n)?Object:n.constructor;if(!(l==v||Y.call(e,"constructor")&&Y.call(n,"constructor")||d(l)&&l instanceof l&&d(v)&&v instanceof v||!("constructor"in e&&"constructor"in n)))return!1}r||(r=[]),i||(i=[]);for(var m=r.length;m--;)if(r[m]==e)return i[m]==n;var y=0;if(result=!0,r.push(e),i.push(n),a){if(m=e.length,y=n.length,result=y==m)for(;y--;){var w=n[y];if(!(result=b(e[y],w,r,i)))break}}else h(n,function(n,o,s){return Y.call(s,o)?(y++,result=Y.call(e,o)&&b(e[o],n,r,i)):t}),result&&h(e,function(e,n,r){return Y.call(r,n)?result=--y>-1:t});return r.pop(),i.pop(),result}function v(t,e){return 1===t.length&&Array.isArray(t[e])?t[e]:ce.call(t)}function m(t,e){for(var n=Array(t),r=0;t>r;r++)n[r]=e();return n}function y(e,n){return new cn(function(r){var i=new ge,o=new xe;return o.setDisposable(i),i.setDisposable(e.subscribe(r.onNext.bind(r),function(e){var i,s;try{s=n(e)}catch(u){return r.onError(u),t}i=new ge,o.setDisposable(i),i.setDisposable(s.subscribe(r))},r.onCompleted.bind(r))),o})}function w(e,n){var r=this;return new cn(function(i){var o=0,s=e.length;return r.subscribe(function(r){if(s>o){var u,c=e[o++];try{u=n(r,c)}catch(a){return i.onError(a),t}i.onNext(u)}else i.onCompleted()},i.onError.bind(i),i.onCompleted.bind(i))})}function g(t){return this.select(function(e,n){var r=t(e,n);return s(r)?en(r):r}).mergeObservable()}function x(e,n,r){return e.addListener?(e.addListener(n,r),me(function(){e.removeListener(n,r)})):e.addEventListener?(e.addEventListener(n,r,!1),me(function(){e.removeEventListener(n,r,!1)})):t}function E(t,e,n){var r=new de;if(t&&t.length)for(var i=0,o=t.length;o>i;i++)r.add(E(t[i],e,n));else t&&r.add(x(t,e,n));return r}function C(t,e){var n=De(t);return new cn(function(t){return e.scheduleWithRelative(n,function(){t.onNext(0),t.onCompleted()})})}function D(t,e,n){return t===e?new cn(function(t){return n.schedulePeriodicWithState(0,e,function(e){return t.onNext(e),e+1})}):He(function(){return observableTimerDateAndPeriod(n.now()+t,e,n)})}function S(t,e){return new cn(function(n){function r(){s&&(s=!1,n.onNext(o)),i&&n.onCompleted()}var i,o,s;return new de(t.subscribe(function(t){s=!0,o=t},n.onError.bind(n),function(){i=!0}),e.subscribe(r,n.onError.bind(n),r))})}function N(e,r,i){return new cn(function(o){function s(e,r){h[r]=e;var s;if(c[r]=!0,a||(a=c.every(n))){try{s=i.apply(null,h)}catch(u){return o.onError(u),t}o.onNext(s)}else l&&o.onCompleted()}var u=2,c=[!1,!1],a=!1,l=!1,h=Array(u);return new de(e.subscribe(function(t){s(t,0)},o.onError.bind(o),function(){l=!0,o.onCompleted()}),r.subscribe(function(t){s(t,1)},o.onError.bind(o)))})}var A={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},O=A[typeof window]&&window||this,_=A[typeof exports]&&exports&&!exports.nodeType&&exports,R=A[typeof module]&&module&&!module.nodeType&&module,j=R&&R.exports===_&&_,W=A[typeof global]&&global;!W||W.global!==W&&W.window!==W||(O=W);var k={internals:{},config:{}},q=Date.now,T="Sequence contains no elements.",P="Argument out of range",L="Object has been disposed",V="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";O.Set&&"function"==typeof(new O.Set)["@@iterator"]&&(V="@@iterator");var z,M={done:!0,value:t},I="[object Arguments]",B="[object Array]",F="[object Boolean]",U="[object Date]",H="[object Error]",Q="[object Function]",$="[object Number]",X="[object Object]",J="[object RegExp]",K="[object String]",G=Object.prototype.toString,Y=Object.prototype.hasOwnProperty,Z=G.call(arguments)==I,te=Error.prototype,ee=Object.prototype,ne=ee.propertyIsEnumerable;try{z=!(G.call(document)==X&&!({toString:0}+""))}catch(re){z=!0}var ie=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],oe={};oe[B]=oe[U]=oe[$]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},oe[F]=oe[K]={constructor:!0,toString:!0,valueOf:!0},oe[H]=oe[Q]=oe[J]={constructor:!0,toString:!0},oe[X]={constructor:!0};var se={};(function(){var t=function(){this.x=1},e=[];t.prototype={valueOf:1,y:1};for(var n in new t)e.push(n);for(n in arguments);se.enumErrorProps=ne.call(te,"message")||ne.call(te,"name"),se.enumPrototypes=ne.call(t,"prototype"),se.nonEnumArgs=0!=n,se.nonEnumShadows=!/valueOf/.test(e)})(1),Z||(p=function(t){return t&&"object"==typeof t?Y.call(t,"callee"):!1}),d(/x/)&&(d=function(t){return"function"==typeof t&&G.call(t)==Q});var ue=k.internals.isEqual=function(t,e){return b(t,e,[],[])},ce=Array.prototype.slice;({}).hasOwnProperty;var ae=this.inherits=k.internals.inherits=function(t,e){function n(){this.constructor=t}n.prototype=e.prototype,t.prototype=new n},le=k.internals.addProperties=function(t){for(var e=ce.call(arguments,1),n=0,r=e.length;r>n;n++){var i=e[n];for(var o in i)t[o]=i[o]}};k.internals.addRef=function(t,e){return new cn(function(n){return new de(e.getDisposable(),t.subscribe(n))})};var he=function(t,e){this.id=t,this.value=e};he.prototype.compareTo=function(t){var e=this.value.compareTo(t.value);return 0===e&&(e=this.id-t.id),e};var fe=k.internals.PriorityQueue=function(t){this.items=Array(t),this.length=0},pe=fe.prototype;pe.isHigherPriority=function(t,e){return 0>this.items[t].compareTo(this.items[e])},pe.percolate=function(t){if(!(t>=this.length||0>t)){var e=t-1>>1;if(!(0>e||e===t)&&this.isHigherPriority(t,e)){var n=this.items[t];this.items[t]=this.items[e],this.items[e]=n,this.percolate(e)}}},pe.heapify=function(e){if(e===t&&(e=0),!(e>=this.length||0>e)){var n=2*e+1,r=2*e+2,i=e;if(this.length>n&&this.isHigherPriority(n,i)&&(i=n),this.length>r&&this.isHigherPriority(r,i)&&(i=r),i!==e){var o=this.items[e];this.items[e]=this.items[i],this.items[i]=o,this.heapify(i)}}},pe.peek=function(){return this.items[0].value},pe.removeAt=function(t){this.items[t]=this.items[--this.length],delete this.items[this.length],this.heapify()},pe.dequeue=function(){var t=this.peek();return this.removeAt(0),t},pe.enqueue=function(t){var e=this.length++;this.items[e]=new he(fe.count++,t),this.percolate(e)},pe.remove=function(t){for(var e=0;this.length>e;e++)if(this.items[e].value===t)return this.removeAt(e),!0;return!1},fe.count=0;var de=k.CompositeDisposable=function(){this.disposables=v(arguments,0),this.isDisposed=!1,this.length=this.disposables.length},be=de.prototype;be.add=function(t){this.isDisposed?t.dispose():(this.disposables.push(t),this.length++)},be.remove=function(t){var e=!1;if(!this.isDisposed){var n=this.disposables.indexOf(t);-1!==n&&(e=!0,this.disposables.splice(n,1),this.length--,t.dispose())}return e},be.dispose=function(){if(!this.isDisposed){this.isDisposed=!0;var t=this.disposables.slice(0);this.disposables=[],this.length=0;for(var e=0,n=t.length;n>e;e++)t[e].dispose()}},be.clear=function(){var t=this.disposables.slice(0);this.disposables=[],this.length=0;for(var e=0,n=t.length;n>e;e++)t[e].dispose()},be.contains=function(t){return-1!==this.disposables.indexOf(t)},be.toArray=function(){return this.disposables.slice(0)};var ve=k.Disposable=function(t){this.isDisposed=!1,this.action=t||e};ve.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var me=ve.create=function(t){return new ve(t)},ye=ve.empty={dispose:e},we=function(){function t(t){this.isSingle=t,this.isDisposed=!1,this.current=null}var e=t.prototype;return e.getDisposable=function(){return this.current},e.setDisposable=function(t){if(this.current&&this.isSingle)throw Error("Disposable has already been assigned");var e,n=this.isDisposed;n||(e=this.current,this.current=t),e&&e.dispose(),n&&t&&t.dispose()},e.dispose=function(){var t;this.isDisposed||(this.isDisposed=!0,t=this.current,this.current=null),t&&t.dispose()},t}(),ge=k.SingleAssignmentDisposable=function(t){function e(){t.call(this,!0)}return ae(e,t),e}(we),xe=k.SerialDisposable=function(t){function e(){t.call(this,!1)}return ae(e,t),e}(we);k.RefCountDisposable=function(){function t(t){this.disposable=t,this.disposable.count++,this.isInnerDisposed=!1}function e(t){this.underlyingDisposable=t,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return t.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},e.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},e.prototype.getDisposable=function(){return this.isDisposed?ye:new t(this)},e}();var Ee=k.internals.ScheduledItem=function(t,e,n,r,o){this.scheduler=t,this.state=e,this.action=n,this.dueTime=r,this.comparer=o||i,this.disposable=new ge};Ee.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},Ee.prototype.compareTo=function(t){return this.comparer(this.dueTime,t.dueTime)},Ee.prototype.isCancelled=function(){return this.disposable.isDisposed},Ee.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var Ce=k.Scheduler=function(){function t(t,e,n,r){this.now=t,this._schedule=e,this._scheduleRelative=n,this._scheduleAbsolute=r}function e(t,e){var n=e.first,r=e.second,i=new de,o=function(e){r(e,function(e){var n=!1,r=!1,s=t.scheduleWithState(e,function(t,e){return n?i.remove(s):r=!0,o(e),ye});r||(i.add(s),n=!0)})};return o(n),i}function n(t,e,n){var r=e.first,i=e.second,o=new de,s=function(e){i(e,function(e,r){var i=!1,u=!1,c=t[n].call(t,e,r,function(t,e){return i?o.remove(c):u=!0,s(e),ye});u||(o.add(c),i=!0)})};return s(r),o}function r(t,e){return e(),ye}var i=t.prototype;return i.schedulePeriodic=function(t,e){return this.schedulePeriodicWithState(null,t,function(){e()})},i.schedulePeriodicWithState=function(t,e,n){var r=t,i=setInterval(function(){r=n(r)},e);return me(function(){clearInterval(i)})},i.schedule=function(t){return this._schedule(t,r)},i.scheduleWithState=function(t,e){return this._schedule(t,e)},i.scheduleWithRelative=function(t,e){return this._scheduleRelative(e,t,r)},i.scheduleWithRelativeAndState=function(t,e,n){return this._scheduleRelative(t,e,n)},i.scheduleWithAbsolute=function(t,e){return this._scheduleAbsolute(e,t,r)},i.scheduleWithAbsoluteAndState=function(t,e,n){return this._scheduleAbsolute(t,e,n)},i.scheduleRecursive=function(t){return this.scheduleRecursiveWithState(t,function(t,e){t(function(){e(t)})})},i.scheduleRecursiveWithState=function(t,n){return this.scheduleWithState({first:t,second:n},function(t,n){return e(t,n)})},i.scheduleRecursiveWithRelative=function(t,e){return this.scheduleRecursiveWithRelativeAndState(e,t,function(t,e){t(function(n){e(t,n)})})},i.scheduleRecursiveWithRelativeAndState=function(t,e,r){return this._scheduleRelative({first:t,second:r},e,function(t,e){return n(t,e,"scheduleWithRelativeAndState")})},i.scheduleRecursiveWithAbsolute=function(t,e){return this.scheduleRecursiveWithAbsoluteAndState(e,t,function(t,e){t(function(n){e(t,n)})})},i.scheduleRecursiveWithAbsoluteAndState=function(t,e,r){return this._scheduleAbsolute({first:t,second:r},e,function(t,e){return n(t,e,"scheduleWithAbsoluteAndState")})},t.now=q,t.normalize=function(t){return 0>t&&(t=0),t},t}(),De=Ce.normalize,Se=Ce.immediate=function(){function t(t,e){return e(this,t)}function e(t,e,n){for(var r=De(r);r-this.now()>0;);return n(this,t)}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new Ce(q,t,e,n)}(),Ne=Ce.currentThread=function(){function t(t){for(var e;t.length>0;)if(e=t.dequeue(),!e.isCancelled()){for(;e.dueTime-Ce.now()>0;);e.isCancelled()||e.invoke()}}function e(t,e){return this.scheduleWithRelativeAndState(t,0,e)}function n(e,n,r){var o=this.now()+Ce.normalize(n),s=new Ee(this,e,r,o);if(i)i.enqueue(s);else{i=new fe(4),i.enqueue(s);try{t(i)}catch(u){throw u}finally{i=null}}return s.disposable}function r(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}var i,o=new Ce(q,e,n,r);return o.scheduleRequired=function(){return null===i},o.ensureTrampoline=function(t){return null===i?this.schedule(t):t()},o}();k.internals.SchedulePeriodicRecursive=function(){function t(t,e){e(0,this._period);try{this._state=this._action(this._state)}catch(n){throw this._cancel.dispose(),n}}function e(t,e,n,r){this._scheduler=t,this._state=e,this._period=n,this._action=r}return e.prototype.start=function(){var e=new ge;return this._cancel=e,e.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,t.bind(this))),e},e}();var Ae,Oe=e;(function(){function t(){if(!O.postMessage||O.importScripts)return!1;var t=!1,e=O.onmessage;return O.onmessage=function(){t=!0},O.postMessage("","*"),O.onmessage=e,t}function e(t){if("string"==typeof t.data&&t.data.substring(0,o.length)===o){var e=t.data.substring(o.length),n=s[e];n(),delete s[e]}}var n=RegExp("^"+(G+"").replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),r="function"==typeof(r=W&&j&&W.setImmediate)&&!n.test(r)&&r,i="function"==typeof(i=W&&j&&W.clearImmediate)&&!n.test(i)&&i;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))Ae=process.nextTick;else if("function"==typeof r)Ae=r,Oe=i;else if(t()){var o="ms.rx.schedule"+Math.random(),s={},u=0;O.addEventListener?O.addEventListener("message",e,!1):O.attachEvent("onmessage",e,!1),Ae=function(t){var e=u++;s[e]=t,O.postMessage(o+e,"*")}}else if(O.MessageChannel){var c=new O.MessageChannel,a={},l=0;c.port1.onmessage=function(t){var e=t.data,n=a[e];n(),delete a[e]},Ae=function(t){var e=l++;a[e]=t,c.port2.postMessage(e)}}else"document"in O&&"onreadystatechange"in O.document.createElement("script")?Ae=function(t){var e=O.document.createElement("script");e.onreadystatechange=function(){t(),e.onreadystatechange=null,e.parentNode.removeChild(e),e=null},O.document.documentElement.appendChild(e)}:(Ae=function(t){return setTimeout(t,0)},Oe=clearTimeout)})();var _e=Ce.timeout=function(){function t(t,e){var n=this,r=new ge,i=Ae(function(){r.isDisposed||r.setDisposable(e(n,t))});return new de(r,me(function(){Oe(i)}))}function e(t,e,n){var r=this,i=Ce.normalize(e);if(0===i)return r.scheduleWithState(t,n);var o=new ge,s=setTimeout(function(){o.isDisposed||o.setDisposable(n(r,t))},i);return new de(o,me(function(){clearTimeout(s)}))}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new Ce(q,t,e,n)}(),Re=k.Notification=function(){function t(t,e){this.hasValue=null==e?!1:e,this.kind=t}var e=t.prototype;return e.accept=function(t,e,n){return 1===arguments.length&&"object"==typeof t?this._acceptObservable(t):this._accept(t,e,n)},e.toObservable=function(t){var e=this;return t||(t=Se),new cn(function(n){return t.schedule(function(){e._acceptObservable(n),"N"===e.kind&&n.onCompleted()})})},t}(),je=Re.createOnNext=function(){function t(t){return t(this.value)}function e(t){return t.onNext(this.value)}function n(){return"OnNext("+this.value+")"}return function(r){var i=new Re("N",!0);return i.value=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),We=Re.createOnError=function(){function t(t,e){return e(this.exception)}function e(t){return t.onError(this.exception)}function n(){return"OnError("+this.exception+")"}return function(r){var i=new Re("E");return i.exception=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),ke=Re.createOnCompleted=function(){function t(t,e,n){return n()}function e(t){return t.onCompleted()}function n(){return"OnCompleted()"}return function(){var r=new Re("C");return r._accept=t,r._acceptObservable=e,r.toString=n,r}}(),qe=k.internals.Enumerator=function(t){this._next=t};qe.prototype.next=function(){return this._next()},qe.prototype[V]=function(){return this};var Te=k.internals.Enumerable=function(t){this._iterator=t};Te.prototype[V]=function(){return this._iterator()},Te.prototype.concat=function(){var e=this;return new cn(function(n){var r;try{r=e[V]()}catch(i){return n.onError(),t}var o,s=new xe,u=Se.scheduleRecursive(function(e){var i;if(!o){try{i=r.next()}catch(u){return n.onError(u),t}if(i.done)return n.onCompleted(),t;var c=new ge;s.setDisposable(c),c.setDisposable(i.value.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){e()}))}});return new de(s,u,me(function(){o=!0}))})},Te.prototype.catchException=function(){var e=this;return new cn(function(n){var r;try{r=e[V]()}catch(i){return n.onError(),t}var o,s,u=new xe,c=Se.scheduleRecursive(function(e){if(!o){var i;try{i=r.next()}catch(c){return n.onError(c),t}if(i.done)return s?n.onError(s):n.onCompleted(),t;var a=new ge;u.setDisposable(a),a.setDisposable(i.value.subscribe(n.onNext.bind(n),function(t){s=t,e()},n.onCompleted.bind(n)))}});return new de(u,c,me(function(){o=!0}))})};var Pe=Te.repeat=function(t,e){return null==e&&(e=-1),new Te(function(){var n=e;return new qe(function(){return 0===n?M:(n>0&&n--,{done:!1,value:t})})})},Le=Te.forEach=function(t,e,r){return e||(e=n),new Te(function(){var n=-1;return new qe(function(){return++n0&&(e=!this.isAcquired,this.isAcquired=!0),e&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(e){var r;if(!(n.queue.length>0))return n.isAcquired=!1,t;r=n.queue.shift();try{r()}catch(i){throw n.queue=[],n.hasFaulted=!0,i}e()}))},n.prototype.dispose=function(){e.prototype.dispose.call(this),this.disposable.dispose()},n}(Ie);Fe.create=Fe.createWithDisposable=function(t){return new cn(t)};var He=Fe.defer=function(t){return new cn(function(e){var n;try{n=t()}catch(r){return Ke(r).subscribe(e)}return n.subscribe(e)})},Qe=Fe.empty=function(t){return t||(t=Se),new cn(function(e){return t.schedule(function(){e.onCompleted()})})},$e=Fe.fromArray=function(t,e){return e||(e=Ne),new cn(function(n){var r=0;return e.scheduleRecursive(function(e){t.length>r?(n.onNext(t[r++]),e()):n.onCompleted()})})};Fe.fromIterable=function(e,n){return n||(n=Ne),new cn(function(r){var i;try{i=e[V]()}catch(o){return r.onError(o),t}return n.scheduleRecursive(function(e){var n;try{n=i.next()}catch(o){return r.onError(o),t}n.done?r.onCompleted():(r.onNext(n.value),e())})})},Fe.generate=function(e,n,r,i,o){return o||(o=Ne),new cn(function(s){var u=!0,c=e;return o.scheduleRecursive(function(e){var o,a;try{u?u=!1:c=r(c),o=n(c),o&&(a=i(c))}catch(l){return s.onError(l),t}o?(s.onNext(a),e()):s.onCompleted()})})};var Xe=Fe.never=function(){return new cn(function(){return ye})};Fe.range=function(t,e,n){return n||(n=Ne),new cn(function(r){return n.scheduleRecursiveWithState(0,function(n,i){e>n?(r.onNext(t+n),i(n+1)):r.onCompleted()})})},Fe.repeat=function(t,e,n){return n||(n=Ne),null==e&&(e=-1),Je(t,n).repeat(e)};var Je=Fe["return"]=Fe.returnValue=function(t,e){return e||(e=Se),new cn(function(n){return e.schedule(function(){n.onNext(t),n.onCompleted()})})},Ke=Fe["throw"]=Fe.throwException=function(t,e){return e||(e=Se),new cn(function(n){return e.schedule(function(){n.onError(t)})})};Me["catch"]=Me.catchException=function(t){return"function"==typeof t?y(this,t):Ge([this,t])};var Ge=Fe.catchException=Fe["catch"]=function(){var t=v(arguments,0);return Le(t).catchException()};Me.combineLatest=function(){var t=ce.call(arguments);return Array.isArray(t[0])?t[0].unshift(this):t.unshift(this),Ye.apply(this,t)};var Ye=Fe.combineLatest=function(){var e=ce.call(arguments),r=e.pop();return Array.isArray(e[0])&&(e=e[0]),new cn(function(i){function o(e){var o;if(a[e]=!0,l||(l=a.every(n))){try{o=r.apply(null,f)}catch(s){return i.onError(s),t}i.onNext(o)}else h.filter(function(t,n){return n!==e}).every(n)&&i.onCompleted()}function s(t){h[t]=!0,h.every(n)&&i.onCompleted()}for(var u=function(){return!1},c=e.length,a=m(c,u),l=!1,h=m(c,u),f=Array(c),p=Array(c),d=0;c>d;d++)(function(t){p[t]=new ge,p[t].setDisposable(e[t].subscribe(function(e){f[t]=e,o(t)},i.onError.bind(i),function(){s(t)}))})(d);return new de(p)})};Me.concat=function(){var t=ce.call(arguments,0);return t.unshift(this),Ze.apply(this,t)};var Ze=Fe.concat=function(){var t=v(arguments,0);return Le(t).concat()};Me.concatObservable=Me.concatAll=function(){return this.merge(1)},Me.merge=function(t){if("number"!=typeof t)return tn(this,t);var e=this;return new cn(function(n){var r=0,i=new de,o=!1,u=[],c=function(t){var e=new ge;i.add(e),s(t)&&(t=en(t)),e.setDisposable(t.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){var t;i.remove(e),u.length>0?(t=u.shift(),c(t)):(r--,o&&0===r&&n.onCompleted())}))};return i.add(e.subscribe(function(e){t>r?(r++,c(e)):u.push(e)},n.onError.bind(n),function(){o=!0,0===r&&n.onCompleted()})),i})};var tn=Fe.merge=function(){var t,e;return arguments[0]?arguments[0].now?(t=arguments[0],e=ce.call(arguments,1)):(t=Se,e=ce.call(arguments,0)):(t=Se,e=ce.call(arguments,1)),Array.isArray(e[0])&&(e=e[0]),$e(e,t).mergeObservable()};Me.mergeObservable=Me.mergeAll=function(){var t=this;return new cn(function(e){var n=new de,r=!1,i=new ge;return n.add(i),i.setDisposable(t.subscribe(function(t){var i=new ge;n.add(i),s(t)&&(t=en(t)),i.setDisposable(t.subscribe(function(t){e.onNext(t)},e.onError.bind(e),function(){n.remove(i),r&&1===n.length&&e.onCompleted()}))},e.onError.bind(e),function(){r=!0,1===n.length&&e.onCompleted()})),n})},Me.skipUntil=function(t){var e=this;return new cn(function(n){var r=!1,i=new de(e.subscribe(function(t){r&&n.onNext(t)},n.onError.bind(n),function(){r&&n.onCompleted()})),o=new ge;return i.add(o),o.setDisposable(t.subscribe(function(){r=!0,o.dispose()},n.onError.bind(n),function(){o.dispose()})),i})},Me["switch"]=Me.switchLatest=function(){var t=this;return new cn(function(e){var n=!1,r=new xe,i=!1,o=0,u=t.subscribe(function(t){var u=new ge,c=++o;n=!0,r.setDisposable(u),s(t)&&(t=en(t)),u.setDisposable(t.subscribe(function(t){o===c&&e.onNext(t)},function(t){o===c&&e.onError(t)},function(){o===c&&(n=!1,i&&e.onCompleted())}))},e.onError.bind(e),function(){i=!0,n||e.onCompleted()});return new de(u,r)})},Me.takeUntil=function(t){var n=this;return new cn(function(r){return new de(n.subscribe(r),t.subscribe(r.onCompleted.bind(r),r.onError.bind(r),e))})},Me.zip=function(){if(Array.isArray(arguments[0]))return w.apply(this,arguments);var e=this,r=ce.call(arguments),i=r.pop();return r.unshift(e),new cn(function(o){function s(t){a[t]=!0,a.every(function(t){return t})&&o.onCompleted()}for(var u=r.length,c=m(u,function(){return[]}),a=m(u,function(){return!1}),l=function(r){var s,u;if(c.every(function(t){return t.length>0})){try{u=c.map(function(t){return t.shift()}),s=i.apply(e,u)}catch(l){return o.onError(l),t}o.onNext(s)}else a.filter(function(t,e){return e!==r}).every(n)&&o.onCompleted()},h=Array(u),f=0;u>f;f++)(function(t){h[t]=new ge,h[t].setDisposable(r[t].subscribe(function(e){c[t].push(e),l(t)},o.onError.bind(o),function(){s(t)}))})(f);return new de(h)})},Fe.zip=function(){var t=ce.call(arguments,0),e=t.shift();return e.zip.apply(e,t)},Fe.zipArray=function(){var e=v(arguments,0);return new cn(function(r){function i(e){if(u.every(function(t){return t.length>0})){var i=u.map(function(t){return t.shift()});r.onNext(i)}else if(c.filter(function(t,n){return n!==e}).every(n))return r.onCompleted(),t}function o(e){return c[e]=!0,c.every(n)?(r.onCompleted(),t):t}for(var s=e.length,u=m(s,function(){return[]}),c=m(s,function(){return!1}),a=Array(s),l=0;s>l;l++)(function(t){a[t]=new ge,a[t].setDisposable(e[t].subscribe(function(e){u[t].push(e),i(t)},r.onError.bind(r),function(){o(t)}))})(l);var h=new de(a);return h.add(me(function(){for(var t=0,e=u.length;e>t;t++)u[t]=[]})),h})},Me.asObservable=function(){var t=this;return new cn(function(e){return t.subscribe(e)})},Me.dematerialize=function(){var t=this;return new cn(function(e){return t.subscribe(function(t){return t.accept(e)},e.onError.bind(e),e.onCompleted.bind(e))})},Me.distinctUntilChanged=function(e,i){var o=this;return e||(e=n),i||(i=r),new cn(function(n){var r,s=!1;return o.subscribe(function(o){var u,c=!1;try{u=e(o)}catch(a){return n.onError(a),t}if(s)try{c=i(r,u)}catch(a){return n.onError(a),t}s&&c||(s=!0,r=u,n.onNext(o))},n.onError.bind(n),n.onCompleted.bind(n))})},Me["do"]=Me.doAction=function(t,e,n){var r,i=this;return"function"==typeof t?r=t:(r=t.onNext.bind(t),e=t.onError.bind(t),n=t.onCompleted.bind(t)),new cn(function(t){return i.subscribe(function(e){try{r(e)}catch(n){t.onError(n)}t.onNext(e)},function(n){if(e){try{e(n)}catch(r){t.onError(r)}t.onError(n)}else t.onError(n)},function(){if(n){try{n()}catch(e){t.onError(e)}t.onCompleted()}else t.onCompleted()})})},Me["finally"]=Me.finallyAction=function(t){var e=this;return new cn(function(n){var r=e.subscribe(n);return me(function(){try{r.dispose()}catch(e){throw e}finally{t()}})})},Me.ignoreElements=function(){var t=this;return new cn(function(n){return t.subscribe(e,n.onError.bind(n),n.onCompleted.bind(n))})},Me.materialize=function(){var t=this;return new cn(function(e){return t.subscribe(function(t){e.onNext(je(t))},function(t){e.onNext(We(t)),e.onCompleted()},function(){e.onNext(ke()),e.onCompleted()})})},Me.repeat=function(t){return Pe(this,t).concat()},Me.retry=function(t){return Pe(this,t).catchException()},Me.scan=function(){var e,n,r=!1,i=this;return 2===arguments.length?(r=!0,e=arguments[0],n=arguments[1]):n=arguments[0],new cn(function(o){var s,u,c;return i.subscribe(function(i){try{c||(c=!0),s?u=n(u,i):(u=r?n(e,i):i,s=!0)}catch(a){return o.onError(a),t}o.onNext(u)},o.onError.bind(o),function(){!c&&r&&o.onNext(e),o.onCompleted()})})},Me.skipLast=function(t){var e=this;return new cn(function(n){var r=[];return e.subscribe(function(e){r.push(e),r.length>t&&n.onNext(r.shift())},n.onError.bind(n),n.onCompleted.bind(n))})},Me.startWith=function(){var t,e,n=0;return arguments.length&&"now"in Object(arguments[0])?(e=arguments[0],n=1):e=Se,t=ce.call(arguments,n),Le([$e(t,e),this]).concat()},Me.takeLast=function(t,e){return this.takeLastBuffer(t).selectMany(function(t){return $e(t,e)})},Me.takeLastBuffer=function(t){var e=this;return new cn(function(n){var r=[];return e.subscribe(function(e){r.push(e),r.length>t&&r.shift()},n.onError.bind(n),function(){n.onNext(r),n.onCompleted()})})},Me.select=Me.map=function(e,n){var r=this;return new cn(function(i){var o=0;return r.subscribe(function(s){var u;try{u=e.call(n,s,o++,r)}catch(c){return i.onError(c),t}i.onNext(u)},i.onError.bind(i),i.onCompleted.bind(i))})},Me.selectMany=Me.flatMap=function(t,e){return e?this.selectMany(function(n,r){var i=t(n,r),o=s(i)?en(i):i;return o.select(function(t){return e(n,t,r)})}):"function"==typeof t?g.call(this,t):g.call(this,function(){return t})},Me.selectSwitch=Me.flatMapLatest=function(t,e){return this.select(t,e).switchLatest()},Me.skip=function(t){if(0>t)throw Error(P);var e=this;return new cn(function(n){var r=t;return e.subscribe(function(t){0>=r?n.onNext(t):r--},n.onError.bind(n),n.onCompleted.bind(n))})},Me.skipWhile=function(e,n){var r=this;return new cn(function(i){var o=0,s=!1;return r.subscribe(function(u){if(!s)try{s=!e.call(n,u,o++,r)}catch(c){return i.onError(c),t}s&&i.onNext(u)},i.onError.bind(i),i.onCompleted.bind(i))})},Me.take=function(t,e){if(0>t)throw Error(P);if(0===t)return Qe(e);var n=this;return new cn(function(e){var r=t;return n.subscribe(function(t){r>0&&(r--,e.onNext(t),0===r&&e.onCompleted())},e.onError.bind(e),e.onCompleted.bind(e))})},Me.takeWhile=function(e,n){var r=this;return new cn(function(i){var o=0,s=!0;return r.subscribe(function(u){if(s){try{s=e.call(n,u,o++,r)}catch(c){return i.onError(c),t}s?i.onNext(u):i.onCompleted()}},i.onError.bind(i),i.onCompleted.bind(i))})},Me.where=Me.filter=function(e,n){var r=this;return new cn(function(i){var o=0;return r.subscribe(function(s){var u;try{u=e.call(n,s,o++,r)}catch(c){return i.onError(c),t}u&&i.onNext(s)},i.onError.bind(i),i.onCompleted.bind(i))})},Fe.fromCallback=function(e,n,r,i){return n||(n=Se),function(){var o=ce.call(arguments,0);return new cn(function(s){return n.schedule(function(){function n(e){var n=e;if(i)try{n=i(arguments)}catch(r){return s.onError(r),t}else 1===n.length&&(n=n[0]);s.onNext(n),s.onCompleted()}o.push(n),e.apply(r,o)})})}},Fe.fromNodeCallback=function(e,n,r,i){return n||(n=Se),function(){var o=ce.call(arguments,0);return new cn(function(s){return n.schedule(function(){function n(e){if(e)return s.onError(e),t; -var n=ce.call(arguments,1);if(i)try{n=i(n)}catch(r){return s.onError(r),t}else 1===n.length&&(n=n[0]);s.onNext(n),s.onCompleted()}o.push(n),e.apply(r,o)})})}},Fe.fromEvent=function(e,n,r){return new cn(function(i){return E(e,n,function(e){var n=e;if(r)try{n=r(arguments)}catch(o){return i.onError(o),t}i.onNext(n)})}).publish().refCount()},Fe.fromEventPattern=function(e,n,r){return new cn(function(i){function o(e){var n=e;if(r)try{n=r(arguments)}catch(o){return i.onError(o),t}i.onNext(n)}var s=e(o);return me(function(){n&&n(o,s)})}).publish().refCount()};var en=Fe.fromPromise=function(t){return new cn(function(e){t.then(function(t){e.onNext(t),e.onCompleted()},function(t){e.onError(t)})})};Me.toPromise=function(t){if(t||(t=k.config.Promise),!t)throw Error("Promise type not provided nor in Rx.config.Promise");var e=this;return new t(function(t,n){var r,i=!1;e.subscribe(function(t){r=t,i=!0},function(t){n(t)},function(){i&&t(r)})})},Fe.startAsync=function(t){var e;try{e=t()}catch(n){return Ke(n)}return en(e)},Me.multicast=function(t,e){var n=this;return"function"==typeof t?new cn(function(r){var i=n.multicast(t());return new de(e(i).subscribe(r),i.connect())}):new nn(n,t)},Me.publish=function(t){return t?this.multicast(function(){return new hn},t):this.multicast(new hn)},Me.share=function(){return this.publish(null).refCount()},Me.publishLast=function(t){return t?this.multicast(function(){return new fn},t):this.multicast(new fn)},Me.publishValue=function(t,e){return 2===arguments.length?this.multicast(function(){return new dn(e)},t):this.multicast(new dn(t))},Me.shareValue=function(t){return this.publishValue(t).refCount()},Me.replay=function(t,e,n,r){return t?this.multicast(function(){return new bn(e,n,r)},t):this.multicast(new bn(e,n,r))},Me.shareReplay=function(t,e,n){return this.replay(null,t,e,n).refCount()};var nn=k.ConnectableObservable=function(t){function e(e,n){function r(t){return i.subject.subscribe(t)}var i={subject:n,source:e.asObservable(),hasSubscription:!1,subscription:null};this.connect=function(){return i.hasSubscription||(i.hasSubscription=!0,i.subscription=new de(i.source.subscribe(i.subject),me(function(){i.hasSubscription=!1}))),i.subscription},t.call(this,r)}return ae(e,t),e.prototype.connect=function(){return this.connect()},e.prototype.refCount=function(){var t=null,e=0,n=this;return new cn(function(r){var i,o;return e++,i=1===e,o=n.subscribe(r),i&&(t=n.connect()),me(function(){o.dispose(),e--,0===e&&t.dispose()})})},e}(Fe),rn=Fe.interval=function(t,e){return e||(e=_e),D(t,t,e)},on=Fe.timer=function(e,n,r){var i;return r||(r=_e),"number"==typeof n?i=n:"object"==typeof n&&"now"in n&&(r=n),i===t?C(e,r):D(e,i,r)};Me.delay=function(t,e){e||(e=_e);var n=this;return new cn(function(r){var i,o=!1,s=new xe,u=null,c=[],a=!1;return i=n.materialize().timestamp(e).subscribe(function(n){var i,l;"E"===n.value.kind?(c=[],c.push(n),u=n.value.exception,l=!a):(c.push({value:n.value,timestamp:n.timestamp+t}),l=!o,o=!0),l&&(null!==u?r.onError(u):(i=new ge,s.setDisposable(i),i.setDisposable(e.scheduleRecursiveWithRelative(t,function(t){var n,i,s,l;if(null===u){a=!0;do s=null,c.length>0&&0>=c[0].timestamp-e.now()&&(s=c.shift().value),null!==s&&s.accept(r);while(null!==s);l=!1,i=0,c.length>0?(l=!0,i=Math.max(0,c[0].timestamp-e.now())):o=!1,n=u,a=!1,null!==n?r.onError(n):l&&t(i)}}))))}),new de(i,s)})},Me.throttle=function(t,e){return e||(e=_e),this.throttleWithSelector(function(){return on(t,e)})},Me.timeInterval=function(t){var e=this;return t||(t=_e),He(function(){var n=t.now();return e.select(function(e){var r=t.now(),i=r-n;return n=r,{value:e,interval:i}})})},Me.timestamp=function(t){return t||(t=_e),this.select(function(e){return{value:e,timestamp:t.now()}})},Me.sample=function(t,e){return e||(e=_e),"number"==typeof t?S(this,rn(t,e)):S(this,t)},Me.timeout=function(t,e,n){var r,i=this;return e||(e=Ke(Error("Timeout"))),n||(n=_e),r=t instanceof Date?function(t,e){n.scheduleWithAbsolute(t,e)}:function(t,e){n.scheduleWithRelative(t,e)},new cn(function(n){var o,s=0,u=new ge,c=new xe,a=!1,l=new xe;return c.setDisposable(u),o=function(){var i=s;l.setDisposable(r(t,function(){a=s===i;var t=a;t&&c.setDisposable(e.subscribe(n))}))},o(),u.setDisposable(i.subscribe(function(t){var e=!a;e&&(s++,n.onNext(t),o())},function(t){var e=!a;e&&(s++,n.onError(t))},function(){var t=!a;t&&(s++,n.onCompleted())})),new de(c,l)})},Fe.generateWithTime=function(e,n,r,i,o,s){return s||(s=_e),new cn(function(u){var c,a,l=!0,h=!1,f=e;return s.scheduleRecursiveWithRelative(0,function(e){h&&u.onNext(c);try{l?l=!1:f=r(f),h=n(f),h&&(c=i(f),a=o(f))}catch(s){return u.onError(s),t}h?e(a):u.onCompleted()})})},Me.delaySubscription=function(t,e){return e||(e=_e),this.delayWithSelector(on(t,e),function(){return Qe()})},Me.delayWithSelector=function(e,n){var r,i,o=this;return"function"==typeof e?i=e:(r=e,i=n),new cn(function(e){var n=new de,s=!1,u=function(){s&&0===n.length&&e.onCompleted()},c=new xe,a=function(){c.setDisposable(o.subscribe(function(r){var o;try{o=i(r)}catch(s){return e.onError(s),t}var c=new ge;n.add(c),c.setDisposable(o.subscribe(function(){e.onNext(r),n.remove(c),u()},e.onError.bind(e),function(){e.onNext(r),n.remove(c),u()}))},e.onError.bind(e),function(){s=!0,c.dispose(),u()}))};return r?c.setDisposable(r.subscribe(function(){a()},e.onError.bind(e),function(){a()})):a(),new de(c,n)})},Me.timeoutWithSelector=function(e,n,r){if(1===arguments.length){n=e;var e=Xe()}r||(r=Ke(Error("Timeout")));var i=this;return new cn(function(o){var s=new xe,u=new xe,c=new ge;s.setDisposable(c);var a=0,l=!1,h=function(t){var e=a,n=function(){return a===e},i=new ge;u.setDisposable(i),i.setDisposable(t.subscribe(function(){n()&&s.setDisposable(r.subscribe(o)),i.dispose()},function(t){n()&&o.onError(t)},function(){n()&&s.setDisposable(r.subscribe(o))}))};h(e);var f=function(){var t=!l;return t&&a++,t};return c.setDisposable(i.subscribe(function(e){if(f()){o.onNext(e);var r;try{r=n(e)}catch(i){return o.onError(i),t}h(r)}},function(t){f()&&o.onError(t)},function(){f()&&o.onCompleted()})),new de(s,u)})},Me.throttleWithSelector=function(e){var n=this;return new cn(function(r){var i,o=!1,s=new xe,u=0,c=n.subscribe(function(n){var c;try{c=e(n)}catch(a){return r.onError(a),t}o=!0,i=n,u++;var l=u,h=new ge;s.setDisposable(h),h.setDisposable(c.subscribe(function(){o&&u===l&&r.onNext(i),o=!1,h.dispose()},r.onError.bind(r),function(){o&&u===l&&r.onNext(i),o=!1,h.dispose()}))},function(t){s.dispose(),r.onError(t),o=!1,u++},function(){s.dispose(),o&&r.onNext(i),r.onCompleted(),o=!1,u++});return new de(c,s)})},Me.skipLastWithTime=function(t,e){e||(e=_e);var n=this;return new cn(function(r){var i=[];return n.subscribe(function(n){var o=e.now();for(i.push({interval:o,value:n});i.length>0&&o-i[0].interval>=t;)r.onNext(i.shift().value)},r.onError.bind(r),function(){for(var n=e.now();i.length>0&&n-i[0].interval>=t;)r.onNext(i.shift().value);r.onCompleted()})})},Me.takeLastWithTime=function(t,e,n){return this.takeLastBufferWithTime(t,e).selectMany(function(t){return $e(t,n)})},Me.takeLastBufferWithTime=function(t,e){var n=this;return e||(e=_e),new cn(function(r){var i=[];return n.subscribe(function(n){var r=e.now();for(i.push({interval:r,value:n});i.length>0&&r-i[0].interval>=t;)i.shift()},r.onError.bind(r),function(){for(var n=e.now(),o=[];i.length>0;){var s=i.shift();t>=n-s.interval&&o.push(s.value)}r.onNext(o),r.onCompleted()})})},Me.takeWithTime=function(t,e){var n=this;return e||(e=_e),new cn(function(r){var i=e.scheduleWithRelative(t,function(){r.onCompleted()});return new de(i,n.subscribe(r))})},Me.skipWithTime=function(t,e){var n=this;return e||(e=_e),new cn(function(r){var i=!1,o=e.scheduleWithRelative(t,function(){i=!0}),s=n.subscribe(function(t){i&&r.onNext(t)},r.onError.bind(r),r.onCompleted.bind(r));return new de(o,s)})},Me.skipUntilWithTime=function(t,e){e||(e=_e);var n=this;return new cn(function(r){var i=!1,o=e.scheduleWithAbsolute(t,function(){i=!0}),s=n.subscribe(function(t){i&&r.onNext(t)},r.onError.bind(r),r.onCompleted.bind(r));return new de(o,s)})},Me.takeUntilWithTime=function(t,e){e||(e=_e);var n=this;return new cn(function(r){return new de(e.scheduleWithAbsolute(t,function(){r.onCompleted()}),n.subscribe(r))})},Me.pausable=function(t){var e=this;return new cn(function(n){var r=e.publish(),i=r.subscribe(n),o=ye,s=t.distinctUntilChanged().subscribe(function(t){t?o=r.connect():(o.dispose(),o=ye)});return new de(i,o,s)})},Me.pausableBuffered=function(t){var e=this;return new cn(function(n){var r=[],i=!0,o=N(e,t.distinctUntilChanged(),function(t,e){return{data:t,shouldFire:e}}).subscribe(function(t){if(t.shouldFire&&i&&n.onNext(t.data),t.shouldFire&&!i){for(;r.length>0;)n.onNext(r.shift());i=!0}else t.shouldFire||i?!t.shouldFire&&i&&(i=!1):r.push(t.data)},n.onError.bind(n),n.onCompleted.bind(n));return t.onNext(!1),o})},Me.controlled=function(t){return null==t&&(t=!0),new sn(this,t)};var sn=function(t){function e(t){return this.source.subscribe(t)}function n(n,r){t.call(this,e),this.subject=new un(r),this.source=n.multicast(this.subject).refCount()}return ae(n,t),n.prototype.request=function(t){return null==t&&(t=-1),this.subject.request(t)},n}(Fe),un=k.ControlledSubject=function(t){function e(t){return this.subject.subscribe(t)}function n(n){null==n&&(n=!0),t.call(this,e),this.subject=new hn,this.enableQueue=n,this.queue=n?[]:null,this.requestedCount=0,this.requestedDisposable=ye,this.error=null,this.hasFailed=!1,this.hasCompleted=!1,this.controlledDisposable=ye}return ae(n,t),le(n.prototype,Ve,{onCompleted:function(){u.call(this),this.hasCompleted=!0,this.enableQueue&&0!==this.queue.length||this.subject.onCompleted()},onError:function(t){u.call(this),this.hasFailed=!0,this.error=t,this.enableQueue&&0!==this.queue.length||this.subject.onError(t)},onNext:function(t){u.call(this);var e=!1;0===this.requestedCount?this.enableQueue&&this.queue.push(t):(-1!==this.requestedCount&&0===this.requestedCount--&&this.disposeCurrentRequest(),e=!0),e&&this.subject.onNext(t)},_processRequest:function(t){if(this.enableQueue){for(;this.queue.length>=t&&t>0;)this.subject.onNext(this.queue.shift()),t--;return 0!==this.queue.length?{numberOfItems:t,returnValue:!0}:{numberOfItems:t,returnValue:!1}}return this.hasFailed?(this.subject.onError(this.error),this.controlledDisposable.dispose(),this.controlledDisposable=ye):this.hasCompleted&&(this.subject.onCompleted(),this.controlledDisposable.dispose(),this.controlledDisposable=ye),{numberOfItems:t,returnValue:!1}},request:function(t){u.call(this),this.disposeCurrentRequest();var e=this,n=this._processRequest(t);return t=n.numberOfItems,n.returnValue?ye:(this.requestedCount=t,this.requestedDisposable=me(function(){e.requestedCount=0}),this.requestedDisposable)},disposeCurrentRequest:function(){this.requestedDisposable.dispose(),this.requestedDisposable=ye},dispose:function(){this.isDisposed=!0,this.error=null,this.subject.dispose(),this.requestedDisposable.dispose()}}),n}(Fe),cn=k.AnonymousObservable=function(e){function n(e){return e===t?e=ye:"function"==typeof e&&(e=me(e)),e}function r(i){function o(t){var e=new an(t);if(Ne.scheduleRequired())Ne.schedule(function(){try{e.setDisposable(n(i(e)))}catch(t){if(!e.fail(t))throw t}});else try{e.setDisposable(n(i(e)))}catch(r){if(!e.fail(r))throw r}return e}return this instanceof r?(e.call(this,o),t):new r(i)}return ae(r,e),r}(Fe),an=function(t){function e(e){t.call(this),this.observer=e,this.m=new ge}ae(e,t);var n=e.prototype;return n.next=function(t){var e=!1;try{this.observer.onNext(t),e=!0}catch(n){throw n}finally{e||this.dispose()}},n.error=function(t){try{this.observer.onError(t)}catch(e){throw e}finally{this.dispose()}},n.completed=function(){try{this.observer.onCompleted()}catch(t){throw t}finally{this.dispose()}},n.setDisposable=function(t){this.m.setDisposable(t)},n.getDisposable=function(){return this.m.getDisposable()},n.disposable=function(t){return arguments.length?this.getDisposable():setDisposable(t)},n.dispose=function(){t.prototype.dispose.call(this),this.m.dispose()},e}(Ie),ln=function(t,e){this.subject=t,this.observer=e};ln.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1),this.observer=null}};var hn=k.Subject=function(t){function e(t){return u.call(this),this.isStopped?this.exception?(t.onError(this.exception),ye):(t.onCompleted(),ye):(this.observers.push(t),new ln(this,t))}function n(){t.call(this,e),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return ae(n,t),le(n.prototype,Ve,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(u.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var e=0,n=t.length;n>e;e++)t[e].onCompleted();this.observers=[]}},onError:function(t){if(u.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){if(u.call(this),!this.isStopped)for(var e=this.observers.slice(0),n=0,r=e.length;r>n;n++)e[n].onNext(t)},dispose:function(){this.isDisposed=!0,this.observers=null}}),n.create=function(t,e){return new pn(t,e)},n}(Fe),fn=k.AsyncSubject=function(t){function e(t){if(u.call(this),!this.isStopped)return this.observers.push(t),new ln(this,t);var e=this.exception,n=this.hasValue,r=this.value;return e?t.onError(e):n?(t.onNext(r),t.onCompleted()):t.onCompleted(),ye}function n(){t.call(this,e),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return ae(n,t),le(n.prototype,Ve,{hasObservers:function(){return u.call(this),this.observers.length>0},onCompleted:function(){var t,e,n;if(u.call(this),!this.isStopped){this.isStopped=!0;var r=this.observers.slice(0),i=this.value,o=this.hasValue;if(o)for(e=0,n=r.length;n>e;e++)t=r[e],t.onNext(i),t.onCompleted();else for(e=0,n=r.length;n>e;e++)r[e].onCompleted();this.observers=[]}},onError:function(t){if(u.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){u.call(this),this.isStopped||(this.value=t,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),n}(Fe),pn=function(t){function e(t){return this.observable.subscribe(t)}function n(n,r){t.call(this,e),this.observer=n,this.observable=r}return ae(n,t),le(n.prototype,Ve,{onCompleted:function(){this.observer.onCompleted()},onError:function(t){this.observer.onError(t)},onNext:function(t){this.observer.onNext(t)}}),n}(Fe),dn=k.BehaviorSubject=function(t){function e(t){if(u.call(this),!this.isStopped)return this.observers.push(t),t.onNext(this.value),new ln(this,t);var e=this.exception;return e?t.onError(e):t.onCompleted(),ye}function n(n){t.call(this,e),this.value=n,this.observers=[],this.isDisposed=!1,this.isStopped=!1,this.exception=null}return ae(n,t),le(n.prototype,Ve,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(u.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var e=0,n=t.length;n>e;e++)t[e].onCompleted();this.observers=[]}},onError:function(t){if(u.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){if(u.call(this),!this.isStopped){this.value=t;for(var e=this.observers.slice(0),n=0,r=e.length;r>n;n++)e[n].onNext(t)}},dispose:function(){this.isDisposed=!0,this.observers=null,this.value=null,this.exception=null}}),n}(Fe),bn=k.ReplaySubject=function(t){function e(t,e){this.subject=t,this.observer=e}function n(t){var n=new Ue(this.scheduler,t),r=new e(this,n);u.call(this),this._trim(this.scheduler.now()),this.observers.push(n);for(var i=this.q.length,o=0,s=this.q.length;s>o;o++)n.onNext(this.q[o].value);return this.hasError?(i++,n.onError(this.error)):this.isStopped&&(i++,n.onCompleted()),n.ensureActive(i),r}function r(e,r,i){this.bufferSize=null==e?Number.MAX_VALUE:e,this.windowSize=null==r?Number.MAX_VALUE:r,this.scheduler=i||Ne,this.q=[],this.observers=[],this.isStopped=!1,this.isDisposed=!1,this.hasError=!1,this.error=null,t.call(this,n)}return e.prototype.dispose=function(){if(this.observer.dispose(),!this.subject.isDisposed){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1)}},ae(r,t),le(r.prototype,Ve,{hasObservers:function(){return this.observers.length>0},_trim:function(t){for(;this.q.length>this.bufferSize;)this.q.shift();for(;this.q.length>0&&t-this.q[0].interval>this.windowSize;)this.q.shift()},onNext:function(t){var e;if(u.call(this),!this.isStopped){var n=this.scheduler.now();this.q.push({interval:n,value:t}),this._trim(n);for(var r=this.observers.slice(0),i=0,o=r.length;o>i;i++)e=r[i],e.onNext(t),e.ensureActive()}},onError:function(t){var e;if(u.call(this),!this.isStopped){this.isStopped=!0,this.error=t,this.hasError=!0;var n=this.scheduler.now();this._trim(n);for(var r=this.observers.slice(0),i=0,o=r.length;o>i;i++)e=r[i],e.onError(t),e.ensureActive();this.observers=[]}},onCompleted:function(){var t;if(u.call(this),!this.isStopped){this.isStopped=!0;var e=this.scheduler.now();this._trim(e);for(var n=this.observers.slice(0),r=0,i=n.length;i>r;r++)t=n[r],t.onCompleted(),t.ensureActive();this.observers=[]}},dispose:function(){this.isDisposed=!0,this.observers=null}}),r}(Fe);"function"==typeof define&&"object"==typeof define.amd&&define.amd?(O.Rx=k,define(function(){return k})):_&&R?j?(R.exports=k).Rx=k:_.Rx=k:O.Rx=k}).call(this); \ No newline at end of file +(function(a){function b(){}function c(a){return a}function d(a,b){return hb(a,b)}function e(a,b){return a-b}function f(a){throw a}function g(a){return"function"==typeof a.then&&a.then!==H.Observable.prototype.then}function h(){if(this.isDisposed)throw new Error(L)}function i(a){var b=typeof a;return a&&("function"==b||"object"==b)||!1}function j(a){var b=[];if(!i(a))return b;gb.nonEnumArgs&&a.length&&n(a)&&(a=ib.call(a));var c=gb.enumPrototypes&&"function"==typeof a,d=gb.enumErrorProps&&(a===ab||a instanceof Error);for(var e in a)c&&"prototype"==e||d&&("message"==e||"name"==e)||b.push(e);if(gb.nonEnumShadows&&a!==bb){var f=a.constructor,g=-1,h=eb.length;if(a===(f&&f.prototype))var j=a===stringProto?Y:a===ab?T:Z.call(a),k=fb[j];for(;++g-1:void 0});return c.pop(),d.pop(),result}function q(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:ib.call(a)}function r(a,b){for(var c=new Array(a),d=0;a>d;d++)c[d]=b();return c}function s(a,b){return new hc(function(c){var d=new ub,e=new vb;return e.setDisposable(d),d.setDisposable(a.subscribe(c.onNext.bind(c),function(a){var d,f;try{f=b(a)}catch(g){return c.onError(g),void 0}d=new ub,e.setDisposable(d),d.setDisposable(f.subscribe(c))},c.onCompleted.bind(c))),e})}function t(a,b){var c=this;return new hc(function(d){var e=0,f=a.length;return c.subscribe(function(c){if(f>e){var g,h=a[e++];try{g=b(c,h)}catch(i){return d.onError(i),void 0}d.onNext(g)}else d.onCompleted()},d.onError.bind(d),d.onCompleted.bind(d))})}function u(a){return this.select(function(b,c){var d=a(b,c);return g(d)?bc(d):d}).mergeObservable()}function v(a,b,c){return a.addListener?(a.addListener(b,c),rb(function(){a.removeListener(b,c)})):a.addEventListener?(a.addEventListener(b,c,!1),rb(function(){a.removeEventListener(b,c,!1)})):void 0}function w(a,b,c){var d=new ob;if(a&&a.length)for(var e=0,f=a.length;f>e;e++)d.add(w(a[e],b,c));else a&&d.add(v(a,b,c));return d}function x(a,b){var c=zb(a);return new hc(function(a){return b.scheduleWithRelative(c,function(){a.onNext(0),a.onCompleted()})})}function y(a,b,c){return a===b?new hc(function(a){return c.schedulePeriodicWithState(0,b,function(b){return a.onNext(b),b+1})}):Tb(function(){return observableTimerDateAndPeriod(c.now()+a,b,c)})}function z(a,b){return new hc(function(c){function d(){g&&(g=!1,c.onNext(f)),e&&c.onCompleted()}var e,f,g;return new ob(a.subscribe(function(a){g=!0,f=a},c.onError.bind(c),function(){e=!0}),b.subscribe(d,c.onError.bind(c),d))})}function A(a,b,d){return new hc(function(e){function f(a,b){k[b]=a;var f;if(h[b]=!0,i||(i=h.every(c))){try{f=d.apply(null,k)}catch(g){return e.onError(g),void 0}e.onNext(f)}else j&&e.onCompleted()}var g=2,h=[!1,!1],i=!1,j=!1,k=new Array(g);return new ob(a.subscribe(function(a){f(a,0)},e.onError.bind(e),function(){j=!0,e.onCompleted()}),b.subscribe(function(a){f(a,1)},e.onError.bind(e)))})}var B={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},C=B[typeof window]&&window||this,D=B[typeof exports]&&exports&&!exports.nodeType&&exports,E=B[typeof module]&&module&&!module.nodeType&&module,F=E&&E.exports===D&&D,G=B[typeof global]&&global;!G||G.global!==G&&G.window!==G||(C=G);var H={internals:{},config:{}},I=Date.now,J="Sequence contains no elements.",K="Argument out of range",L="Object has been disposed",M="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";C.Set&&"function"==typeof(new C.Set)["@@iterator"]&&(M="@@iterator");var N,O={done:!0,value:a},P="[object Arguments]",Q="[object Array]",R="[object Boolean]",S="[object Date]",T="[object Error]",U="[object Function]",V="[object Number]",W="[object Object]",X="[object RegExp]",Y="[object String]",Z=Object.prototype.toString,$=Object.prototype.hasOwnProperty,_=Z.call(arguments)==P,ab=Error.prototype,bb=Object.prototype,cb=bb.propertyIsEnumerable;try{N=!(Z.call(document)==W&&!({toString:0}+""))}catch(db){N=!0}var eb=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],fb={};fb[Q]=fb[S]=fb[V]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},fb[R]=fb[Y]={constructor:!0,toString:!0,valueOf:!0},fb[T]=fb[U]=fb[X]={constructor:!0,toString:!0},fb[W]={constructor:!0};var gb={};!function(){var a=function(){this.x=1},b=[];a.prototype={valueOf:1,y:1};for(var c in new a)b.push(c);for(c in arguments);gb.enumErrorProps=cb.call(ab,"message")||cb.call(ab,"name"),gb.enumPrototypes=cb.call(a,"prototype"),gb.nonEnumArgs=0!=c,gb.nonEnumShadows=!/valueOf/.test(b)}(1),_||(n=function(a){return a&&"object"==typeof a?$.call(a,"callee"):!1}),o(/x/)&&(o=function(a){return"function"==typeof a&&Z.call(a)==U});var hb=H.internals.isEqual=function(a,b){return p(a,b,[],[])},ib=Array.prototype.slice,jb=({}.hasOwnProperty,this.inherits=H.internals.inherits=function(a,b){function c(){this.constructor=a}c.prototype=b.prototype,a.prototype=new c}),kb=H.internals.addProperties=function(a){for(var b=ib.call(arguments,1),c=0,d=b.length;d>c;c++){var e=b[c];for(var f in e)a[f]=e[f]}},lb=(H.internals.addRef=function(a,b){return new hc(function(c){return new ob(b.getDisposable(),a.subscribe(c))})},function(a,b){this.id=a,this.value=b});lb.prototype.compareTo=function(a){var b=this.value.compareTo(a.value);return 0===b&&(b=this.id-a.id),b};var mb=H.internals.PriorityQueue=function(a){this.items=new Array(a),this.length=0},nb=mb.prototype;nb.isHigherPriority=function(a,b){return this.items[a].compareTo(this.items[b])<0},nb.percolate=function(a){if(!(a>=this.length||0>a)){var b=a-1>>1;if(!(0>b||b===a)&&this.isHigherPriority(a,b)){var c=this.items[a];this.items[a]=this.items[b],this.items[b]=c,this.percolate(b)}}},nb.heapify=function(b){if(b===a&&(b=0),!(b>=this.length||0>b)){var c=2*b+1,d=2*b+2,e=b;if(cb;b++)a[b].dispose()}},pb.clear=function(){var a=this.disposables.slice(0);this.disposables=[],this.length=0;for(var b=0,c=a.length;c>b;b++)a[b].dispose()},pb.contains=function(a){return-1!==this.disposables.indexOf(a)},pb.toArray=function(){return this.disposables.slice(0)};var qb=H.Disposable=function(a){this.isDisposed=!1,this.action=a||b};qb.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var rb=qb.create=function(a){return new qb(a)},sb=qb.empty={dispose:b},tb=function(){function a(a){this.isSingle=a,this.isDisposed=!1,this.current=null}var b=a.prototype;return b.getDisposable=function(){return this.current},b.setDisposable=function(a){if(this.current&&this.isSingle)throw new Error("Disposable has already been assigned");var b,c=this.isDisposed;c||(b=this.current,this.current=a),b&&b.dispose(),c&&a&&a.dispose()},b.dispose=function(){var a;this.isDisposed||(this.isDisposed=!0,a=this.current,this.current=null),a&&a.dispose()},a}(),ub=H.SingleAssignmentDisposable=function(a){function b(){a.call(this,!0)}return jb(b,a),b}(tb),vb=H.SerialDisposable=function(a){function b(){a.call(this,!1)}return jb(b,a),b}(tb),wb=(H.RefCountDisposable=function(){function a(a){this.disposable=a,this.disposable.count++,this.isInnerDisposed=!1}function b(a){this.underlyingDisposable=a,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return a.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},b.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},b.prototype.getDisposable=function(){return this.isDisposed?sb:new a(this)},b}(),H.internals.ScheduledItem=function(a,b,c,d,f){this.scheduler=a,this.state=b,this.action=c,this.dueTime=d,this.comparer=f||e,this.disposable=new ub});wb.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},wb.prototype.compareTo=function(a){return this.comparer(this.dueTime,a.dueTime)},wb.prototype.isCancelled=function(){return this.disposable.isDisposed},wb.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var xb,yb=H.Scheduler=function(){function a(a,b,c,d){this.now=a,this._schedule=b,this._scheduleRelative=c,this._scheduleAbsolute=d}function b(a,b){var c=b.first,d=b.second,e=new ob,f=function(b){d(b,function(b){var c=!1,d=!1,g=a.scheduleWithState(b,function(a,b){return c?e.remove(g):d=!0,f(b),sb});d||(e.add(g),c=!0)})};return f(c),e}function c(a,b,c){var d=b.first,e=b.second,f=new ob,g=function(b){e(b,function(b,d){var e=!1,h=!1,i=a[c].call(a,b,d,function(a,b){return e?f.remove(i):h=!0,g(b),sb});h||(f.add(i),e=!0)})};return g(d),f}function d(a,b){return b(),sb}var e=a.prototype;return e.schedulePeriodic=function(a,b){return this.schedulePeriodicWithState(null,a,function(){b()})},e.schedulePeriodicWithState=function(a,b,c){var d=a,e=setInterval(function(){d=c(d)},b);return rb(function(){clearInterval(e)})},e.schedule=function(a){return this._schedule(a,d)},e.scheduleWithState=function(a,b){return this._schedule(a,b)},e.scheduleWithRelative=function(a,b){return this._scheduleRelative(b,a,d)},e.scheduleWithRelativeAndState=function(a,b,c){return this._scheduleRelative(a,b,c)},e.scheduleWithAbsolute=function(a,b){return this._scheduleAbsolute(b,a,d)},e.scheduleWithAbsoluteAndState=function(a,b,c){return this._scheduleAbsolute(a,b,c)},e.scheduleRecursive=function(a){return this.scheduleRecursiveWithState(a,function(a,b){a(function(){b(a)})})},e.scheduleRecursiveWithState=function(a,c){return this.scheduleWithState({first:a,second:c},function(a,c){return b(a,c)})},e.scheduleRecursiveWithRelative=function(a,b){return this.scheduleRecursiveWithRelativeAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithRelativeAndState=function(a,b,d){return this._scheduleRelative({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithRelativeAndState")})},e.scheduleRecursiveWithAbsolute=function(a,b){return this.scheduleRecursiveWithAbsoluteAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithAbsoluteAndState=function(a,b,d){return this._scheduleAbsolute({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithAbsoluteAndState")})},a.now=I,a.normalize=function(a){return 0>a&&(a=0),a},a}(),zb=yb.normalize,Ab=yb.immediate=function(){function a(a,b){return b(this,a)}function b(a,b,c){for(var d=zb(d);d-this.now()>0;);return c(this,a)}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new yb(I,a,b,c)}(),Bb=yb.currentThread=function(){function a(a){for(var b;a.length>0;)if(b=a.dequeue(),!b.isCancelled()){for(;b.dueTime-yb.now()>0;);b.isCancelled()||b.invoke()}}function b(a,b){return this.scheduleWithRelativeAndState(a,0,b)}function c(b,c,d){var f=this.now()+yb.normalize(c),g=new wb(this,b,d,f);if(e)e.enqueue(g);else{e=new mb(4),e.enqueue(g);try{a(e)}catch(h){throw h}finally{e=null}}return g.disposable}function d(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}var e,f=new yb(I,b,c,d);return f.scheduleRequired=function(){return null===e},f.ensureTrampoline=function(a){return null===e?this.schedule(a):a()},f}(),Cb=(H.internals.SchedulePeriodicRecursive=function(){function a(a,b){b(0,this._period);try{this._state=this._action(this._state)}catch(c){throw this._cancel.dispose(),c}}function b(a,b,c,d){this._scheduler=a,this._state=b,this._period=c,this._action=d}return b.prototype.start=function(){var b=new ub;return this._cancel=b,b.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,a.bind(this))),b},b}(),b);!function(){function a(){if(!C.postMessage||C.importScripts)return!1;var a=!1,b=C.onmessage;return C.onmessage=function(){a=!0},C.postMessage("","*"),C.onmessage=b,a}function b(a){if("string"==typeof a.data&&a.data.substring(0,f.length)===f){var b=a.data.substring(f.length),c=g[b];c(),delete g[b]}}var c=RegExp("^"+String(Z).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),d="function"==typeof(d=G&&F&&G.setImmediate)&&!c.test(d)&&d,e="function"==typeof(e=G&&F&&G.clearImmediate)&&!c.test(e)&&e;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))xb=process.nextTick;else if("function"==typeof d)xb=d,Cb=e;else if(a()){var f="ms.rx.schedule"+Math.random(),g={},h=0;C.addEventListener?C.addEventListener("message",b,!1):C.attachEvent("onmessage",b,!1),xb=function(a){var b=h++;g[b]=a,C.postMessage(f+b,"*")}}else if(C.MessageChannel){var i=new C.MessageChannel,j={},k=0;i.port1.onmessage=function(a){var b=a.data,c=j[b];c(),delete j[b]},xb=function(a){var b=k++;j[b]=a,i.port2.postMessage(b)}}else"document"in C&&"onreadystatechange"in C.document.createElement("script")?xb=function(a){var b=C.document.createElement("script");b.onreadystatechange=function(){a(),b.onreadystatechange=null,b.parentNode.removeChild(b),b=null},C.document.documentElement.appendChild(b)}:(xb=function(a){return setTimeout(a,0)},Cb=clearTimeout)}();var Db=yb.timeout=function(){function a(a,b){var c=this,d=new ub,e=xb(function(){d.isDisposed||d.setDisposable(b(c,a))});return new ob(d,rb(function(){Cb(e)}))}function b(a,b,c){var d=this,e=yb.normalize(b);if(0===e)return d.scheduleWithState(a,c);var f=new ub,g=setTimeout(function(){f.isDisposed||f.setDisposable(c(d,a))},e);return new ob(f,rb(function(){clearTimeout(g)}))}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new yb(I,a,b,c)}(),Eb=H.Notification=function(){function a(a,b){this.hasValue=null==b?!1:b,this.kind=a}var b=a.prototype;return b.accept=function(a,b,c){return 1===arguments.length&&"object"==typeof a?this._acceptObservable(a):this._accept(a,b,c)},b.toObservable=function(a){var b=this;return a||(a=Ab),new hc(function(c){return a.schedule(function(){b._acceptObservable(c),"N"===b.kind&&c.onCompleted()})})},a}(),Fb=Eb.createOnNext=function(){function a(a){return a(this.value)}function b(a){return a.onNext(this.value)}function c(){return"OnNext("+this.value+")"}return function(d){var e=new Eb("N",!0);return e.value=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),Gb=Eb.createOnError=function(){function a(a,b){return b(this.exception)}function b(a){return a.onError(this.exception)}function c(){return"OnError("+this.exception+")"}return function(d){var e=new Eb("E");return e.exception=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),Hb=Eb.createOnCompleted=function(){function a(a,b,c){return c()}function b(a){return a.onCompleted()}function c(){return"OnCompleted()"}return function(){var d=new Eb("C");return d._accept=a,d._acceptObservable=b,d.toString=c,d}}(),Ib=H.internals.Enumerator=function(a){this._next=a};Ib.prototype.next=function(){return this._next()},Ib.prototype[M]=function(){return this};var Jb=H.internals.Enumerable=function(a){this._iterator=a};Jb.prototype[M]=function(){return this._iterator()},Jb.prototype.concat=function(){var a=this;return new hc(function(b){var c;try{c=a[M]()}catch(d){return b.onError(),void 0}var e,f=new vb,g=Ab.scheduleRecursive(function(a){var d;if(!e){try{d=c.next()}catch(g){return b.onError(g),void 0}if(d.done)return b.onCompleted(),void 0;var h=new ub;f.setDisposable(h),h.setDisposable(d.value.subscribe(b.onNext.bind(b),b.onError.bind(b),function(){a()}))}});return new ob(f,g,rb(function(){e=!0}))})},Jb.prototype.catchException=function(){var a=this;return new hc(function(b){var c;try{c=a[M]()}catch(d){return b.onError(),void 0}var e,f,g=new vb,h=Ab.scheduleRecursive(function(a){if(!e){var d;try{d=c.next()}catch(h){return b.onError(h),void 0}if(d.done)return f?b.onError(f):b.onCompleted(),void 0;var i=new ub;g.setDisposable(i),i.setDisposable(d.value.subscribe(b.onNext.bind(b),function(b){f=b,a()},b.onCompleted.bind(b)))}});return new ob(g,h,rb(function(){e=!0}))})};var Kb=Jb.repeat=function(a,b){return null==b&&(b=-1),new Jb(function(){var c=b;return new Ib(function(){return 0===c?O:(c>0&&c--,{done:!1,value:a})})})},Lb=Jb.forEach=function(a,b,d){return b||(b=c),new Jb(function(){var c=-1;return new Ib(function(){return++c0&&(a=!this.isAcquired,this.isAcquired=!0),a&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(a){var c;if(!(b.queue.length>0))return b.isAcquired=!1,void 0;c=b.queue.shift();try{c()}catch(d){throw b.queue=[],b.hasFaulted=!0,d}a()}))},b.prototype.dispose=function(){a.prototype.dispose.call(this),this.disposable.dispose()},b}(Pb);Rb.create=Rb.createWithDisposable=function(a){return new hc(a)};var Tb=Rb.defer=function(a){return new hc(function(b){var c;try{c=a()}catch(d){return Yb(d).subscribe(b)}return c.subscribe(b)})},Ub=Rb.empty=function(a){return a||(a=Ab),new hc(function(b){return a.schedule(function(){b.onCompleted()})})},Vb=Rb.fromArray=function(a,b){return b||(b=Bb),new hc(function(c){var d=0;return b.scheduleRecursive(function(b){dc?(d.onNext(a+c),e(c+1)):d.onCompleted()})})},Rb.repeat=function(a,b,c){return c||(c=Bb),null==b&&(b=-1),Xb(a,c).repeat(b)};var Xb=Rb["return"]=Rb.returnValue=function(a,b){return b||(b=Ab),new hc(function(c){return b.schedule(function(){c.onNext(a),c.onCompleted()})})},Yb=Rb["throw"]=Rb.throwException=function(a,b){return b||(b=Ab),new hc(function(c){return b.schedule(function(){c.onError(a)})})};Ob["catch"]=Ob.catchException=function(a){return"function"==typeof a?s(this,a):Zb([this,a])};var Zb=Rb.catchException=Rb["catch"]=function(){var a=q(arguments,0);return Lb(a).catchException()};Ob.combineLatest=function(){var a=ib.call(arguments);return Array.isArray(a[0])?a[0].unshift(this):a.unshift(this),$b.apply(this,a)};var $b=Rb.combineLatest=function(){var a=ib.call(arguments),b=a.pop();return Array.isArray(a[0])&&(a=a[0]),new hc(function(d){function e(a){var e;if(i[a]=!0,j||(j=i.every(c))){try{e=b.apply(null,l)}catch(f){return d.onError(f),void 0}d.onNext(e)}else k.filter(function(b,c){return c!==a}).every(c)&&d.onCompleted()}function f(a){k[a]=!0,k.every(c)&&d.onCompleted()}for(var g=function(){return!1},h=a.length,i=r(h,g),j=!1,k=r(h,g),l=new Array(h),m=new Array(h),n=0;h>n;n++)!function(b){m[b]=new ub,m[b].setDisposable(a[b].subscribe(function(a){l[b]=a,e(b)},d.onError.bind(d),function(){f(b)}))}(n);return new ob(m)})};Ob.concat=function(){var a=ib.call(arguments,0);return a.unshift(this),_b.apply(this,a)};var _b=Rb.concat=function(){var a=q(arguments,0);return Lb(a).concat()};Ob.concatObservable=Ob.concatAll=function(){return this.merge(1)},Ob.merge=function(a){if("number"!=typeof a)return ac(this,a);var b=this;return new hc(function(c){var d=0,e=new ob,f=!1,h=[],i=function(a){var b=new ub;e.add(b),g(a)&&(a=bc(a)),b.setDisposable(a.subscribe(c.onNext.bind(c),c.onError.bind(c),function(){var a;e.remove(b),h.length>0?(a=h.shift(),i(a)):(d--,f&&0===d&&c.onCompleted())}))};return e.add(b.subscribe(function(b){a>d?(d++,i(b)):h.push(b)},c.onError.bind(c),function(){f=!0,0===d&&c.onCompleted()})),e})};var ac=Rb.merge=function(){var a,b;return arguments[0]?arguments[0].now?(a=arguments[0],b=ib.call(arguments,1)):(a=Ab,b=ib.call(arguments,0)):(a=Ab,b=ib.call(arguments,1)),Array.isArray(b[0])&&(b=b[0]),Vb(b,a).mergeObservable()};Ob.mergeObservable=Ob.mergeAll=function(){var a=this;return new hc(function(b){var c=new ob,d=!1,e=new ub;return c.add(e),e.setDisposable(a.subscribe(function(a){var e=new ub;c.add(e),g(a)&&(a=bc(a)),e.setDisposable(a.subscribe(function(a){b.onNext(a)},b.onError.bind(b),function(){c.remove(e),d&&1===c.length&&b.onCompleted()}))},b.onError.bind(b),function(){d=!0,1===c.length&&b.onCompleted()})),c})},Ob.skipUntil=function(a){var b=this;return new hc(function(c){var d=!1,e=new ob(b.subscribe(function(a){d&&c.onNext(a)},c.onError.bind(c),function(){d&&c.onCompleted()})),f=new ub;return e.add(f),f.setDisposable(a.subscribe(function(){d=!0,f.dispose()},c.onError.bind(c),function(){f.dispose()})),e})},Ob["switch"]=Ob.switchLatest=function(){var a=this;return new hc(function(b){var c=!1,d=new vb,e=!1,f=0,h=a.subscribe(function(a){var h=new ub,i=++f;c=!0,d.setDisposable(h),g(a)&&(a=bc(a)),h.setDisposable(a.subscribe(function(a){f===i&&b.onNext(a)},function(a){f===i&&b.onError(a)},function(){f===i&&(c=!1,e&&b.onCompleted())}))},b.onError.bind(b),function(){e=!0,c||b.onCompleted()});return new ob(h,d)})},Ob.takeUntil=function(a){var c=this;return new hc(function(d){return new ob(c.subscribe(d),a.subscribe(d.onCompleted.bind(d),d.onError.bind(d),b))})},Ob.zip=function(){if(Array.isArray(arguments[0]))return t.apply(this,arguments);var a=this,b=ib.call(arguments),d=b.pop();return b.unshift(a),new hc(function(e){function f(a){i[a]=!0,i.every(function(a){return a})&&e.onCompleted()}for(var g=b.length,h=r(g,function(){return[]}),i=r(g,function(){return!1}),j=function(b){var f,g;if(h.every(function(a){return a.length>0})){try{g=h.map(function(a){return a.shift()}),f=d.apply(a,g)}catch(j){return e.onError(j),void 0}e.onNext(f)}else i.filter(function(a,c){return c!==b}).every(c)&&e.onCompleted()},k=new Array(g),l=0;g>l;l++)!function(a){k[a]=new ub,k[a].setDisposable(b[a].subscribe(function(b){h[a].push(b),j(a)},e.onError.bind(e),function(){f(a)}))}(l);return new ob(k)})},Rb.zip=function(){var a=ib.call(arguments,0),b=a.shift();return b.zip.apply(b,a)},Rb.zipArray=function(){var a=q(arguments,0);return new hc(function(b){function d(a){if(g.every(function(a){return a.length>0})){var d=g.map(function(a){return a.shift()});b.onNext(d)}else if(h.filter(function(b,c){return c!==a}).every(c))return b.onCompleted(),void 0}function e(a){return h[a]=!0,h.every(c)?(b.onCompleted(),void 0):void 0}for(var f=a.length,g=r(f,function(){return[]}),h=r(f,function(){return!1}),i=new Array(f),j=0;f>j;j++)!function(c){i[c]=new ub,i[c].setDisposable(a[c].subscribe(function(a){g[c].push(a),d(c)},b.onError.bind(b),function(){e(c)}))}(j);var k=new ob(i);return k.add(rb(function(){for(var a=0,b=g.length;b>a;a++)g[a]=[]})),k})},Ob.asObservable=function(){var a=this;return new hc(function(b){return a.subscribe(b)})},Ob.dematerialize=function(){var a=this;return new hc(function(b){return a.subscribe(function(a){return a.accept(b)},b.onError.bind(b),b.onCompleted.bind(b))})},Ob.distinctUntilChanged=function(a,b){var e=this;return a||(a=c),b||(b=d),new hc(function(c){var d,f=!1;return e.subscribe(function(e){var g,h=!1;try{g=a(e)}catch(i){return c.onError(i),void 0}if(f)try{h=b(d,g)}catch(i){return c.onError(i),void 0}f&&h||(f=!0,d=g,c.onNext(e))},c.onError.bind(c),c.onCompleted.bind(c))})},Ob["do"]=Ob.doAction=function(a,b,c){var d,e=this;return"function"==typeof a?d=a:(d=a.onNext.bind(a),b=a.onError.bind(a),c=a.onCompleted.bind(a)),new hc(function(a){return e.subscribe(function(b){try{d(b)}catch(c){a.onError(c)}a.onNext(b)},function(c){if(b){try{b(c)}catch(d){a.onError(d)}a.onError(c)}else a.onError(c)},function(){if(c){try{c()}catch(b){a.onError(b)}a.onCompleted()}else a.onCompleted()})})},Ob["finally"]=Ob.finallyAction=function(a){var b=this;return new hc(function(c){var d=b.subscribe(c);return rb(function(){try{d.dispose()}catch(b){throw b}finally{a()}})})},Ob.ignoreElements=function(){var a=this;return new hc(function(c){return a.subscribe(b,c.onError.bind(c),c.onCompleted.bind(c))})},Ob.materialize=function(){var a=this;return new hc(function(b){return a.subscribe(function(a){b.onNext(Fb(a))},function(a){b.onNext(Gb(a)),b.onCompleted()},function(){b.onNext(Hb()),b.onCompleted()})})},Ob.repeat=function(a){return Kb(this,a).concat()},Ob.retry=function(a){return Kb(this,a).catchException()},Ob.scan=function(){var a,b,c=!1,d=this;return 2===arguments.length?(c=!0,a=arguments[0],b=arguments[1]):b=arguments[0],new hc(function(e){var f,g,h;return d.subscribe(function(d){try{h||(h=!0),f?g=b(g,d):(g=c?b(a,d):d,f=!0)}catch(i){return e.onError(i),void 0}e.onNext(g)},e.onError.bind(e),function(){!h&&c&&e.onNext(a),e.onCompleted()})})},Ob.skipLast=function(a){var b=this;return new hc(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&c.onNext(d.shift())},c.onError.bind(c),c.onCompleted.bind(c))})},Ob.startWith=function(){var a,b,c=0;return arguments.length&&"now"in Object(arguments[0])?(b=arguments[0],c=1):b=Ab,a=ib.call(arguments,c),Lb([Vb(a,b),this]).concat()},Ob.takeLast=function(a,b){return this.takeLastBuffer(a).selectMany(function(a){return Vb(a,b)})},Ob.takeLastBuffer=function(a){var b=this;return new hc(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&d.shift()},c.onError.bind(c),function(){c.onNext(d),c.onCompleted()})})},Ob.select=Ob.map=function(a,b){var c=this;return new hc(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Ob.selectMany=Ob.flatMap=function(a,b){return b?this.selectMany(function(c,d){var e=a(c,d),f=g(e)?bc(e):e;return f.select(function(a){return b(c,a,d)})}):"function"==typeof a?u.call(this,a):u.call(this,function(){return a})},Ob.selectSwitch=Ob.flatMapLatest=function(a,b){return this.select(a,b).switchLatest()},Ob.skip=function(a){if(0>a)throw new Error(K);var b=this;return new hc(function(c){var d=a;return b.subscribe(function(a){0>=d?c.onNext(a):d--},c.onError.bind(c),c.onCompleted.bind(c))})},Ob.skipWhile=function(a,b){var c=this;return new hc(function(d){var e=0,f=!1;return c.subscribe(function(g){if(!f)try{f=!a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f&&d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Ob.take=function(a,b){if(0>a)throw new Error(K);if(0===a)return Ub(b);var c=this;return new hc(function(b){var d=a;return c.subscribe(function(a){d>0&&(d--,b.onNext(a),0===d&&b.onCompleted())},b.onError.bind(b),b.onCompleted.bind(b))})},Ob.takeWhile=function(a,b){var c=this;return new hc(function(d){var e=0,f=!0;return c.subscribe(function(g){if(f){try{f=a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f?d.onNext(g):d.onCompleted()}},d.onError.bind(d),d.onCompleted.bind(d))})},Ob.where=Ob.filter=function(a,b){var c=this;return new hc(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}g&&d.onNext(f)},d.onError.bind(d),d.onCompleted.bind(d))})},Rb.fromCallback=function(a,b,c,d){return b||(b=Ab),function(){var e=ib.call(arguments,0);return new hc(function(f){return b.schedule(function(){function b(a){var b=a;if(d)try{b=d(arguments)}catch(c){return f.onError(c),void 0}else 1===b.length&&(b=b[0]); +f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},Rb.fromNodeCallback=function(a,b,c,d){return b||(b=Ab),function(){var e=ib.call(arguments,0);return new hc(function(f){return b.schedule(function(){function b(a){if(a)return f.onError(a),void 0;var b=ib.call(arguments,1);if(d)try{b=d(b)}catch(c){return f.onError(c),void 0}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},Rb.fromEvent=function(a,b,c){return new hc(function(d){return w(a,b,function(a){var b=a;if(c)try{b=c(arguments)}catch(e){return d.onError(e),void 0}d.onNext(b)})}).publish().refCount()},Rb.fromEventPattern=function(a,b,c){return new hc(function(d){function e(a){var b=a;if(c)try{b=c(arguments)}catch(e){return d.onError(e),void 0}d.onNext(b)}var f=a(e);return rb(function(){b&&b(e,f)})}).publish().refCount()};var bc=Rb.fromPromise=function(a){return new hc(function(b){a.then(function(a){b.onNext(a),b.onCompleted()},function(a){b.onError(a)})})};Ob.toPromise=function(a){if(a||(a=H.config.Promise),!a)throw new Error("Promise type not provided nor in Rx.config.Promise");var b=this;return new a(function(a,c){var d,e=!1;b.subscribe(function(a){d=a,e=!0},function(a){c(a)},function(){e&&a(d)})})},Rb.startAsync=function(a){var b;try{b=a()}catch(c){return Yb(c)}return bc(b)},Ob.multicast=function(a,b){var c=this;return"function"==typeof a?new hc(function(d){var e=c.multicast(a());return new ob(b(e).subscribe(d),e.connect())}):new cc(c,a)},Ob.publish=function(a){return a?this.multicast(function(){return new kc},a):this.multicast(new kc)},Ob.share=function(){return this.publish(null).refCount()},Ob.publishLast=function(a){return a?this.multicast(function(){return new lc},a):this.multicast(new lc)},Ob.publishValue=function(a,b){return 2===arguments.length?this.multicast(function(){return new nc(b)},a):this.multicast(new nc(a))},Ob.shareValue=function(a){return this.publishValue(a).refCount()},Ob.replay=function(a,b,c,d){return a?this.multicast(function(){return new oc(b,c,d)},a):this.multicast(new oc(b,c,d))},Ob.shareReplay=function(a,b,c){return this.replay(null,a,b,c).refCount()};var cc=H.ConnectableObservable=function(a){function b(b,c){function d(a){return e.subject.subscribe(a)}var e={subject:c,source:b.asObservable(),hasSubscription:!1,subscription:null};this.connect=function(){return e.hasSubscription||(e.hasSubscription=!0,e.subscription=new ob(e.source.subscribe(e.subject),rb(function(){e.hasSubscription=!1}))),e.subscription},a.call(this,d)}return jb(b,a),b.prototype.connect=function(){return this.connect()},b.prototype.refCount=function(){var a=null,b=0,c=this;return new hc(function(d){var e,f;return b++,e=1===b,f=c.subscribe(d),e&&(a=c.connect()),rb(function(){f.dispose(),b--,0===b&&a.dispose()})})},b}(Rb),dc=Rb.interval=function(a,b){return b||(b=Db),y(a,a,b)},ec=Rb.timer=function(b,c,d){var e;return d||(d=Db),"number"==typeof c?e=c:"object"==typeof c&&"now"in c&&(d=c),e===a?x(b,d):y(b,e,d)};Ob.delay=function(a,b){b||(b=Db);var c=this;return new hc(function(d){var e,f=!1,g=new vb,h=null,i=[],j=!1;return e=c.materialize().timestamp(b).subscribe(function(c){var e,k;"E"===c.value.kind?(i=[],i.push(c),h=c.value.exception,k=!j):(i.push({value:c.value,timestamp:c.timestamp+a}),k=!f,f=!0),k&&(null!==h?d.onError(h):(e=new ub,g.setDisposable(e),e.setDisposable(b.scheduleRecursiveWithRelative(a,function(a){var c,e,g,k;if(null===h){j=!0;do g=null,i.length>0&&i[0].timestamp-b.now()<=0&&(g=i.shift().value),null!==g&&g.accept(d);while(null!==g);k=!1,e=0,i.length>0?(k=!0,e=Math.max(0,i[0].timestamp-b.now())):f=!1,c=h,j=!1,null!==c?d.onError(c):k&&a(e)}}))))}),new ob(e,g)})},Ob.throttle=function(a,b){b||(b=Db);return this.throttleWithSelector(function(){return ec(a,b)})},Ob.timeInterval=function(a){var b=this;return a||(a=Db),Tb(function(){var c=a.now();return b.select(function(b){var d=a.now(),e=d-c;return c=d,{value:b,interval:e}})})},Ob.timestamp=function(a){return a||(a=Db),this.select(function(b){return{value:b,timestamp:a.now()}})},Ob.sample=function(a,b){return b||(b=Db),"number"==typeof a?z(this,dc(a,b)):z(this,a)},Ob.timeout=function(a,b,c){var d,e=this;return b||(b=Yb(new Error("Timeout"))),c||(c=Db),d=a instanceof Date?function(a,b){c.scheduleWithAbsolute(a,b)}:function(a,b){c.scheduleWithRelative(a,b)},new hc(function(c){var f,g=0,h=new ub,i=new vb,j=!1,k=new vb;return i.setDisposable(h),f=function(){var e=g;k.setDisposable(d(a,function(){j=g===e;var a=j;a&&i.setDisposable(b.subscribe(c))}))},f(),h.setDisposable(e.subscribe(function(a){var b=!j;b&&(g++,c.onNext(a),f())},function(a){var b=!j;b&&(g++,c.onError(a))},function(){var a=!j;a&&(g++,c.onCompleted())})),new ob(i,k)})},Rb.generateWithTime=function(a,b,c,d,e,f){return f||(f=Db),new hc(function(g){var h,i,j=!0,k=!1,l=a;return f.scheduleRecursiveWithRelative(0,function(a){k&&g.onNext(h);try{j?j=!1:l=c(l),k=b(l),k&&(h=d(l),i=e(l))}catch(f){return g.onError(f),void 0}k?a(i):g.onCompleted()})})},Ob.delaySubscription=function(a,b){return b||(b=Db),this.delayWithSelector(ec(a,b),function(){return Ub()})},Ob.delayWithSelector=function(a,b){var c,d,e=this;return"function"==typeof a?d=a:(c=a,d=b),new hc(function(a){var b=new ob,f=!1,g=function(){f&&0===b.length&&a.onCompleted()},h=new vb,i=function(){h.setDisposable(e.subscribe(function(c){var e;try{e=d(c)}catch(f){return a.onError(f),void 0}var h=new ub;b.add(h),h.setDisposable(e.subscribe(function(){a.onNext(c),b.remove(h),g()},a.onError.bind(a),function(){a.onNext(c),b.remove(h),g()}))},a.onError.bind(a),function(){f=!0,h.dispose(),g()}))};return c?h.setDisposable(c.subscribe(function(){i()},a.onError.bind(a),function(){i()})):i(),new ob(h,b)})},Ob.timeoutWithSelector=function(a,b,c){if(1===arguments.length){b=a;var a=Wb()}c||(c=Yb(new Error("Timeout")));var d=this;return new hc(function(e){var f=new vb,g=new vb,h=new ub;f.setDisposable(h);var i=0,j=!1,k=function(a){var b=i,d=function(){return i===b},h=new ub;g.setDisposable(h),h.setDisposable(a.subscribe(function(){d()&&f.setDisposable(c.subscribe(e)),h.dispose()},function(a){d()&&e.onError(a)},function(){d()&&f.setDisposable(c.subscribe(e))}))};k(a);var l=function(){var a=!j;return a&&i++,a};return h.setDisposable(d.subscribe(function(a){if(l()){e.onNext(a);var c;try{c=b(a)}catch(d){return e.onError(d),void 0}k(c)}},function(a){l()&&e.onError(a)},function(){l()&&e.onCompleted()})),new ob(f,g)})},Ob.throttleWithSelector=function(a){var b=this;return new hc(function(c){var d,e=!1,f=new vb,g=0,h=b.subscribe(function(b){var h;try{h=a(b)}catch(i){return c.onError(i),void 0}e=!0,d=b,g++;var j=g,k=new ub;f.setDisposable(k),k.setDisposable(h.subscribe(function(){e&&g===j&&c.onNext(d),e=!1,k.dispose()},c.onError.bind(c),function(){e&&g===j&&c.onNext(d),e=!1,k.dispose()}))},function(a){f.dispose(),c.onError(a),e=!1,g++},function(){f.dispose(),e&&c.onNext(d),c.onCompleted(),e=!1,g++});return new ob(h,f)})},Ob.skipLastWithTime=function(a,b){b||(b=Db);var c=this;return new hc(function(d){var e=[];return c.subscribe(function(c){var f=b.now();for(e.push({interval:f,value:c});e.length>0&&f-e[0].interval>=a;)d.onNext(e.shift().value)},d.onError.bind(d),function(){for(var c=b.now();e.length>0&&c-e[0].interval>=a;)d.onNext(e.shift().value);d.onCompleted()})})},Ob.takeLastWithTime=function(a,b,c){return this.takeLastBufferWithTime(a,b).selectMany(function(a){return Vb(a,c)})},Ob.takeLastBufferWithTime=function(a,b){var c=this;return b||(b=Db),new hc(function(d){var e=[];return c.subscribe(function(c){var d=b.now();for(e.push({interval:d,value:c});e.length>0&&d-e[0].interval>=a;)e.shift()},d.onError.bind(d),function(){for(var c=b.now(),f=[];e.length>0;){var g=e.shift();c-g.interval<=a&&f.push(g.value)}d.onNext(f),d.onCompleted()})})},Ob.takeWithTime=function(a,b){var c=this;return b||(b=Db),new hc(function(d){var e=b.scheduleWithRelative(a,function(){d.onCompleted()});return new ob(e,c.subscribe(d))})},Ob.skipWithTime=function(a,b){var c=this;return b||(b=Db),new hc(function(d){var e=!1,f=b.scheduleWithRelative(a,function(){e=!0}),g=c.subscribe(function(a){e&&d.onNext(a)},d.onError.bind(d),d.onCompleted.bind(d));return new ob(f,g)})},Ob.skipUntilWithTime=function(a,b){b||(b=Db);var c=this;return new hc(function(d){var e=!1,f=b.scheduleWithAbsolute(a,function(){e=!0}),g=c.subscribe(function(a){e&&d.onNext(a)},d.onError.bind(d),d.onCompleted.bind(d));return new ob(f,g)})},Ob.takeUntilWithTime=function(a,b){b||(b=Db);var c=this;return new hc(function(d){return new ob(b.scheduleWithAbsolute(a,function(){d.onCompleted()}),c.subscribe(d))})},Ob.pausable=function(a){var b=this;return new hc(function(c){var d=b.publish(),e=d.subscribe(c),f=sb,g=a.distinctUntilChanged().subscribe(function(a){a?f=d.connect():(f.dispose(),f=sb)});return new ob(e,f,g)})},Ob.pausableBuffered=function(a){var b=this;return new hc(function(c){var d=[],e=!0,f=A(b,a.distinctUntilChanged(),function(a,b){return{data:a,shouldFire:b}}).subscribe(function(a){if(a.shouldFire&&e&&c.onNext(a.data),a.shouldFire&&!e){for(;d.length>0;)c.onNext(d.shift());e=!0}else a.shouldFire||e?!a.shouldFire&&e&&(e=!1):d.push(a.data)},c.onError.bind(c),c.onCompleted.bind(c));return a.onNext(!1),f})},Ob.controlled=function(a){return null==a&&(a=!0),new fc(this,a)};var fc=function(a){function b(a){return this.source.subscribe(a)}function c(c,d){a.call(this,b),this.subject=new gc(d),this.source=c.multicast(this.subject).refCount()}return jb(c,a),c.prototype.request=function(a){return null==a&&(a=-1),this.subject.request(a)},c}(Rb),gc=H.ControlledSubject=function(a){function b(a){return this.subject.subscribe(a)}function c(c){null==c&&(c=!0),a.call(this,b),this.subject=new kc,this.enableQueue=c,this.queue=c?[]:null,this.requestedCount=0,this.requestedDisposable=sb,this.error=null,this.hasFailed=!1,this.hasCompleted=!1,this.controlledDisposable=sb}return jb(c,a),kb(c.prototype,Mb,{onCompleted:function(){h.call(this),this.hasCompleted=!0,this.enableQueue&&0!==this.queue.length||this.subject.onCompleted()},onError:function(a){h.call(this),this.hasFailed=!0,this.error=a,this.enableQueue&&0!==this.queue.length||this.subject.onError(a)},onNext:function(a){h.call(this);var b=!1;0===this.requestedCount?this.enableQueue&&this.queue.push(a):(-1!==this.requestedCount&&0===this.requestedCount--&&this.disposeCurrentRequest(),b=!0),b&&this.subject.onNext(a)},_processRequest:function(a){if(this.enableQueue){for(;this.queue.length>=a&&a>0;)this.subject.onNext(this.queue.shift()),a--;return 0!==this.queue.length?{numberOfItems:a,returnValue:!0}:{numberOfItems:a,returnValue:!1}}return this.hasFailed?(this.subject.onError(this.error),this.controlledDisposable.dispose(),this.controlledDisposable=sb):this.hasCompleted&&(this.subject.onCompleted(),this.controlledDisposable.dispose(),this.controlledDisposable=sb),{numberOfItems:a,returnValue:!1}},request:function(a){h.call(this),this.disposeCurrentRequest();var b=this,c=this._processRequest(a);return a=c.numberOfItems,c.returnValue?sb:(this.requestedCount=a,this.requestedDisposable=rb(function(){b.requestedCount=0}),this.requestedDisposable)},disposeCurrentRequest:function(){this.requestedDisposable.dispose(),this.requestedDisposable=sb},dispose:function(){this.isDisposed=!0,this.error=null,this.subject.dispose(),this.requestedDisposable.dispose()}}),c}(Rb),hc=H.AnonymousObservable=function(a){function b(a){return"undefined"==typeof a?a=sb:"function"==typeof a&&(a=rb(a)),a}function c(d){function e(a){var c=new ic(a);if(Bb.scheduleRequired())Bb.schedule(function(){try{c.setDisposable(b(d(c)))}catch(a){if(!c.fail(a))throw a}});else try{c.setDisposable(b(d(c)))}catch(e){if(!c.fail(e))throw e}return c}return this instanceof c?(a.call(this,e),void 0):new c(d)}return jb(c,a),c}(Rb),ic=function(a){function b(b){a.call(this),this.observer=b,this.m=new ub}jb(b,a);var c=b.prototype;return c.next=function(a){var b=!1;try{this.observer.onNext(a),b=!0}catch(c){throw c}finally{b||this.dispose()}},c.error=function(a){try{this.observer.onError(a)}catch(b){throw b}finally{this.dispose()}},c.completed=function(){try{this.observer.onCompleted()}catch(a){throw a}finally{this.dispose()}},c.setDisposable=function(a){this.m.setDisposable(a)},c.getDisposable=function(){return this.m.getDisposable()},c.disposable=function(a){return arguments.length?this.getDisposable():setDisposable(a)},c.dispose=function(){a.prototype.dispose.call(this),this.m.dispose()},b}(Pb),jc=function(a,b){this.subject=a,this.observer=b};jc.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1),this.observer=null}};var kc=H.Subject=function(a){function b(a){return h.call(this),this.isStopped?this.exception?(a.onError(this.exception),sb):(a.onCompleted(),sb):(this.observers.push(a),new jc(this,a))}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return jb(c,a),kb(c.prototype,Mb,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(h.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var b=0,c=a.length;c>b;b++)a[b].onCompleted();this.observers=[]}},onError:function(a){if(h.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){if(h.call(this),!this.isStopped)for(var b=this.observers.slice(0),c=0,d=b.length;d>c;c++)b[c].onNext(a)},dispose:function(){this.isDisposed=!0,this.observers=null}}),c.create=function(a,b){return new mc(a,b)},c}(Rb),lc=H.AsyncSubject=function(a){function b(a){if(h.call(this),!this.isStopped)return this.observers.push(a),new jc(this,a);var b=this.exception,c=this.hasValue,d=this.value;return b?a.onError(b):c?(a.onNext(d),a.onCompleted()):a.onCompleted(),sb}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return jb(c,a),kb(c.prototype,Mb,{hasObservers:function(){return h.call(this),this.observers.length>0},onCompleted:function(){var a,b,c;if(h.call(this),!this.isStopped){this.isStopped=!0;var d=this.observers.slice(0),e=this.value,f=this.hasValue;if(f)for(b=0,c=d.length;c>b;b++)a=d[b],a.onNext(e),a.onCompleted();else for(b=0,c=d.length;c>b;b++)d[b].onCompleted();this.observers=[]}},onError:function(a){if(h.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){h.call(this),this.isStopped||(this.value=a,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),c}(Rb),mc=function(a){function b(a){return this.observable.subscribe(a)}function c(c,d){a.call(this,b),this.observer=c,this.observable=d}return jb(c,a),kb(c.prototype,Mb,{onCompleted:function(){this.observer.onCompleted()},onError:function(a){this.observer.onError(a)},onNext:function(a){this.observer.onNext(a)}}),c}(Rb),nc=H.BehaviorSubject=function(a){function b(a){if(h.call(this),!this.isStopped)return this.observers.push(a),a.onNext(this.value),new jc(this,a);var b=this.exception;return b?a.onError(b):a.onCompleted(),sb}function c(c){a.call(this,b),this.value=c,this.observers=[],this.isDisposed=!1,this.isStopped=!1,this.exception=null}return jb(c,a),kb(c.prototype,Mb,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(h.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var b=0,c=a.length;c>b;b++)a[b].onCompleted();this.observers=[]}},onError:function(a){if(h.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){if(h.call(this),!this.isStopped){this.value=a;for(var b=this.observers.slice(0),c=0,d=b.length;d>c;c++)b[c].onNext(a)}},dispose:function(){this.isDisposed=!0,this.observers=null,this.value=null,this.exception=null}}),c}(Rb),oc=H.ReplaySubject=function(a){function b(a,b){this.subject=a,this.observer=b}function c(a){var c=new Sb(this.scheduler,a),d=new b(this,c);h.call(this),this._trim(this.scheduler.now()),this.observers.push(c);for(var e=this.q.length,f=0,g=this.q.length;g>f;f++)c.onNext(this.q[f].value);return this.hasError?(e++,c.onError(this.error)):this.isStopped&&(e++,c.onCompleted()),c.ensureActive(e),d}function d(b,d,e){this.bufferSize=null==b?Number.MAX_VALUE:b,this.windowSize=null==d?Number.MAX_VALUE:d,this.scheduler=e||Bb,this.q=[],this.observers=[],this.isStopped=!1,this.isDisposed=!1,this.hasError=!1,this.error=null,a.call(this,c)}return b.prototype.dispose=function(){if(this.observer.dispose(),!this.subject.isDisposed){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1)}},jb(d,a),kb(d.prototype,Mb,{hasObservers:function(){return this.observers.length>0},_trim:function(a){for(;this.q.length>this.bufferSize;)this.q.shift();for(;this.q.length>0&&a-this.q[0].interval>this.windowSize;)this.q.shift()},onNext:function(a){var b;if(h.call(this),!this.isStopped){var c=this.scheduler.now();this.q.push({interval:c,value:a}),this._trim(c);for(var d=this.observers.slice(0),e=0,f=d.length;f>e;e++)b=d[e],b.onNext(a),b.ensureActive()}},onError:function(a){var b;if(h.call(this),!this.isStopped){this.isStopped=!0,this.error=a,this.hasError=!0;var c=this.scheduler.now();this._trim(c);for(var d=this.observers.slice(0),e=0,f=d.length;f>e;e++)b=d[e],b.onError(a),b.ensureActive();this.observers=[]}},onCompleted:function(){var a;if(h.call(this),!this.isStopped){this.isStopped=!0;var b=this.scheduler.now();this._trim(b);for(var c=this.observers.slice(0),d=0,e=c.length;e>d;d++)a=c[d],a.onCompleted(),a.ensureActive();this.observers=[]}},dispose:function(){this.isDisposed=!0,this.observers=null}}),d}(Rb);"function"==typeof define&&"object"==typeof define.amd&&define.amd?(C.Rx=H,define(function(){return H})):D&&E?F?(E.exports=H).Rx=H:D.Rx=H:C.Rx=H}).call(this); \ No newline at end of file diff --git a/rx.min.js b/rx.min.js index b810aed8e..4c027306b 100644 --- a/rx.min.js +++ b/rx.min.js @@ -1,2 +1,2 @@ -(function(t){function e(){}function n(t){return t}function r(t,e){return re(t,e)}function i(t,e){return t-e}function o(t){return""+t}function s(t){throw t}function u(e){return"function"==typeof e.then&&e.subscribe===t}function c(){if(this.isDisposed)throw Error(k)}function a(t){var e=typeof t;return t&&("function"==e||"object"==e)||!1}function h(t){var e=[];if(!a(t))return e;ne.nonEnumArgs&&t.length&&d(t)&&(t=ie.call(t));var n=ne.enumPrototypes&&"function"==typeof t,r=ne.enumErrorProps&&(t===K||t instanceof Error);for(var i in t)n&&"prototype"==i||r&&("message"==i||"name"==i)||e.push(i);if(ne.nonEnumShadows&&t!==X){var o=t.constructor,s=-1,u=te.length;if(t===(o&&o.prototype))var c=t===stringProto?$:t===K?V:Q.call(t),h=ee[c];for(;u>++s;)i=te[s],h&&h[i]||!G.call(t,i)||e.push(i)}return e}function f(t,e,n){for(var r=-1,i=n(t),o=i.length;o>++r;){var s=i[r];if(e(t[s],s,t)===!1)break}return t}function l(t,e){return f(t,e,h)}function p(t){return"function"!=typeof t.toString&&"string"==typeof(t+"")}function d(t){return t&&"object"==typeof t?Q.call(t)==M:!1}function b(t){return"function"==typeof t}function v(e,n,r,i){if(e===n)return 0!==e||1/e==1/n;var o=typeof e,s=typeof n;if(e===e&&(null==e||null==n||"function"!=o&&"object"!=o&&"function"!=s&&"object"!=s))return!1;var u=Q.call(e),c=Q.call(n);if(u==M&&(u=U),c==M&&(c=U),u!=c)return!1;switch(u){case I:case z:return+e==+n;case F:return e!=+e?n!=+n:0==e?1/e==1/n:e==+n;case H:case $:return e==n+""}var a=u==L;if(!a){if(u!=U||!ne.nodeClass&&(p(e)||p(n)))return!1;var h=!ne.argsObject&&d(e)?Object:e.constructor,f=!ne.argsObject&&d(n)?Object:n.constructor;if(!(h==f||G.call(e,"constructor")&&G.call(n,"constructor")||b(h)&&h instanceof h&&b(f)&&f instanceof f||!("constructor"in e&&"constructor"in n)))return!1}r||(r=[]),i||(i=[]);for(var m=r.length;m--;)if(r[m]==e)return i[m]==n;var y=0;if(result=!0,r.push(e),i.push(n),a){if(m=e.length,y=n.length,result=y==m)for(;y--;){var w=n[y];if(!(result=v(e[y],w,r,i)))break}}else l(n,function(n,o,s){return G.call(s,o)?(y++,result=G.call(e,o)&&v(e[o],n,r,i)):t}),result&&l(e,function(e,n,r){return G.call(r,n)?result=--y>-1:t});return r.pop(),i.pop(),result}function m(t,e){return 1===t.length&&Array.isArray(t[e])?t[e]:ie.call(t)}function y(t,e){for(var n=Array(t),r=0;t>r;r++)n[r]=e();return n}function w(t,e){this.scheduler=t,this.disposable=e,this.isDisposed=!1}function g(e,n){return new nn(function(r){var i=new me,o=new ye;return o.setDisposable(i),i.setDisposable(e.subscribe(r.onNext.bind(r),function(e){var i,s;try{s=n(e)}catch(u){return r.onError(u),t}i=new me,o.setDisposable(i),i.setDisposable(s.subscribe(r))},r.onCompleted.bind(r))),o})}function E(e,n){var r=this;return new nn(function(i){var o=0,s=e.length;return r.subscribe(function(r){if(s>o){var u,c=e[o++];try{u=n(r,c)}catch(a){return i.onError(a),t}i.onNext(u)}else i.onCompleted()},i.onError.bind(i),i.onCompleted.bind(i))})}function x(t){return this.select(function(e,n){var r=t(e,n);return u(r)?He(r):r}).mergeObservable()}var C={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},D=C[typeof window]&&window||this,S=C[typeof exports]&&exports&&!exports.nodeType&&exports,_=C[typeof module]&&module&&!module.nodeType&&module,A=_&&_.exports===S&&S,N=C[typeof global]&&global;!N||N.global!==N&&N.window!==N||(D=N);var O={internals:{},config:{}},R=Date.now,W="Sequence contains no elements.",j="Argument out of range",k="Object has been disposed",P="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";D.Set&&"function"==typeof(new D.Set)["@@iterator"]&&(P="@@iterator");var q,T={done:!0,value:t},M="[object Arguments]",L="[object Array]",I="[object Boolean]",z="[object Date]",V="[object Error]",B="[object Function]",F="[object Number]",U="[object Object]",H="[object RegExp]",$="[object String]",Q=Object.prototype.toString,G=Object.prototype.hasOwnProperty,J=Q.call(arguments)==M,K=Error.prototype,X=Object.prototype,Y=X.propertyIsEnumerable;try{q=!(Q.call(document)==U&&!({toString:0}+""))}catch(Z){q=!0}var te=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],ee={};ee[L]=ee[z]=ee[F]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},ee[I]=ee[$]={constructor:!0,toString:!0,valueOf:!0},ee[V]=ee[B]=ee[H]={constructor:!0,toString:!0},ee[U]={constructor:!0};var ne={};(function(){var t=function(){this.x=1},e=[];t.prototype={valueOf:1,y:1};for(var n in new t)e.push(n);for(n in arguments);ne.enumErrorProps=Y.call(K,"message")||Y.call(K,"name"),ne.enumPrototypes=Y.call(t,"prototype"),ne.nonEnumArgs=0!=n,ne.nonEnumShadows=!/valueOf/.test(e)})(1),J||(d=function(t){return t&&"object"==typeof t?G.call(t,"callee"):!1}),b(/x/)&&(b=function(t){return"function"==typeof t&&Q.call(t)==B});var re=O.internals.isEqual=function(t,e){return v(t,e,[],[])},ie=Array.prototype.slice;({}).hasOwnProperty;var oe=this.inherits=O.internals.inherits=function(t,e){function n(){this.constructor=t}n.prototype=e.prototype,t.prototype=new n},se=O.internals.addProperties=function(t){for(var e=ie.call(arguments,1),n=0,r=e.length;r>n;n++){var i=e[n];for(var o in i)t[o]=i[o]}},ue=O.internals.addRef=function(t,e){return new nn(function(n){return new fe(e.getDisposable(),t.subscribe(n))})},ce=function(t,e){this.id=t,this.value=e};ce.prototype.compareTo=function(t){var e=this.value.compareTo(t.value);return 0===e&&(e=this.id-t.id),e};var ae=O.internals.PriorityQueue=function(t){this.items=Array(t),this.length=0},he=ae.prototype;he.isHigherPriority=function(t,e){return 0>this.items[t].compareTo(this.items[e])},he.percolate=function(t){if(!(t>=this.length||0>t)){var e=t-1>>1;if(!(0>e||e===t)&&this.isHigherPriority(t,e)){var n=this.items[t];this.items[t]=this.items[e],this.items[e]=n,this.percolate(e)}}},he.heapify=function(e){if(e===t&&(e=0),!(e>=this.length||0>e)){var n=2*e+1,r=2*e+2,i=e;if(this.length>n&&this.isHigherPriority(n,i)&&(i=n),this.length>r&&this.isHigherPriority(r,i)&&(i=r),i!==e){var o=this.items[e];this.items[e]=this.items[i],this.items[i]=o,this.heapify(i)}}},he.peek=function(){return this.items[0].value},he.removeAt=function(t){this.items[t]=this.items[--this.length],delete this.items[this.length],this.heapify()},he.dequeue=function(){var t=this.peek();return this.removeAt(0),t},he.enqueue=function(t){var e=this.length++;this.items[e]=new ce(ae.count++,t),this.percolate(e)},he.remove=function(t){for(var e=0;this.length>e;e++)if(this.items[e].value===t)return this.removeAt(e),!0;return!1},ae.count=0;var fe=O.CompositeDisposable=function(){this.disposables=m(arguments,0),this.isDisposed=!1,this.length=this.disposables.length},le=fe.prototype;le.add=function(t){this.isDisposed?t.dispose():(this.disposables.push(t),this.length++)},le.remove=function(t){var e=!1;if(!this.isDisposed){var n=this.disposables.indexOf(t);-1!==n&&(e=!0,this.disposables.splice(n,1),this.length--,t.dispose())}return e},le.dispose=function(){if(!this.isDisposed){this.isDisposed=!0;var t=this.disposables.slice(0);this.disposables=[],this.length=0;for(var e=0,n=t.length;n>e;e++)t[e].dispose()}},le.clear=function(){var t=this.disposables.slice(0);this.disposables=[],this.length=0;for(var e=0,n=t.length;n>e;e++)t[e].dispose()},le.contains=function(t){return-1!==this.disposables.indexOf(t)},le.toArray=function(){return this.disposables.slice(0)};var pe=O.Disposable=function(t){this.isDisposed=!1,this.action=t||e};pe.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var de=pe.create=function(t){return new pe(t)},be=pe.empty={dispose:e},ve=function(){function t(t){this.isSingle=t,this.isDisposed=!1,this.current=null}var e=t.prototype;return e.getDisposable=function(){return this.current},e.setDisposable=function(t){if(this.current&&this.isSingle)throw Error("Disposable has already been assigned");var e,n=this.isDisposed;n||(e=this.current,this.current=t),e&&e.dispose(),n&&t&&t.dispose()},e.dispose=function(){var t;this.isDisposed||(this.isDisposed=!0,t=this.current,this.current=null),t&&t.dispose()},t}(),me=O.SingleAssignmentDisposable=function(t){function e(){t.call(this,!0)}return oe(e,t),e}(ve),ye=O.SerialDisposable=function(t){function e(){t.call(this,!1)}return oe(e,t),e}(ve),we=O.RefCountDisposable=function(){function t(t){this.disposable=t,this.disposable.count++,this.isInnerDisposed=!1}function e(t){this.underlyingDisposable=t,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return t.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},e.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},e.prototype.getDisposable=function(){return this.isDisposed?be:new t(this)},e}();w.prototype.dispose=function(){var t=this;this.scheduler.schedule(function(){t.isDisposed||(t.isDisposed=!0,t.disposable.dispose())})};var ge=O.internals.ScheduledItem=function(t,e,n,r,o){this.scheduler=t,this.state=e,this.action=n,this.dueTime=r,this.comparer=o||i,this.disposable=new me};ge.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},ge.prototype.compareTo=function(t){return this.comparer(this.dueTime,t.dueTime)},ge.prototype.isCancelled=function(){return this.disposable.isDisposed},ge.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var Ee=O.Scheduler=function(){function t(t,e,n,r){this.now=t,this._schedule=e,this._scheduleRelative=n,this._scheduleAbsolute=r}function e(t,e){var n=e.first,r=e.second,i=new fe,o=function(e){r(e,function(e){var n=!1,r=!1,s=t.scheduleWithState(e,function(t,e){return n?i.remove(s):r=!0,o(e),be});r||(i.add(s),n=!0)})};return o(n),i}function n(t,e,n){var r=e.first,i=e.second,o=new fe,s=function(e){i(e,function(e,r){var i=!1,u=!1,c=t[n].call(t,e,r,function(t,e){return i?o.remove(c):u=!0,s(e),be});u||(o.add(c),i=!0)})};return s(r),o}function r(t,e){return e(),be}var i=t.prototype;return i.catchException=i["catch"]=function(t){return new Ae(this,t)},i.schedulePeriodic=function(t,e){return this.schedulePeriodicWithState(null,t,function(){e()})},i.schedulePeriodicWithState=function(t,e,n){var r=t,i=setInterval(function(){r=n(r)},e);return de(function(){clearInterval(i)})},i.schedule=function(t){return this._schedule(t,r)},i.scheduleWithState=function(t,e){return this._schedule(t,e)},i.scheduleWithRelative=function(t,e){return this._scheduleRelative(e,t,r)},i.scheduleWithRelativeAndState=function(t,e,n){return this._scheduleRelative(t,e,n)},i.scheduleWithAbsolute=function(t,e){return this._scheduleAbsolute(e,t,r)},i.scheduleWithAbsoluteAndState=function(t,e,n){return this._scheduleAbsolute(t,e,n)},i.scheduleRecursive=function(t){return this.scheduleRecursiveWithState(t,function(t,e){t(function(){e(t)})})},i.scheduleRecursiveWithState=function(t,n){return this.scheduleWithState({first:t,second:n},function(t,n){return e(t,n)})},i.scheduleRecursiveWithRelative=function(t,e){return this.scheduleRecursiveWithRelativeAndState(e,t,function(t,e){t(function(n){e(t,n)})})},i.scheduleRecursiveWithRelativeAndState=function(t,e,r){return this._scheduleRelative({first:t,second:r},e,function(t,e){return n(t,e,"scheduleWithRelativeAndState")})},i.scheduleRecursiveWithAbsolute=function(t,e){return this.scheduleRecursiveWithAbsoluteAndState(e,t,function(t,e){t(function(n){e(t,n)})})},i.scheduleRecursiveWithAbsoluteAndState=function(t,e,r){return this._scheduleAbsolute({first:t,second:r},e,function(t,e){return n(t,e,"scheduleWithAbsoluteAndState")})},t.now=R,t.normalize=function(t){return 0>t&&(t=0),t},t}(),xe=Ee.normalize;O.internals.SchedulePeriodicRecursive=function(){function t(t,e){e(0,this._period);try{this._state=this._action(this._state)}catch(n){throw this._cancel.dispose(),n}}function e(t,e,n,r){this._scheduler=t,this._state=e,this._period=n,this._action=r}return e.prototype.start=function(){var e=new me;return this._cancel=e,e.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,t.bind(this))),e},e}();var Ce,De=Ee.immediate=function(){function t(t,e){return e(this,t)}function e(t,e,n){for(var r=xe(r);r-this.now()>0;);return n(this,t)}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new Ee(R,t,e,n)}(),Se=Ee.currentThread=function(){function t(t){for(var e;t.length>0;)if(e=t.dequeue(),!e.isCancelled()){for(;e.dueTime-Ee.now()>0;);e.isCancelled()||e.invoke()}}function e(t,e){return this.scheduleWithRelativeAndState(t,0,e)}function n(e,n,r){var o=this.now()+Ee.normalize(n),s=new ge(this,e,r,o);if(i)i.enqueue(s);else{i=new ae(4),i.enqueue(s);try{t(i)}catch(u){throw u}finally{i=null}}return s.disposable}function r(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}var i,o=new Ee(R,e,n,r);return o.scheduleRequired=function(){return null===i},o.ensureTrampoline=function(t){return null===i?this.schedule(t):t()},o}(),_e=e;(function(){function t(){if(!D.postMessage||D.importScripts)return!1;var t=!1,e=D.onmessage;return D.onmessage=function(){t=!0},D.postMessage("","*"),D.onmessage=e,t}function e(t){if("string"==typeof t.data&&t.data.substring(0,o.length)===o){var e=t.data.substring(o.length),n=s[e];n(),delete s[e]}}var n=RegExp("^"+(Q+"").replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),r="function"==typeof(r=N&&A&&N.setImmediate)&&!n.test(r)&&r,i="function"==typeof(i=N&&A&&N.clearImmediate)&&!n.test(i)&&i;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))Ce=process.nextTick;else if("function"==typeof r)Ce=r,_e=i;else if(t()){var o="ms.rx.schedule"+Math.random(),s={},u=0;D.addEventListener?D.addEventListener("message",e,!1):D.attachEvent("onmessage",e,!1),Ce=function(t){var e=u++;s[e]=t,D.postMessage(o+e,"*")}}else if(D.MessageChannel){var c=new D.MessageChannel,a={},h=0;c.port1.onmessage=function(t){var e=t.data,n=a[e];n(),delete a[e]},Ce=function(t){var e=h++;a[e]=t,c.port2.postMessage(e)}}else"document"in D&&"onreadystatechange"in D.document.createElement("script")?Ce=function(t){var e=D.document.createElement("script");e.onreadystatechange=function(){t(),e.onreadystatechange=null,e.parentNode.removeChild(e),e=null},D.document.documentElement.appendChild(e)}:(Ce=function(t){return setTimeout(t,0)},_e=clearTimeout)})(),Ee.timeout=function(){function t(t,e){var n=this,r=new me,i=Ce(function(){r.isDisposed||r.setDisposable(e(n,t))});return new fe(r,de(function(){_e(i)}))}function e(t,e,n){var r=this,i=Ee.normalize(e);if(0===i)return r.scheduleWithState(t,n);var o=new me,s=setTimeout(function(){o.isDisposed||o.setDisposable(n(r,t))},i);return new fe(o,de(function(){clearTimeout(s)}))}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new Ee(R,t,e,n)}();var Ae=function(t){function e(){return this._scheduler.now()}function n(t,e){return this._scheduler.scheduleWithState(t,this._wrap(e))}function r(t,e,n){return this._scheduler.scheduleWithRelativeAndState(t,e,this._wrap(n))}function i(t,e,n){return this._scheduler.scheduleWithAbsoluteAndState(t,e,this._wrap(n))}function o(o,s){this._scheduler=o,this._handler=s,this._recursiveOriginal=null,this._recursiveWrapper=null,t.call(this,e,n,r,i)}return oe(o,t),o.prototype._clone=function(t){return new o(t,this._handler)},o.prototype._wrap=function(t){var e=this;return function(n,r){try{return t(e._getRecursiveWrapper(n),r)}catch(i){if(!e._handler(i))throw i;return be}}},o.prototype._getRecursiveWrapper=function(t){if(this._recursiveOriginal!==t){this._recursiveOriginal=t;var e=this._clone(t);e._recursiveOriginal=t,e._recursiveWrapper=e,this._recursiveWrapper=e}return this._recursiveWrapper},o.prototype.schedulePeriodicWithState=function(t,e,n){var r=this,i=!1,o=new me;return o.setDisposable(this._scheduler.schedulePeriodicWithState(t,e,function(t){if(i)return null;try{return n(t)}catch(e){if(i=!0,!r._handler(e))throw e;return o.dispose(),null}})),o},o}(Ee),Ne=O.Notification=function(){function t(t,e){this.hasValue=null==e?!1:e,this.kind=t}var e=t.prototype;return e.accept=function(t,e,n){return 1===arguments.length&&"object"==typeof t?this._acceptObservable(t):this._accept(t,e,n)},e.toObservable=function(t){var e=this;return t||(t=De),new nn(function(n){return t.schedule(function(){e._acceptObservable(n),"N"===e.kind&&n.onCompleted()})})},t}(),Oe=Ne.createOnNext=function(){function t(t){return t(this.value)}function e(t){return t.onNext(this.value)}function n(){return"OnNext("+this.value+")"}return function(r){var i=new Ne("N",!0);return i.value=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),Re=Ne.createOnError=function(){function t(t,e){return e(this.exception)}function e(t){return t.onError(this.exception)}function n(){return"OnError("+this.exception+")"}return function(r){var i=new Ne("E");return i.exception=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),We=Ne.createOnCompleted=function(){function t(t,e,n){return n()}function e(t){return t.onCompleted()}function n(){return"OnCompleted()"}return function(){var r=new Ne("C");return r._accept=t,r._acceptObservable=e,r.toString=n,r}}(),je=O.internals.Enumerator=function(t){this._next=t};je.prototype.next=function(){return this._next()},je.prototype[P]=function(){return this};var ke=O.internals.Enumerable=function(t){this._iterator=t};ke.prototype[P]=function(){return this._iterator()},ke.prototype.concat=function(){var e=this;return new nn(function(n){var r;try{r=e[P]()}catch(i){return n.onError(),t}var o,s=new ye,u=De.scheduleRecursive(function(e){var i;if(!o){try{i=r.next()}catch(u){return n.onError(u),t}if(i.done)return n.onCompleted(),t;var c=new me;s.setDisposable(c),c.setDisposable(i.value.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){e()}))}});return new fe(s,u,de(function(){o=!0}))})},ke.prototype.catchException=function(){var e=this;return new nn(function(n){var r;try{r=e[P]()}catch(i){return n.onError(),t}var o,s,u=new ye,c=De.scheduleRecursive(function(e){if(!o){var i;try{i=r.next()}catch(c){return n.onError(c),t}if(i.done)return s?n.onError(s):n.onCompleted(),t;var a=new me;u.setDisposable(a),a.setDisposable(i.value.subscribe(n.onNext.bind(n),function(t){s=t,e()},n.onCompleted.bind(n)))}});return new fe(u,c,de(function(){o=!0}))})};var Pe=ke.repeat=function(t,e){return null==e&&(e=-1),new ke(function(){var n=e;return new je(function(){return 0===n?T:(n>0&&n--,{done:!1,value:t})})})},qe=ke.forEach=function(t,e,r){return e||(e=n),new ke(function(){var n=-1;return new je(function(){return++n0&&(e=!this.isAcquired,this.isAcquired=!0),e&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(e){var r;if(!(n.queue.length>0))return n.isAcquired=!1,t;r=n.queue.shift();try{r()}catch(i){throw n.queue=[],n.hasFaulted=!0,i}e()}))},n.prototype.dispose=function(){e.prototype.dispose.call(this),this.disposable.dispose()},n}(Ie),Fe=function(t){function e(){t.apply(this,arguments)}return oe(e,t),e.prototype.next=function(e){t.prototype.next.call(this,e),this.ensureActive()},e.prototype.error=function(e){t.prototype.error.call(this,e),this.ensureActive()},e.prototype.completed=function(){t.prototype.completed.call(this),this.ensureActive()},e}(Be),Ue=O.Observable=function(){function t(t){this._subscribe=t}return Le=t.prototype,Le.finalValue=function(){var t=this;return new nn(function(e){var n,r=!1;return t.subscribe(function(t){r=!0,n=t},e.onError.bind(e),function(){r?(e.onNext(n),e.onCompleted()):e.onError(Error(W))})})},Le.subscribe=Le.forEach=function(t,e,n){var r;return r="object"==typeof t?t:Me(t,e,n),this._subscribe(r)},Le.toArray=function(){function t(t,e){var n=t.slice(0);return n.push(e),n}return this.scan([],t).startWith([]).finalValue()},t}();Le.observeOn=function(t){var e=this;return new nn(function(n){return e.subscribe(new Fe(t,n))})},Le.subscribeOn=function(t){var e=this;return new nn(function(n){var r=new me,i=new ye;return i.setDisposable(r),r.setDisposable(t.schedule(function(){i.setDisposable(new w(t,e.subscribe(n)))})),i})};var He=Ue.fromPromise=function(t){return new nn(function(e){t.then(function(t){e.onNext(t),e.onCompleted()},function(t){e.onError(t)})})};Le.toPromise=function(t){if(t||(t=O.config.Promise),!t)throw Error("Promise type not provided nor in Rx.config.Promise");var e=this;return new t(function(t,n){var r,i=!1;e.subscribe(function(t){r=t,i=!0},function(t){n(t)},function(){i&&t(r)})})},Ue.create=Ue.createWithDisposable=function(t){return new nn(t)},Ue.defer=function(t){return new nn(function(e){var n;try{n=t()}catch(r){return Ke(r).subscribe(e)}return n.subscribe(e)})};var $e=Ue.empty=function(t){return t||(t=De),new nn(function(e){return t.schedule(function(){e.onCompleted()})})},Qe=Ue.fromArray=function(t,e){return e||(e=Se),new nn(function(n){var r=0;return e.scheduleRecursive(function(e){t.length>r?(n.onNext(t[r++]),e()):n.onCompleted()})})};Ue.fromIterable=function(e,n){return n||(n=Se),new nn(function(r){var i;try{i=e[P]()}catch(o){return r.onError(o),t}return n.scheduleRecursive(function(e){var n;try{n=i.next()}catch(o){return r.onError(o),t}n.done?r.onCompleted():(r.onNext(n.value),e())})})},Ue.generate=function(e,n,r,i,o){return o||(o=Se),new nn(function(s){var u=!0,c=e;return o.scheduleRecursive(function(e){var o,a;try{u?u=!1:c=r(c),o=n(c),o&&(a=i(c))}catch(h){return s.onError(h),t}o?(s.onNext(a),e()):s.onCompleted()})})};var Ge=Ue.never=function(){return new nn(function(){return be})};Ue.range=function(t,e,n){return n||(n=Se),new nn(function(r){return n.scheduleRecursiveWithState(0,function(n,i){e>n?(r.onNext(t+n),i(n+1)):r.onCompleted()})})},Ue.repeat=function(t,e,n){return n||(n=Se),null==e&&(e=-1),Je(t,n).repeat(e)};var Je=Ue["return"]=Ue.returnValue=function(t,e){return e||(e=De),new nn(function(n){return e.schedule(function(){n.onNext(t),n.onCompleted()})})},Ke=Ue["throw"]=Ue.throwException=function(t,e){return e||(e=De),new nn(function(n){return e.schedule(function(){n.onError(t)})})};Ue.using=function(t,e){return new nn(function(n){var r,i,o=be;try{r=t(),r&&(o=r),i=e(r)}catch(s){return new fe(Ke(s).subscribe(n),o)}return new fe(i.subscribe(n),o)})},Le.amb=function(t){var e=this;return new nn(function(n){function r(){o||(o=s,a.dispose())}function i(){o||(o=u,c.dispose())}var o,s="L",u="R",c=new me,a=new me;return c.setDisposable(e.subscribe(function(t){r(),o===s&&n.onNext(t)},function(t){r(),o===s&&n.onError(t)},function(){r(),o===s&&n.onCompleted()})),a.setDisposable(t.subscribe(function(t){i(),o===u&&n.onNext(t)},function(t){i(),o===u&&n.onError(t)},function(){i(),o===u&&n.onCompleted()})),new fe(c,a)})},Ue.amb=function(){function t(t,e){return t.amb(e)}for(var e=Ge(),n=m(arguments,0),r=0,i=n.length;i>r;r++)e=t(e,n[r]);return e},Le["catch"]=Le.catchException=function(t){return"function"==typeof t?g(this,t):Xe([this,t])};var Xe=Ue.catchException=Ue["catch"]=function(){var t=m(arguments,0);return qe(t).catchException()};Le.combineLatest=function(){var t=ie.call(arguments);return Array.isArray(t[0])?t[0].unshift(this):t.unshift(this),Ye.apply(this,t)};var Ye=Ue.combineLatest=function(){var e=ie.call(arguments),r=e.pop();return Array.isArray(e[0])&&(e=e[0]),new nn(function(i){function o(e){var o;if(a[e]=!0,h||(h=a.every(n))){try{o=r.apply(null,l)}catch(s){return i.onError(s),t}i.onNext(o)}else f.filter(function(t,n){return n!==e}).every(n)&&i.onCompleted()}function s(t){f[t]=!0,f.every(n)&&i.onCompleted()}for(var u=function(){return!1},c=e.length,a=y(c,u),h=!1,f=y(c,u),l=Array(c),p=Array(c),d=0;c>d;d++)(function(t){p[t]=new me,p[t].setDisposable(e[t].subscribe(function(e){l[t]=e,o(t)},i.onError.bind(i),function(){s(t)}))})(d);return new fe(p)})};Le.concat=function(){var t=ie.call(arguments,0);return t.unshift(this),Ze.apply(this,t)};var Ze=Ue.concat=function(){var t=m(arguments,0);return qe(t).concat()};Le.concatObservable=Le.concatAll=function(){return this.merge(1)},Le.merge=function(t){if("number"!=typeof t)return tn(this,t);var e=this;return new nn(function(n){var r=0,i=new fe,o=!1,s=[],c=function(t){var e=new me;i.add(e),u(t)&&(t=He(t)),e.setDisposable(t.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){var t;i.remove(e),s.length>0?(t=s.shift(),c(t)):(r--,o&&0===r&&n.onCompleted())}))};return i.add(e.subscribe(function(e){t>r?(r++,c(e)):s.push(e)},n.onError.bind(n),function(){o=!0,0===r&&n.onCompleted()})),i})};var tn=Ue.merge=function(){var t,e;return arguments[0]?arguments[0].now?(t=arguments[0],e=ie.call(arguments,1)):(t=De,e=ie.call(arguments,0)):(t=De,e=ie.call(arguments,1)),Array.isArray(e[0])&&(e=e[0]),Qe(e,t).mergeObservable()};Le.mergeObservable=Le.mergeAll=function(){var t=this;return new nn(function(e){var n=new fe,r=!1,i=new me;return n.add(i),i.setDisposable(t.subscribe(function(t){var i=new me;n.add(i),u(t)&&(t=He(t)),i.setDisposable(t.subscribe(function(t){e.onNext(t)},e.onError.bind(e),function(){n.remove(i),r&&1===n.length&&e.onCompleted()}))},e.onError.bind(e),function(){r=!0,1===n.length&&e.onCompleted()})),n})},Le.onErrorResumeNext=function(t){if(!t)throw Error("Second observable is required");return en([this,t])};var en=Ue.onErrorResumeNext=function(){var t=m(arguments,0);return new nn(function(e){var n=0,r=new ye,i=De.scheduleRecursive(function(i){var o,s;t.length>n?(o=t[n++],s=new me,r.setDisposable(s),s.setDisposable(o.subscribe(e.onNext.bind(e),function(){i()},function(){i()}))):e.onCompleted()});return new fe(r,i)})};Le.skipUntil=function(t){var e=this;return new nn(function(n){var r=!1,i=new fe(e.subscribe(function(t){r&&n.onNext(t)},n.onError.bind(n),function(){r&&n.onCompleted()})),o=new me;return i.add(o),o.setDisposable(t.subscribe(function(){r=!0,o.dispose()},n.onError.bind(n),function(){o.dispose()})),i})},Le["switch"]=Le.switchLatest=function(){var t=this;return new nn(function(e){var n=!1,r=new ye,i=!1,o=0,s=t.subscribe(function(t){var s=new me,c=++o;n=!0,r.setDisposable(s),u(t)&&(t=He(t)),s.setDisposable(t.subscribe(function(t){o===c&&e.onNext(t)},function(t){o===c&&e.onError(t)},function(){o===c&&(n=!1,i&&e.onCompleted())}))},e.onError.bind(e),function(){i=!0,n||e.onCompleted()});return new fe(s,r)})},Le.takeUntil=function(t){var n=this;return new nn(function(r){return new fe(n.subscribe(r),t.subscribe(r.onCompleted.bind(r),r.onError.bind(r),e))})},Le.zip=function(){if(Array.isArray(arguments[0]))return E.apply(this,arguments);var e=this,r=ie.call(arguments),i=r.pop();return r.unshift(e),new nn(function(o){function s(t){a[t]=!0,a.every(function(t){return t})&&o.onCompleted()}for(var u=r.length,c=y(u,function(){return[]}),a=y(u,function(){return!1}),h=function(r){var s,u;if(c.every(function(t){return t.length>0})){try{u=c.map(function(t){return t.shift()}),s=i.apply(e,u)}catch(h){return o.onError(h),t}o.onNext(s)}else a.filter(function(t,e){return e!==r}).every(n)&&o.onCompleted()},f=Array(u),l=0;u>l;l++)(function(t){f[t]=new me,f[t].setDisposable(r[t].subscribe(function(e){c[t].push(e),h(t)},o.onError.bind(o),function(){s(t)}))})(l);return new fe(f)})},Ue.zip=function(){var t=ie.call(arguments,0),e=t.shift();return e.zip.apply(e,t)},Ue.zipArray=function(){var e=m(arguments,0);return new nn(function(r){function i(e){if(u.every(function(t){return t.length>0})){var i=u.map(function(t){return t.shift()});r.onNext(i)}else if(c.filter(function(t,n){return n!==e}).every(n))return r.onCompleted(),t}function o(e){return c[e]=!0,c.every(n)?(r.onCompleted(),t):t}for(var s=e.length,u=y(s,function(){return[]}),c=y(s,function(){return!1}),a=Array(s),h=0;s>h;h++)(function(t){a[t]=new me,a[t].setDisposable(e[t].subscribe(function(e){u[t].push(e),i(t)},r.onError.bind(r),function(){o(t)}))})(h);var f=new fe(a);return f.add(de(function(){for(var t=0,e=u.length;e>t;t++)u[t]=[]})),f})},Le.asObservable=function(){var t=this;return new nn(function(e){return t.subscribe(e)})},Le.bufferWithCount=function(t,e){return 1===arguments.length&&(e=t),this.windowWithCount(t,e).selectMany(function(t){return t.toArray()}).where(function(t){return t.length>0})},Le.dematerialize=function(){var t=this;return new nn(function(e){return t.subscribe(function(t){return t.accept(e)},e.onError.bind(e),e.onCompleted.bind(e))})},Le.distinctUntilChanged=function(e,i){var o=this;return e||(e=n),i||(i=r),new nn(function(n){var r,s=!1;return o.subscribe(function(o){var u,c=!1;try{u=e(o)}catch(a){return n.onError(a),t}if(s)try{c=i(r,u)}catch(a){return n.onError(a),t}s&&c||(s=!0,r=u,n.onNext(o))},n.onError.bind(n),n.onCompleted.bind(n))})},Le["do"]=Le.doAction=function(t,e,n){var r,i=this;return"function"==typeof t?r=t:(r=t.onNext.bind(t),e=t.onError.bind(t),n=t.onCompleted.bind(t)),new nn(function(t){return i.subscribe(function(e){try{r(e)}catch(n){t.onError(n)}t.onNext(e)},function(n){if(e){try{e(n)}catch(r){t.onError(r)}t.onError(n)}else t.onError(n)},function(){if(n){try{n()}catch(e){t.onError(e)}t.onCompleted()}else t.onCompleted()})})},Le["finally"]=Le.finallyAction=function(t){var e=this;return new nn(function(n){var r=e.subscribe(n);return de(function(){try{r.dispose()}catch(e){throw e}finally{t()}})})},Le.ignoreElements=function(){var t=this;return new nn(function(n){return t.subscribe(e,n.onError.bind(n),n.onCompleted.bind(n))})},Le.materialize=function(){var t=this;return new nn(function(e){return t.subscribe(function(t){e.onNext(Oe(t))},function(t){e.onNext(Re(t)),e.onCompleted() -},function(){e.onNext(We()),e.onCompleted()})})},Le.repeat=function(t){return Pe(this,t).concat()},Le.retry=function(t){return Pe(this,t).catchException()},Le.scan=function(){var e,n,r=!1,i=this;return 2===arguments.length?(r=!0,e=arguments[0],n=arguments[1]):n=arguments[0],new nn(function(o){var s,u,c;return i.subscribe(function(i){try{c||(c=!0),s?u=n(u,i):(u=r?n(e,i):i,s=!0)}catch(a){return o.onError(a),t}o.onNext(u)},o.onError.bind(o),function(){!c&&r&&o.onNext(e),o.onCompleted()})})},Le.skipLast=function(t){var e=this;return new nn(function(n){var r=[];return e.subscribe(function(e){r.push(e),r.length>t&&n.onNext(r.shift())},n.onError.bind(n),n.onCompleted.bind(n))})},Le.startWith=function(){var t,e,n=0;return arguments.length&&"now"in Object(arguments[0])?(e=arguments[0],n=1):e=De,t=ie.call(arguments,n),qe([Qe(t,e),this]).concat()},Le.takeLast=function(t,e){return this.takeLastBuffer(t).selectMany(function(t){return Qe(t,e)})},Le.takeLastBuffer=function(t){var e=this;return new nn(function(n){var r=[];return e.subscribe(function(e){r.push(e),r.length>t&&r.shift()},n.onError.bind(n),function(){n.onNext(r),n.onCompleted()})})},Le.windowWithCount=function(t,e){var n=this;if(0>=t)throw Error(j);if(1===arguments.length&&(e=t),0>=e)throw Error(j);return new nn(function(r){var i=new me,o=new we(i),s=0,u=[],c=function(){var t=new un;u.push(t),r.onNext(ue(t,o))};return c(),i.setDisposable(n.subscribe(function(n){for(var r,i=0,o=u.length;o>i;i++)u[i].onNext(n);var a=s-t+1;a>=0&&0===a%e&&(r=u.shift(),r.onCompleted()),s++,0===s%e&&c()},function(t){for(;u.length>0;)u.shift().onError(t);r.onError(t)},function(){for(;u.length>0;)u.shift().onCompleted();r.onCompleted()})),o})},Le.defaultIfEmpty=function(e){var n=this;return e===t&&(e=null),new nn(function(t){var r=!1;return n.subscribe(function(e){r=!0,t.onNext(e)},t.onError.bind(t),function(){r||t.onNext(e),t.onCompleted()})})},Le.distinct=function(e,r){var i=this;return e||(e=n),r||(r=o),new nn(function(n){var o={};return i.subscribe(function(i){var s,u,c,a=!1;try{s=e(i),u=r(s)}catch(h){return n.onError(h),t}for(c in o)if(u===c){a=!0;break}a||(o[u]=null,n.onNext(i))},n.onError.bind(n),n.onCompleted.bind(n))})},Le.groupBy=function(t,e,n){return this.groupByUntil(t,e,function(){return Ge()},n)},Le.groupByUntil=function(r,i,s,u){var c=this;return i||(i=n),u||(u=o),new nn(function(n){var o={},a=new fe,h=new we(a);return a.add(c.subscribe(function(c){var f,l,p,d,b,v,m,y,w,g;try{v=r(c),m=u(v)}catch(E){for(g in o)o[g].onError(E);return n.onError(E),t}d=!1;try{w=o[m],w||(w=new un,o[m]=w,d=!0)}catch(E){for(g in o)o[g].onError(E);return n.onError(E),t}if(d){b=new on(v,w,h),l=new on(v,w);try{f=s(l)}catch(E){for(g in o)o[g].onError(E);return n.onError(E),t}n.onNext(b),y=new me,a.add(y);var x=function(){m in o&&(delete o[m],w.onCompleted()),a.remove(y)};y.setDisposable(f.take(1).subscribe(e,function(t){for(g in o)o[g].onError(t);n.onError(t)},function(){x()}))}try{p=i(c)}catch(E){for(g in o)o[g].onError(E);return n.onError(E),t}w.onNext(p)},function(t){for(var e in o)o[e].onError(t);n.onError(t)},function(){for(var t in o)o[t].onCompleted();n.onCompleted()})),h})},Le.select=Le.map=function(e,n){var r=this;return new nn(function(i){var o=0;return r.subscribe(function(s){var u;try{u=e.call(n,s,o++,r)}catch(c){return i.onError(c),t}i.onNext(u)},i.onError.bind(i),i.onCompleted.bind(i))})},Le.pluck=function(t){return this.select(function(e){return e[t]})},Le.selectMany=Le.flatMap=function(t,e){return e?this.selectMany(function(n,r){var i=t(n,r),o=u(i)?He(i):i;return o.select(function(t){return e(n,t,r)})}):"function"==typeof t?x.call(this,t):x.call(this,function(){return t})},Le.selectSwitch=Le.flatMapLatest=function(t,e){return this.select(t,e).switchLatest()},Le.skip=function(t){if(0>t)throw Error(j);var e=this;return new nn(function(n){var r=t;return e.subscribe(function(t){0>=r?n.onNext(t):r--},n.onError.bind(n),n.onCompleted.bind(n))})},Le.skipWhile=function(e,n){var r=this;return new nn(function(i){var o=0,s=!1;return r.subscribe(function(u){if(!s)try{s=!e.call(n,u,o++,r)}catch(c){return i.onError(c),t}s&&i.onNext(u)},i.onError.bind(i),i.onCompleted.bind(i))})},Le.take=function(t,e){if(0>t)throw Error(j);if(0===t)return $e(e);var n=this;return new nn(function(e){var r=t;return n.subscribe(function(t){r>0&&(r--,e.onNext(t),0===r&&e.onCompleted())},e.onError.bind(e),e.onCompleted.bind(e))})},Le.takeWhile=function(e,n){var r=this;return new nn(function(i){var o=0,s=!0;return r.subscribe(function(u){if(s){try{s=e.call(n,u,o++,r)}catch(c){return i.onError(c),t}s?i.onNext(u):i.onCompleted()}},i.onError.bind(i),i.onCompleted.bind(i))})},Le.where=Le.filter=function(e,n){var r=this;return new nn(function(i){var o=0;return r.subscribe(function(s){var u;try{u=e.call(n,s,o++,r)}catch(c){return i.onError(c),t}u&&i.onNext(s)},i.onError.bind(i),i.onCompleted.bind(i))})};var nn=O.AnonymousObservable=function(e){function n(e){return e===t?e=be:"function"==typeof e&&(e=de(e)),e}function r(i){function o(t){var e=new rn(t);if(Se.scheduleRequired())Se.schedule(function(){try{e.setDisposable(n(i(e)))}catch(t){if(!e.fail(t))throw t}});else try{e.setDisposable(n(i(e)))}catch(r){if(!e.fail(r))throw r}return e}return this instanceof r?(e.call(this,o),t):new r(i)}return oe(r,e),r}(Ue),rn=function(t){function e(e){t.call(this),this.observer=e,this.m=new me}oe(e,t);var n=e.prototype;return n.next=function(t){var e=!1;try{this.observer.onNext(t),e=!0}catch(n){throw n}finally{e||this.dispose()}},n.error=function(t){try{this.observer.onError(t)}catch(e){throw e}finally{this.dispose()}},n.completed=function(){try{this.observer.onCompleted()}catch(t){throw t}finally{this.dispose()}},n.setDisposable=function(t){this.m.setDisposable(t)},n.getDisposable=function(){return this.m.getDisposable()},n.disposable=function(t){return arguments.length?this.getDisposable():setDisposable(t)},n.dispose=function(){t.prototype.dispose.call(this),this.m.dispose()},e}(Ie),on=function(t){function e(t){return this.underlyingObservable.subscribe(t)}function n(n,r,i){t.call(this,e),this.key=n,this.underlyingObservable=i?new nn(function(t){return new fe(i.getDisposable(),r.subscribe(t))}):r}return oe(n,t),n}(Ue),sn=function(t,e){this.subject=t,this.observer=e};sn.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1),this.observer=null}};var un=O.Subject=function(t){function e(t){return c.call(this),this.isStopped?this.exception?(t.onError(this.exception),be):(t.onCompleted(),be):(this.observers.push(t),new sn(this,t))}function n(){t.call(this,e),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return oe(n,t),se(n.prototype,Te,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(c.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var e=0,n=t.length;n>e;e++)t[e].onCompleted();this.observers=[]}},onError:function(t){if(c.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){if(c.call(this),!this.isStopped)for(var e=this.observers.slice(0),n=0,r=e.length;r>n;n++)e[n].onNext(t)},dispose:function(){this.isDisposed=!0,this.observers=null}}),n.create=function(t,e){return new cn(t,e)},n}(Ue);O.AsyncSubject=function(t){function e(t){if(c.call(this),!this.isStopped)return this.observers.push(t),new sn(this,t);var e=this.exception,n=this.hasValue,r=this.value;return e?t.onError(e):n?(t.onNext(r),t.onCompleted()):t.onCompleted(),be}function n(){t.call(this,e),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return oe(n,t),se(n.prototype,Te,{hasObservers:function(){return c.call(this),this.observers.length>0},onCompleted:function(){var t,e,n;if(c.call(this),!this.isStopped){this.isStopped=!0;var r=this.observers.slice(0),i=this.value,o=this.hasValue;if(o)for(e=0,n=r.length;n>e;e++)t=r[e],t.onNext(i),t.onCompleted();else for(e=0,n=r.length;n>e;e++)r[e].onCompleted();this.observers=[]}},onError:function(t){if(c.call(this),!this.isStopped){var e=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var n=0,r=e.length;r>n;n++)e[n].onError(t);this.observers=[]}},onNext:function(t){c.call(this),this.isStopped||(this.value=t,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),n}(Ue);var cn=function(t){function e(t){return this.observable.subscribe(t)}function n(n,r){t.call(this,e),this.observer=n,this.observable=r}return oe(n,t),se(n.prototype,Te,{onCompleted:function(){this.observer.onCompleted()},onError:function(t){this.observer.onError(t)},onNext:function(t){this.observer.onNext(t)}}),n}(Ue);"function"==typeof define&&"object"==typeof define.amd&&define.amd?(D.Rx=O,define(function(){return O})):S&&_?A?(_.exports=O).Rx=O:S.Rx=O:D.Rx=O}).call(this); \ No newline at end of file +(function(a){function b(){}function c(a){return a}function d(a,b){return db(a,b)}function e(a,b){return a-b}function f(a){return a.toString()}function g(a){throw a}function h(a){return"function"==typeof a.then&&a.then!==D.Observable.prototype.then}function i(){if(this.isDisposed)throw new Error(H)}function j(a){var b=typeof a;return a&&("function"==b||"object"==b)||!1}function k(a){var b=[];if(!j(a))return b;cb.nonEnumArgs&&a.length&&o(a)&&(a=eb.call(a));var c=cb.enumPrototypes&&"function"==typeof a,d=cb.enumErrorProps&&(a===Y||a instanceof Error);for(var e in a)c&&"prototype"==e||d&&("message"==e||"name"==e)||b.push(e);if(cb.nonEnumShadows&&a!==Z){var f=a.constructor,g=-1,h=ab.length;if(a===(f&&f.prototype))var i=a===stringProto?U:a===Y?P:V.call(a),k=bb[i];for(;++g-1:void 0});return c.pop(),d.pop(),result}function r(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:eb.call(a)}function s(a,b){for(var c=new Array(a),d=0;a>d;d++)c[d]=b();return c}function t(a,b){this.scheduler=a,this.disposable=b,this.isDisposed=!1}function u(a,b){return new cc(function(c){var d=new rb,e=new sb;return e.setDisposable(d),d.setDisposable(a.subscribe(c.onNext.bind(c),function(a){var d,f;try{f=b(a)}catch(g){return c.onError(g),void 0}d=new rb,e.setDisposable(d),d.setDisposable(f.subscribe(c))},c.onCompleted.bind(c))),e})}function v(a,b){var c=this;return new cc(function(d){var e=0,f=a.length;return c.subscribe(function(c){if(f>e){var g,h=a[e++];try{g=b(c,h)}catch(i){return d.onError(i),void 0}d.onNext(g)}else d.onCompleted()},d.onError.bind(d),d.onCompleted.bind(d))})}function w(a){return this.select(function(b,c){var d=a(b,c);return h(d)?Tb(d):d}).mergeObservable()}var x={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},y=x[typeof window]&&window||this,z=x[typeof exports]&&exports&&!exports.nodeType&&exports,A=x[typeof module]&&module&&!module.nodeType&&module,B=A&&A.exports===z&&z,C=x[typeof global]&&global;!C||C.global!==C&&C.window!==C||(y=C);var D={internals:{},config:{}},E=Date.now,F="Sequence contains no elements.",G="Argument out of range",H="Object has been disposed",I="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";y.Set&&"function"==typeof(new y.Set)["@@iterator"]&&(I="@@iterator");var J,K={done:!0,value:a},L="[object Arguments]",M="[object Array]",N="[object Boolean]",O="[object Date]",P="[object Error]",Q="[object Function]",R="[object Number]",S="[object Object]",T="[object RegExp]",U="[object String]",V=Object.prototype.toString,W=Object.prototype.hasOwnProperty,X=V.call(arguments)==L,Y=Error.prototype,Z=Object.prototype,$=Z.propertyIsEnumerable;try{J=!(V.call(document)==S&&!({toString:0}+""))}catch(_){J=!0}var ab=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],bb={};bb[M]=bb[O]=bb[R]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},bb[N]=bb[U]={constructor:!0,toString:!0,valueOf:!0},bb[P]=bb[Q]=bb[T]={constructor:!0,toString:!0},bb[S]={constructor:!0};var cb={};!function(){var a=function(){this.x=1},b=[];a.prototype={valueOf:1,y:1};for(var c in new a)b.push(c);for(c in arguments);cb.enumErrorProps=$.call(Y,"message")||$.call(Y,"name"),cb.enumPrototypes=$.call(a,"prototype"),cb.nonEnumArgs=0!=c,cb.nonEnumShadows=!/valueOf/.test(b)}(1),X||(o=function(a){return a&&"object"==typeof a?W.call(a,"callee"):!1}),p(/x/)&&(p=function(a){return"function"==typeof a&&V.call(a)==Q});var db=D.internals.isEqual=function(a,b){return q(a,b,[],[])},eb=Array.prototype.slice,fb=({}.hasOwnProperty,this.inherits=D.internals.inherits=function(a,b){function c(){this.constructor=a}c.prototype=b.prototype,a.prototype=new c}),gb=D.internals.addProperties=function(a){for(var b=eb.call(arguments,1),c=0,d=b.length;d>c;c++){var e=b[c];for(var f in e)a[f]=e[f]}},hb=D.internals.addRef=function(a,b){return new cc(function(c){return new lb(b.getDisposable(),a.subscribe(c))})},ib=function(a,b){this.id=a,this.value=b};ib.prototype.compareTo=function(a){var b=this.value.compareTo(a.value);return 0===b&&(b=this.id-a.id),b};var jb=D.internals.PriorityQueue=function(a){this.items=new Array(a),this.length=0},kb=jb.prototype;kb.isHigherPriority=function(a,b){return this.items[a].compareTo(this.items[b])<0},kb.percolate=function(a){if(!(a>=this.length||0>a)){var b=a-1>>1;if(!(0>b||b===a)&&this.isHigherPriority(a,b)){var c=this.items[a];this.items[a]=this.items[b],this.items[b]=c,this.percolate(b)}}},kb.heapify=function(b){if(b===a&&(b=0),!(b>=this.length||0>b)){var c=2*b+1,d=2*b+2,e=b;if(cb;b++)a[b].dispose()}},mb.clear=function(){var a=this.disposables.slice(0);this.disposables=[],this.length=0;for(var b=0,c=a.length;c>b;b++)a[b].dispose()},mb.contains=function(a){return-1!==this.disposables.indexOf(a)},mb.toArray=function(){return this.disposables.slice(0)};var nb=D.Disposable=function(a){this.isDisposed=!1,this.action=a||b};nb.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var ob=nb.create=function(a){return new nb(a)},pb=nb.empty={dispose:b},qb=function(){function a(a){this.isSingle=a,this.isDisposed=!1,this.current=null}var b=a.prototype;return b.getDisposable=function(){return this.current},b.setDisposable=function(a){if(this.current&&this.isSingle)throw new Error("Disposable has already been assigned");var b,c=this.isDisposed;c||(b=this.current,this.current=a),b&&b.dispose(),c&&a&&a.dispose()},b.dispose=function(){var a;this.isDisposed||(this.isDisposed=!0,a=this.current,this.current=null),a&&a.dispose()},a}(),rb=D.SingleAssignmentDisposable=function(a){function b(){a.call(this,!0)}return fb(b,a),b}(qb),sb=D.SerialDisposable=function(a){function b(){a.call(this,!1)}return fb(b,a),b}(qb),tb=D.RefCountDisposable=function(){function a(a){this.disposable=a,this.disposable.count++,this.isInnerDisposed=!1}function b(a){this.underlyingDisposable=a,this.isDisposed=!1,this.isPrimaryDisposed=!1,this.count=0}return a.prototype.dispose=function(){this.disposable.isDisposed||this.isInnerDisposed||(this.isInnerDisposed=!0,this.disposable.count--,0===this.disposable.count&&this.disposable.isPrimaryDisposed&&(this.disposable.isDisposed=!0,this.disposable.underlyingDisposable.dispose()))},b.prototype.dispose=function(){this.isDisposed||this.isPrimaryDisposed||(this.isPrimaryDisposed=!0,0===this.count&&(this.isDisposed=!0,this.underlyingDisposable.dispose()))},b.prototype.getDisposable=function(){return this.isDisposed?pb:new a(this)},b}();t.prototype.dispose=function(){var a=this;this.scheduler.schedule(function(){a.isDisposed||(a.isDisposed=!0,a.disposable.dispose())})};var ub=D.internals.ScheduledItem=function(a,b,c,d,f){this.scheduler=a,this.state=b,this.action=c,this.dueTime=d,this.comparer=f||e,this.disposable=new rb};ub.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},ub.prototype.compareTo=function(a){return this.comparer(this.dueTime,a.dueTime)},ub.prototype.isCancelled=function(){return this.disposable.isDisposed},ub.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var vb,wb=D.Scheduler=function(){function a(a,b,c,d){this.now=a,this._schedule=b,this._scheduleRelative=c,this._scheduleAbsolute=d}function b(a,b){var c=b.first,d=b.second,e=new lb,f=function(b){d(b,function(b){var c=!1,d=!1,g=a.scheduleWithState(b,function(a,b){return c?e.remove(g):d=!0,f(b),pb});d||(e.add(g),c=!0)})};return f(c),e}function c(a,b,c){var d=b.first,e=b.second,f=new lb,g=function(b){e(b,function(b,d){var e=!1,h=!1,i=a[c].call(a,b,d,function(a,b){return e?f.remove(i):h=!0,g(b),pb});h||(f.add(i),e=!0)})};return g(d),f}function d(a,b){return b(),pb}var e=a.prototype;return e.catchException=e["catch"]=function(a){return new Bb(this,a)},e.schedulePeriodic=function(a,b){return this.schedulePeriodicWithState(null,a,function(){b()})},e.schedulePeriodicWithState=function(a,b,c){var d=a,e=setInterval(function(){d=c(d)},b);return ob(function(){clearInterval(e)})},e.schedule=function(a){return this._schedule(a,d)},e.scheduleWithState=function(a,b){return this._schedule(a,b)},e.scheduleWithRelative=function(a,b){return this._scheduleRelative(b,a,d)},e.scheduleWithRelativeAndState=function(a,b,c){return this._scheduleRelative(a,b,c)},e.scheduleWithAbsolute=function(a,b){return this._scheduleAbsolute(b,a,d)},e.scheduleWithAbsoluteAndState=function(a,b,c){return this._scheduleAbsolute(a,b,c)},e.scheduleRecursive=function(a){return this.scheduleRecursiveWithState(a,function(a,b){a(function(){b(a)})})},e.scheduleRecursiveWithState=function(a,c){return this.scheduleWithState({first:a,second:c},function(a,c){return b(a,c)})},e.scheduleRecursiveWithRelative=function(a,b){return this.scheduleRecursiveWithRelativeAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithRelativeAndState=function(a,b,d){return this._scheduleRelative({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithRelativeAndState")})},e.scheduleRecursiveWithAbsolute=function(a,b){return this.scheduleRecursiveWithAbsoluteAndState(b,a,function(a,b){a(function(c){b(a,c)})})},e.scheduleRecursiveWithAbsoluteAndState=function(a,b,d){return this._scheduleAbsolute({first:a,second:d},b,function(a,b){return c(a,b,"scheduleWithAbsoluteAndState")})},a.now=E,a.normalize=function(a){return 0>a&&(a=0),a},a}(),xb=wb.normalize,yb=(D.internals.SchedulePeriodicRecursive=function(){function a(a,b){b(0,this._period);try{this._state=this._action(this._state)}catch(c){throw this._cancel.dispose(),c}}function b(a,b,c,d){this._scheduler=a,this._state=b,this._period=c,this._action=d}return b.prototype.start=function(){var b=new rb;return this._cancel=b,b.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,a.bind(this))),b},b}(),wb.immediate=function(){function a(a,b){return b(this,a)}function b(a,b,c){for(var d=xb(d);d-this.now()>0;);return c(this,a)}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new wb(E,a,b,c)}()),zb=wb.currentThread=function(){function a(a){for(var b;a.length>0;)if(b=a.dequeue(),!b.isCancelled()){for(;b.dueTime-wb.now()>0;);b.isCancelled()||b.invoke()}}function b(a,b){return this.scheduleWithRelativeAndState(a,0,b)}function c(b,c,d){var f=this.now()+wb.normalize(c),g=new ub(this,b,d,f);if(e)e.enqueue(g);else{e=new jb(4),e.enqueue(g);try{a(e)}catch(h){throw h}finally{e=null}}return g.disposable}function d(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}var e,f=new wb(E,b,c,d);return f.scheduleRequired=function(){return null===e},f.ensureTrampoline=function(a){return null===e?this.schedule(a):a()},f}(),Ab=b;!function(){function a(){if(!y.postMessage||y.importScripts)return!1;var a=!1,b=y.onmessage;return y.onmessage=function(){a=!0},y.postMessage("","*"),y.onmessage=b,a}function b(a){if("string"==typeof a.data&&a.data.substring(0,f.length)===f){var b=a.data.substring(f.length),c=g[b];c(),delete g[b]}}var c=RegExp("^"+String(V).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),d="function"==typeof(d=C&&B&&C.setImmediate)&&!c.test(d)&&d,e="function"==typeof(e=C&&B&&C.clearImmediate)&&!c.test(e)&&e;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))vb=process.nextTick;else if("function"==typeof d)vb=d,Ab=e;else if(a()){var f="ms.rx.schedule"+Math.random(),g={},h=0;y.addEventListener?y.addEventListener("message",b,!1):y.attachEvent("onmessage",b,!1),vb=function(a){var b=h++;g[b]=a,y.postMessage(f+b,"*")}}else if(y.MessageChannel){var i=new y.MessageChannel,j={},k=0;i.port1.onmessage=function(a){var b=a.data,c=j[b];c(),delete j[b]},vb=function(a){var b=k++;j[b]=a,i.port2.postMessage(b)}}else"document"in y&&"onreadystatechange"in y.document.createElement("script")?vb=function(a){var b=y.document.createElement("script");b.onreadystatechange=function(){a(),b.onreadystatechange=null,b.parentNode.removeChild(b),b=null},y.document.documentElement.appendChild(b)}:(vb=function(a){return setTimeout(a,0)},Ab=clearTimeout)}();var Bb=(wb.timeout=function(){function a(a,b){var c=this,d=new rb,e=vb(function(){d.isDisposed||d.setDisposable(b(c,a))});return new lb(d,ob(function(){Ab(e)}))}function b(a,b,c){var d=this,e=wb.normalize(b);if(0===e)return d.scheduleWithState(a,c);var f=new rb,g=setTimeout(function(){f.isDisposed||f.setDisposable(c(d,a))},e);return new lb(f,ob(function(){clearTimeout(g)}))}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new wb(E,a,b,c)}(),function(a){function b(){return this._scheduler.now()}function c(a,b){return this._scheduler.scheduleWithState(a,this._wrap(b))}function d(a,b,c){return this._scheduler.scheduleWithRelativeAndState(a,b,this._wrap(c))}function e(a,b,c){return this._scheduler.scheduleWithAbsoluteAndState(a,b,this._wrap(c))}function f(f,g){this._scheduler=f,this._handler=g,this._recursiveOriginal=null,this._recursiveWrapper=null,a.call(this,b,c,d,e)}return fb(f,a),f.prototype._clone=function(a){return new f(a,this._handler)},f.prototype._wrap=function(a){var b=this;return function(c,d){try{return a(b._getRecursiveWrapper(c),d)}catch(e){if(!b._handler(e))throw e;return pb}}},f.prototype._getRecursiveWrapper=function(a){if(this._recursiveOriginal!==a){this._recursiveOriginal=a;var b=this._clone(a);b._recursiveOriginal=a,b._recursiveWrapper=b,this._recursiveWrapper=b}return this._recursiveWrapper},f.prototype.schedulePeriodicWithState=function(a,b,c){var d=this,e=!1,f=new rb;return f.setDisposable(this._scheduler.schedulePeriodicWithState(a,b,function(a){if(e)return null;try{return c(a)}catch(b){if(e=!0,!d._handler(b))throw b;return f.dispose(),null}})),f},f}(wb)),Cb=D.Notification=function(){function a(a,b){this.hasValue=null==b?!1:b,this.kind=a}var b=a.prototype;return b.accept=function(a,b,c){return 1===arguments.length&&"object"==typeof a?this._acceptObservable(a):this._accept(a,b,c)},b.toObservable=function(a){var b=this;return a||(a=yb),new cc(function(c){return a.schedule(function(){b._acceptObservable(c),"N"===b.kind&&c.onCompleted()})})},a}(),Db=Cb.createOnNext=function(){function a(a){return a(this.value)}function b(a){return a.onNext(this.value)}function c(){return"OnNext("+this.value+")"}return function(d){var e=new Cb("N",!0);return e.value=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),Eb=Cb.createOnError=function(){function a(a,b){return b(this.exception)}function b(a){return a.onError(this.exception)}function c(){return"OnError("+this.exception+")"}return function(d){var e=new Cb("E");return e.exception=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),Fb=Cb.createOnCompleted=function(){function a(a,b,c){return c()}function b(a){return a.onCompleted()}function c(){return"OnCompleted()"}return function(){var d=new Cb("C");return d._accept=a,d._acceptObservable=b,d.toString=c,d}}(),Gb=D.internals.Enumerator=function(a){this._next=a};Gb.prototype.next=function(){return this._next()},Gb.prototype[I]=function(){return this};var Hb=D.internals.Enumerable=function(a){this._iterator=a};Hb.prototype[I]=function(){return this._iterator()},Hb.prototype.concat=function(){var a=this;return new cc(function(b){var c;try{c=a[I]()}catch(d){return b.onError(),void 0}var e,f=new sb,g=yb.scheduleRecursive(function(a){var d;if(!e){try{d=c.next()}catch(g){return b.onError(g),void 0}if(d.done)return b.onCompleted(),void 0;var h=new rb;f.setDisposable(h),h.setDisposable(d.value.subscribe(b.onNext.bind(b),b.onError.bind(b),function(){a()}))}});return new lb(f,g,ob(function(){e=!0}))})},Hb.prototype.catchException=function(){var a=this;return new cc(function(b){var c;try{c=a[I]()}catch(d){return b.onError(),void 0}var e,f,g=new sb,h=yb.scheduleRecursive(function(a){if(!e){var d;try{d=c.next()}catch(h){return b.onError(h),void 0}if(d.done)return f?b.onError(f):b.onCompleted(),void 0;var i=new rb;g.setDisposable(i),i.setDisposable(d.value.subscribe(b.onNext.bind(b),function(b){f=b,a()},b.onCompleted.bind(b)))}});return new lb(g,h,ob(function(){e=!0}))})};var Ib=Hb.repeat=function(a,b){return null==b&&(b=-1),new Hb(function(){var c=b;return new Gb(function(){return 0===c?K:(c>0&&c--,{done:!1,value:a})})})},Jb=Hb.forEach=function(a,b,d){return b||(b=c),new Hb(function(){var c=-1;return new Gb(function(){return++c0&&(a=!this.isAcquired,this.isAcquired=!0),a&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(a){var c;if(!(b.queue.length>0))return b.isAcquired=!1,void 0;c=b.queue.shift();try{c()}catch(d){throw b.queue=[],b.hasFaulted=!0,d}a()}))},b.prototype.dispose=function(){a.prototype.dispose.call(this),this.disposable.dispose()},b}(Nb),Rb=function(a){function b(){a.apply(this,arguments)}return fb(b,a),b.prototype.next=function(b){a.prototype.next.call(this,b),this.ensureActive()},b.prototype.error=function(b){a.prototype.error.call(this,b),this.ensureActive()},b.prototype.completed=function(){a.prototype.completed.call(this),this.ensureActive()},b}(Qb),Sb=D.Observable=function(){function a(a){this._subscribe=a}return Mb=a.prototype,Mb.finalValue=function(){var a=this;return new cc(function(b){var c,d=!1;return a.subscribe(function(a){d=!0,c=a},b.onError.bind(b),function(){d?(b.onNext(c),b.onCompleted()):b.onError(new Error(F))})})},Mb.subscribe=Mb.forEach=function(a,b,c){var d;return d="object"==typeof a?a:Lb(a,b,c),this._subscribe(d)},Mb.toArray=function(){function a(a,b){var c=a.slice(0);return c.push(b),c}return this.scan([],a).startWith([]).finalValue()},a}();Mb.observeOn=function(a){var b=this;return new cc(function(c){return b.subscribe(new Rb(a,c))})},Mb.subscribeOn=function(a){var b=this;return new cc(function(c){var d=new rb,e=new sb;return e.setDisposable(d),d.setDisposable(a.schedule(function(){e.setDisposable(new t(a,b.subscribe(c)))})),e})};var Tb=Sb.fromPromise=function(a){return new cc(function(b){a.then(function(a){b.onNext(a),b.onCompleted()},function(a){b.onError(a)})})};Mb.toPromise=function(a){if(a||(a=D.config.Promise),!a)throw new Error("Promise type not provided nor in Rx.config.Promise");var b=this;return new a(function(a,c){var d,e=!1;b.subscribe(function(a){d=a,e=!0},function(a){c(a)},function(){e&&a(d)})})},Sb.create=Sb.createWithDisposable=function(a){return new cc(a)};var Ub=(Sb.defer=function(a){return new cc(function(b){var c;try{c=a()}catch(d){return Yb(d).subscribe(b)}return c.subscribe(b)})},Sb.empty=function(a){return a||(a=yb),new cc(function(b){return a.schedule(function(){b.onCompleted()})})}),Vb=Sb.fromArray=function(a,b){return b||(b=zb),new cc(function(c){var d=0;return b.scheduleRecursive(function(b){dc?(d.onNext(a+c),e(c+1)):d.onCompleted()})})},Sb.repeat=function(a,b,c){return c||(c=zb),null==b&&(b=-1),Xb(a,c).repeat(b)};var Xb=Sb["return"]=Sb.returnValue=function(a,b){return b||(b=yb),new cc(function(c){return b.schedule(function(){c.onNext(a),c.onCompleted()})})},Yb=Sb["throw"]=Sb.throwException=function(a,b){return b||(b=yb),new cc(function(c){return b.schedule(function(){c.onError(a)})})};Sb.using=function(a,b){return new cc(function(c){var d,e,f=pb;try{d=a(),d&&(f=d),e=b(d)}catch(g){return new lb(Yb(g).subscribe(c),f)}return new lb(e.subscribe(c),f)})},Mb.amb=function(a){var b=this;return new cc(function(c){function d(){f||(f=g,j.dispose())}function e(){f||(f=h,i.dispose())}var f,g="L",h="R",i=new rb,j=new rb;return i.setDisposable(b.subscribe(function(a){d(),f===g&&c.onNext(a)},function(a){d(),f===g&&c.onError(a)},function(){d(),f===g&&c.onCompleted()})),j.setDisposable(a.subscribe(function(a){e(),f===h&&c.onNext(a)},function(a){e(),f===h&&c.onError(a)},function(){e(),f===h&&c.onCompleted()})),new lb(i,j)})},Sb.amb=function(){function a(a,b){return a.amb(b)}for(var b=Wb(),c=r(arguments,0),d=0,e=c.length;e>d;d++)b=a(b,c[d]);return b},Mb["catch"]=Mb.catchException=function(a){return"function"==typeof a?u(this,a):Zb([this,a])};var Zb=Sb.catchException=Sb["catch"]=function(){var a=r(arguments,0);return Jb(a).catchException()};Mb.combineLatest=function(){var a=eb.call(arguments);return Array.isArray(a[0])?a[0].unshift(this):a.unshift(this),$b.apply(this,a)};var $b=Sb.combineLatest=function(){var a=eb.call(arguments),b=a.pop();return Array.isArray(a[0])&&(a=a[0]),new cc(function(d){function e(a){var e;if(i[a]=!0,j||(j=i.every(c))){try{e=b.apply(null,l)}catch(f){return d.onError(f),void 0}d.onNext(e)}else k.filter(function(b,c){return c!==a}).every(c)&&d.onCompleted()}function f(a){k[a]=!0,k.every(c)&&d.onCompleted()}for(var g=function(){return!1},h=a.length,i=s(h,g),j=!1,k=s(h,g),l=new Array(h),m=new Array(h),n=0;h>n;n++)!function(b){m[b]=new rb,m[b].setDisposable(a[b].subscribe(function(a){l[b]=a,e(b)},d.onError.bind(d),function(){f(b)}))}(n);return new lb(m)})};Mb.concat=function(){var a=eb.call(arguments,0);return a.unshift(this),_b.apply(this,a)};var _b=Sb.concat=function(){var a=r(arguments,0);return Jb(a).concat()};Mb.concatObservable=Mb.concatAll=function(){return this.merge(1)},Mb.merge=function(a){if("number"!=typeof a)return ac(this,a);var b=this;return new cc(function(c){var d=0,e=new lb,f=!1,g=[],i=function(a){var b=new rb;e.add(b),h(a)&&(a=Tb(a)),b.setDisposable(a.subscribe(c.onNext.bind(c),c.onError.bind(c),function(){var a;e.remove(b),g.length>0?(a=g.shift(),i(a)):(d--,f&&0===d&&c.onCompleted())}))};return e.add(b.subscribe(function(b){a>d?(d++,i(b)):g.push(b)},c.onError.bind(c),function(){f=!0,0===d&&c.onCompleted()})),e})};var ac=Sb.merge=function(){var a,b;return arguments[0]?arguments[0].now?(a=arguments[0],b=eb.call(arguments,1)):(a=yb,b=eb.call(arguments,0)):(a=yb,b=eb.call(arguments,1)),Array.isArray(b[0])&&(b=b[0]),Vb(b,a).mergeObservable()};Mb.mergeObservable=Mb.mergeAll=function(){var a=this;return new cc(function(b){var c=new lb,d=!1,e=new rb;return c.add(e),e.setDisposable(a.subscribe(function(a){var e=new rb;c.add(e),h(a)&&(a=Tb(a)),e.setDisposable(a.subscribe(function(a){b.onNext(a)},b.onError.bind(b),function(){c.remove(e),d&&1===c.length&&b.onCompleted()}))},b.onError.bind(b),function(){d=!0,1===c.length&&b.onCompleted()})),c})},Mb.onErrorResumeNext=function(a){if(!a)throw new Error("Second observable is required");return bc([this,a])};var bc=Sb.onErrorResumeNext=function(){var a=r(arguments,0);return new cc(function(b){var c=0,d=new sb,e=yb.scheduleRecursive(function(e){var f,g;c0})){try{g=h.map(function(a){return a.shift()}),f=d.apply(a,g)}catch(j){return e.onError(j),void 0}e.onNext(f)}else i.filter(function(a,c){return c!==b}).every(c)&&e.onCompleted()},k=new Array(g),l=0;g>l;l++)!function(a){k[a]=new rb,k[a].setDisposable(b[a].subscribe(function(b){h[a].push(b),j(a)},e.onError.bind(e),function(){f(a)}))}(l);return new lb(k)})},Sb.zip=function(){var a=eb.call(arguments,0),b=a.shift();return b.zip.apply(b,a)},Sb.zipArray=function(){var a=r(arguments,0);return new cc(function(b){function d(a){if(g.every(function(a){return a.length>0})){var d=g.map(function(a){return a.shift()});b.onNext(d)}else if(h.filter(function(b,c){return c!==a}).every(c))return b.onCompleted(),void 0}function e(a){return h[a]=!0,h.every(c)?(b.onCompleted(),void 0):void 0}for(var f=a.length,g=s(f,function(){return[]}),h=s(f,function(){return!1}),i=new Array(f),j=0;f>j;j++)!function(c){i[c]=new rb,i[c].setDisposable(a[c].subscribe(function(a){g[c].push(a),d(c)},b.onError.bind(b),function(){e(c)}))}(j);var k=new lb(i);return k.add(ob(function(){for(var a=0,b=g.length;b>a;a++)g[a]=[]})),k})},Mb.asObservable=function(){var a=this;return new cc(function(b){return a.subscribe(b)})},Mb.bufferWithCount=function(a,b){return 1===arguments.length&&(b=a),this.windowWithCount(a,b).selectMany(function(a){return a.toArray()}).where(function(a){return a.length>0})},Mb.dematerialize=function(){var a=this;return new cc(function(b){return a.subscribe(function(a){return a.accept(b)},b.onError.bind(b),b.onCompleted.bind(b))})},Mb.distinctUntilChanged=function(a,b){var e=this;return a||(a=c),b||(b=d),new cc(function(c){var d,f=!1;return e.subscribe(function(e){var g,h=!1;try{g=a(e)}catch(i){return c.onError(i),void 0}if(f)try{h=b(d,g)}catch(i){return c.onError(i),void 0}f&&h||(f=!0,d=g,c.onNext(e))},c.onError.bind(c),c.onCompleted.bind(c))})},Mb["do"]=Mb.doAction=function(a,b,c){var d,e=this;return"function"==typeof a?d=a:(d=a.onNext.bind(a),b=a.onError.bind(a),c=a.onCompleted.bind(a)),new cc(function(a){return e.subscribe(function(b){try{d(b)}catch(c){a.onError(c)}a.onNext(b)},function(c){if(b){try{b(c)}catch(d){a.onError(d)}a.onError(c)}else a.onError(c)},function(){if(c){try{c()}catch(b){a.onError(b)}a.onCompleted()}else a.onCompleted()})})},Mb["finally"]=Mb.finallyAction=function(a){var b=this;return new cc(function(c){var d=b.subscribe(c);return ob(function(){try{d.dispose()}catch(b){throw b}finally{a()}})})},Mb.ignoreElements=function(){var a=this;return new cc(function(c){return a.subscribe(b,c.onError.bind(c),c.onCompleted.bind(c)) +})},Mb.materialize=function(){var a=this;return new cc(function(b){return a.subscribe(function(a){b.onNext(Db(a))},function(a){b.onNext(Eb(a)),b.onCompleted()},function(){b.onNext(Fb()),b.onCompleted()})})},Mb.repeat=function(a){return Ib(this,a).concat()},Mb.retry=function(a){return Ib(this,a).catchException()},Mb.scan=function(){var a,b,c=!1,d=this;return 2===arguments.length?(c=!0,a=arguments[0],b=arguments[1]):b=arguments[0],new cc(function(e){var f,g,h;return d.subscribe(function(d){try{h||(h=!0),f?g=b(g,d):(g=c?b(a,d):d,f=!0)}catch(i){return e.onError(i),void 0}e.onNext(g)},e.onError.bind(e),function(){!h&&c&&e.onNext(a),e.onCompleted()})})},Mb.skipLast=function(a){var b=this;return new cc(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&c.onNext(d.shift())},c.onError.bind(c),c.onCompleted.bind(c))})},Mb.startWith=function(){var a,b,c=0;return arguments.length&&"now"in Object(arguments[0])?(b=arguments[0],c=1):b=yb,a=eb.call(arguments,c),Jb([Vb(a,b),this]).concat()},Mb.takeLast=function(a,b){return this.takeLastBuffer(a).selectMany(function(a){return Vb(a,b)})},Mb.takeLastBuffer=function(a){var b=this;return new cc(function(c){var d=[];return b.subscribe(function(b){d.push(b),d.length>a&&d.shift()},c.onError.bind(c),function(){c.onNext(d),c.onCompleted()})})},Mb.windowWithCount=function(a,b){var c=this;if(0>=a)throw new Error(G);if(1===arguments.length&&(b=a),0>=b)throw new Error(G);return new cc(function(d){var e=new rb,f=new tb(e),g=0,h=[],i=function(){var a=new gc;h.push(a),d.onNext(hb(a,f))};return i(),e.setDisposable(c.subscribe(function(c){for(var d,e=0,f=h.length;f>e;e++)h[e].onNext(c);var j=g-a+1;j>=0&&j%b===0&&(d=h.shift(),d.onCompleted()),g++,g%b===0&&i()},function(a){for(;h.length>0;)h.shift().onError(a);d.onError(a)},function(){for(;h.length>0;)h.shift().onCompleted();d.onCompleted()})),f})},Mb.defaultIfEmpty=function(b){var c=this;return b===a&&(b=null),new cc(function(a){var d=!1;return c.subscribe(function(b){d=!0,a.onNext(b)},a.onError.bind(a),function(){d||a.onNext(b),a.onCompleted()})})},Mb.distinct=function(a,b){var d=this;return a||(a=c),b||(b=f),new cc(function(c){var e={};return d.subscribe(function(d){var f,g,h,i=!1;try{f=a(d),g=b(f)}catch(j){return c.onError(j),void 0}for(h in e)if(g===h){i=!0;break}i||(e[g]=null,c.onNext(d))},c.onError.bind(c),c.onCompleted.bind(c))})},Mb.groupBy=function(a,b,c){return this.groupByUntil(a,b,function(){return Wb()},c)},Mb.groupByUntil=function(a,d,e,g){var h=this;return d||(d=c),g||(g=f),new cc(function(c){var f={},i=new lb,j=new tb(i);return i.add(h.subscribe(function(h){var k,l,m,n,o,p,q,r,s,t;try{p=a(h),q=g(p)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}n=!1;try{s=f[q],s||(s=new gc,f[q]=s,n=!0)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}if(n){o=new ec(p,s,j),l=new ec(p,s);try{k=e(l)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}c.onNext(o),r=new rb,i.add(r);var v=function(){q in f&&(delete f[q],s.onCompleted()),i.remove(r)};r.setDisposable(k.take(1).subscribe(b,function(a){for(t in f)f[t].onError(a);c.onError(a)},function(){v()}))}try{m=d(h)}catch(u){for(t in f)f[t].onError(u);return c.onError(u),void 0}s.onNext(m)},function(a){for(var b in f)f[b].onError(a);c.onError(a)},function(){for(var a in f)f[a].onCompleted();c.onCompleted()})),j})},Mb.select=Mb.map=function(a,b){var c=this;return new cc(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Mb.pluck=function(a){return this.select(function(b){return b[a]})},Mb.selectMany=Mb.flatMap=function(a,b){return b?this.selectMany(function(c,d){var e=a(c,d),f=h(e)?Tb(e):e;return f.select(function(a){return b(c,a,d)})}):"function"==typeof a?w.call(this,a):w.call(this,function(){return a})},Mb.selectSwitch=Mb.flatMapLatest=function(a,b){return this.select(a,b).switchLatest()},Mb.skip=function(a){if(0>a)throw new Error(G);var b=this;return new cc(function(c){var d=a;return b.subscribe(function(a){0>=d?c.onNext(a):d--},c.onError.bind(c),c.onCompleted.bind(c))})},Mb.skipWhile=function(a,b){var c=this;return new cc(function(d){var e=0,f=!1;return c.subscribe(function(g){if(!f)try{f=!a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f&&d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},Mb.take=function(a,b){if(0>a)throw new Error(G);if(0===a)return Ub(b);var c=this;return new cc(function(b){var d=a;return c.subscribe(function(a){d>0&&(d--,b.onNext(a),0===d&&b.onCompleted())},b.onError.bind(b),b.onCompleted.bind(b))})},Mb.takeWhile=function(a,b){var c=this;return new cc(function(d){var e=0,f=!0;return c.subscribe(function(g){if(f){try{f=a.call(b,g,e++,c)}catch(h){return d.onError(h),void 0}f?d.onNext(g):d.onCompleted()}},d.onError.bind(d),d.onCompleted.bind(d))})},Mb.where=Mb.filter=function(a,b){var c=this;return new cc(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return d.onError(h),void 0}g&&d.onNext(f)},d.onError.bind(d),d.onCompleted.bind(d))})};var cc=D.AnonymousObservable=function(a){function b(a){return"undefined"==typeof a?a=pb:"function"==typeof a&&(a=ob(a)),a}function c(d){function e(a){var c=new dc(a);if(zb.scheduleRequired())zb.schedule(function(){try{c.setDisposable(b(d(c)))}catch(a){if(!c.fail(a))throw a}});else try{c.setDisposable(b(d(c)))}catch(e){if(!c.fail(e))throw e}return c}return this instanceof c?(a.call(this,e),void 0):new c(d)}return fb(c,a),c}(Sb),dc=function(a){function b(b){a.call(this),this.observer=b,this.m=new rb}fb(b,a);var c=b.prototype;return c.next=function(a){var b=!1;try{this.observer.onNext(a),b=!0}catch(c){throw c}finally{b||this.dispose()}},c.error=function(a){try{this.observer.onError(a)}catch(b){throw b}finally{this.dispose()}},c.completed=function(){try{this.observer.onCompleted()}catch(a){throw a}finally{this.dispose()}},c.setDisposable=function(a){this.m.setDisposable(a)},c.getDisposable=function(){return this.m.getDisposable()},c.disposable=function(a){return arguments.length?this.getDisposable():setDisposable(a)},c.dispose=function(){a.prototype.dispose.call(this),this.m.dispose()},b}(Nb),ec=function(a){function b(a){return this.underlyingObservable.subscribe(a)}function c(c,d,e){a.call(this,b),this.key=c,this.underlyingObservable=e?new cc(function(a){return new lb(e.getDisposable(),d.subscribe(a))}):d}return fb(c,a),c}(Sb),fc=function(a,b){this.subject=a,this.observer=b};fc.prototype.dispose=function(){if(!this.subject.isDisposed&&null!==this.observer){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1),this.observer=null}};var gc=D.Subject=function(a){function b(a){return i.call(this),this.isStopped?this.exception?(a.onError(this.exception),pb):(a.onCompleted(),pb):(this.observers.push(a),new fc(this,a))}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return fb(c,a),gb(c.prototype,Kb,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(i.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var b=0,c=a.length;c>b;b++)a[b].onCompleted();this.observers=[]}},onError:function(a){if(i.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){if(i.call(this),!this.isStopped)for(var b=this.observers.slice(0),c=0,d=b.length;d>c;c++)b[c].onNext(a)},dispose:function(){this.isDisposed=!0,this.observers=null}}),c.create=function(a,b){return new hc(a,b)},c}(Sb),hc=(D.AsyncSubject=function(a){function b(a){if(i.call(this),!this.isStopped)return this.observers.push(a),new fc(this,a);var b=this.exception,c=this.hasValue,d=this.value;return b?a.onError(b):c?(a.onNext(d),a.onCompleted()):a.onCompleted(),pb}function c(){a.call(this,b),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return fb(c,a),gb(c.prototype,Kb,{hasObservers:function(){return i.call(this),this.observers.length>0},onCompleted:function(){var a,b,c;if(i.call(this),!this.isStopped){this.isStopped=!0;var d=this.observers.slice(0),e=this.value,f=this.hasValue;if(f)for(b=0,c=d.length;c>b;b++)a=d[b],a.onNext(e),a.onCompleted();else for(b=0,c=d.length;c>b;b++)d[b].onCompleted();this.observers=[]}},onError:function(a){if(i.call(this),!this.isStopped){var b=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var c=0,d=b.length;d>c;c++)b[c].onError(a);this.observers=[]}},onNext:function(a){i.call(this),this.isStopped||(this.value=a,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),c}(Sb),function(a){function b(a){return this.observable.subscribe(a)}function c(c,d){a.call(this,b),this.observer=c,this.observable=d}return fb(c,a),gb(c.prototype,Kb,{onCompleted:function(){this.observer.onCompleted()},onError:function(a){this.observer.onError(a)},onNext:function(a){this.observer.onNext(a)}}),c}(Sb));"function"==typeof define&&"object"==typeof define.amd&&define.amd?(y.Rx=D,define(function(){return D})):z&&A?B?(A.exports=D).Rx=D:z.Rx=D:y.Rx=D}).call(this); \ No newline at end of file diff --git a/rx.testing.min.js b/rx.testing.min.js index 85c472d85..05ed0228e 100644 --- a/rx.testing.min.js +++ b/rx.testing.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx.virtualtime","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n){function r(t,e){return 1===t.length&&Array.isArray(t[e])?t[e]:d.call(t)}function o(t){this.predicate=t}function i(t){this.predicate=t}var s=n.Observer,u=n.Observable,c=n.Notification,a=n.VirtualTimeScheduler,l=n.Disposable,h=l.empty,f=l.create,p=n.CompositeDisposable,d=(n.SingleAssignmentDisposable,Array.prototype.slice),b=n.internals.inherits,v=n.internals.isEqual;o.prototype.equals=function(t){return t===this?!0:null==t?!1:"N"!==t.kind?!1:this.predicate(t.value)},i.prototype.equals=function(t){return t===this?!0:null==t?!1:"E"!==t.kind?!1:this.predicate(t.exception)};var m=n.ReactiveTest={created:100,subscribed:200,disposed:1e3,onNext:function(t,e){return"function"==typeof e?new y(t,new o(e)):new y(t,c.createOnNext(e))},onError:function(t,e){return"function"==typeof e?new y(t,new i(e)):new y(t,c.createOnError(e))},onCompleted:function(t){return new y(t,c.createOnCompleted())},subscribe:function(t,e){return new w(t,e)}},y=n.Recorded=function(t,e,n){this.time=t,this.value=e,this.comparer=n||v};y.prototype.equals=function(t){return this.time===t.time&&this.comparer(this.value,t.value)},y.prototype.toString=function(){return""+this.value+"@"+this.time};var w=n.Subscription=function(t,e){this.subscribe=t,this.unsubscribe=e||Number.MAX_VALUE};w.prototype.equals=function(t){return this.subscribe===t.subscribe&&this.unsubscribe===t.unsubscribe},w.prototype.toString=function(){return"("+this.subscribe+", "+this.unsubscribe===Number.MAX_VALUE?"Infinite":this.unsubscribe+")"};var g=n.MockDisposable=function(t){this.scheduler=t,this.disposes=[],this.disposes.push(this.scheduler.clock)};g.prototype.dispose=function(){this.disposes.push(this.scheduler.clock)};var x=function(t){function e(e){t.call(this),this.scheduler=e,this.messages=[]}b(e,t);var n=e.prototype;return n.onNext=function(t){this.messages.push(new y(this.scheduler.clock,c.createOnNext(t)))},n.onError=function(t){this.messages.push(new y(this.scheduler.clock,c.createOnError(t)))},n.onCompleted=function(){this.messages.push(new y(this.scheduler.clock,c.createOnCompleted()))},e}(s),E=function(t){function e(t){var e=this;this.observers.push(t),this.subscriptions.push(new w(this.scheduler.clock));var n=this.subscriptions.length-1;return f(function(){var r=e.observers.indexOf(t);e.observers.splice(r,1),e.subscriptions[n]=new w(e.subscriptions[n].subscribe,e.scheduler.clock)})}function n(n,r){t.call(this,e);var o,i,s=this;this.scheduler=n,this.messages=r,this.subscriptions=[],this.observers=[];for(var u=0,c=this.messages.length;c>u;u++)o=this.messages[u],i=o.value,function(t){n.scheduleAbsoluteWithState(null,o.time,function(){for(var e=s.observers.slice(0),n=0,r=e.length;r>n;n++)t.accept(e[n]);return h})}(i)}return b(n,t),n}(u),C=function(t){function e(t){var e,n,r=this;this.subscriptions.push(new w(this.scheduler.clock));for(var o=this.subscriptions.length-1,i=new p,s=0,u=this.messages.length;u>s;s++)e=this.messages[s],n=e.value,function(n){i.add(r.scheduler.scheduleRelativeWithState(null,e.time,function(){return n.accept(t),h}))}(n);return f(function(){r.subscriptions[o]=new w(r.subscriptions[o].subscribe,r.scheduler.clock),i.dispose()})}function n(n,r){t.call(this,e),this.scheduler=n,this.messages=r,this.subscriptions=[]}return b(n,t),n}(u);return n.TestScheduler=function(t){function e(t,e){return t>e?1:e>t?-1:0}function n(){t.call(this,0,e)}return b(n,t),n.prototype.scheduleAbsoluteWithState=function(e,n,r){return this.clock>=n&&(n=this.clock+1),t.prototype.scheduleAbsoluteWithState.call(this,e,n,r)},n.prototype.add=function(t,e){return t+e},n.prototype.toDateTimeOffset=function(t){return new Date(t).getTime()},n.prototype.toRelative=function(t){return t},n.prototype.startWithTiming=function(t,e,n,r){var o,i,s=this.createObserver();return this.scheduleAbsoluteWithState(null,e,function(){return o=t(),h}),this.scheduleAbsoluteWithState(null,n,function(){return i=o.subscribe(s),h}),this.scheduleAbsoluteWithState(null,r,function(){return i.dispose(),h}),this.start(),s},n.prototype.startWithDispose=function(t,e){return this.startWithTiming(t,m.created,m.subscribed,e)},n.prototype.startWithCreate=function(t){return this.startWithTiming(t,m.created,m.subscribed,m.disposed)},n.prototype.createHotObservable=function(){var t=r(arguments,0);return new E(this,t)},n.prototype.createColdObservable=function(){var t=r(arguments,0);return new C(this,t)},n.prototype.createObserver=function(){return new x(this)},n}(a),n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx.virtualtime","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c){function d(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:o.call(a)}function e(a){this.predicate=a}function f(a){this.predicate=a}var g=c.Observer,h=c.Observable,i=c.Notification,j=c.VirtualTimeScheduler,k=c.Disposable,l=k.empty,m=k.create,n=c.CompositeDisposable,o=(c.SingleAssignmentDisposable,Array.prototype.slice),p=c.internals.inherits,q=c.internals.isEqual;e.prototype.equals=function(a){return a===this?!0:null==a?!1:"N"!==a.kind?!1:this.predicate(a.value)},f.prototype.equals=function(a){return a===this?!0:null==a?!1:"E"!==a.kind?!1:this.predicate(a.exception)};var r=c.ReactiveTest={created:100,subscribed:200,disposed:1e3,onNext:function(a,b){return"function"==typeof b?new s(a,new e(b)):new s(a,i.createOnNext(b))},onError:function(a,b){return"function"==typeof b?new s(a,new f(b)):new s(a,i.createOnError(b))},onCompleted:function(a){return new s(a,i.createOnCompleted())},subscribe:function(a,b){return new t(a,b)}},s=c.Recorded=function(a,b,c){this.time=a,this.value=b,this.comparer=c||q};s.prototype.equals=function(a){return this.time===a.time&&this.comparer(this.value,a.value)},s.prototype.toString=function(){return this.value.toString()+"@"+this.time};var t=c.Subscription=function(a,b){this.subscribe=a,this.unsubscribe=b||Number.MAX_VALUE};t.prototype.equals=function(a){return this.subscribe===a.subscribe&&this.unsubscribe===a.unsubscribe},t.prototype.toString=function(){return"("+this.subscribe+", "+this.unsubscribe===Number.MAX_VALUE?"Infinite":this.unsubscribe+")"};var u=c.MockDisposable=function(a){this.scheduler=a,this.disposes=[],this.disposes.push(this.scheduler.clock)};u.prototype.dispose=function(){this.disposes.push(this.scheduler.clock)};var v=function(a){function b(b){a.call(this),this.scheduler=b,this.messages=[]}p(b,a);var c=b.prototype;return c.onNext=function(a){this.messages.push(new s(this.scheduler.clock,i.createOnNext(a)))},c.onError=function(a){this.messages.push(new s(this.scheduler.clock,i.createOnError(a)))},c.onCompleted=function(){this.messages.push(new s(this.scheduler.clock,i.createOnCompleted()))},b}(g),w=function(a){function b(a){var b=this;this.observers.push(a),this.subscriptions.push(new t(this.scheduler.clock));var c=this.subscriptions.length-1;return m(function(){var d=b.observers.indexOf(a);b.observers.splice(d,1),b.subscriptions[c]=new t(b.subscriptions[c].subscribe,b.scheduler.clock)})}function c(c,d){a.call(this,b);var e,f,g=this;this.scheduler=c,this.messages=d,this.subscriptions=[],this.observers=[];for(var h=0,i=this.messages.length;i>h;h++)e=this.messages[h],f=e.value,function(a){c.scheduleAbsoluteWithState(null,e.time,function(){for(var b=g.observers.slice(0),c=0,d=b.length;d>c;c++)a.accept(b[c]);return l})}(f)}return p(c,a),c}(h),x=function(a){function b(a){var b,c,d=this;this.subscriptions.push(new t(this.scheduler.clock));for(var e=this.subscriptions.length-1,f=new n,g=0,h=this.messages.length;h>g;g++)b=this.messages[g],c=b.value,function(c){f.add(d.scheduler.scheduleRelativeWithState(null,b.time,function(){return c.accept(a),l}))}(c);return m(function(){d.subscriptions[e]=new t(d.subscriptions[e].subscribe,d.scheduler.clock),f.dispose()})}function c(c,d){a.call(this,b),this.scheduler=c,this.messages=d,this.subscriptions=[]}return p(c,a),c}(h);return c.TestScheduler=function(a){function b(a,b){return a>b?1:b>a?-1:0}function c(){a.call(this,0,b)}return p(c,a),c.prototype.scheduleAbsoluteWithState=function(b,c,d){return c<=this.clock&&(c=this.clock+1),a.prototype.scheduleAbsoluteWithState.call(this,b,c,d)},c.prototype.add=function(a,b){return a+b},c.prototype.toDateTimeOffset=function(a){return new Date(a).getTime()},c.prototype.toRelative=function(a){return a},c.prototype.startWithTiming=function(a,b,c,d){var e,f,g=this.createObserver();return this.scheduleAbsoluteWithState(null,b,function(){return e=a(),l}),this.scheduleAbsoluteWithState(null,c,function(){return f=e.subscribe(g),l}),this.scheduleAbsoluteWithState(null,d,function(){return f.dispose(),l}),this.start(),g},c.prototype.startWithDispose=function(a,b){return this.startWithTiming(a,r.created,r.subscribed,b)},c.prototype.startWithCreate=function(a){return this.startWithTiming(a,r.created,r.subscribed,r.disposed)},c.prototype.createHotObservable=function(){var a=d(arguments,0);return new w(this,a)},c.prototype.createColdObservable=function(){var a=d(arguments,0);return new x(this,a)},c.prototype.createObserver=function(){return new v(this)},c}(j),c}); \ No newline at end of file diff --git a/rx.time.min.js b/rx.time.min.js index 78ad19ea9..00bcd12c5 100644 --- a/rx.time.min.js +++ b/rx.time.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n,r){function o(t,e){return new p(function(n){return e.scheduleWithAbsolute(t,function(){n.onNext(0),n.onCompleted()})})}function i(t,e,n){var r=S(e);return new p(function(e){var o=0,i=t;return n.scheduleRecursiveWithAbsolute(i,function(t){var s;r>0&&(s=n.now(),i+=r,s>=i&&(i=s+r)),e.onNext(o++),t(i)})})}function s(t,e){var n=S(t);return new p(function(t){return e.scheduleWithRelative(n,function(){t.onNext(0),t.onCompleted()})})}function u(t,e,n){return t===e?new p(function(t){return n.schedulePeriodicWithState(0,e,function(e){return t.onNext(e),e+1})}):d(function(){return i(n.now()+t,e,n)})}function c(t,e){var n=this;return new p(function(r){var o,i=!1,s=new x,u=null,c=[],a=!1;return o=n.materialize().timestamp(e).subscribe(function(n){var o,l;"E"===n.value.kind?(c=[],c.push(n),u=n.value.exception,l=!a):(c.push({value:n.value,timestamp:n.timestamp+t}),l=!i,i=!0),l&&(null!==u?r.onError(u):(o=new g,s.setDisposable(o),o.setDisposable(e.scheduleRecursiveWithRelative(t,function(t){var n,o,s,l;if(null===u){a=!0;do s=null,c.length>0&&0>=c[0].timestamp-e.now()&&(s=c.shift().value),null!==s&&s.accept(r);while(null!==s);l=!1,o=0,c.length>0?(l=!0,o=Math.max(0,c[0].timestamp-e.now())):i=!1,n=u,a=!1,null!==n?r.onError(n):l&&t(o)}}))))}),new E(o,s)})}function a(t,e){var n=this;return d(function(){var r=t-e.now();return c.call(n,r,e)})}function l(t,e){return new p(function(n){function r(){s&&(s=!1,n.onNext(i)),o&&n.onCompleted()}var o,i,s;return new E(t.subscribe(function(t){s=!0,i=t},n.onError.bind(n),function(){o=!0}),e.subscribe(r,n.onError.bind(n),r))})}var f=n.Observable,h=f.prototype,p=n.AnonymousObservable,d=f.defer,b=f.empty,v=f.never,m=f.throwException,y=f.fromArray,w=n.Scheduler.timeout,g=n.SingleAssignmentDisposable,x=n.SerialDisposable,E=n.CompositeDisposable,C=n.RefCountDisposable,D=n.Subject,A=n.internals.addRef,S=n.Scheduler.normalize,N=f.interval=function(t,e){return e||(e=w),u(t,t,e)},O=f.timer=function(t,e,n){var c;return n||(n=w),e!==r&&"number"==typeof e?c=e:e!==r&&"object"==typeof e&&(n=e),t instanceof Date&&c===r?o(t.getTime(),n):t instanceof Date&&c!==r?(c=e,i(t.getTime(),c,n)):c===r?s(t,n):u(t,c,n)};return h.delay=function(t,e){return e||(e=w),t instanceof Date?a.call(this,t.getTime(),e):c.call(this,t,e)},h.throttle=function(t,e){return e||(e=w),this.throttleWithSelector(function(){return O(t,e)})},h.windowWithTime=function(t,e,n){var o,i=this;return e===r&&(o=t),n===r&&(n=w),"number"==typeof e?o=e:"object"==typeof e&&(o=t,n=e),new p(function(e){function r(){var t=new g,i=!1,s=!1;f.setDisposable(t),a===c?(i=!0,s=!0):c>a?i=!0:s=!0;var p=i?a:c,d=p-h;h=p,i&&(a+=o),s&&(c+=o),t.setDisposable(n.scheduleWithRelative(d,function(){var t;s&&(t=new D,l.push(t),e.onNext(A(t,u))),i&&(t=l.shift(),t.onCompleted()),r()}))}var s,u,c=o,a=t,l=[],f=new x,h=0;return s=new E(f),u=new C(s),l.push(new D),e.onNext(A(l[0],u)),r(),s.add(i.subscribe(function(t){var e,n;for(e=0;l.length>e;e++)n=l[e],n.onNext(t)},function(t){var n,r;for(n=0;l.length>n;n++)r=l[n],r.onError(t);e.onError(t)},function(){var t,n;for(t=0;l.length>t;t++)n=l[t],n.onCompleted();e.onCompleted()})),u})},h.windowWithTimeOrCount=function(t,e,n){var r=this;return n||(n=w),new p(function(o){var i,s,u,c,a=0,l=new x,f=0;return s=new E(l),u=new C(s),i=function(e){var r=new g;l.setDisposable(r),r.setDisposable(n.scheduleWithRelative(t,function(){var t;e===f&&(a=0,t=++f,c.onCompleted(),c=new D,o.onNext(A(c,u)),i(t))}))},c=new D,o.onNext(A(c,u)),i(0),s.add(r.subscribe(function(t){var n=0,r=!1;c.onNext(t),a++,a===e&&(r=!0,a=0,n=++f,c.onCompleted(),c=new D,o.onNext(A(c,u))),r&&i(n)},function(t){c.onError(t),o.onError(t)},function(){c.onCompleted(),o.onCompleted()})),u})},h.bufferWithTime=function(){return this.windowWithTime.apply(this,arguments).selectMany(function(t){return t.toArray()})},h.bufferWithTimeOrCount=function(t,e,n){return this.windowWithTimeOrCount(t,e,n).selectMany(function(t){return t.toArray()})},h.timeInterval=function(t){var e=this;return t||(t=w),d(function(){var n=t.now();return e.select(function(e){var r=t.now(),o=r-n;return n=r,{value:e,interval:o}})})},h.timestamp=function(t){return t||(t=w),this.select(function(e){return{value:e,timestamp:t.now()}})},h.sample=function(t,e){return e||(e=w),"number"==typeof t?l(this,N(t,e)):l(this,t)},h.timeout=function(t,e,n){var r,o=this;return e||(e=m(Error("Timeout"))),n||(n=w),r=t instanceof Date?function(t,e){n.scheduleWithAbsolute(t,e)}:function(t,e){n.scheduleWithRelative(t,e)},new p(function(n){var i,s=0,u=new g,c=new x,a=!1,l=new x;return c.setDisposable(u),i=function(){var o=s;l.setDisposable(r(t,function(){a=s===o;var t=a;t&&c.setDisposable(e.subscribe(n))}))},i(),u.setDisposable(o.subscribe(function(t){var e=!a;e&&(s++,n.onNext(t),i())},function(t){var e=!a;e&&(s++,n.onError(t))},function(){var t=!a;t&&(s++,n.onCompleted())})),new E(c,l)})},f.generateWithAbsoluteTime=function(t,e,n,o,i,s){return s||(s=w),new p(function(u){var c,a,l=!0,f=!1,h=t;return s.scheduleRecursiveWithAbsolute(s.now(),function(t){f&&u.onNext(c);try{l?l=!1:h=n(h),f=e(h),f&&(c=o(h),a=i(h))}catch(s){return u.onError(s),r}f?t(a):u.onCompleted()})})},f.generateWithRelativeTime=function(t,e,n,o,i,s){return s||(s=w),new p(function(u){var c,a,l=!0,f=!1,h=t;return s.scheduleRecursiveWithRelative(0,function(t){f&&u.onNext(c);try{l?l=!1:h=n(h),f=e(h),f&&(c=o(h),a=i(h))}catch(s){return u.onError(s),r}f?t(a):u.onCompleted()})})},h.delaySubscription=function(t,e){return e||(e=w),this.delayWithSelector(O(t,e),function(){return b()})},h.delayWithSelector=function(t,e){var n,o,i=this;return"function"==typeof t?o=t:(n=t,o=e),new p(function(t){var e=new E,s=!1,u=function(){s&&0===e.length&&t.onCompleted()},c=new x,a=function(){c.setDisposable(i.subscribe(function(n){var i;try{i=o(n)}catch(s){return t.onError(s),r}var c=new g;e.add(c),c.setDisposable(i.subscribe(function(){t.onNext(n),e.remove(c),u()},t.onError.bind(t),function(){t.onNext(n),e.remove(c),u()}))},t.onError.bind(t),function(){s=!0,c.dispose(),u()}))};return n?c.setDisposable(n.subscribe(function(){a()},t.onError.bind(t),function(){a()})):a(),new E(c,e)})},h.timeoutWithSelector=function(t,e,n){if(1===arguments.length){e=t;var t=v()}n||(n=m(Error("Timeout")));var o=this;return new p(function(i){var s=new x,u=new x,c=new g;s.setDisposable(c);var a=0,l=!1,f=function(t){var e=a,r=function(){return a===e},o=new g;u.setDisposable(o),o.setDisposable(t.subscribe(function(){r()&&s.setDisposable(n.subscribe(i)),o.dispose()},function(t){r()&&i.onError(t)},function(){r()&&s.setDisposable(n.subscribe(i))}))};f(t);var h=function(){var t=!l;return t&&a++,t};return c.setDisposable(o.subscribe(function(t){if(h()){i.onNext(t);var n;try{n=e(t)}catch(o){return i.onError(o),r}f(n)}},function(t){h()&&i.onError(t)},function(){h()&&i.onCompleted()})),new E(s,u)})},h.throttleWithSelector=function(t){var e=this;return new p(function(n){var o,i=!1,s=new x,u=0,c=e.subscribe(function(e){var c;try{c=t(e)}catch(a){return n.onError(a),r}i=!0,o=e,u++;var l=u,f=new g;s.setDisposable(f),f.setDisposable(c.subscribe(function(){i&&u===l&&n.onNext(o),i=!1,f.dispose()},n.onError.bind(n),function(){i&&u===l&&n.onNext(o),i=!1,f.dispose()}))},function(t){s.dispose(),n.onError(t),i=!1,u++},function(){s.dispose(),i&&n.onNext(o),n.onCompleted(),i=!1,u++});return new E(c,s)})},h.skipLastWithTime=function(t,e){e||(e=w);var n=this;return new p(function(r){var o=[];return n.subscribe(function(n){var i=e.now();for(o.push({interval:i,value:n});o.length>0&&i-o[0].interval>=t;)r.onNext(o.shift().value)},r.onError.bind(r),function(){for(var n=e.now();o.length>0&&n-o[0].interval>=t;)r.onNext(o.shift().value);r.onCompleted()})})},h.takeLastWithTime=function(t,e,n){return this.takeLastBufferWithTime(t,e).selectMany(function(t){return y(t,n)})},h.takeLastBufferWithTime=function(t,e){var n=this;return e||(e=w),new p(function(r){var o=[];return n.subscribe(function(n){var r=e.now();for(o.push({interval:r,value:n});o.length>0&&r-o[0].interval>=t;)o.shift()},r.onError.bind(r),function(){for(var n=e.now(),i=[];o.length>0;){var s=o.shift();t>=n-s.interval&&i.push(s.value)}r.onNext(i),r.onCompleted()})})},h.takeWithTime=function(t,e){var n=this;return e||(e=w),new p(function(r){var o=e.scheduleWithRelative(t,function(){r.onCompleted()});return new E(o,n.subscribe(r))})},h.skipWithTime=function(t,e){var n=this;return e||(e=w),new p(function(r){var o=!1,i=e.scheduleWithRelative(t,function(){o=!0}),s=n.subscribe(function(t){o&&r.onNext(t)},r.onError.bind(r),r.onCompleted.bind(r));return new E(i,s)})},h.skipUntilWithTime=function(t,e){e||(e=w);var n=this;return new p(function(r){var o=!1,i=e.scheduleWithAbsolute(t,function(){o=!0}),s=n.subscribe(function(t){o&&r.onNext(t)},r.onError.bind(r),r.onCompleted.bind(r));return new E(i,s)})},h.takeUntilWithTime=function(t,e){e||(e=w);var n=this;return new p(function(r){return new E(e.scheduleWithAbsolute(t,function(){r.onCompleted()}),n.subscribe(r))})},n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c,d){function e(a,b){return new n(function(c){return b.scheduleWithAbsolute(a,function(){c.onNext(0),c.onCompleted()})})}function f(a,b,c){var d=A(b);return new n(function(b){var e=0,f=a;return c.scheduleRecursiveWithAbsolute(f,function(a){var g;d>0&&(g=c.now(),f+=d,g>=f&&(f=g+d)),b.onNext(e++),a(f)})})}function g(a,b){var c=A(a);return new n(function(a){return b.scheduleWithRelative(c,function(){a.onNext(0),a.onCompleted()})})}function h(a,b,c){return a===b?new n(function(a){return c.schedulePeriodicWithState(0,b,function(b){return a.onNext(b),b+1})}):o(function(){return f(c.now()+a,b,c)})}function i(a,b){var c=this;return new n(function(d){var e,f=!1,g=new v,h=null,i=[],j=!1;return e=c.materialize().timestamp(b).subscribe(function(c){var e,k;"E"===c.value.kind?(i=[],i.push(c),h=c.value.exception,k=!j):(i.push({value:c.value,timestamp:c.timestamp+a}),k=!f,f=!0),k&&(null!==h?d.onError(h):(e=new u,g.setDisposable(e),e.setDisposable(b.scheduleRecursiveWithRelative(a,function(a){var c,e,g,k;if(null===h){j=!0;do g=null,i.length>0&&i[0].timestamp-b.now()<=0&&(g=i.shift().value),null!==g&&g.accept(d);while(null!==g);k=!1,e=0,i.length>0?(k=!0,e=Math.max(0,i[0].timestamp-b.now())):f=!1,c=h,j=!1,null!==c?d.onError(c):k&&a(e)}}))))}),new w(e,g)})}function j(a,b){var c=this;return o(function(){var d=a-b.now();return i.call(c,d,b)})}function k(a,b){return new n(function(c){function d(){g&&(g=!1,c.onNext(f)),e&&c.onCompleted()}var e,f,g;return new w(a.subscribe(function(a){g=!0,f=a},c.onError.bind(c),function(){e=!0}),b.subscribe(d,c.onError.bind(c),d))})}var l=c.Observable,m=l.prototype,n=c.AnonymousObservable,o=l.defer,p=l.empty,q=l.never,r=l.throwException,s=l.fromArray,t=c.Scheduler.timeout,u=c.SingleAssignmentDisposable,v=c.SerialDisposable,w=c.CompositeDisposable,x=c.RefCountDisposable,y=c.Subject,z=c.internals.addRef,A=c.Scheduler.normalize,B=l.interval=function(a,b){return b||(b=t),h(a,a,b)},C=l.timer=function(a,b,c){var i;return c||(c=t),b!==d&&"number"==typeof b?i=b:b!==d&&"object"==typeof b&&(c=b),a instanceof Date&&i===d?e(a.getTime(),c):a instanceof Date&&i!==d?(i=b,f(a.getTime(),i,c)):i===d?g(a,c):h(a,i,c)};return m.delay=function(a,b){return b||(b=t),a instanceof Date?j.call(this,a.getTime(),b):i.call(this,a,b)},m.throttle=function(a,b){b||(b=t);return this.throttleWithSelector(function(){return C(a,b)})},m.windowWithTime=function(a,b,c){var e,f=this;return b===d&&(e=a),c===d&&(c=t),"number"==typeof b?e=b:"object"==typeof b&&(e=a,c=b),new n(function(b){function d(){var a=new u,f=!1,g=!1;l.setDisposable(a),j===i?(f=!0,g=!0):i>j?f=!0:g=!0;var n=f?j:i,o=n-m;m=n,f&&(j+=e),g&&(i+=e),a.setDisposable(c.scheduleWithRelative(o,function(){var a;g&&(a=new y,k.push(a),b.onNext(z(a,h))),f&&(a=k.shift(),a.onCompleted()),d()}))}var g,h,i=e,j=a,k=[],l=new v,m=0;return g=new w(l),h=new x(g),k.push(new y),b.onNext(z(k[0],h)),d(),g.add(f.subscribe(function(a){var b,c;for(b=0;b0&&f-e[0].interval>=a;)d.onNext(e.shift().value)},d.onError.bind(d),function(){for(var c=b.now();e.length>0&&c-e[0].interval>=a;)d.onNext(e.shift().value);d.onCompleted()})})},m.takeLastWithTime=function(a,b,c){return this.takeLastBufferWithTime(a,b).selectMany(function(a){return s(a,c)})},m.takeLastBufferWithTime=function(a,b){var c=this;return b||(b=t),new n(function(d){var e=[];return c.subscribe(function(c){var d=b.now();for(e.push({interval:d,value:c});e.length>0&&d-e[0].interval>=a;)e.shift()},d.onError.bind(d),function(){for(var c=b.now(),f=[];e.length>0;){var g=e.shift();c-g.interval<=a&&f.push(g.value)}d.onNext(f),d.onCompleted()})})},m.takeWithTime=function(a,b){var c=this;return b||(b=t),new n(function(d){var e=b.scheduleWithRelative(a,function(){d.onCompleted()});return new w(e,c.subscribe(d))})},m.skipWithTime=function(a,b){var c=this;return b||(b=t),new n(function(d){var e=!1,f=b.scheduleWithRelative(a,function(){e=!0}),g=c.subscribe(function(a){e&&d.onNext(a)},d.onError.bind(d),d.onCompleted.bind(d));return new w(f,g)})},m.skipUntilWithTime=function(a,b){b||(b=t);var c=this;return new n(function(d){var e=!1,f=b.scheduleWithAbsolute(a,function(){e=!0}),g=c.subscribe(function(a){e&&d.onNext(a)},d.onError.bind(d),d.onCompleted.bind(d));return new w(f,g)})},m.takeUntilWithTime=function(a,b){b||(b=t);var c=this;return new n(function(d){return new w(b.scheduleWithAbsolute(a,function(){d.onCompleted()}),c.subscribe(d))})},c}); \ No newline at end of file diff --git a/rx.virtualtime.min.js b/rx.virtualtime.min.js index fec485f00..860712b12 100644 --- a/rx.virtualtime.min.js +++ b/rx.virtualtime.min.js @@ -1 +1 @@ -(function(t){var e={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},n=e[typeof window]&&window||this,r=e[typeof exports]&&exports&&!exports.nodeType&&exports,o=e[typeof module]&&module&&!module.nodeType&&module,i=(o&&o.exports===r&&r,e[typeof global]&&global);!i||i.global!==i&&i.window!==i||(n=i),"function"==typeof define&&define.amd?define(["rx","exports"],function(e,r){return n.Rx=t(n,r,e),n.Rx}):"object"==typeof module&&module&&module.exports===r?module.exports=t(n,module.exports,require("./rx")):n.Rx=t(n,{},n.Rx)}).call(this,function(t,e,n){function r(t,e){return t>e?1:e>t?-1:0}var o=n.Scheduler,i=n.internals.PriorityQueue,s=n.internals.ScheduledItem,u=n.internals.SchedulePeriodicRecursive,c=n.Disposable.empty,a=n.internals.inherits;return n.VirtualTimeScheduler=function(t){function e(){throw Error("Not implemented")}function n(){return this.toDateTimeOffset(this.clock)}function r(t,e){return this.scheduleAbsoluteWithState(t,this.clock,e)}function o(t,e,n){return this.scheduleRelativeWithState(t,this.toRelative(e),n)}function l(t,e,n){return this.scheduleRelativeWithState(t,this.toRelative(e-this.now()),n)}function h(t,e){return e(),c}function f(e,s){this.clock=e,this.comparer=s,this.isEnabled=!1,this.queue=new i(1024),t.call(this,n,r,o,l)}a(f,t);var p=f.prototype;return p.add=e,p.toDateTimeOffset=e,p.toRelative=e,p.schedulePeriodicWithState=function(t,e,n){var r=new u(this,t,e,n);return r.start()},p.scheduleRelativeWithState=function(t,e,n){var r=this.add(this.clock,e);return this.scheduleAbsoluteWithState(t,r,n)},p.scheduleRelative=function(t,e){return this.scheduleRelativeWithState(e,t,h)},p.start=function(){var t;if(!this.isEnabled){this.isEnabled=!0;do t=this.getNext(),null!==t?(this.comparer(t.dueTime,this.clock)>0&&(this.clock=t.dueTime),t.invoke()):this.isEnabled=!1;while(this.isEnabled)}},p.stop=function(){this.isEnabled=!1},p.advanceTo=function(t){var e,n=this.comparer(this.clock,t);if(this.comparer(this.clock,t)>0)throw Error(argumentOutOfRange);if(0!==n&&!this.isEnabled){this.isEnabled=!0;do e=this.getNext(),null!==e&&0>=this.comparer(e.dueTime,t)?(this.comparer(e.dueTime,this.clock)>0&&(this.clock=e.dueTime),e.invoke()):this.isEnabled=!1;while(this.isEnabled);this.clock=t}},p.advanceBy=function(t){var e=this.add(this.clock,t),n=this.comparer(this.clock,e);if(n>0)throw Error(argumentOutOfRange);0!==n&&this.advanceTo(e)},p.sleep=function(t){var e=this.add(this.clock,t);if(this.comparer(this.clock,e)>=0)throw Error(argumentOutOfRange);this.clock=e},p.getNext=function(){for(var t;this.queue.length>0;){if(t=this.queue.peek(),!t.isCancelled())return t;this.queue.dequeue()}return null},p.scheduleAbsolute=function(t,e){return this.scheduleAbsoluteWithState(e,t,h)},p.scheduleAbsoluteWithState=function(t,e,n){var r=this,o=function(t,e){return r.queue.remove(i),n(t,e)},i=new s(r,t,o,e,r.comparer);return r.queue.enqueue(i),i.disposable},f}(o),n.HistoricalScheduler=function(t){function e(e,n){var o=null==e?0:e,i=n||r;t.call(this,o,i)}a(e,t);var n=e.prototype;return n.add=function(t,e){return t+e},n.toDateTimeOffset=function(t){return new Date(t).getTime()},n.toRelative=function(t){return t},e}(n.VirtualTimeScheduler),n}); \ No newline at end of file +(function(a){var b={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},c=b[typeof window]&&window||this,d=b[typeof exports]&&exports&&!exports.nodeType&&exports,e=b[typeof module]&&module&&!module.nodeType&&module,f=(e&&e.exports===d&&d,b[typeof global]&&global);!f||f.global!==f&&f.window!==f||(c=f),"function"==typeof define&&define.amd?define(["rx","exports"],function(b,d){return c.Rx=a(c,d,b),c.Rx}):"object"==typeof module&&module&&module.exports===d?module.exports=a(c,module.exports,require("./rx")):c.Rx=a(c,{},c.Rx)}).call(this,function(a,b,c){function d(a,b){return a>b?1:b>a?-1:0}var e=c.Scheduler,f=c.internals.PriorityQueue,g=c.internals.ScheduledItem,h=c.internals.SchedulePeriodicRecursive,i=c.Disposable.empty,j=c.internals.inherits;return c.VirtualTimeScheduler=function(a){function b(){throw new Error("Not implemented")}function c(){return this.toDateTimeOffset(this.clock)}function d(a,b){return this.scheduleAbsoluteWithState(a,this.clock,b)}function e(a,b,c){return this.scheduleRelativeWithState(a,this.toRelative(b),c)}function k(a,b,c){return this.scheduleRelativeWithState(a,this.toRelative(b-this.now()),c)}function l(a,b){return b(),i}function m(b,g){this.clock=b,this.comparer=g,this.isEnabled=!1,this.queue=new f(1024),a.call(this,c,d,e,k)}j(m,a);var n=m.prototype;return n.add=b,n.toDateTimeOffset=b,n.toRelative=b,n.schedulePeriodicWithState=function(a,b,c){var d=new h(this,a,b,c);return d.start()},n.scheduleRelativeWithState=function(a,b,c){var d=this.add(this.clock,b);return this.scheduleAbsoluteWithState(a,d,c)},n.scheduleRelative=function(a,b){return this.scheduleRelativeWithState(b,a,l)},n.start=function(){var a;if(!this.isEnabled){this.isEnabled=!0;do a=this.getNext(),null!==a?(this.comparer(a.dueTime,this.clock)>0&&(this.clock=a.dueTime),a.invoke()):this.isEnabled=!1;while(this.isEnabled)}},n.stop=function(){this.isEnabled=!1},n.advanceTo=function(a){var b,c=this.comparer(this.clock,a);if(this.comparer(this.clock,a)>0)throw new Error(argumentOutOfRange);if(0!==c&&!this.isEnabled){this.isEnabled=!0;do b=this.getNext(),null!==b&&this.comparer(b.dueTime,a)<=0?(this.comparer(b.dueTime,this.clock)>0&&(this.clock=b.dueTime),b.invoke()):this.isEnabled=!1;while(this.isEnabled);this.clock=a}},n.advanceBy=function(a){var b=this.add(this.clock,a),c=this.comparer(this.clock,b);if(c>0)throw new Error(argumentOutOfRange);0!==c&&this.advanceTo(b)},n.sleep=function(a){var b=this.add(this.clock,a);if(this.comparer(this.clock,b)>=0)throw new Error(argumentOutOfRange);this.clock=b},n.getNext=function(){for(var a;this.queue.length>0;){if(a=this.queue.peek(),!a.isCancelled())return a;this.queue.dequeue()}return null},n.scheduleAbsolute=function(a,b){return this.scheduleAbsoluteWithState(b,a,l)},n.scheduleAbsoluteWithState=function(a,b,c){var d=this,e=function(a,b){return d.queue.remove(f),c(a,b)},f=new g(d,a,e,b,d.comparer);return d.queue.enqueue(f),f.disposable},m}(e),c.HistoricalScheduler=function(a){function b(b,c){var e=null==b?0:b,f=c||d;a.call(this,e,f)}j(b,a);var c=b.prototype;return c.add=function(a,b){return a+b},c.toDateTimeOffset=function(a){return new Date(a).getTime()},c.toRelative=function(a){return a},b}(c.VirtualTimeScheduler),c}); \ No newline at end of file diff --git a/src/core/basicheader-modern.js b/src/core/basicheader-modern.js index 232ab511d..4ba87ed57 100644 --- a/src/core/basicheader-modern.js +++ b/src/core/basicheader-modern.js @@ -6,7 +6,7 @@ function defaultSubComparer(x, y) { return x - y; } function defaultKeySerializer(x) { return x.toString(); } function defaultError(err) { throw err; } - function isPromise(p) { return typeof p.then === 'function' && typeof p.subscribe === 'undefined'; } + function isPromise(p) { return typeof p.then === 'function' && p.then !== Rx.Observable.prototype.then; } // Errors var sequenceContainsNoElements = 'Sequence contains no elements.'; diff --git a/src/core/basicheader.js b/src/core/basicheader.js index 20052d813..0e485460b 100644 --- a/src/core/basicheader.js +++ b/src/core/basicheader.js @@ -6,7 +6,7 @@ function defaultSubComparer(x, y) { return x - y; } function defaultKeySerializer(x) { return x.toString(); } function defaultError(err) { throw err; } - function isPromise(p) { return typeof p.then === 'function' && typeof p.subscribe === 'undefined'; } + function isPromise(p) { return typeof p.then === 'function' && p.then !== Rx.Observable.prototype.then; } // Errors var sequenceContainsNoElements = 'Sequence contains no elements.'; diff --git a/src/core/liteheader-compat.js b/src/core/liteheader-compat.js index 31a722149..81d478282 100644 --- a/src/core/liteheader-compat.js +++ b/src/core/liteheader-compat.js @@ -6,7 +6,7 @@ function defaultSubComparer(x, y) { return x - y; } function defaultKeySerializer(x) { return x.toString(); } function defaultError(err) { throw err; } - function isPromise(p) { return typeof p.then === 'function' && typeof p.subscribe === 'undefined'; } + function isPromise(p) { return typeof p.then === 'function' && p.then !== Rx.Observable.prototype.then; } // Errors var sequenceContainsNoElements = 'Sequence contains no elements.'; diff --git a/src/core/liteheader.js b/src/core/liteheader.js index 6b508d754..d70d339e7 100644 --- a/src/core/liteheader.js +++ b/src/core/liteheader.js @@ -6,7 +6,7 @@ function defaultSubComparer(x, y) { return x - y; } function defaultKeySerializer(x) { return x.toString(); } function defaultError(err) { throw err; } - function isPromise(p) { return typeof p.then === 'function' && typeof p.subscribe === 'undefined'; } + function isPromise(p) { return typeof p.then === 'function' && p.then !== Rx.Observable.prototype.then; } // Errors var sequenceContainsNoElements = 'Sequence contains no elements.';