rxjs-rails 2.2.26 → 2.2.27

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +11 -8
  3. data/lib/rxjs/rails/version.rb +1 -1
  4. data/vendor/assets/javascripts/rx.aggregates.min.js +1 -1
  5. data/vendor/assets/javascripts/rx.all.compat.js +2 -0
  6. data/vendor/assets/javascripts/rx.all.compat.min.js +3 -3
  7. data/vendor/assets/javascripts/rx.all.js +2 -0
  8. data/vendor/assets/javascripts/rx.all.min.js +3 -3
  9. data/vendor/assets/javascripts/rx.async.compat.min.js +1 -1
  10. data/vendor/assets/javascripts/rx.async.min.js +1 -1
  11. data/vendor/assets/javascripts/rx.backpressure.min.js +1 -1
  12. data/vendor/assets/javascripts/rx.binding.min.js +1 -1
  13. data/vendor/assets/javascripts/rx.coincidence.min.js +1 -1
  14. data/vendor/assets/javascripts/rx.compat.js +2 -0
  15. data/vendor/assets/javascripts/rx.compat.min.js +2 -2
  16. data/vendor/assets/javascripts/rx.core.compat.js +2 -0
  17. data/vendor/assets/javascripts/rx.core.compat.min.js +1 -1
  18. data/vendor/assets/javascripts/rx.core.js +2 -0
  19. data/vendor/assets/javascripts/rx.core.min.js +1 -1
  20. data/vendor/assets/javascripts/rx.experimental.min.js +1 -1
  21. data/vendor/assets/javascripts/rx.joinpatterns.min.js +1 -1
  22. data/vendor/assets/javascripts/rx.js +2 -0
  23. data/vendor/assets/javascripts/rx.lite.compat.js +2 -0
  24. data/vendor/assets/javascripts/rx.lite.compat.min.js +2 -2
  25. data/vendor/assets/javascripts/rx.lite.extras.min.js +1 -1
  26. data/vendor/assets/javascripts/rx.lite.js +2 -0
  27. data/vendor/assets/javascripts/rx.lite.min.js +2 -2
  28. data/vendor/assets/javascripts/rx.min.js +2 -2
  29. data/vendor/assets/javascripts/rx.testing.min.js +1 -1
  30. data/vendor/assets/javascripts/rx.time.min.js +1 -1
  31. data/vendor/assets/javascripts/rx.virtualtime.min.js +1 -1
  32. metadata +10 -11
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 334d6e78633ea0232bd7867477ebe8b8808d34fa
4
- data.tar.gz: 1ade036a5c31ea774108ee2159f4ca3b77f4365a
3
+ metadata.gz: 7886ca5556e1c7d378ac63ae40e34fc4638c15fc
4
+ data.tar.gz: 172df85cc21d32977d19a900c015093e43d9d986
5
5
  SHA512:
6
- metadata.gz: 8b4ba925b14739c20b8c18dfac62bad1c2920e2f346e48b8358f121838227bbe7056f1bb75910ffdf655e64195bbdc187cd875a4ce034035ac9b44d30d01af6d
7
- data.tar.gz: bef83ebdb1e131c159ab515c0fc8a1f9794e7ff30aaf1dfdb8d4d4e8916d0a926c745e8c1ff75a7e023390357970e3eea3556e727079187a174ab94c995d4071
6
+ metadata.gz: d648e0e4ef3f9eeee20f10f87856d564e4bc44f8bb8ea267b38ff53982edd50a32d1513cc996668019b0a2391f649d74b487c827566216ee0f9465e2fd709f95
7
+ data.tar.gz: e4b51fe2c74d661bf8d730f08e96aaeda0bfe0d9efeb7c98f14a8984f1275a456e22b1a3ecea99815c821016db8876aedb6dcf8d6fb888f0da48409073f54237
data/Rakefile CHANGED
@@ -3,17 +3,20 @@ task :sync_rxjs_repo do
3
3
  unless Dir.exist?('tmp/RxJS')
4
4
  `git clone https://github.com/Reactive-Extensions/RxJS.git tmp/RxJS`
5
5
  end
6
- `cd tmp/RxJS && git pull`
6
+ `cd tmp/RxJS && git fetch`
7
7
  end
8
8
 
9
9
  desc 'update asset files to RxJS version (vX.X.X)'
10
10
  task(:update, [:version] => :sync_rxjs_repo) do |t,args|
11
-
12
- `cd tmp/RxJS && git co -b #{args[:version]}`
13
- `cd tmp/RxJS && npm install`
14
- `cd tmp/RxJS && grunt`
15
- `rm -f vendor/assets/javascipts/*.js`
16
- `cp tmp/RxJS/rx*js vendor/assets/javascripts/`
17
- `m4 -D version=#{args[:version].gsub(/^v/i, '')} version.rb.m4 > lib/rxjs/rails/version.rb`
11
+ %x{
12
+ cd tmp/RxJS
13
+ git co -b #{args[:version]}
14
+ npm install
15
+ grunt
16
+ cd ../..
17
+ rm -f vendor/assets/javascipts/*.js
18
+ cp tmp/RxJS/dist/rx*js vendor/assets/javascripts/
19
+ m4 -D version=#{args[:version].gsub(/^v/i, '')} version.rb.m4 > lib/rxjs/rails/version.rb
20
+ }
18
21
  end
19
22
 
@@ -1,6 +1,6 @@
1
1
  module Rxjs
2
2
  module Rails
3
- VERSION = "2.2.26"
3
+ VERSION = "2.2.27"
4
4
  end
5
5
  end
6
6
 
@@ -1 +1 @@
1
- (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,c){return new p(function(d){var e=!1,f=null,g=[];return a.subscribe(function(a){var h,i;try{i=b(a)}catch(j){return void d.onError(j)}if(h=0,e)try{h=c(i,f)}catch(k){return void d.onError(k)}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 f(a){if(0===a.length)throw new Error(x);return a[0]}function g(a,b,c){return new p(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 void d.onError(h)}g||(d.onNext(!1),d.onCompleted())},d.onError.bind(d),function(){d.onNext(e===f),d.onCompleted()})})}function h(a,b,c,d){if(0>b)throw new Error(w);return new p(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(w))})})}function i(a,b,c){return new p(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(x))})})}function j(a,b,c){return new p(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(x))})})}function k(a,b,c){return new p(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(x))})})}function l(a,b,c,e){return new p(function(f){var g=0;return a.subscribe(function(d){var h;try{h=b.call(c,d,g,a)}catch(i){return void f.onError(i)}h?(f.onNext(e?g:d),f.onCompleted()):g++},f.onError.bind(f),function(){f.onNext(e?-1:d),f.onCompleted()})})}var m=c.Observable,n=m.prototype,o=c.CompositeDisposable,p=c.AnonymousObservable,q=(c.internals.isEqual,c.helpers),r=q.defaultComparer,s=q.identity,t=q.defaultSubComparer,u=q.isPromise,v=m.fromPromise,w="Argument out of range",x="Sequence contains no elements.";return n.finalValue=function(){var a=this;return new p(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(x))})})},n.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()},n.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()},n.some=n.any=function(a,b){var c=this;return a?c.where(a,b).any():new p(function(a){return c.subscribe(function(){a.onNext(!0),a.onCompleted()},a.onError.bind(a),function(){a.onNext(!1),a.onCompleted()})})},n.isEmpty=function(){return this.any().select(function(a){return!a})},n.every=n.all=function(a,b){return this.where(function(b){return!a(b)},b).any().select(function(a){return!a})},n.contains=function(a,b){return b||(b=r),this.where(function(c){return b(c,a)}).any()},n.count=function(a,b){return a?this.where(a,b).count():this.aggregate(0,function(a){return a+1})},n.sum=function(a,b){return a?this.select(a,b).sum():this.aggregate(0,function(a,b){return a+b})},n.minBy=function(a,b){return b||(b=t),e(this,a,function(a,c){return-1*b(a,c)})},n.min=function(a){return this.minBy(s,a).select(function(a){return f(a)})},n.maxBy=function(a,b){return b||(b=t),e(this,a,b)},n.max=function(a){return this.maxBy(s,a).select(function(a){return f(a)})},n.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})},n.sequenceEqual=function(a,b){var c=this;return b||(b=r),Array.isArray(a)?g(c,a,b):new p(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 void d.onError(i)}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()))});u(a)&&(a=v(a));var j=a.subscribe(function(a){var c,f;if(g.length>0){f=g.shift();try{c=b(f,a)}catch(i){return void d.onError(i)}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 o(i,j)})},n.elementAt=function(a){return h(this,a,!1)},n.elementAtOrDefault=function(a,b){return h(this,a,!0,b)},n.single=function(a,b){return a?this.where(a,b).single():i(this,!1)},n.singleOrDefault=function(a,b,c){return a?this.where(a,c).singleOrDefault(null,b):i(this,!0,b)},n.first=function(a,b){return a?this.where(a,b).first():j(this,!1)},n.firstOrDefault=function(a,b){return a?this.where(a).firstOrDefault(null,b):j(this,!0,b)},n.last=function(a,b){return a?this.where(a,b).last():k(this,!1)},n.lastOrDefault=function(a,b,c){return a?this.where(a,c).lastOrDefault(null,b):k(this,!0,b)},n.find=function(a,b){return l(this,a,b,!1)},n.findIndex=function(a,b){return l(this,a,b,!0)},c});
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,n){return new v(function(i){var o=!1,s=null,u=[];return t.subscribe(function(t){var c,a;try{a=e(t)}catch(h){return i.onError(h),r}if(c=0,o)try{c=n(a,s)}catch(l){return i.onError(l),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 o(t){if(0===t.length)throw Error(C);return t[0]}function s(t,e,n){return new v(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 u(t,e,n,r){if(0>e)throw Error(x);return new v(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(x))})})}function c(t,e,n){return new v(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(C))})})}function a(t,e,n){return new v(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(C))})})}function h(t,e,n){return new v(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(C))})})}function l(t,e,n,i){return new v(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 f=n.Observable,p=f.prototype,d=n.CompositeDisposable,v=n.AnonymousObservable,b=(n.internals.isEqual,n.helpers),m=b.defaultComparer,y=b.identity,w=b.defaultSubComparer,g=b.isPromise,E=f.fromPromise,x="Argument out of range",C="Sequence contains no elements.";return p.finalValue=function(){var t=this;return new v(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(C))})})},p.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()},p.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()},p.some=p.any=function(t,e){var n=this;return t?n.where(t,e).any():new v(function(t){return n.subscribe(function(){t.onNext(!0),t.onCompleted()},t.onError.bind(t),function(){t.onNext(!1),t.onCompleted()})})},p.isEmpty=function(){return this.any().select(function(t){return!t})},p.every=p.all=function(t,e){return this.where(function(e){return!t(e)},e).any().select(function(t){return!t})},p.contains=function(t,e){return e||(e=m),this.where(function(n){return e(n,t)}).any()},p.count=function(t,e){return t?this.where(t,e).count():this.aggregate(0,function(t){return t+1})},p.sum=function(t,e){return t?this.select(t,e).sum():this.aggregate(0,function(t,e){return t+e})},p.minBy=function(t,e){return e||(e=w),i(this,t,function(t,n){return-1*e(t,n)})},p.min=function(t){return this.minBy(y,t).select(function(t){return o(t)})},p.maxBy=function(t,e){return e||(e=w),i(this,t,e)},p.max=function(t){return this.maxBy(y,t).select(function(t){return o(t)})},p.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})},p.sequenceEqual=function(t,e){var n=this;return e||(e=m),Array.isArray(t)?s(n,t,e):new v(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()))});g(t)&&(t=E(t));var h=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 d(a,h)})},p.elementAt=function(t){return u(this,t,!1)},p.elementAtOrDefault=function(t,e){return u(this,t,!0,e)},p.single=function(t,e){return t?this.where(t,e).single():c(this,!1)},p.singleOrDefault=function(t,e,n){return t?this.where(t,n).singleOrDefault(null,e):c(this,!0,e)},p.first=function(t,e){return t?this.where(t,e).first():a(this,!1)},p.firstOrDefault=function(t,e){return t?this.where(t).firstOrDefault(null,e):a(this,!0,e)},p.last=function(t,e){return t?this.where(t,e).last():h(this,!1)},p.lastOrDefault=function(t,e,n){return t?this.where(t,n).lastOrDefault(null,e):h(this,!0,e)},p.find=function(t,e){return l(this,t,e,!1)},p.findIndex=function(t,e){return l(this,t,e,!0)},n});
@@ -32,6 +32,8 @@
32
32
  // Defaults
33
33
  var noop = Rx.helpers.noop = function () { },
34
34
  identity = Rx.helpers.identity = function (x) { return x; },
35
+ pluck = Rx.helpers.pluck = function (property) { return function (x) { return x[property]; }; },
36
+ just = Rx.helpers.just = function (value) { return function () { return value; }; },
35
37
  defaultNow = Rx.helpers.defaultNow = (function () { return !!Date.now ? Date.now : function () { return +new Date; }; }()),
36
38
  defaultComparer = Rx.helpers.defaultComparer = function (x, y) { return isEqual(x, y); },
37
39
  defaultSubComparer = Rx.helpers.defaultSubComparer = function (x, y) { return x > y ? 1 : (x < y ? -1 : 0); },
@@ -1,3 +1,3 @@
1
- (function(a){function b(){if(this.isDisposed)throw new Error(mb)}function c(a){var b=typeof a;return a&&("function"==b||"object"==b)||!1}function d(a){var b=[];if(!c(a))return b;Jb.nonEnumArgs&&a.length&&h(a)&&(a=Lb.call(a));var d=Jb.enumPrototypes&&"function"==typeof a,e=Jb.enumErrorProps&&(a===Db||a instanceof Error);for(var f in a)d&&"prototype"==f||e&&("message"==f||"name"==f)||b.push(f);if(Jb.nonEnumShadows&&a!==Eb){var g=a.constructor,i=-1,j=Hb.length;if(a===(g&&g.prototype))var k=a===stringProto?zb:a===Db?ub:Ab.call(a),l=Ib[k];for(;++i<j;)f=Hb[i],l&&l[f]||!Bb.call(a,f)||b.push(f)}return b}function e(a,b,c){for(var d=-1,e=c(a),f=e.length;++d<f;){var g=e[d];if(b(a[g],g,a)===!1)break}return a}function f(a,b){return e(a,b,d)}function g(a){return"function"!=typeof a.toString&&"string"==typeof(a+"")}function h(a){return a&&"object"==typeof a?Ab.call(a)==qb:!1}function i(a){return"function"==typeof a||!1}function j(a,b,c,d){if(a===b)return 0!==a||1/a==1/b;var e=typeof a,k=typeof b;if(a===a&&(null==a||null==b||"function"!=e&&"object"!=e&&"function"!=k&&"object"!=k))return!1;var l=Ab.call(a),m=Ab.call(b);if(l==qb&&(l=xb),m==qb&&(m=xb),l!=m)return!1;switch(l){case sb:case tb:return+a==+b;case wb:return a!=+a?b!=+b:0==a?1/a==1/b:a==+b;case yb:case zb:return a==String(b)}var n=l==rb;if(!n){if(l!=xb||!Jb.nodeClass&&(g(a)||g(b)))return!1;var o=!Jb.argsObject&&h(a)?Object:a.constructor,p=!Jb.argsObject&&h(b)?Object:b.constructor;if(!(o==p||Bb.call(a,"constructor")&&Bb.call(b,"constructor")||i(o)&&o instanceof o&&i(p)&&p instanceof p||!("constructor"in a&&"constructor"in b)))return!1}c||(c=[]),d||(d=[]);for(var q=c.length;q--;)if(c[q]==a)return d[q]==b;var r=0;if(result=!0,c.push(a),d.push(b),n){if(q=a.length,r=b.length,result=r==q)for(;r--;){var s=b[r];if(!(result=j(a[r],s,c,d)))break}}else f(b,function(b,e,f){return Bb.call(f,e)?(r++,result=Bb.call(a,e)&&j(a[e],b,c,d)):void 0}),result&&f(a,function(a,b,c){return Bb.call(c,b)?result=--r>-1:void 0});return c.pop(),d.pop(),result}function k(a,b){return 1===a.length&&Array.isArray(a[b])?a[b]:Lb.call(a)}function l(a,b){for(var c=new Array(a),d=0;a>d;d++)c[d]=b();return c}function m(a,b){this.scheduler=a,this.disposable=b,this.isDisposed=!1}function n(a,b){return new jd(function(c){var d=new $b,e=new _b;return e.setDisposable(d),d.setDisposable(a.subscribe(c.onNext.bind(c),function(a){var d,f;try{f=b(a)}catch(g){return void c.onError(g)}jb(f)&&(f=Cc(f)),d=new $b,e.setDisposable(d),d.setDisposable(f.subscribe(c))},c.onCompleted.bind(c))),e})}function o(a,b){var c=this;return new jd(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 void d.onError(i)}d.onNext(g)}else d.onCompleted()},d.onError.bind(d),d.onCompleted.bind(d))})}function p(a){return this.map(function(b,c){var d=a(b,c);return jb(d)?Cc(d):d}).concatAll()}function q(a){return this.select(function(b,c){var d=a(b,c);return jb(d)?Cc(d):d}).mergeObservable()}function r(a,b,c){return new jd(function(d){var e=!1,f=null,g=[];return a.subscribe(function(a){var h,i;try{i=b(a)}catch(j){return void d.onError(j)}if(h=0,e)try{h=c(i,f)}catch(k){return void d.onError(k)}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 s(a){if(0===a.length)throw new Error(kb);return a[0]}function t(a,b,c){return new jd(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 void d.onError(h)}g||(d.onNext(!1),d.onCompleted())},d.onError.bind(d),function(){d.onNext(e===f),d.onCompleted()})})}function u(a,b,c,d){if(0>b)throw new Error(lb);return new jd(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(lb))})})}function v(a,b,c){return new jd(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(kb))})})}function w(a,b,c){return new jd(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(kb))})})}function x(a,b,c){return new jd(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(kb))})})}function y(b,c,d,e){return new jd(function(f){var g=0;return b.subscribe(function(a){var h;try{h=c.call(d,a,g,b)}catch(i){return void f.onError(i)}h?(f.onNext(e?g:a),f.onCompleted()):g++},f.onError.bind(f),function(){f.onNext(e?-1:a),f.onCompleted()})})}function z(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=Y.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 A(a,b,c){if(a.addListener)return a.addListener(b,c),Xb(function(){a.removeListener(b,c)});if(a.addEventListener)return a.addEventListener(b,c,!1),Xb(function(){a.removeEventListener(b,c,!1)});if(a.attachEvent){var d=function(a){c(z(a))};return a.attachEvent("on"+b,d),Xb(function(){a.detachEvent("on"+b,d)})}return a["on"+b]=c,Xb(function(){a["on"+b]=null})}function B(a,b,c){var d=new Ub;if("function"==typeof a.item&&"number"==typeof a.length)for(var e=0,f=a.length;f>e;e++)d.add(B(a.item(e),b,c));else a&&d.add(A(a,b,c));return d}function C(a,b,c){return new jd(function(d){function e(a,b){j[b]=a;var e;if(g[b]=!0,h||(h=g.every(db))){try{e=c.apply(null,j)}catch(f){return void d.onError(f)}d.onNext(e)}else i&&d.onCompleted()}var f=2,g=[!1,!1],h=!1,i=!1,j=new Array(f);return new Ub(a.subscribe(function(a){e(a,0)},d.onError.bind(d),function(){i=!0,d.onCompleted()}),b.subscribe(function(a){e(a,1)},d.onError.bind(d)))})}function D(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 E(a){var b,c,d;for(b=0;b<$c.length;++b)if(c=$c[b],c>=a)return c;for(d=1|a;d<$c[$c.length-1];){if(D(d))return d;d+=2}return a}function F(a){var b=757602046;if(!a.length)return b;for(var c=0,d=a.length;d>c;c++){var e=a.charCodeAt(c);b=(b<<5)-b+e,b&=b}return b}function G(a){var b=668265261;return a=61^a^a>>>16,a+=a<<3,a^=a>>>4,a*=b,a^=a>>>15}function H(){return{key:null,value:null,next:0,hashCode:0}}function I(a,b){return a.groupJoin(this,b,function(){return Ec()},function(a,b){return b})}function J(a){var b=this;return new jd(function(c){var d=new md,e=new Ub,f=new ac(e);return c.onNext(Ob(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 md,c.onNext(Ob(d,f))},function(a){d.onError(a),c.onError(a)},function(){d.onCompleted(),c.onCompleted()})),f})}function K(a){var b=this;return new jd(function(c){var d,e=new _b,f=new Ub(e),g=new ac(f),h=new md;return c.onNext(Ob(h,g)),f.add(b.subscribe(function(a){h.onNext(a)},function(a){h.onError(a),c.onError(a)},function(){h.onCompleted(),c.onCompleted()})),d=function(){var b,f;try{f=a()}catch(i){return void c.onError(i)}b=new $b,e.setDisposable(b),b.setDisposable(f.take(1).subscribe(cb,function(a){h.onError(a),c.onError(a)},function(){h.onCompleted(),h=new md,c.onNext(Ob(h,g)),d()}))},d(),g})}function L(b,c){return new qc(function(){return new pc(function(){return b()?{done:!1,value:c}:{done:!0,value:a}})})}function M(a){this.patterns=a}function N(a,b){this.expression=a,this.selector=b}function O(a,b,c){var d=a.get(b);if(!d){var e=new gd(b,c);return a.set(b,e),e}return d}function P(a,b,c){var d,e;for(this.joinObserverArray=a,this.onNext=b,this.onCompleted=c,this.joinObservers=new fd,d=0;d<this.joinObserverArray.length;d++)e=this.joinObserverArray[d],this.joinObservers.set(e,e)}function Q(a,b){return new jd(function(c){return b.scheduleWithAbsolute(a,function(){c.onNext(0),c.onCompleted()})})}function R(a,b,c){var d=ec(b);return new jd(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 S(a,b){var c=ec(a);return new jd(function(a){return b.scheduleWithRelative(c,function(){a.onNext(0),a.onCompleted()})})}function T(a,b,c){return a===b?new jd(function(a){return c.schedulePeriodicWithState(0,b,function(b){return a.onNext(b),b+1})}):Dc(function(){return R(c.now()+a,b,c)})}function U(a,b){var c=this;return new jd(function(d){var e,f=!1,g=new _b,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 $b,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 Ub(e,g)})}function V(a,b){var c=this;return Dc(function(){var d=a-b.now();return U.call(c,d,b)})}function W(a,b){return new jd(function(c){function d(){g&&(g=!1,c.onNext(f)),e&&c.onCompleted()}var e,f,g;return new Ub(a.subscribe(function(a){g=!0,f=a},c.onError.bind(c),function(){e=!0}),b.subscribe(d,c.onError.bind(c),d))})}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,$=X[typeof module]&&module&&!module.nodeType&&module,_=$&&$.exports===Z&&Z,ab=X[typeof global]&&global;!ab||ab.global!==ab&&ab.window!==ab||(Y=ab);var bb={internals:{},config:{Promise:Y.Promise},helpers:{}},cb=bb.helpers.noop=function(){},db=bb.helpers.identity=function(a){return a},eb=bb.helpers.defaultNow=function(){return Date.now?Date.now:function(){return+new Date}}(),fb=bb.helpers.defaultComparer=function(a,b){return Kb(a,b)},gb=bb.helpers.defaultSubComparer=function(a,b){return a>b?1:b>a?-1:0},hb=bb.helpers.defaultKeySerializer=function(a){return a.toString()},ib=bb.helpers.defaultError=function(a){throw a},jb=bb.helpers.isPromise=function(a){return!!a&&"function"==typeof a.then&&a.then!==bb.Observable.prototype.then},kb=(bb.helpers.asArray=function(){return Array.prototype.slice.call(arguments)},bb.helpers.not=function(a){return!a},"Sequence contains no elements."),lb="Argument out of range",mb="Object has been disposed",nb="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";Y.Set&&"function"==typeof(new Y.Set)["@@iterator"]&&(nb="@@iterator");var ob,pb={done:!0,value:a},qb="[object Arguments]",rb="[object Array]",sb="[object Boolean]",tb="[object Date]",ub="[object Error]",vb="[object Function]",wb="[object Number]",xb="[object Object]",yb="[object RegExp]",zb="[object String]",Ab=Object.prototype.toString,Bb=Object.prototype.hasOwnProperty,Cb=Ab.call(arguments)==qb,Db=Error.prototype,Eb=Object.prototype,Fb=Eb.propertyIsEnumerable;try{ob=!(Ab.call(document)==xb&&!({toString:0}+""))}catch(Gb){ob=!0}var Hb=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],Ib={};Ib[rb]=Ib[tb]=Ib[wb]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},Ib[sb]=Ib[zb]={constructor:!0,toString:!0,valueOf:!0},Ib[ub]=Ib[vb]=Ib[yb]={constructor:!0,toString:!0},Ib[xb]={constructor:!0};var Jb={};!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);Jb.enumErrorProps=Fb.call(Db,"message")||Fb.call(Db,"name"),Jb.enumPrototypes=Fb.call(a,"prototype"),Jb.nonEnumArgs=0!=c,Jb.nonEnumShadows=!/valueOf/.test(b)}(1),Cb||(h=function(a){return a&&"object"==typeof a?Bb.call(a,"callee"):!1}),i(/x/)&&(i=function(a){return"function"==typeof a&&Ab.call(a)==vb});var Kb=bb.internals.isEqual=function(a,b){return j(a,b,[],[])},Lb=Array.prototype.slice,Mb=({}.hasOwnProperty,this.inherits=bb.internals.inherits=function(a,b){function c(){this.constructor=a}c.prototype=b.prototype,a.prototype=new c}),Nb=bb.internals.addProperties=function(a){for(var b=Lb.call(arguments,1),c=0,d=b.length;d>c;c++){var e=b[c];for(var f in e)a[f]=e[f]}},Ob=bb.internals.addRef=function(a,b){return new jd(function(c){return new Ub(b.getDisposable(),a.subscribe(c))})};Function.prototype.bind||(Function.prototype.bind=function(a){var b=this,c=Lb.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(Lb.call(arguments)));return Object(g)===g?g:f}return b.apply(a,c.concat(Lb.call(arguments)))};return d});var Pb=Object("a"),Qb="a"!=Pb[0]||!(0 in Pb);Array.prototype.every||(Array.prototype.every=function(a){var b=Object(this),c=Qb&&{}.toString.call(this)==zb?this.split(""):b,d=c.length>>>0,e=arguments[1];if({}.toString.call(a)!=vb)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=Qb&&{}.toString.call(this)==zb?this.split(""):b,d=c.length>>>0,e=Array(d),f=arguments[1];if({}.toString.call(a)!=vb)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)==rb}),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 Rb=function(a,b){this.id=a,this.value=b};Rb.prototype.compareTo=function(a){var b=this.value.compareTo(a.value);return 0===b&&(b=this.id-a.id),b};var Sb=bb.internals.PriorityQueue=function(a){this.items=new Array(a),this.length=0},Tb=Sb.prototype;Tb.isHigherPriority=function(a,b){return this.items[a].compareTo(this.items[b])<0},Tb.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)}}},Tb.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(c<this.length&&this.isHigherPriority(c,e)&&(e=c),d<this.length&&this.isHigherPriority(d,e)&&(e=d),e!==b){var f=this.items[b];this.items[b]=this.items[e],this.items[e]=f,this.heapify(e)}}},Tb.peek=function(){return this.items[0].value},Tb.removeAt=function(a){this.items[a]=this.items[--this.length],delete this.items[this.length],this.heapify()},Tb.dequeue=function(){var a=this.peek();return this.removeAt(0),a},Tb.enqueue=function(a){var b=this.length++;this.items[b]=new Rb(Sb.count++,a),this.percolate(b)},Tb.remove=function(a){for(var b=0;b<this.length;b++)if(this.items[b].value===a)return this.removeAt(b),!0;return!1},Sb.count=0;var Ub=bb.CompositeDisposable=function(){this.disposables=k(arguments,0),this.isDisposed=!1,this.length=this.disposables.length},Vb=Ub.prototype;Vb.add=function(a){this.isDisposed?a.dispose():(this.disposables.push(a),this.length++)},Vb.remove=function(a){var b=!1;if(!this.isDisposed){var c=this.disposables.indexOf(a);-1!==c&&(b=!0,this.disposables.splice(c,1),this.length--,a.dispose())}return b},Vb.dispose=function(){if(!this.isDisposed){this.isDisposed=!0;var a=this.disposables.slice(0);this.disposables=[],this.length=0;for(var b=0,c=a.length;c>b;b++)a[b].dispose()}},Vb.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()},Vb.contains=function(a){return-1!==this.disposables.indexOf(a)},Vb.toArray=function(){return this.disposables.slice(0)};var Wb=bb.Disposable=function(a){this.isDisposed=!1,this.action=a||cb};Wb.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var Xb=Wb.create=function(a){return new Wb(a)},Yb=Wb.empty={dispose:cb},Zb=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}(),$b=bb.SingleAssignmentDisposable=function(a){function b(){a.call(this,!0)}return Mb(b,a),b}(Zb),_b=bb.SerialDisposable=function(a){function b(){a.call(this,!1)}return Mb(b,a),b}(Zb),ac=bb.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?Yb:new a(this)},b}();m.prototype.dispose=function(){var a=this;this.scheduler.schedule(function(){a.isDisposed||(a.isDisposed=!0,a.disposable.dispose())})};var bc=bb.internals.ScheduledItem=function(a,b,c,d,e){this.scheduler=a,this.state=b,this.action=c,this.dueTime=d,this.comparer=e||gb,this.disposable=new $b};bc.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},bc.prototype.compareTo=function(a){return this.comparer(this.dueTime,a.dueTime)},bc.prototype.isCancelled=function(){return this.disposable.isDisposed},bc.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var cc,dc=bb.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 Ub,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),Yb});d||(e.add(g),c=!0)})};return f(c),e}function c(a,b,c){var d=b.first,e=b.second,f=new Ub,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),Yb});h||(f.add(i),e=!0)})};return g(d),f}function d(a,b){return b(),Yb}var e=a.prototype;return e.catchException=e["catch"]=function(a){return new kc(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 Xb(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=eb,a.normalize=function(a){return 0>a&&(a=0),a},a}(),ec=dc.normalize,fc=bb.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 $b;return this._cancel=b,b.setDisposable(this._scheduler.scheduleRecursiveWithRelativeAndState(0,this._period,a.bind(this))),b},b}(),gc=dc.immediate=function(){function a(a,b){return b(this,a)}function b(a,b,c){for(var d=ec(d);d-this.now()>0;);return c(this,a)}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new dc(eb,a,b,c)}(),hc=dc.currentThread=function(){function a(a){for(var b;a.length>0;)if(b=a.dequeue(),!b.isCancelled()){for(;b.dueTime-dc.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()+dc.normalize(c),g=new bc(this,b,d,f);if(e)e.enqueue(g);else{e=new Sb(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 dc(eb,b,c,d);return f.scheduleRequired=function(){return null===e},f.ensureTrampoline=function(a){return null===e?this.schedule(a):a()},f}(),ic=cb;!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(Ab).replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),d="function"==typeof(d=ab&&_&&ab.setImmediate)&&!c.test(d)&&d,e="function"==typeof(e=ab&&_&&ab.clearImmediate)&&!c.test(e)&&e;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))cc=process.nextTick;else if("function"==typeof d)cc=d,ic=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),cc=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]},cc=function(a){var b=k++;j[b]=a,i.port2.postMessage(b)}}else"document"in Y&&"onreadystatechange"in Y.document.createElement("script")?cc=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)}:(cc=function(a){return setTimeout(a,0)},ic=clearTimeout)}();var jc=dc.timeout=function(){function a(a,b){var c=this,d=new $b,e=cc(function(){d.isDisposed||d.setDisposable(b(c,a))});return new Ub(d,Xb(function(){ic(e)}))}function b(a,b,c){var d=this,e=dc.normalize(b);if(0===e)return d.scheduleWithState(a,c);var f=new $b,g=setTimeout(function(){f.isDisposed||f.setDisposable(c(d,a))},e);return new Ub(f,Xb(function(){clearTimeout(g)}))}function c(a,b,c){return this.scheduleWithRelativeAndState(a,b-this.now(),c)}return new dc(eb,a,b,c)}(),kc=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 Mb(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 Yb}}},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 $b;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}(dc),lc=bb.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=gc),new jd(function(c){return a.schedule(function(){b._acceptObservable(c),"N"===b.kind&&c.onCompleted()})})},a}(),mc=lc.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 lc("N",!0);return e.value=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),nc=lc.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 lc("E");return e.exception=d,e._accept=a,e._acceptObservable=b,e.toString=c,e}}(),oc=lc.createOnCompleted=function(){function a(a,b,c){return c()}function b(a){return a.onCompleted()}function c(){return"OnCompleted()"}return function(){var d=new lc("C");return d._accept=a,d._acceptObservable=b,d.toString=c,d}}(),pc=bb.internals.Enumerator=function(a){this._next=a};pc.prototype.next=function(){return this._next()},pc.prototype[nb]=function(){return this};var qc=bb.internals.Enumerable=function(a){this._iterator=a};qc.prototype[nb]=function(){return this._iterator()},qc.prototype.concat=function(){var a=this;return new jd(function(b){var c;try{c=a[nb]()}catch(d){return void b.onError()}var e,f=new _b,g=gc.scheduleRecursive(function(a){var d;if(!e){try{d=c.next()}catch(g){return void b.onError(g)}if(d.done)return void b.onCompleted();var h=d.value;jb(h)&&(h=Cc(h));var i=new $b;f.setDisposable(i),i.setDisposable(h.subscribe(b.onNext.bind(b),b.onError.bind(b),function(){a()}))}});return new Ub(f,g,Xb(function(){e=!0}))})},qc.prototype.catchException=function(){var a=this;return new jd(function(b){var c;try{c=a[nb]()}catch(d){return void b.onError()}var e,f,g=new _b,h=gc.scheduleRecursive(function(a){if(!e){var d;try{d=c.next()}catch(h){return void b.onError(h)}if(d.done)return void(f?b.onError(f):b.onCompleted());var i=d.value;jb(i)&&(i=Cc(i));var j=new $b;g.setDisposable(j),j.setDisposable(i.subscribe(b.onNext.bind(b),function(b){f=b,a()},b.onCompleted.bind(b)))}});return new Ub(g,h,Xb(function(){e=!0}))})};var rc=qc.repeat=function(a,b){return null==b&&(b=-1),new qc(function(){var c=b;return new pc(function(){return 0===c?pb:(c>0&&c--,{done:!1,value:a})})})},sc=qc.forEach=function(a,b,c){return b||(b=db),new qc(function(){var d=-1;return new pc(function(){return++d<a.length?{done:!1,value:b.call(c,a[d],d,a)}:pb})})},tc=bb.Observer=function(){};tc.prototype.toNotifier=function(){var a=this;return function(b){return b.accept(a)}},tc.prototype.asObserver=function(){return new xc(this.onNext.bind(this),this.onError.bind(this),this.onCompleted.bind(this))},tc.prototype.checked=function(){return new yc(this)};var uc=tc.create=function(a,b,c){return a||(a=cb),b||(b=ib),c||(c=cb),new xc(a,b,c)};tc.fromNotifier=function(a){return new xc(function(b){return a(mc(b))},function(b){return a(nc(b))},function(){return a(oc())})},tc.notifyOn=function(a){return new Ac(a,this)};var vc,wc=bb.internals.AbstractObserver=function(a){function b(){this.isStopped=!1,a.call(this)}return Mb(b,a),b.prototype.onNext=function(a){this.isStopped||this.next(a)},b.prototype.onError=function(a){this.isStopped||(this.isStopped=!0,this.error(a))},b.prototype.onCompleted=function(){this.isStopped||(this.isStopped=!0,this.completed())},b.prototype.dispose=function(){this.isStopped=!0},b.prototype.fail=function(a){return this.isStopped?!1:(this.isStopped=!0,this.error(a),!0)},b}(tc),xc=bb.AnonymousObserver=function(a){function b(b,c,d){a.call(this),this._onNext=b,this._onError=c,this._onCompleted=d}return Mb(b,a),b.prototype.next=function(a){this._onNext(a)},b.prototype.error=function(a){this._onError(a)},b.prototype.completed=function(){this._onCompleted()},b}(wc),yc=function(a){function b(b){a.call(this),this._observer=b,this._state=0}Mb(b,a);var c=b.prototype;return c.onNext=function(a){this.checkAccess();try{this._observer.onNext(a)}catch(b){throw b}finally{this._state=0}},c.onError=function(a){this.checkAccess();try{this._observer.onError(a)}catch(b){throw b}finally{this._state=2}},c.onCompleted=function(){this.checkAccess();try{this._observer.onCompleted()}catch(a){throw a}finally{this._state=2}},c.checkAccess=function(){if(1===this._state)throw new Error("Re-entrancy detected");if(2===this._state)throw new Error("Observer completed");0===this._state&&(this._state=1)},b}(tc),zc=bb.internals.ScheduledObserver=function(a){function b(b,c){a.call(this),this.scheduler=b,this.observer=c,this.isAcquired=!1,this.hasFaulted=!1,this.queue=[],this.disposable=new _b}return Mb(b,a),b.prototype.next=function(a){var b=this;this.queue.push(function(){b.observer.onNext(a)})},b.prototype.error=function(a){var b=this;this.queue.push(function(){b.observer.onError(a)})},b.prototype.completed=function(){var a=this;this.queue.push(function(){a.observer.onCompleted()})},b.prototype.ensureActive=function(){var a=!1,b=this;!this.hasFaulted&&this.queue.length>0&&(a=!this.isAcquired,this.isAcquired=!0),a&&this.disposable.setDisposable(this.scheduler.scheduleRecursive(function(a){var c;if(!(b.queue.length>0))return void(b.isAcquired=!1);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}(wc),Ac=function(a){function b(){a.apply(this,arguments)}return Mb(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}(zc),Bc=bb.Observable=function(){function a(a){this._subscribe=a}return vc=a.prototype,vc.subscribe=vc.forEach=function(a,b,c){var d="object"==typeof a?a:uc(a,b,c);return this._subscribe(d)},a}();vc.observeOn=function(a){var b=this;return new jd(function(c){return b.subscribe(new Ac(a,c))})},vc.subscribeOn=function(a){var b=this;return new jd(function(c){var d=new $b,e=new _b;return e.setDisposable(d),d.setDisposable(a.schedule(function(){e.setDisposable(new m(a,b.subscribe(c)))})),e})};var Cc=Bc.fromPromise=function(a){return new jd(function(b){return a.then(function(a){b.onNext(a),b.onCompleted()},function(a){b.onError(a)}),function(){a&&a.abort&&a.abort()}})};vc.toPromise=function(a){if(a||(a=bb.config.Promise),!a)throw new Error("Promise type not provided nor in Rx.config.Promise");
2
- 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)})})},vc.toArray=function(){var a=this;return new jd(function(b){var c=[];return a.subscribe(c.push.bind(c),b.onError.bind(b),function(){b.onNext(c),b.onCompleted()})})},Bc.create=Bc.createWithDisposable=function(a){return new jd(a)};var Dc=Bc.defer=function(a){return new jd(function(b){var c;try{c=a()}catch(d){return Ic(d).subscribe(b)}return jb(c)&&(c=Cc(c)),c.subscribe(b)})},Ec=Bc.empty=function(a){return a||(a=gc),new jd(function(b){return a.schedule(function(){b.onCompleted()})})},Fc=Bc.fromArray=function(a,b){return b||(b=hc),new jd(function(c){var d=0;return b.scheduleRecursive(function(b){d<a.length?(c.onNext(a[d++]),b()):c.onCompleted()})})};Bc.fromIterable=function(a,b){return b||(b=hc),new jd(function(c){var d;try{d=a[nb]()}catch(e){return void c.onError(e)}return b.scheduleRecursive(function(a){var b;try{b=d.next()}catch(e){return void c.onError(e)}b.done?c.onCompleted():(c.onNext(b.value),a())})})},Bc.generate=function(a,b,c,d,e){return e||(e=hc),new jd(function(f){var g=!0,h=a;return e.scheduleRecursive(function(a){var e,i;try{g?g=!1:h=c(h),e=b(h),e&&(i=d(h))}catch(j){return void f.onError(j)}e?(f.onNext(i),a()):f.onCompleted()})})};var Gc=Bc.never=function(){return new jd(function(){return Yb})};Bc.range=function(a,b,c){return c||(c=hc),new jd(function(d){return c.scheduleRecursiveWithState(0,function(c,e){b>c?(d.onNext(a+c),e(c+1)):d.onCompleted()})})},Bc.repeat=function(a,b,c){return c||(c=hc),null==b&&(b=-1),Hc(a,c).repeat(b)};var Hc=Bc["return"]=Bc.returnValue=function(a,b){return b||(b=gc),new jd(function(c){return b.schedule(function(){c.onNext(a),c.onCompleted()})})},Ic=Bc["throw"]=Bc.throwException=function(a,b){return b||(b=gc),new jd(function(c){return b.schedule(function(){c.onError(a)})})};Bc.using=function(a,b){return new jd(function(c){var d,e,f=Yb;try{d=a(),d&&(f=d),e=b(d)}catch(g){return new Ub(Ic(g).subscribe(c),f)}return new Ub(e.subscribe(c),f)})},vc.amb=function(a){var b=this;return new jd(function(c){function d(){f||(f=g,j.dispose())}function e(){f||(f=h,i.dispose())}var f,g="L",h="R",i=new $b,j=new $b;return jb(a)&&(a=Cc(a)),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 Ub(i,j)})},Bc.amb=function(){function a(a,b){return a.amb(b)}for(var b=Gc(),c=k(arguments,0),d=0,e=c.length;e>d;d++)b=a(b,c[d]);return b},vc["catch"]=vc.catchException=function(a){return"function"==typeof a?n(this,a):Jc([this,a])};var Jc=Bc.catchException=Bc["catch"]=function(){var a=k(arguments,0);return sc(a).catchException()};vc.combineLatest=function(){var a=Lb.call(arguments);return Array.isArray(a[0])?a[0].unshift(this):a.unshift(this),Kc.apply(this,a)};var Kc=Bc.combineLatest=function(){var a=Lb.call(arguments),b=a.pop();return Array.isArray(a[0])&&(a=a[0]),new jd(function(c){function d(a){var d;if(h[a]=!0,i||(i=h.every(db))){try{d=b.apply(null,k)}catch(e){return void c.onError(e)}c.onNext(d)}else j.filter(function(b,c){return c!==a}).every(db)&&c.onCompleted()}function e(a){j[a]=!0,j.every(db)&&c.onCompleted()}for(var f=function(){return!1},g=a.length,h=l(g,f),i=!1,j=l(g,f),k=new Array(g),m=new Array(g),n=0;g>n;n++)!function(b){var f=a[b],g=new $b;jb(f)&&(f=Cc(f)),g.setDisposable(f.subscribe(function(a){k[b]=a,d(b)},c.onError.bind(c),function(){e(b)})),m[b]=g}(n);return new Ub(m)})};vc.concat=function(){var a=Lb.call(arguments,0);return a.unshift(this),Lc.apply(this,a)};var Lc=Bc.concat=function(){var a=k(arguments,0);return sc(a).concat()};vc.concatObservable=vc.concatAll=function(){return this.merge(1)},vc.merge=function(a){if("number"!=typeof a)return Mc(this,a);var b=this;return new jd(function(c){var d=0,e=new Ub,f=!1,g=[],h=function(a){var b=new $b;e.add(b),jb(a)&&(a=Cc(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(),h(a)):(d--,f&&0===d&&c.onCompleted())}))};return e.add(b.subscribe(function(b){a>d?(d++,h(b)):g.push(b)},c.onError.bind(c),function(){f=!0,0===d&&c.onCompleted()})),e})};var Mc=Bc.merge=function(){var a,b;return arguments[0]?arguments[0].now?(a=arguments[0],b=Lb.call(arguments,1)):(a=gc,b=Lb.call(arguments,0)):(a=gc,b=Lb.call(arguments,1)),Array.isArray(b[0])&&(b=b[0]),Fc(b,a).mergeObservable()};vc.mergeObservable=vc.mergeAll=function(){var a=this;return new jd(function(b){var c=new Ub,d=!1,e=new $b;return c.add(e),e.setDisposable(a.subscribe(function(a){var e=new $b;c.add(e),jb(a)&&(a=Cc(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})},vc.onErrorResumeNext=function(a){if(!a)throw new Error("Second observable is required");return Nc([this,a])};var Nc=Bc.onErrorResumeNext=function(){var a=k(arguments,0);return new jd(function(b){var c=0,d=new _b,e=gc.scheduleRecursive(function(e){var f,g;c<a.length?(f=a[c++],jb(f)&&(f=Cc(f)),g=new $b,d.setDisposable(g),g.setDisposable(f.subscribe(b.onNext.bind(b),function(){e()},function(){e()}))):b.onCompleted()});return new Ub(d,e)})};vc.skipUntil=function(a){var b=this;return new jd(function(c){var d=!1,e=new Ub(b.subscribe(function(a){d&&c.onNext(a)},c.onError.bind(c),function(){d&&c.onCompleted()}));jb(a)&&(a=Cc(a));var f=new $b;return e.add(f),f.setDisposable(a.subscribe(function(){d=!0,f.dispose()},c.onError.bind(c),function(){f.dispose()})),e})},vc["switch"]=vc.switchLatest=function(){var a=this;return new jd(function(b){var c=!1,d=new _b,e=!1,f=0,g=a.subscribe(function(a){var g=new $b,h=++f;c=!0,d.setDisposable(g),jb(a)&&(a=Cc(a)),g.setDisposable(a.subscribe(function(a){f===h&&b.onNext(a)},function(a){f===h&&b.onError(a)},function(){f===h&&(c=!1,e&&b.onCompleted())}))},b.onError.bind(b),function(){e=!0,c||b.onCompleted()});return new Ub(g,d)})},vc.takeUntil=function(a){var b=this;return new jd(function(c){return jb(a)&&(a=Cc(a)),new Ub(b.subscribe(c),a.subscribe(c.onCompleted.bind(c),c.onError.bind(c),cb))})},vc.zip=function(){if(Array.isArray(arguments[0]))return o.apply(this,arguments);var a=this,b=Lb.call(arguments),c=b.pop();return b.unshift(a),new jd(function(d){function e(b){var e,f;if(h.every(function(a){return a.length>0})){try{f=h.map(function(a){return a.shift()}),e=c.apply(a,f)}catch(g){return void d.onError(g)}d.onNext(e)}else i.filter(function(a,c){return c!==b}).every(db)&&d.onCompleted()}function f(a){i[a]=!0,i.every(function(a){return a})&&d.onCompleted()}for(var g=b.length,h=l(g,function(){return[]}),i=l(g,function(){return!1}),j=new Array(g),k=0;g>k;k++)!function(a){var c=b[a],g=new $b;jb(c)&&(c=Cc(c)),g.setDisposable(c.subscribe(function(b){h[a].push(b),e(a)},d.onError.bind(d),function(){f(a)})),j[a]=g}(k);return new Ub(j)})},Bc.zip=function(){var a=Lb.call(arguments,0),b=a.shift();return b.zip.apply(b,a)},Bc.zipArray=function(){var a=k(arguments,0);return new jd(function(b){function c(a){if(f.every(function(a){return a.length>0})){var c=f.map(function(a){return a.shift()});b.onNext(c)}else if(g.filter(function(b,c){return c!==a}).every(db))return void b.onCompleted()}function d(a){return g[a]=!0,g.every(db)?void b.onCompleted():void 0}for(var e=a.length,f=l(e,function(){return[]}),g=l(e,function(){return!1}),h=new Array(e),i=0;e>i;i++)!function(e){h[e]=new $b,h[e].setDisposable(a[e].subscribe(function(a){f[e].push(a),c(e)},b.onError.bind(b),function(){d(e)}))}(i);var j=new Ub(h);return j.add(Xb(function(){for(var a=0,b=f.length;b>a;a++)f[a]=[]})),j})},vc.asObservable=function(){var a=this;return new jd(function(b){return a.subscribe(b)})},vc.bufferWithCount=function(a,b){return"number"!=typeof b&&(b=a),this.windowWithCount(a,b).selectMany(function(a){return a.toArray()}).where(function(a){return a.length>0})},vc.dematerialize=function(){var a=this;return new jd(function(b){return a.subscribe(function(a){return a.accept(b)},b.onError.bind(b),b.onCompleted.bind(b))})},vc.distinctUntilChanged=function(a,b){var c=this;return a||(a=db),b||(b=fb),new jd(function(d){var e,f=!1;return c.subscribe(function(c){var g,h=!1;try{g=a(c)}catch(i){return void d.onError(i)}if(f)try{h=b(e,g)}catch(i){return void d.onError(i)}f&&h||(f=!0,e=g,d.onNext(c))},d.onError.bind(d),d.onCompleted.bind(d))})},vc["do"]=vc.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 jd(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()})})},vc["finally"]=vc.finallyAction=function(a){var b=this;return new jd(function(c){var d;try{d=b.subscribe(c)}catch(e){throw a(),e}return Xb(function(){try{d.dispose()}catch(b){throw b}finally{a()}})})},vc.ignoreElements=function(){var a=this;return new jd(function(b){return a.subscribe(cb,b.onError.bind(b),b.onCompleted.bind(b))})},vc.materialize=function(){var a=this;return new jd(function(b){return a.subscribe(function(a){b.onNext(mc(a))},function(a){b.onNext(nc(a)),b.onCompleted()},function(){b.onNext(oc()),b.onCompleted()})})},vc.repeat=function(a){return rc(this,a).concat()},vc.retry=function(a){return rc(this,a).catchException()},vc.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 jd(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 void e.onError(i)}e.onNext(g)},e.onError.bind(e),function(){!h&&c&&e.onNext(a),e.onCompleted()})})},vc.skipLast=function(a){var b=this;return new jd(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))})},vc.startWith=function(){var a,b,c=0;return arguments.length&&"now"in Object(arguments[0])?(b=arguments[0],c=1):b=gc,a=Lb.call(arguments,c),sc([Fc(a,b),this]).concat()},vc.takeLast=function(a,b){return this.takeLastBuffer(a).selectMany(function(a){return Fc(a,b)})},vc.takeLastBuffer=function(a){var b=this;return new jd(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()})})},vc.windowWithCount=function(a,b){var c=this;if(0>=a)throw new Error(lb);if(1===arguments.length&&(b=a),0>=b)throw new Error(lb);return new jd(function(d){var e=new $b,f=new ac(e),g=0,h=[],i=function(){var a=new md;h.push(a),d.onNext(Ob(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})},vc.selectConcat=vc.concatMap=function(a,b){return b?this.concatMap(function(c,d){var e=a(c,d),f=jb(e)?Cc(e):e;return f.map(function(a){return b(c,a,d)})}):"function"==typeof a?p.call(this,a):p.call(this,function(){return a})},vc.defaultIfEmpty=function(b){var c=this;return b===a&&(b=null),new jd(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()})})},vc.distinct=function(a,b){var c=this;return a||(a=db),b||(b=hb),new jd(function(d){var e={};return c.subscribe(function(c){var f,g,h,i=!1;try{f=a(c),g=b(f)}catch(j){return void d.onError(j)}for(h in e)if(g===h){i=!0;break}i||(e[g]=null,d.onNext(c))},d.onError.bind(d),d.onCompleted.bind(d))})},vc.groupBy=function(a,b,c){return this.groupByUntil(a,b,function(){return Gc()},c)},vc.groupByUntil=function(a,b,c,d){var e=this;return b||(b=db),d||(d=hb),new jd(function(f){var g={},h=new Ub,i=new ac(h);return h.add(e.subscribe(function(e){var j,k,l,m,n,o,p,q,r,s;try{o=a(e),p=d(o)}catch(t){for(s in g)g[s].onError(t);return void f.onError(t)}m=!1;try{r=g[p],r||(r=new md,g[p]=r,m=!0)}catch(t){for(s in g)g[s].onError(t);return void f.onError(t)}if(m){n=new ld(o,r,i),k=new ld(o,r);try{j=c(k)}catch(t){for(s in g)g[s].onError(t);return void f.onError(t)}f.onNext(n),q=new $b,h.add(q);var u=function(){p in g&&(delete g[p],r.onCompleted()),h.remove(q)};q.setDisposable(j.take(1).subscribe(cb,function(a){for(s in g)g[s].onError(a);f.onError(a)},function(){u()}))}try{l=b(e)}catch(t){for(s in g)g[s].onError(t);return void f.onError(t)}r.onNext(l)},function(a){for(var b in g)g[b].onError(a);f.onError(a)},function(){for(var a in g)g[a].onCompleted();f.onCompleted()})),i})},vc.select=vc.map=function(a,b){var c=this;return new jd(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return void d.onError(h)}d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},vc.pluck=function(a){return this.select(function(b){return b[a]})},vc.selectMany=vc.flatMap=function(a,b){return b?this.selectMany(function(c,d){var e=a(c,d),f=jb(e)?Cc(e):e;return f.select(function(a){return b(c,a,d)})}):"function"==typeof a?q.call(this,a):q.call(this,function(){return a})},vc.selectSwitch=vc.flatMapLatest=function(a,b){return this.select(a,b).switchLatest()},vc.skip=function(a){if(0>a)throw new Error(lb);var b=this;return new jd(function(c){var d=a;return b.subscribe(function(a){0>=d?c.onNext(a):d--},c.onError.bind(c),c.onCompleted.bind(c))})},vc.skipWhile=function(a,b){var c=this;return new jd(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 void d.onError(h)}f&&d.onNext(g)},d.onError.bind(d),d.onCompleted.bind(d))})},vc.take=function(a,b){if(0>a)throw new Error(lb);if(0===a)return Ec(b);var c=this;return new jd(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))})},vc.takeWhile=function(a,b){var c=this;return new jd(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 void d.onError(h)}f?d.onNext(g):d.onCompleted()}},d.onError.bind(d),d.onCompleted.bind(d))})},vc.where=vc.filter=function(a,b){var c=this;return new jd(function(d){var e=0;return c.subscribe(function(f){var g;try{g=a.call(b,f,e++,c)}catch(h){return void d.onError(h)}g&&d.onNext(f)},d.onError.bind(d),d.onCompleted.bind(d))})},vc.finalValue=function(){var a=this;return new jd(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(kb))})})},vc.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()},vc.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()},vc.some=vc.any=function(a,b){var c=this;return a?c.where(a,b).any():new jd(function(a){return c.subscribe(function(){a.onNext(!0),a.onCompleted()},a.onError.bind(a),function(){a.onNext(!1),a.onCompleted()})})},vc.isEmpty=function(){return this.any().select(function(a){return!a})},vc.every=vc.all=function(a,b){return this.where(function(b){return!a(b)},b).any().select(function(a){return!a})},vc.contains=function(a,b){return b||(b=fb),this.where(function(c){return b(c,a)}).any()},vc.count=function(a,b){return a?this.where(a,b).count():this.aggregate(0,function(a){return a+1})},vc.sum=function(a,b){return a?this.select(a,b).sum():this.aggregate(0,function(a,b){return a+b})},vc.minBy=function(a,b){return b||(b=gb),r(this,a,function(a,c){return-1*b(a,c)})},vc.min=function(a){return this.minBy(db,a).select(function(a){return s(a)})},vc.maxBy=function(a,b){return b||(b=gb),r(this,a,b)},vc.max=function(a){return this.maxBy(db,a).select(function(a){return s(a)})},vc.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})},vc.sequenceEqual=function(a,b){var c=this;return b||(b=fb),Array.isArray(a)?t(c,a,b):new jd(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 void d.onError(i)}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()))});jb(a)&&(a=Cc(a));var j=a.subscribe(function(a){var c,f;if(g.length>0){f=g.shift();try{c=b(f,a)}catch(i){return void d.onError(i)}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 Ub(i,j)})},vc.elementAt=function(a){return u(this,a,!1)},vc.elementAtOrDefault=function(a,b){return u(this,a,!0,b)},vc.single=function(a,b){return a?this.where(a,b).single():v(this,!1)},vc.singleOrDefault=function(a,b,c){return a?this.where(a,c).singleOrDefault(null,b):v(this,!0,b)},vc.first=function(a,b){return a?this.where(a,b).first():w(this,!1)},vc.firstOrDefault=function(a,b){return a?this.where(a).firstOrDefault(null,b):w(this,!0,b)},vc.last=function(a,b){return a?this.where(a,b).last():x(this,!1)},vc.lastOrDefault=function(a,b,c){return a?this.where(a,c).lastOrDefault(null,b):x(this,!0,b)},vc.find=function(a,b){return y(this,a,b,!1)},vc.findIndex=function(a,b){return y(this,a,b,!0)},Bc.start=function(a,b,c){return Oc(a,b,c)()};var Oc=Bc.toAsync=function(a,b,c){return b||(b=jc),function(){var d=arguments,e=new nd;return b.schedule(function(){var b;try{b=a.apply(c,d)}catch(f){return void e.onError(f)}e.onNext(b),e.onCompleted()}),e.asObservable()}};Bc.fromCallback=function(a,b,c,d){return b||(b=gc),function(){var e=Lb.call(arguments,0);return new jd(function(f){return b.schedule(function(){function b(a){var b=a;if(d)try{b=d(arguments)}catch(c){return void f.onError(c)}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}},Bc.fromNodeCallback=function(a,b,c,d){return b||(b=gc),function(){var e=Lb.call(arguments,0);return new jd(function(f){return b.schedule(function(){function b(a){if(a)return void f.onError(a);var b=Lb.call(arguments,1);if(d)try{b=d(b)}catch(c){return void f.onError(c)}else 1===b.length&&(b=b[0]);f.onNext(b),f.onCompleted()}e.push(b),a.apply(c,e)})})}};var Pc=Y.angular&&angular.element?angular.element:Y.jQuery?Y.jQuery:Y.Zepto?Y.Zepto:null,Qc=!!Y.Ember&&"function"==typeof Y.Ember.addListener;Bc.fromEvent=function(a,b,c){if(Qc)return Rc(function(c){Ember.addListener(a,b,c)},function(c){Ember.removeListener(a,b,c)},c);if(Pc){var d=Pc(a);return Rc(function(a){d.on(b,a)},function(a){d.off(b,a)},c)}return new jd(function(d){return B(a,b,function(a){var b=a;if(c)try{b=c(arguments)}catch(e){return void d.onError(e)}d.onNext(b)})}).publish().refCount()};var Rc=Bc.fromEventPattern=function(a,b,c){return new jd(function(d){function e(a){var b=a;if(c)try{b=c(arguments)}catch(e){return void d.onError(e)}d.onNext(b)}var f=a(e);return Xb(function(){b&&b(e,f)})}).publish().refCount()};Bc.startAsync=function(a){var b;try{b=a()}catch(c){return Ic(c)}return Cc(b)};var Sc=function(a){function b(a){var b=this.source.publish(),c=b.subscribe(a),d=Yb,e=this.subject.distinctUntilChanged().subscribe(function(a){a?d=b.connect():(d.dispose(),d=Yb)});return new Ub(c,d,e)}function c(c,d){this.source=c,this.subject=d||new md,this.isPaused=!0,a.call(this,b)}return Mb(c,a),c.prototype.pause=function(){this.isPaused!==!0&&(this.isPaused=!0,this.subject.onNext(!1))},c.prototype.resume=function(){this.isPaused!==!1&&(this.isPaused=!1,this.subject.onNext(!0))},c}(Bc);vc.pausable=function(a){return new Sc(this,a)};var Tc=function(a){function b(a){var b=[],c=!0,d=C(this.source,this.subject.distinctUntilChanged(),function(a,b){return{data:a,shouldFire:b}}).subscribe(function(d){if(d.shouldFire&&c&&a.onNext(d.data),d.shouldFire&&!c){for(;b.length>0;)a.onNext(b.shift());c=!0}else d.shouldFire||c?!d.shouldFire&&c&&(c=!1):b.push(d.data)},function(c){for(;b.length>0;)a.onNext(b.shift());a.onError(c)},function(){for(;b.length>0;)a.onNext(b.shift());a.onCompleted()});return this.subject.onNext(!1),d}function c(c,d){this.source=c,this.subject=d||new md,this.isPaused=!0,a.call(this,b)}return Mb(c,a),c.prototype.pause=function(){this.isPaused!==!0&&(this.isPaused=!0,this.subject.onNext(!1))},c.prototype.resume=function(){this.isPaused!==!1&&(this.isPaused=!1,this.subject.onNext(!0))},c}(Bc);vc.pausableBuffered=function(a){return new Tc(this,a)},vc.controlled=function(a){return null==a&&(a=!0),new Uc(this,a)};var Uc=function(a){function b(a){return this.source.subscribe(a)}function c(c,d){a.call(this,b),this.subject=new Vc(d),this.source=c.multicast(this.subject).refCount()}return Mb(c,a),c.prototype.request=function(a){return null==a&&(a=-1),this.subject.request(a)},c}(Bc),Vc=bb.ControlledSubject=function(a){function c(a){return this.subject.subscribe(a)}function d(b){null==b&&(b=!0),a.call(this,c),this.subject=new md,this.enableQueue=b,this.queue=b?[]:null,this.requestedCount=0,this.requestedDisposable=Yb,this.error=null,this.hasFailed=!1,this.hasCompleted=!1,this.controlledDisposable=Yb}return Mb(d,a),Nb(d.prototype,tc,{onCompleted:function(){b.call(this),this.hasCompleted=!0,this.enableQueue&&0!==this.queue.length||this.subject.onCompleted()},onError:function(a){b.call(this),this.hasFailed=!0,this.error=a,this.enableQueue&&0!==this.queue.length||this.subject.onError(a)},onNext:function(a){b.call(this);var c=!1;0===this.requestedCount?this.enableQueue&&this.queue.push(a):(-1!==this.requestedCount&&0===this.requestedCount--&&this.disposeCurrentRequest(),c=!0),c&&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=Yb):this.hasCompleted&&(this.subject.onCompleted(),this.controlledDisposable.dispose(),this.controlledDisposable=Yb),{numberOfItems:a,returnValue:!1}},request:function(a){b.call(this),this.disposeCurrentRequest();var c=this,d=this._processRequest(a);return a=d.numberOfItems,d.returnValue?Yb:(this.requestedCount=a,this.requestedDisposable=Xb(function(){c.requestedCount=0}),this.requestedDisposable)},disposeCurrentRequest:function(){this.requestedDisposable.dispose(),this.requestedDisposable=Yb},dispose:function(){this.isDisposed=!0,this.error=null,this.subject.dispose(),this.requestedDisposable.dispose()}}),d}(Bc);vc.multicast=function(a,b){var c=this;return"function"==typeof a?new jd(function(d){var e=c.multicast(a());return new Ub(b(e).subscribe(d),e.connect())}):new Zc(c,a)},vc.publish=function(a){return a?this.multicast(function(){return new md},a):this.multicast(new md)},vc.share=function(){return this.publish(null).refCount()},vc.publishLast=function(a){return a?this.multicast(function(){return new nd},a):this.multicast(new nd)},vc.publishValue=function(a,b){return 2===arguments.length?this.multicast(function(){return new Xc(b)},a):this.multicast(new Xc(a))},vc.shareValue=function(a){return this.publishValue(a).refCount()},vc.replay=function(a,b,c,d){return a?this.multicast(function(){return new Yc(b,c,d)},a):this.multicast(new Yc(b,c,d))},vc.replayWhileObserved=function(a,b,c){return this.replay(null,a,b,c).refCount()};var Wc=function(a,b){this.subject=a,this.observer=b};Wc.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 Xc=bb.BehaviorSubject=function(a){function c(a){if(b.call(this),!this.isStopped)return this.observers.push(a),a.onNext(this.value),new Wc(this,a);var c=this.exception;return c?a.onError(c):a.onCompleted(),Yb}function d(b){a.call(this,c),this.value=b,this.observers=[],this.isDisposed=!1,this.isStopped=!1,this.exception=null}return Mb(d,a),Nb(d.prototype,tc,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(b.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var c=0,d=a.length;d>c;c++)a[c].onCompleted();this.observers=[]}},onError:function(a){if(b.call(this),!this.isStopped){var c=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var d=0,e=c.length;e>d;d++)c[d].onError(a);this.observers=[]}},onNext:function(a){if(b.call(this),!this.isStopped){this.value=a;for(var c=this.observers.slice(0),d=0,e=c.length;e>d;d++)c[d].onNext(a)}},dispose:function(){this.isDisposed=!0,this.observers=null,this.value=null,this.exception=null}}),d}(Bc),Yc=bb.ReplaySubject=function(a){function c(a,b){this.subject=a,this.observer=b}function d(a){var d=new zc(this.scheduler,a),e=new c(this,d);b.call(this),this._trim(this.scheduler.now()),this.observers.push(d);for(var f=this.q.length,g=0,h=this.q.length;h>g;g++)d.onNext(this.q[g].value);return this.hasError?(f++,d.onError(this.error)):this.isStopped&&(f++,d.onCompleted()),d.ensureActive(f),e}function e(b,c,e){this.bufferSize=null==b?Number.MAX_VALUE:b,this.windowSize=null==c?Number.MAX_VALUE:c,this.scheduler=e||hc,this.q=[],this.observers=[],this.isStopped=!1,this.isDisposed=!1,this.hasError=!1,this.error=null,a.call(this,d)}return c.prototype.dispose=function(){if(this.observer.dispose(),!this.subject.isDisposed){var a=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(a,1)}},Mb(e,a),Nb(e.prototype,tc,{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 c;if(b.call(this),!this.isStopped){var d=this.scheduler.now();this.q.push({interval:d,value:a}),this._trim(d);for(var e=this.observers.slice(0),f=0,g=e.length;g>f;f++)c=e[f],c.onNext(a),c.ensureActive()}},onError:function(a){var c;if(b.call(this),!this.isStopped){this.isStopped=!0,this.error=a,this.hasError=!0;var d=this.scheduler.now();this._trim(d);for(var e=this.observers.slice(0),f=0,g=e.length;g>f;f++)c=e[f],c.onError(a),c.ensureActive();this.observers=[]}},onCompleted:function(){var a;if(b.call(this),!this.isStopped){this.isStopped=!0;var c=this.scheduler.now();this._trim(c);for(var d=this.observers.slice(0),e=0,f=d.length;f>e;e++)a=d[e],a.onCompleted(),a.ensureActive();this.observers=[]}},dispose:function(){this.isDisposed=!0,this.observers=null}}),e}(Bc),Zc=bb.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 Ub(e.source.subscribe(e.subject),Xb(function(){e.hasSubscription=!1}))),e.subscription},a.call(this,d)}return Mb(b,a),b.prototype.connect=function(){return this.connect()},b.prototype.refCount=function(){var a=null,b=0,c=this;return new jd(function(d){var e,f;return b++,e=1===b,f=c.subscribe(d),e&&(a=c.connect()),Xb(function(){f.dispose(),b--,0===b&&a.dispose()})})},b}(Bc),$c=[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],_c="no such key",ad="duplicate key",bd=function(){var a=0;return function(b){if(null==b)throw new Error(_c);if("string"==typeof b)return F(b);if("number"==typeof b)return G(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}}(),cd=function(a,b){if(0>a)throw new Error("out of range");a>0&&this._initialize(a),this.comparer=b||fb,this.freeCount=0,this.size=0,this.freeList=-1};cd.prototype._initialize=function(a){var b,c=E(a);for(this.buckets=new Array(c),this.entries=new Array(c),b=0;c>b;b++)this.buckets[b]=-1,this.entries[b]=H();this.freeList=-1},cd.prototype.count=function(){return this.size},cd.prototype.add=function(a,b){return this._insert(a,b,!0)},cd.prototype._insert=function(a,b,c){this.buckets||this._initialize(0);for(var d,e=2147483647&bd(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(ad);return void(this.entries[g].value=b)}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},cd.prototype._resize=function(){var a=E(2*this.size),b=new Array(a);for(d=0;d<b.length;++d)b[d]=-1;var c=new Array(a);for(d=0;d<this.size;++d)c[d]=this.entries[d];for(var d=this.size;a>d;++d)c[d]=H();for(var e=0;e<this.size;++e){var f=c[e].hashCode%a;c[e].next=b[f],b[f]=e}this.buckets=b,this.entries=c},cd.prototype.remove=function(a){if(this.buckets)for(var b=2147483647&bd(a),c=b%this.buckets.length,d=-1,e=this.buckets[c];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},cd.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<this.size;++a)this.entries[a]=H();this.freeList=-1,this.size=0}},cd.prototype._findEntry=function(a){if(this.buckets)for(var b=2147483647&bd(a),c=this.buckets[b%this.buckets.length];c>=0;c=this.entries[c].next)if(this.entries[c].hashCode===b&&this.comparer(this.entries[c].key,a))return c;return-1},cd.prototype.count=function(){return this.size-this.freeCount},cd.prototype.tryGetValue=function(b){var c=this._findEntry(b);return c>=0?this.entries[c].value:a},cd.prototype.getValues=function(){var a=0,b=[];if(this.entries)for(var c=0;c<this.size;c++)this.entries[c].hashCode>=0&&(b[a++]=this.entries[c].value);return b},cd.prototype.get=function(a){var b=this._findEntry(a);if(b>=0)return this.entries[b].value;throw new Error(_c)},cd.prototype.set=function(a,b){this._insert(a,b,!1)},cd.prototype.containskey=function(a){return this._findEntry(a)>=0},vc.join=function(a,b,c,d){var e=this;return new jd(function(f){var g=new Ub,h=!1,i=0,j=new cd,k=!1,l=0,m=new cd;return g.add(e.subscribe(function(a){var c,e,k,l,n=i++,o=new $b;j.add(n,a),g.add(o),e=function(){return j.remove(n)&&0===j.count()&&h&&f.onCompleted(),g.remove(o)};try{c=b(a)}catch(p){return void f.onError(p)}o.setDisposable(c.take(1).subscribe(cb,f.onError.bind(f),function(){e()})),l=m.getValues();for(var q=0;q<l.length;q++){try{k=d(a,l[q])}catch(r){return void f.onError(r)}f.onNext(k)}},f.onError.bind(f),function(){h=!0,(k||0===j.count())&&f.onCompleted()})),g.add(a.subscribe(function(a){var b,e,h,i,n=l++,o=new $b;m.add(n,a),g.add(o),e=function(){return m.remove(n)&&0===m.count()&&k&&f.onCompleted(),g.remove(o)};try{b=c(a)}catch(p){return void f.onError(p)}o.setDisposable(b.take(1).subscribe(cb,f.onError.bind(f),function(){e()})),i=j.getValues();for(var q=0;q<i.length;q++){try{h=d(i[q],a)}catch(p){return void f.onError(p)}f.onNext(h)}},f.onError.bind(f),function(){k=!0,(h||0===m.count())&&f.onCompleted()
3
- })),g})},vc.groupJoin=function(a,b,c,d){var e=this;return new jd(function(f){var g=function(){},h=new Ub,i=new ac(h),j=new cd,k=new cd,l=0,m=0;return h.add(e.subscribe(function(a){var c=new md,e=l++;j.add(e,c);var m,n,o,p,q;try{q=d(a,Ob(c,i))}catch(r){for(o=j.getValues(),m=0,n=o.length;n>m;m++)o[m].onError(r);return void f.onError(r)}for(f.onNext(q),p=k.getValues(),m=0,n=p.length;n>m;m++)c.onNext(p[m]);var s=new $b;h.add(s);var t,u=function(){j.remove(e)&&c.onCompleted(),h.remove(s)};try{t=b(a)}catch(r){for(o=j.getValues(),m=0,n=j.length;n>m;m++)o[m].onError(r);return void f.onError(r)}s.setDisposable(t.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)},u))},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 $b;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 void f.onError(p)}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})},vc.buffer=function(){return this.window.apply(this,arguments).selectMany(function(a){return a.toArray()})},vc.window=function(a,b){return 1===arguments.length&&"function"!=typeof arguments[0]?J.call(this,a):"function"==typeof a?K.call(this,a):I.call(this,a,b)},vc.pairwise=function(){var a=this;return new jd(function(b){var c,d=!1;return a.subscribe(function(a){d?b.onNext([c,a]):d=!0,c=a},b.onError.bind(b),b.onCompleted.bind(b))})},vc.partition=function(a,b){var c=this.publish().refCount();return[c.filter(a,b),c.filter(function(c,d,e){return!a.call(b,c,d,e)})]},vc.letBind=vc.let=function(a){return a(this)},Bc["if"]=Bc.ifThen=function(a,b,c){return Dc(function(){return c||(c=Ec()),jb(b)&&(b=Cc(b)),jb(c)&&(c=Cc(c)),"function"==typeof c.now&&(c=Ec(c)),a()?b:c})},Bc["for"]=Bc.forIn=function(a,b){return sc(a,b).concat()};var dd=Bc["while"]=Bc.whileDo=function(a,b){return jb(b)&&(b=Cc(b)),L(a,b).concat()};vc.doWhile=function(a){return Lc([this,dd(a,this)])},Bc["case"]=Bc.switchCase=function(a,b,c){return Dc(function(){c||(c=Ec()),"function"==typeof c.now&&(c=Ec(c));var d=b[a()];return jb(d)&&(d=Cc(d)),d||c})},vc.expand=function(a,b){b||(b=gc);var c=this;return new jd(function(d){var e=[],f=new _b,g=new Ub(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 void(i=!1);c=e.shift();var f=new $b;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})},Bc.forkJoin=function(){var a=k(arguments,0);return new jd(function(b){var c=a.length;if(0===c)return b.onCompleted(),Yb;for(var d=new Ub,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];jb(j)&&(j=Cc(j)),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 void b.onCompleted();g[i]=!0;for(var a=0;c>a;a++)if(!g[a])return;e=!0,b.onNext(h),b.onCompleted()}}))}(i);return d})},vc.forkJoin=function(a,b){var c=this;return new jd(function(d){var e,f,g=!1,h=!1,i=!1,j=!1,k=new $b,l=new $b;return jb(a)&&(a=Cc(a)),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 void d.onError(c)}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 void d.onError(c)}d.onNext(a),d.onCompleted()}else d.onCompleted();else d.onCompleted()})),new Ub(k,l)})},vc.manySelect=function(a,b){b||(b=gc);var c=this;return Dc(function(){var d;return c.select(function(a){var b=new ed(a);return d&&d.onNext(a),d=b,b}).doAction(cb,function(a){d&&d.onError(a)},function(){d&&d.onCompleted()}).observeOn(b).select(function(b,c,d){return a(b,c,d)})})};var ed=function(a){function b(a){var b=this,c=new Ub;return c.add(hc.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 nd}return Mb(c,a),Nb(c.prototype,tc,{onCompleted:function(){this.onNext(Bc.empty())},onError:function(a){this.onNext(Bc.throwException(a))},onNext:function(a){this.tail.onNext(a),this.tail.onCompleted()}}),c}(Bc),fd=function(){function a(){this.keys=[],this.values=[]}return a.prototype["delete"]=function(a){var b=this.keys.indexOf(a);return-1!==b&&(this.keys.splice(b,1),this.values.splice(b,1)),-1!==b},a.prototype.get=function(a,b){var c=this.keys.indexOf(a);return-1!==c?this.values[c]:b},a.prototype.set=function(a,b){var c=this.keys.indexOf(a);-1!==c&&(this.values[c]=b),this.values[this.keys.push(a)-1]=b},a.prototype.size=function(){return this.keys.length},a.prototype.has=function(a){return-1!==this.keys.indexOf(a)},a.prototype.getKeys=function(){return this.keys.slice(0)},a.prototype.getValues=function(){return this.values.slice(0)},a}();M.prototype.and=function(a){var b=this.patterns.slice(0);return b.push(a),new M(b)},M.prototype.then=function(a){return new N(this,a)},N.prototype.activate=function(a,b,c){for(var d=this,e=[],f=0,g=this.expression.patterns.length;g>f;f++)e.push(O(a,this.expression.patterns[f],b.onError.bind(b)));var h=new P(e,function(){var a;try{a=d.selector.apply(d,arguments)}catch(c){return void b.onError(c)}b.onNext(a)},function(){for(var a=0,b=e.length;b>a;a++)e[a].removeActivePlan(h);c(h)});for(f=0,g=e.length;g>f;f++)e[f].addActivePlan(h);return h},P.prototype.dequeue=function(){for(var a=this.joinObservers.getValues(),b=0,c=a.length;c>b;b++)a[b].queue.shift()},P.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;b<a.length;b++)e.push(a[b].value);this.onNext.apply(this,e)}}};var gd=function(a){function b(b,c){a.call(this),this.source=b,this.onError=c,this.queue=[],this.activePlans=[],this.subscription=new $b,this.isDisposed=!1}Mb(b,a);var c=b.prototype;return c.next=function(a){if(!this.isDisposed){if("E"===a.kind)return void this.onError(a.exception);this.queue.push(a);for(var b=this.activePlans.slice(0),c=0,d=b.length;d>c;c++)b[c].match()}},c.error=cb,c.completed=cb,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}(wc);vc.and=function(a){return new M([this,a])},vc.then=function(a){return new M([this]).then(a)},Bc.when=function(){var a=k(arguments,0);return new jd(function(b){var c,d,e,f,g,h,i=[],j=new fd;h=uc(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){Ic(k).subscribe(b)}for(c=new Ub,g=j.getValues(),d=0,e=g.length;e>d;d++)f=g[d],f.subscribe(),c.add(f);return c})};var hd=Bc.interval=function(a,b){return b||(b=jc),T(a,a,b)},id=Bc.timer=function(b,c,d){var e;return d||(d=jc),c!==a&&"number"==typeof c?e=c:c!==a&&"object"==typeof c&&(d=c),b instanceof Date&&e===a?Q(b.getTime(),d):b instanceof Date&&e!==a?(e=c,R(b.getTime(),e,d)):e===a?S(b,d):T(b,e,d)};vc.delay=function(a,b){return b||(b=jc),a instanceof Date?V.call(this,a.getTime(),b):U.call(this,a,b)},vc.throttle=function(a,b){b||(b=jc);return this.throttleWithSelector(function(){return id(a,b)})},vc.windowWithTime=function(b,c,d){var e,f=this;return c===a&&(e=b),d===a&&(d=jc),"number"==typeof c?e=c:"object"==typeof c&&(e=b,d=c),new jd(function(a){function c(){var b=new $b,f=!1,g=!1;l.setDisposable(b),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),b.setDisposable(d.scheduleWithRelative(o,function(){var b;g&&(b=new md,k.push(b),a.onNext(Ob(b,h))),f&&(b=k.shift(),b.onCompleted()),c()}))}var g,h,i=e,j=b,k=[],l=new _b,m=0;return g=new Ub(l),h=new ac(g),k.push(new md),a.onNext(Ob(k[0],h)),c(),g.add(f.subscribe(function(a){var b,c;for(b=0;b<k.length;b++)c=k[b],c.onNext(a)},function(b){var c,d;for(c=0;c<k.length;c++)d=k[c],d.onError(b);a.onError(b)},function(){var b,c;for(b=0;b<k.length;b++)c=k[b],c.onCompleted();a.onCompleted()})),h})},vc.windowWithTimeOrCount=function(a,b,c){var d=this;return c||(c=jc),new jd(function(e){var f,g,h,i,j=0,k=new _b,l=0;return g=new Ub(k),h=new ac(g),f=function(b){var d=new $b;k.setDisposable(d),d.setDisposable(c.scheduleWithRelative(a,function(){var a;b===l&&(j=0,a=++l,i.onCompleted(),i=new md,e.onNext(Ob(i,h)),f(a))}))},i=new md,e.onNext(Ob(i,h)),f(0),g.add(d.subscribe(function(a){var c=0,d=!1;i.onNext(a),j++,j===b&&(d=!0,j=0,c=++l,i.onCompleted(),i=new md,e.onNext(Ob(i,h))),d&&f(c)},function(a){i.onError(a),e.onError(a)},function(){i.onCompleted(),e.onCompleted()})),h})},vc.bufferWithTime=function(){return this.windowWithTime.apply(this,arguments).selectMany(function(a){return a.toArray()})},vc.bufferWithTimeOrCount=function(a,b,c){return this.windowWithTimeOrCount(a,b,c).selectMany(function(a){return a.toArray()})},vc.timeInterval=function(a){var b=this;return a||(a=jc),Dc(function(){var c=a.now();return b.select(function(b){var d=a.now(),e=d-c;return c=d,{value:b,interval:e}})})},vc.timestamp=function(a){return a||(a=jc),this.select(function(b){return{value:b,timestamp:a.now()}})},vc.sample=function(a,b){return b||(b=jc),"number"==typeof a?W(this,hd(a,b)):W(this,a)},vc.timeout=function(a,b,c){b||(b=Ic(new Error("Timeout"))),c||(c=jc);var d=this,e=a instanceof Date?"scheduleWithAbsolute":"scheduleWithRelative";return new jd(function(f){var g=0,h=new $b,i=new _b,j=!1,k=new _b;i.setDisposable(h);var l=function(){var d=g;k.setDisposable(c[e](a,function(){g===d&&(jb(b)&&(b=Cc(b)),i.setDisposable(b.subscribe(f)))}))};return l(),h.setDisposable(d.subscribe(function(a){j||(g++,f.onNext(a),l())},function(a){j||(g++,f.onError(a))},function(){j||(g++,f.onCompleted())})),new Ub(i,k)})},Bc.generateWithAbsoluteTime=function(a,b,c,d,e,f){return f||(f=jc),new jd(function(g){var h,i,j=!0,k=!1,l=a;return f.scheduleRecursiveWithAbsolute(f.now(),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 void g.onError(f)}k?a(i):g.onCompleted()})})},Bc.generateWithRelativeTime=function(a,b,c,d,e,f){return f||(f=jc),new jd(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 void g.onError(f)}k?a(i):g.onCompleted()})})},vc.delaySubscription=function(a,b){return b||(b=jc),this.delayWithSelector(id(a,b),function(){return Ec()})},vc.delayWithSelector=function(a,b){var c,d,e=this;return"function"==typeof a?d=a:(c=a,d=b),new jd(function(a){var b=new Ub,f=!1,g=function(){f&&0===b.length&&a.onCompleted()},h=new _b,i=function(){h.setDisposable(e.subscribe(function(c){var e;try{e=d(c)}catch(f){return void a.onError(f)}var h=new $b;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 Ub(h,b)})},vc.timeoutWithSelector=function(a,b,c){if(1===arguments.length){b=a;var a=Gc()}c||(c=Ic(new Error("Timeout")));var d=this;return new jd(function(e){var f=new _b,g=new _b,h=new $b;f.setDisposable(h);var i=0,j=!1,k=function(a){var b=i,d=function(){return i===b},h=new $b;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 void e.onError(d)}k(c)}},function(a){l()&&e.onError(a)},function(){l()&&e.onCompleted()})),new Ub(f,g)})},vc.throttleWithSelector=function(a){var b=this;return new jd(function(c){var d,e=!1,f=new _b,g=0,h=b.subscribe(function(b){var h;try{h=a(b)}catch(i){return void c.onError(i)}e=!0,d=b,g++;var j=g,k=new $b;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 Ub(h,f)})},vc.skipLastWithTime=function(a,b){b||(b=jc);var c=this;return new jd(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()})})},vc.takeLastWithTime=function(a,b,c){return this.takeLastBufferWithTime(a,b).selectMany(function(a){return Fc(a,c)})},vc.takeLastBufferWithTime=function(a,b){var c=this;return b||(b=jc),new jd(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()})})},vc.takeWithTime=function(a,b){var c=this;return b||(b=jc),new jd(function(d){var e=b.scheduleWithRelative(a,function(){d.onCompleted()});return new Ub(e,c.subscribe(d))})},vc.skipWithTime=function(a,b){var c=this;return b||(b=jc),new jd(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 Ub(f,g)})},vc.skipUntilWithTime=function(a,b){b||(b=jc);var c=this,d=a instanceof Date?"scheduleWithAbsolute":"scheduleWithRelative";return new jd(function(e){var f=!1;return new Ub(b[d](a,function(){f=!0}),c.subscribe(function(a){f&&e.onNext(a)},e.onError.bind(e),e.onCompleted.bind(e)))})},vc.takeUntilWithTime=function(a,b){b||(b=jc);var c=this,d=a instanceof Date?"scheduleWithAbsolute":"scheduleWithRelative";return new jd(function(e){return new Ub(b[d](a,function(){e.onCompleted()}),c.subscribe(e))})},bb.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 f(a,b,c){return this.scheduleRelativeWithState(a,this.toRelative(b-this.now()),c)}function g(a,b){return b(),Yb}function h(b,g){this.clock=b,this.comparer=g,this.isEnabled=!1,this.queue=new Sb(1024),a.call(this,c,d,e,f)}Mb(h,a);var i=h.prototype;return i.add=b,i.toDateTimeOffset=b,i.toRelative=b,i.schedulePeriodicWithState=function(a,b,c){var d=new fc(this,a,b,c);return d.start()},i.scheduleRelativeWithState=function(a,b,c){var d=this.add(this.clock,b);return this.scheduleAbsoluteWithState(a,d,c)},i.scheduleRelative=function(a,b){return this.scheduleRelativeWithState(b,a,g)},i.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)}},i.stop=function(){this.isEnabled=!1},i.advanceTo=function(a){var b,c=this.comparer(this.clock,a);if(this.comparer(this.clock,a)>0)throw new Error(lb);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}},i.advanceBy=function(a){var b=this.add(this.clock,a),c=this.comparer(this.clock,b);if(c>0)throw new Error(lb);0!==c&&this.advanceTo(b)},i.sleep=function(a){var b=this.add(this.clock,a);if(this.comparer(this.clock,b)>=0)throw new Error(lb);this.clock=b},i.getNext=function(){for(var a;this.queue.length>0;){if(a=this.queue.peek(),!a.isCancelled())return a;this.queue.dequeue()}return null},i.scheduleAbsolute=function(a,b){return this.scheduleAbsoluteWithState(b,a,g)},i.scheduleAbsoluteWithState=function(a,b,c){var d=this,e=function(a,b){return d.queue.remove(f),c(a,b)},f=new bc(d,a,e,b,d.comparer);return d.queue.enqueue(f),f.disposable},h}(dc),bb.HistoricalScheduler=function(a){function b(b,c){var d=null==b?0:b,e=c||gb;a.call(this,d,e)}Mb(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}(bb.VirtualTimeScheduler);var jd=bb.AnonymousObservable=function(a){function b(a){return"undefined"==typeof a?a=Yb:"function"==typeof a&&(a=Xb(a)),a}function c(d){function e(a){var c=new kd(a);if(hc.scheduleRequired())hc.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?void a.call(this,e):new c(d)}return Mb(c,a),c}(Bc),kd=function(a){function b(b){a.call(this),this.observer=b,this.m=new $b}Mb(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}(wc),ld=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 jd(function(a){return new Ub(e.getDisposable(),d.subscribe(a))}):d}return Mb(c,a),c}(Bc),md=bb.Subject=function(a){function c(a){return b.call(this),this.isStopped?this.exception?(a.onError(this.exception),Yb):(a.onCompleted(),Yb):(this.observers.push(a),new Wc(this,a))}function d(){a.call(this,c),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return Mb(d,a),Nb(d.prototype,tc,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(b.call(this),!this.isStopped){var a=this.observers.slice(0);this.isStopped=!0;for(var c=0,d=a.length;d>c;c++)a[c].onCompleted();this.observers=[]}},onError:function(a){if(b.call(this),!this.isStopped){var c=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var d=0,e=c.length;e>d;d++)c[d].onError(a);this.observers=[]}},onNext:function(a){if(b.call(this),!this.isStopped)for(var c=this.observers.slice(0),d=0,e=c.length;e>d;d++)c[d].onNext(a)},dispose:function(){this.isDisposed=!0,this.observers=null}}),d.create=function(a,b){return new od(a,b)},d}(Bc),nd=bb.AsyncSubject=function(a){function c(a){if(b.call(this),!this.isStopped)return this.observers.push(a),new Wc(this,a);var c=this.exception,d=this.hasValue,e=this.value;return c?a.onError(c):d?(a.onNext(e),a.onCompleted()):a.onCompleted(),Yb}function d(){a.call(this,c),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return Mb(d,a),Nb(d.prototype,tc,{hasObservers:function(){return b.call(this),this.observers.length>0},onCompleted:function(){var a,c,d;if(b.call(this),!this.isStopped){this.isStopped=!0;var e=this.observers.slice(0),f=this.value,g=this.hasValue;if(g)for(c=0,d=e.length;d>c;c++)a=e[c],a.onNext(f),a.onCompleted();else for(c=0,d=e.length;d>c;c++)e[c].onCompleted();this.observers=[]}},onError:function(a){if(b.call(this),!this.isStopped){var c=this.observers.slice(0);this.isStopped=!0,this.exception=a;for(var d=0,e=c.length;e>d;d++)c[d].onError(a);this.observers=[]}},onNext:function(a){b.call(this),this.isStopped||(this.value=a,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),d}(Bc),od=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 Mb(c,a),Nb(c.prototype,tc,{onCompleted:function(){this.observer.onCompleted()},onError:function(a){this.observer.onError(a)},onNext:function(a){this.observer.onNext(a)}}),c}(Bc);"function"==typeof define&&"object"==typeof define.amd&&define.amd?(Y.Rx=bb,define(function(){return bb})):Z&&$?_?($.exports=bb).Rx=bb:Z.Rx=bb:Y.Rx=bb}).call(this);
1
+ (function(t){function e(){if(this.isDisposed)throw Error(fe)}function n(t){var e=typeof t;return t&&("function"==e||"object"==e)||!1}function r(t){var e=[];if(!n(t))return e;Pe.nonEnumArgs&&t.length&&u(t)&&(t=Ve.call(t));var r=Pe.enumPrototypes&&"function"==typeof t,i=Pe.enumErrorProps&&(t===Oe||t instanceof Error);for(var o in t)r&&"prototype"==o||i&&("message"==o||"name"==o)||e.push(o);if(Pe.nonEnumShadows&&t!==We){var s=t.constructor,c=-1,a=Re.length;if(t===(s&&s.prototype))var h=t===stringProto?Se:t===Oe?ge:Ne.call(t),l=qe[h];for(;a>++c;)o=Re[c],l&&l[o]||!Ae.call(t,o)||e.push(o)}return e}function i(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 o(t,e){return i(t,e,r)}function s(t){return"function"!=typeof t.toString&&"string"==typeof(t+"")}function u(t){return t&&"object"==typeof t?Ne.call(t)==be:!1}function c(t){return"function"==typeof t||!1}function a(e,n,r,i){if(e===n)return 0!==e||1/e==1/n;var h=typeof e,l=typeof n;if(e===e&&(null==e||null==n||"function"!=h&&"object"!=h&&"function"!=l&&"object"!=l))return!1;var f=Ne.call(e),p=Ne.call(n);if(f==be&&(f=Ce),p==be&&(p=Ce),f!=p)return!1;switch(f){case ye:case we:return+e==+n;case xe:return e!=+e?n!=+n:0==e?1/e==1/n:e==+n;case De:case Se:return e==n+""}var d=f==me;if(!d){if(f!=Ce||!Pe.nodeClass&&(s(e)||s(n)))return!1;var v=!Pe.argsObject&&u(e)?Object:e.constructor,b=!Pe.argsObject&&u(n)?Object:n.constructor;if(!(v==b||Ae.call(e,"constructor")&&Ae.call(n,"constructor")||c(v)&&v instanceof v&&c(b)&&b instanceof b||!("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),d){if(m=e.length,y=n.length,result=y==m)for(;y--;){var w=n[y];if(!(result=a(e[y],w,r,i)))break}}else o(n,function(n,o,s){return Ae.call(s,o)?(y++,result=Ae.call(e,o)&&a(e[o],n,r,i)):t}),result&&o(e,function(e,n,r){return Ae.call(r,n)?result=--y>-1:t});return r.pop(),i.pop(),result}function h(t,e){return 1===t.length&&Array.isArray(t[e])?t[e]:Ve.call(t)}function l(t,e){for(var n=Array(t),r=0;t>r;r++)n[r]=e();return n}function f(t,e){this.scheduler=t,this.disposable=e,this.isDisposed=!1}function p(e,n){return new hr(function(r){var i=new Ge,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}ae(s)&&(s=On(s)),i=new Ge,o.setDisposable(i),i.setDisposable(s.subscribe(r))},r.onCompleted.bind(r))),o})}function d(e,n){var r=this;return new hr(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 v(t){return this.map(function(e,n){var r=t(e,n);return ae(r)?On(r):r}).concatAll()}function b(t){return this.select(function(e,n){var r=t(e,n);return ae(r)?On(r):r}).mergeObservable()}function m(e,n,r){return new hr(function(i){var o=!1,s=null,u=[];return e.subscribe(function(e){var c,a;try{a=n(e)}catch(h){return i.onError(h),t}if(c=0,o)try{c=r(a,s)}catch(l){return i.onError(l),t}else o=!0,s=a;c>0&&(s=a,u=[]),c>=0&&u.push(e)},i.onError.bind(i),function(){i.onNext(u),i.onCompleted()})})}function y(t){if(0===t.length)throw Error(he);return t[0]}function w(e,n,r){return new hr(function(i){var o=0,s=n.length;return e.subscribe(function(e){var u=!1;try{s>o&&(u=r(e,n[o++]))}catch(c){return i.onError(c),t}u||(i.onNext(!1),i.onCompleted())},i.onError.bind(i),function(){i.onNext(o===s),i.onCompleted()})})}function g(t,e,n,r){if(0>e)throw Error(le);return new hr(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(le))})})}function E(t,e,n){return new hr(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(he))})})}function x(t,e,n){return new hr(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(he))})})}function C(t,e,n){return new hr(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(he))})})}function D(e,n,r,i){return new hr(function(o){var s=0;return e.subscribe(function(u){var c;try{c=n.call(r,u,s,e)}catch(a){return o.onError(a),t}c?(o.onNext(i?s:u),o.onCompleted()):s++},o.onError.bind(o),function(){o.onNext(i?-1:t),o.onCompleted()})})}function S(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=X.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 N(t,e,n){if(t.addListener)return t.addListener(e,n),Je(function(){t.removeListener(e,n)});if(t.addEventListener)return t.addEventListener(e,n,!1),Je(function(){t.removeEventListener(e,n,!1)});if(t.attachEvent){var r=function(t){n(S(t))};return t.attachEvent("on"+e,r),Je(function(){t.detachEvent("on"+e,r)})}return t["on"+e]=n,Je(function(){t["on"+e]=null})}function A(t,e,n){var r=new Qe;if("function"==typeof t.item&&"number"==typeof t.length)for(var i=0,o=t.length;o>i;i++)r.add(A(t.item(i),e,n));else t&&r.add(N(t,e,n));return r}function _(e,n,r){return new hr(function(i){function o(e,n){h[n]=e;var o;if(u[n]=!0,c||(c=u.every(re))){try{o=r.apply(null,h)}catch(s){return i.onError(s),t}i.onNext(o)}else a&&i.onCompleted()}var s=2,u=[!1,!1],c=!1,a=!1,h=Array(s);return new Qe(e.subscribe(function(t){o(t,0)},i.onError.bind(i),function(){a=!0,i.onCompleted()}),n.subscribe(function(t){o(t,1)},i.onError.bind(i)))})}function O(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 W(t){var e,n,r;for(e=0;Yn.length>e;++e)if(n=Yn[e],n>=t)return n;for(r=1|t;Yn[Yn.length-1]>r;){if(O(r))return r;r+=2}return t}function j(t){var e=757602046;if(!t.length)return e;for(var n=0,r=t.length;r>n;n++){var i=t.charCodeAt(n);e=(e<<5)-e+i,e&=e}return e}function k(t){var e=668265261;return t=61^t^t>>>16,t+=t<<3,t^=t>>>4,t*=e,t^=t>>>15}function R(){return{key:null,value:null,next:0,hashCode:0}}function q(t,e){return t.groupJoin(this,e,function(){return jn()},function(t,e){return e})}function P(t){var e=this;return new hr(function(n){var r=new pr,i=new Qe,o=new tn(i);return n.onNext(Me(r,o)),i.add(e.subscribe(function(t){r.onNext(t)},function(t){r.onError(t),n.onError(t)},function(){r.onCompleted(),n.onCompleted()})),i.add(t.subscribe(function(){r.onCompleted(),r=new pr,n.onNext(Me(r,o))},function(t){r.onError(t),n.onError(t)},function(){r.onCompleted(),n.onCompleted()})),o})}function T(e){var n=this;return new hr(function(r){var i,o=new Ye,s=new Qe(o),u=new tn(s),c=new pr;return r.onNext(Me(c,u)),s.add(n.subscribe(function(t){c.onNext(t)},function(t){c.onError(t),r.onError(t)},function(){c.onCompleted(),r.onCompleted()})),i=function(){var n,s;try{s=e()}catch(a){return r.onError(a),t}n=new Ge,o.setDisposable(n),n.setDisposable(s.take(1).subscribe(ne,function(t){c.onError(t),r.onError(t)},function(){c.onCompleted(),c=new pr,r.onNext(Me(c,u)),i()}))},i(),u})}function V(e,n){return new mn(function(){return new bn(function(){return e()?{done:!1,value:n}:{done:!0,value:t}})})}function z(t){this.patterns=t}function L(t,e){this.expression=t,this.selector=e}function M(t,e,n){var r=t.get(e);if(!r){var i=new ur(e,n);return t.set(e,i),i}return r}function I(t,e,n){var r,i;for(this.joinObserverArray=t,this.onNext=e,this.onCompleted=n,this.joinObservers=new sr,r=0;this.joinObserverArray.length>r;r++)i=this.joinObserverArray[r],this.joinObservers.set(i,i)}function F(t,e){return new hr(function(n){return e.scheduleWithAbsolute(t,function(){n.onNext(0),n.onCompleted()})})}function B(t,e,n){var r=on(e);return new hr(function(e){var i=0,o=t;return n.scheduleRecursiveWithAbsolute(o,function(t){var s;r>0&&(s=n.now(),o+=r,s>=o&&(o=s+r)),e.onNext(i++),t(o)})})}function H(t,e){var n=on(t);return new hr(function(t){return e.scheduleWithRelative(n,function(){t.onNext(0),t.onCompleted()})})}function U(t,e,n){return t===e?new hr(function(t){return n.schedulePeriodicWithState(0,e,function(e){return t.onNext(e),e+1})}):Wn(function(){return B(n.now()+t,e,n)})}function Q(t,e){var n=this;return new hr(function(r){var i,o=!1,s=new Ye,u=null,c=[],a=!1;return i=n.materialize().timestamp(e).subscribe(function(n){var i,h;"E"===n.value.kind?(c=[],c.push(n),u=n.value.exception,h=!a):(c.push({value:n.value,timestamp:n.timestamp+t}),h=!o,o=!0),h&&(null!==u?r.onError(u):(i=new Ge,s.setDisposable(i),i.setDisposable(e.scheduleRecursiveWithRelative(t,function(t){var n,i,s,h;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);h=!1,i=0,c.length>0?(h=!0,i=Math.max(0,c[0].timestamp-e.now())):o=!1,n=u,a=!1,null!==n?r.onError(n):h&&t(i)}}))))}),new Qe(i,s)})}function $(t,e){var n=this;return Wn(function(){var r=t-e.now();return Q.call(n,r,e)})}function K(t,e){return new hr(function(n){function r(){s&&(s=!1,n.onNext(o)),i&&n.onCompleted()}var i,o,s;return new Qe(t.subscribe(function(t){s=!0,o=t},n.onError.bind(n),function(){i=!0}),e.subscribe(r,n.onError.bind(n),r))})}var J={"boolean":!1,"function":!0,object:!0,number:!1,string:!1,undefined:!1},X=J[typeof window]&&window||this,Z=J[typeof exports]&&exports&&!exports.nodeType&&exports,G=J[typeof module]&&module&&!module.nodeType&&module,Y=G&&G.exports===Z&&Z,te=J[typeof global]&&global;!te||te.global!==te&&te.window!==te||(X=te);var ee={internals:{},config:{Promise:X.Promise},helpers:{}},ne=ee.helpers.noop=function(){},re=ee.helpers.identity=function(t){return t},ie=(ee.helpers.pluck=function(t){return function(e){return e[t]}},ee.helpers.just=function(t){return function(){return t}},ee.helpers.defaultNow=function(){return Date.now?Date.now:function(){return+new Date}}()),oe=ee.helpers.defaultComparer=function(t,e){return Te(t,e)},se=ee.helpers.defaultSubComparer=function(t,e){return t>e?1:e>t?-1:0},ue=ee.helpers.defaultKeySerializer=function(t){return""+t},ce=ee.helpers.defaultError=function(t){throw t},ae=ee.helpers.isPromise=function(t){return!!t&&"function"==typeof t.then&&t.then!==ee.Observable.prototype.then};ee.helpers.asArray=function(){return Array.prototype.slice.call(arguments)},ee.helpers.not=function(t){return!t};var he="Sequence contains no elements.",le="Argument out of range",fe="Object has been disposed",pe="object"==typeof Symbol&&Symbol.iterator||"_es6shim_iterator_";X.Set&&"function"==typeof(new X.Set)["@@iterator"]&&(pe="@@iterator");var de,ve={done:!0,value:t},be="[object Arguments]",me="[object Array]",ye="[object Boolean]",we="[object Date]",ge="[object Error]",Ee="[object Function]",xe="[object Number]",Ce="[object Object]",De="[object RegExp]",Se="[object String]",Ne=Object.prototype.toString,Ae=Object.prototype.hasOwnProperty,_e=Ne.call(arguments)==be,Oe=Error.prototype,We=Object.prototype,je=We.propertyIsEnumerable;try{de=!(Ne.call(document)==Ce&&!({toString:0}+""))}catch(ke){de=!0}var Re=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],qe={};qe[me]=qe[we]=qe[xe]={constructor:!0,toLocaleString:!0,toString:!0,valueOf:!0},qe[ye]=qe[Se]={constructor:!0,toString:!0,valueOf:!0},qe[ge]=qe[Ee]=qe[De]={constructor:!0,toString:!0},qe[Ce]={constructor:!0};var Pe={};(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);Pe.enumErrorProps=je.call(Oe,"message")||je.call(Oe,"name"),Pe.enumPrototypes=je.call(t,"prototype"),Pe.nonEnumArgs=0!=n,Pe.nonEnumShadows=!/valueOf/.test(e)})(1),_e||(u=function(t){return t&&"object"==typeof t?Ae.call(t,"callee"):!1}),c(/x/)&&(c=function(t){return"function"==typeof t&&Ne.call(t)==Ee});var Te=ee.internals.isEqual=function(t,e){return a(t,e,[],[])},Ve=Array.prototype.slice;({}).hasOwnProperty;var ze=this.inherits=ee.internals.inherits=function(t,e){function n(){this.constructor=t}n.prototype=e.prototype,t.prototype=new n},Le=ee.internals.addProperties=function(t){for(var e=Ve.call(arguments,1),n=0,r=e.length;r>n;n++){var i=e[n];for(var o in i)t[o]=i[o]}},Me=ee.internals.addRef=function(t,e){return new hr(function(n){return new Qe(e.getDisposable(),t.subscribe(n))})};Function.prototype.bind||(Function.prototype.bind=function(t){var e=this,n=Ve.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(Ve.call(arguments)));return Object(s)===s?s:o}return e.apply(t,n.concat(Ve.call(arguments)))};return r});var Ie=Object("a"),Fe="a"!=Ie[0]||!(0 in Ie);Array.prototype.every||(Array.prototype.every=function(t){var e=Object(this),n=Fe&&{}.toString.call(this)==Se?this.split(""):e,r=n.length>>>0,i=arguments[1];if({}.toString.call(t)!=Ee)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=Fe&&{}.toString.call(this)==Se?this.split(""):e,r=n.length>>>0,i=Array(r),o=arguments[1];if({}.toString.call(t)!=Ee)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)==me}),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 Be=function(t,e){this.id=t,this.value=e};Be.prototype.compareTo=function(t){var e=this.value.compareTo(t.value);return 0===e&&(e=this.id-t.id),e};var He=ee.internals.PriorityQueue=function(t){this.items=Array(t),this.length=0},Ue=He.prototype;Ue.isHigherPriority=function(t,e){return 0>this.items[t].compareTo(this.items[e])},Ue.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)}}},Ue.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)}}},Ue.peek=function(){return this.items[0].value},Ue.removeAt=function(t){this.items[t]=this.items[--this.length],delete this.items[this.length],this.heapify()},Ue.dequeue=function(){var t=this.peek();return this.removeAt(0),t},Ue.enqueue=function(t){var e=this.length++;this.items[e]=new Be(He.count++,t),this.percolate(e)},Ue.remove=function(t){for(var e=0;this.length>e;e++)if(this.items[e].value===t)return this.removeAt(e),!0;return!1},He.count=0;var Qe=ee.CompositeDisposable=function(){this.disposables=h(arguments,0),this.isDisposed=!1,this.length=this.disposables.length},$e=Qe.prototype;$e.add=function(t){this.isDisposed?t.dispose():(this.disposables.push(t),this.length++)},$e.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},$e.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()}},$e.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()},$e.contains=function(t){return-1!==this.disposables.indexOf(t)},$e.toArray=function(){return this.disposables.slice(0)};var Ke=ee.Disposable=function(t){this.isDisposed=!1,this.action=t||ne};Ke.prototype.dispose=function(){this.isDisposed||(this.action(),this.isDisposed=!0)};var Je=Ke.create=function(t){return new Ke(t)},Xe=Ke.empty={dispose:ne},Ze=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=ee.SingleAssignmentDisposable=function(t){function e(){t.call(this,!0)}return ze(e,t),e}(Ze),Ye=ee.SerialDisposable=function(t){function e(){t.call(this,!1)}return ze(e,t),e}(Ze),tn=ee.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}();f.prototype.dispose=function(){var t=this;this.scheduler.schedule(function(){t.isDisposed||(t.isDisposed=!0,t.disposable.dispose())})};var en=ee.internals.ScheduledItem=function(t,e,n,r,i){this.scheduler=t,this.state=e,this.action=n,this.dueTime=r,this.comparer=i||se,this.disposable=new Ge};en.prototype.invoke=function(){this.disposable.setDisposable(this.invokeCore())},en.prototype.compareTo=function(t){return this.comparer(this.dueTime,t.dueTime)},en.prototype.isCancelled=function(){return this.disposable.isDisposed},en.prototype.invokeCore=function(){return this.action(this.scheduler,this.state)};var nn,rn=ee.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 Qe,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 Qe,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.catchException=i["catch"]=function(t){return new ln(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 Je(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=ie,t.normalize=function(t){return 0>t&&(t=0),t},t}(),on=rn.normalize,sn=ee.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}(),un=rn.immediate=function(){function t(t,e){return e(this,t)}function e(t,e,n){for(var r=on(r);r-this.now()>0;);return n(this,t)}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new rn(ie,t,e,n)}(),cn=rn.currentThread=function(){function t(t){for(var e;t.length>0;)if(e=t.dequeue(),!e.isCancelled()){for(;e.dueTime-rn.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()+rn.normalize(n),s=new en(this,e,r,o);if(i)i.enqueue(s);else{i=new He(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 rn(ie,e,n,r);return o.scheduleRequired=function(){return null===i},o.ensureTrampoline=function(t){return null===i?this.schedule(t):t()},o}(),an=ne;(function(){function t(){if(!X.postMessage||X.importScripts)return!1;var t=!1,e=X.onmessage;return X.onmessage=function(){t=!0},X.postMessage("","*"),X.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("^"+(Ne+"").replace(/[.*+?^${}()|[\]\\]/g,"\\$&").replace(/toString| for [^\]]+/g,".*?")+"$"),r="function"==typeof(r=te&&Y&&te.setImmediate)&&!n.test(r)&&r,i="function"==typeof(i=te&&Y&&te.clearImmediate)&&!n.test(i)&&i;if("undefined"!=typeof process&&"[object process]"==={}.toString.call(process))nn=process.nextTick;else if("function"==typeof r)nn=r,an=i;else if(t()){var o="ms.rx.schedule"+Math.random(),s={},u=0;X.addEventListener?X.addEventListener("message",e,!1):X.attachEvent("onmessage",e,!1),nn=function(t){var e=u++;s[e]=t,X.postMessage(o+e,"*")}}else if(X.MessageChannel){var c=new X.MessageChannel,a={},h=0;c.port1.onmessage=function(t){var e=t.data,n=a[e];n(),delete a[e]},nn=function(t){var e=h++;a[e]=t,c.port2.postMessage(e)}}else"document"in X&&"onreadystatechange"in X.document.createElement("script")?nn=function(t){var e=X.document.createElement("script");e.onreadystatechange=function(){t(),e.onreadystatechange=null,e.parentNode.removeChild(e),e=null},X.document.documentElement.appendChild(e)}:(nn=function(t){return setTimeout(t,0)},an=clearTimeout)})();var hn=rn.timeout=function(){function t(t,e){var n=this,r=new Ge,i=nn(function(){r.isDisposed||r.setDisposable(e(n,t))});return new Qe(r,Je(function(){an(i)}))}function e(t,e,n){var r=this,i=rn.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 Qe(o,Je(function(){clearTimeout(s)}))}function n(t,e,n){return this.scheduleWithRelativeAndState(t,e-this.now(),n)}return new rn(ie,t,e,n)}(),ln=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 ze(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 Xe}}},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 Ge;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}(rn),fn=ee.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=un),new hr(function(n){return t.schedule(function(){e._acceptObservable(n),"N"===e.kind&&n.onCompleted()})})},t}(),pn=fn.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 fn("N",!0);return i.value=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),dn=fn.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 fn("E");return i.exception=r,i._accept=t,i._acceptObservable=e,i.toString=n,i}}(),vn=fn.createOnCompleted=function(){function t(t,e,n){return n()}function e(t){return t.onCompleted()}function n(){return"OnCompleted()"}return function(){var r=new fn("C");return r._accept=t,r._acceptObservable=e,r.toString=n,r}}(),bn=ee.internals.Enumerator=function(t){this._next=t};bn.prototype.next=function(){return this._next()},bn.prototype[pe]=function(){return this};var mn=ee.internals.Enumerable=function(t){this._iterator=t};mn.prototype[pe]=function(){return this._iterator()},mn.prototype.concat=function(){var e=this;return new hr(function(n){var r;try{r=e[pe]()}catch(i){return n.onError(),t}var o,s=new Ye,u=un.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=i.value;ae(c)&&(c=On(c));var a=new Ge;s.setDisposable(a),a.setDisposable(c.subscribe(n.onNext.bind(n),n.onError.bind(n),function(){e()}))}});return new Qe(s,u,Je(function(){o=!0}))})},mn.prototype.catchException=function(){var e=this;return new hr(function(n){var r;try{r=e[pe]()}catch(i){return n.onError(),t}var o,s,u=new Ye,c=un.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=i.value;ae(a)&&(a=On(a));var h=new Ge;u.setDisposable(h),h.setDisposable(a.subscribe(n.onNext.bind(n),function(t){s=t,e()},n.onCompleted.bind(n)))}});return new Qe(u,c,Je(function(){o=!0}))})};var yn=mn.repeat=function(t,e){return null==e&&(e=-1),new mn(function(){var n=e;return new bn(function(){return 0===n?ve:(n>0&&n--,{done:!1,value:t})})})},wn=mn.forEach=function(t,e,n){return e||(e=re),new mn(function(){var r=-1;return new bn(function(){return++r<t.length?{done:!1,value:e.call(n,t[r],r,t)}:ve})})},gn=ee.Observer=function(){};gn.prototype.toNotifier=function(){var t=this;return function(e){return e.accept(t)}},gn.prototype.asObserver=function(){return new Dn(this.onNext.bind(this),this.onError.bind(this),this.onCompleted.bind(this))},gn.prototype.checked=function(){return new Sn(this)};var En=gn.create=function(t,e,n){return t||(t=ne),e||(e=ce),n||(n=ne),new Dn(t,e,n)};gn.fromNotifier=function(t){return new Dn(function(e){return t(pn(e))},function(e){return t(dn(e))},function(){return t(vn())})},gn.notifyOn=function(t){return new An(t,this)};var xn,Cn=ee.internals.AbstractObserver=function(t){function e(){this.isStopped=!1,t.call(this)}return ze(e,t),e.prototype.onNext=function(t){this.isStopped||this.next(t)},e.prototype.onError=function(t){this.isStopped||(this.isStopped=!0,this.error(t))},e.prototype.onCompleted=function(){this.isStopped||(this.isStopped=!0,this.completed())},e.prototype.dispose=function(){this.isStopped=!0},e.prototype.fail=function(t){return this.isStopped?!1:(this.isStopped=!0,this.error(t),!0)},e}(gn),Dn=ee.AnonymousObserver=function(t){function e(e,n,r){t.call(this),this._onNext=e,this._onError=n,this._onCompleted=r}return ze(e,t),e.prototype.next=function(t){this._onNext(t)},e.prototype.error=function(t){this._onError(t)},e.prototype.completed=function(){this._onCompleted()},e}(Cn),Sn=function(t){function e(e){t.call(this),this._observer=e,this._state=0}ze(e,t);var n=e.prototype;return n.onNext=function(t){this.checkAccess();try{this._observer.onNext(t)}catch(e){throw e}finally{this._state=0}},n.onError=function(t){this.checkAccess();try{this._observer.onError(t)}catch(e){throw e}finally{this._state=2}},n.onCompleted=function(){this.checkAccess();try{this._observer.onCompleted()}catch(t){throw t}finally{this._state=2}},n.checkAccess=function(){if(1===this._state)throw Error("Re-entrancy detected");if(2===this._state)throw Error("Observer completed");0===this._state&&(this._state=1)},e}(gn),Nn=ee.internals.ScheduledObserver=function(e){function n(t,n){e.call(this),this.scheduler=t,this.observer=n,this.isAcquired=!1,this.hasFaulted=!1,this.queue=[],this.disposable=new Ye}return ze(n,e),n.prototype.next=function(t){var e=this;this.queue.push(function(){e.observer.onNext(t)})},n.prototype.error=function(t){var e=this;this.queue.push(function(){e.observer.onError(t)})},n.prototype.completed=function(){var t=this;this.queue.push(function(){t.observer.onCompleted()})},n.prototype.ensureActive=function(){var e=!1,n=this;!this.hasFaulted&&this.queue.length>0&&(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}(Cn),An=function(t){function e(){t.apply(this,arguments)}return ze(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}(Nn),_n=ee.Observable=function(){function t(t){this._subscribe=t}return xn=t.prototype,xn.subscribe=xn.forEach=function(t,e,n){var r="object"==typeof t?t:En(t,e,n);return this._subscribe(r)},t}();xn.observeOn=function(t){var e=this;return new hr(function(n){return e.subscribe(new An(t,n))})},xn.subscribeOn=function(t){var e=this;return new hr(function(n){var r=new Ge,i=new Ye;return i.setDisposable(r),r.setDisposable(t.schedule(function(){i.setDisposable(new f(t,e.subscribe(n)))})),i})};var On=_n.fromPromise=function(t){return new hr(function(e){return t.then(function(t){e.onNext(t),e.onCompleted()},function(t){e.onError(t)}),function(){t&&t.abort&&t.abort()}})};xn.toPromise=function(t){if(t||(t=ee.config.Promise),!t)throw Error("Promise type not provided nor in Rx.config.Promise");
2
+ 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)})})},xn.toArray=function(){var t=this;return new hr(function(e){var n=[];return t.subscribe(n.push.bind(n),e.onError.bind(e),function(){e.onNext(n),e.onCompleted()})})},_n.create=_n.createWithDisposable=function(t){return new hr(t)};var Wn=_n.defer=function(t){return new hr(function(e){var n;try{n=t()}catch(r){return Pn(r).subscribe(e)}return ae(n)&&(n=On(n)),n.subscribe(e)})},jn=_n.empty=function(t){return t||(t=un),new hr(function(e){return t.schedule(function(){e.onCompleted()})})},kn=_n.fromArray=function(t,e){return e||(e=cn),new hr(function(n){var r=0;return e.scheduleRecursive(function(e){t.length>r?(n.onNext(t[r++]),e()):n.onCompleted()})})};_n.fromIterable=function(e,n){return n||(n=cn),new hr(function(r){var i;try{i=e[pe]()}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())})})},_n.generate=function(e,n,r,i,o){return o||(o=cn),new hr(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 Rn=_n.never=function(){return new hr(function(){return Xe})};_n.range=function(t,e,n){return n||(n=cn),new hr(function(r){return n.scheduleRecursiveWithState(0,function(n,i){e>n?(r.onNext(t+n),i(n+1)):r.onCompleted()})})},_n.repeat=function(t,e,n){return n||(n=cn),null==e&&(e=-1),qn(t,n).repeat(e)};var qn=_n["return"]=_n.returnValue=function(t,e){return e||(e=un),new hr(function(n){return e.schedule(function(){n.onNext(t),n.onCompleted()})})},Pn=_n["throw"]=_n.throwException=function(t,e){return e||(e=un),new hr(function(n){return e.schedule(function(){n.onError(t)})})};_n.using=function(t,e){return new hr(function(n){var r,i,o=Xe;try{r=t(),r&&(o=r),i=e(r)}catch(s){return new Qe(Pn(s).subscribe(n),o)}return new Qe(i.subscribe(n),o)})},xn.amb=function(t){var e=this;return new hr(function(n){function r(){o||(o=s,a.dispose())}function i(){o||(o=u,c.dispose())}var o,s="L",u="R",c=new Ge,a=new Ge;return ae(t)&&(t=On(t)),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 Qe(c,a)})},_n.amb=function(){function t(t,e){return t.amb(e)}for(var e=Rn(),n=h(arguments,0),r=0,i=n.length;i>r;r++)e=t(e,n[r]);return e},xn["catch"]=xn.catchException=function(t){return"function"==typeof t?p(this,t):Tn([this,t])};var Tn=_n.catchException=_n["catch"]=function(){var t=h(arguments,0);return wn(t).catchException()};xn.combineLatest=function(){var t=Ve.call(arguments);return Array.isArray(t[0])?t[0].unshift(this):t.unshift(this),Vn.apply(this,t)};var Vn=_n.combineLatest=function(){var e=Ve.call(arguments),n=e.pop();return Array.isArray(e[0])&&(e=e[0]),new hr(function(r){function i(e){var i;if(c[e]=!0,a||(a=c.every(re))){try{i=n.apply(null,f)}catch(o){return r.onError(o),t}r.onNext(i)}else h.filter(function(t,n){return n!==e}).every(re)&&r.onCompleted()}function o(t){h[t]=!0,h.every(re)&&r.onCompleted()}for(var s=function(){return!1},u=e.length,c=l(u,s),a=!1,h=l(u,s),f=Array(u),p=Array(u),d=0;u>d;d++)(function(t){var n=e[t],s=new Ge;ae(n)&&(n=On(n)),s.setDisposable(n.subscribe(function(e){f[t]=e,i(t)},r.onError.bind(r),function(){o(t)})),p[t]=s})(d);return new Qe(p)})};xn.concat=function(){var t=Ve.call(arguments,0);return t.unshift(this),zn.apply(this,t)};var zn=_n.concat=function(){var t=h(arguments,0);return wn(t).concat()};xn.concatObservable=xn.concatAll=function(){return this.merge(1)},xn.merge=function(t){if("number"!=typeof t)return Ln(this,t);var e=this;return new hr(function(n){var r=0,i=new Qe,o=!1,s=[],u=function(t){var e=new Ge;i.add(e),ae(t)&&(t=On(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(),u(t)):(r--,o&&0===r&&n.onCompleted())}))};return i.add(e.subscribe(function(e){t>r?(r++,u(e)):s.push(e)},n.onError.bind(n),function(){o=!0,0===r&&n.onCompleted()})),i})};var Ln=_n.merge=function(){var t,e;return arguments[0]?arguments[0].now?(t=arguments[0],e=Ve.call(arguments,1)):(t=un,e=Ve.call(arguments,0)):(t=un,e=Ve.call(arguments,1)),Array.isArray(e[0])&&(e=e[0]),kn(e,t).mergeObservable()};xn.mergeObservable=xn.mergeAll=function(){var t=this;return new hr(function(e){var n=new Qe,r=!1,i=new Ge;return n.add(i),i.setDisposable(t.subscribe(function(t){var i=new Ge;n.add(i),ae(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})},xn.onErrorResumeNext=function(t){if(!t)throw Error("Second observable is required");return Mn([this,t])};var Mn=_n.onErrorResumeNext=function(){var t=h(arguments,0);return new hr(function(e){var n=0,r=new Ye,i=un.scheduleRecursive(function(i){var o,s;t.length>n?(o=t[n++],ae(o)&&(o=On(o)),s=new Ge,r.setDisposable(s),s.setDisposable(o.subscribe(e.onNext.bind(e),function(){i()},function(){i()}))):e.onCompleted()});return new Qe(r,i)})};xn.skipUntil=function(t){var e=this;return new hr(function(n){var r=!1,i=new Qe(e.subscribe(function(t){r&&n.onNext(t)},n.onError.bind(n),function(){r&&n.onCompleted()}));ae(t)&&(t=On(t));var o=new Ge;return i.add(o),o.setDisposable(t.subscribe(function(){r=!0,o.dispose()},n.onError.bind(n),function(){o.dispose()})),i})},xn["switch"]=xn.switchLatest=function(){var t=this;return new hr(function(e){var n=!1,r=new Ye,i=!1,o=0,s=t.subscribe(function(t){var s=new Ge,u=++o;n=!0,r.setDisposable(s),ae(t)&&(t=On(t)),s.setDisposable(t.subscribe(function(t){o===u&&e.onNext(t)},function(t){o===u&&e.onError(t)},function(){o===u&&(n=!1,i&&e.onCompleted())}))},e.onError.bind(e),function(){i=!0,n||e.onCompleted()});return new Qe(s,r)})},xn.takeUntil=function(t){var e=this;return new hr(function(n){return ae(t)&&(t=On(t)),new Qe(e.subscribe(n),t.subscribe(n.onCompleted.bind(n),n.onError.bind(n),ne))})},xn.zip=function(){if(Array.isArray(arguments[0]))return d.apply(this,arguments);var e=this,n=Ve.call(arguments),r=n.pop();return n.unshift(e),new hr(function(i){function o(n){var o,s;if(c.every(function(t){return t.length>0})){try{s=c.map(function(t){return t.shift()}),o=r.apply(e,s)}catch(u){return i.onError(u),t}i.onNext(o)}else a.filter(function(t,e){return e!==n}).every(re)&&i.onCompleted()}function s(t){a[t]=!0,a.every(function(t){return t})&&i.onCompleted()}for(var u=n.length,c=l(u,function(){return[]}),a=l(u,function(){return!1}),h=Array(u),f=0;u>f;f++)(function(t){var e=n[t],r=new Ge;ae(e)&&(e=On(e)),r.setDisposable(e.subscribe(function(e){c[t].push(e),o(t)},i.onError.bind(i),function(){s(t)})),h[t]=r})(f);return new Qe(h)})},_n.zip=function(){var t=Ve.call(arguments,0),e=t.shift();return e.zip.apply(e,t)},_n.zipArray=function(){var e=h(arguments,0);return new hr(function(n){function r(e){if(s.every(function(t){return t.length>0})){var r=s.map(function(t){return t.shift()});n.onNext(r)}else if(u.filter(function(t,n){return n!==e}).every(re))return n.onCompleted(),t}function i(e){return u[e]=!0,u.every(re)?(n.onCompleted(),t):t}for(var o=e.length,s=l(o,function(){return[]}),u=l(o,function(){return!1}),c=Array(o),a=0;o>a;a++)(function(t){c[t]=new Ge,c[t].setDisposable(e[t].subscribe(function(e){s[t].push(e),r(t)},n.onError.bind(n),function(){i(t)}))})(a);var h=new Qe(c);return h.add(Je(function(){for(var t=0,e=s.length;e>t;t++)s[t]=[]})),h})},xn.asObservable=function(){var t=this;return new hr(function(e){return t.subscribe(e)})},xn.bufferWithCount=function(t,e){return"number"!=typeof e&&(e=t),this.windowWithCount(t,e).selectMany(function(t){return t.toArray()}).where(function(t){return t.length>0})},xn.dematerialize=function(){var t=this;return new hr(function(e){return t.subscribe(function(t){return t.accept(e)},e.onError.bind(e),e.onCompleted.bind(e))})},xn.distinctUntilChanged=function(e,n){var r=this;return e||(e=re),n||(n=oe),new hr(function(i){var o,s=!1;return r.subscribe(function(r){var u,c=!1;try{u=e(r)}catch(a){return i.onError(a),t}if(s)try{c=n(o,u)}catch(a){return i.onError(a),t}s&&c||(s=!0,o=u,i.onNext(r))},i.onError.bind(i),i.onCompleted.bind(i))})},xn["do"]=xn.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 hr(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()})})},xn["finally"]=xn.finallyAction=function(t){var e=this;return new hr(function(n){var r;try{r=e.subscribe(n)}catch(i){throw t(),i}return Je(function(){try{r.dispose()}catch(e){throw e}finally{t()}})})},xn.ignoreElements=function(){var t=this;return new hr(function(e){return t.subscribe(ne,e.onError.bind(e),e.onCompleted.bind(e))})},xn.materialize=function(){var t=this;return new hr(function(e){return t.subscribe(function(t){e.onNext(pn(t))},function(t){e.onNext(dn(t)),e.onCompleted()},function(){e.onNext(vn()),e.onCompleted()})})},xn.repeat=function(t){return yn(this,t).concat()},xn.retry=function(t){return yn(this,t).catchException()},xn.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 hr(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()})})},xn.skipLast=function(t){var e=this;return new hr(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))})},xn.startWith=function(){var t,e,n=0;return arguments.length&&"now"in Object(arguments[0])?(e=arguments[0],n=1):e=un,t=Ve.call(arguments,n),wn([kn(t,e),this]).concat()},xn.takeLast=function(t,e){return this.takeLastBuffer(t).selectMany(function(t){return kn(t,e)})},xn.takeLastBuffer=function(t){var e=this;return new hr(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()})})},xn.windowWithCount=function(t,e){var n=this;if(0>=t)throw Error(le);if(1===arguments.length&&(e=t),0>=e)throw Error(le);return new hr(function(r){var i=new Ge,o=new tn(i),s=0,u=[],c=function(){var t=new pr;u.push(t),r.onNext(Me(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})},xn.selectConcat=xn.concatMap=function(t,e){return e?this.concatMap(function(n,r){var i=t(n,r),o=ae(i)?On(i):i;return o.map(function(t){return e(n,t,r)})}):"function"==typeof t?v.call(this,t):v.call(this,function(){return t})},xn.defaultIfEmpty=function(e){var n=this;return e===t&&(e=null),new hr(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()})})},xn.distinct=function(e,n){var r=this;return e||(e=re),n||(n=ue),new hr(function(i){var o={};return r.subscribe(function(r){var s,u,c,a=!1;try{s=e(r),u=n(s)}catch(h){return i.onError(h),t}for(c in o)if(u===c){a=!0;break}a||(o[u]=null,i.onNext(r))},i.onError.bind(i),i.onCompleted.bind(i))})},xn.groupBy=function(t,e,n){return this.groupByUntil(t,e,function(){return Rn()},n)},xn.groupByUntil=function(e,n,r,i){var o=this;return n||(n=re),i||(i=ue),new hr(function(s){var u={},c=new Qe,a=new tn(c);return c.add(o.subscribe(function(o){var h,l,f,p,d,v,b,m,y,w;try{v=e(o),b=i(v)}catch(g){for(w in u)u[w].onError(g);return s.onError(g),t}p=!1;try{y=u[b],y||(y=new pr,u[b]=y,p=!0)}catch(g){for(w in u)u[w].onError(g);return s.onError(g),t}if(p){d=new fr(v,y,a),l=new fr(v,y);try{h=r(l)}catch(g){for(w in u)u[w].onError(g);return s.onError(g),t}s.onNext(d),m=new Ge,c.add(m);var E=function(){b in u&&(delete u[b],y.onCompleted()),c.remove(m)};m.setDisposable(h.take(1).subscribe(ne,function(t){for(w in u)u[w].onError(t);s.onError(t)},function(){E()}))}try{f=n(o)}catch(g){for(w in u)u[w].onError(g);return s.onError(g),t}y.onNext(f)},function(t){for(var e in u)u[e].onError(t);s.onError(t)},function(){for(var t in u)u[t].onCompleted();s.onCompleted()})),a})},xn.select=xn.map=function(e,n){var r=this;return new hr(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))})},xn.pluck=function(t){return this.select(function(e){return e[t]})},xn.selectMany=xn.flatMap=function(t,e){return e?this.selectMany(function(n,r){var i=t(n,r),o=ae(i)?On(i):i;return o.select(function(t){return e(n,t,r)})}):"function"==typeof t?b.call(this,t):b.call(this,function(){return t})},xn.selectSwitch=xn.flatMapLatest=function(t,e){return this.select(t,e).switchLatest()},xn.skip=function(t){if(0>t)throw Error(le);var e=this;return new hr(function(n){var r=t;return e.subscribe(function(t){0>=r?n.onNext(t):r--},n.onError.bind(n),n.onCompleted.bind(n))})},xn.skipWhile=function(e,n){var r=this;return new hr(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))})},xn.take=function(t,e){if(0>t)throw Error(le);if(0===t)return jn(e);var n=this;return new hr(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))})},xn.takeWhile=function(e,n){var r=this;return new hr(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))})},xn.where=xn.filter=function(e,n){var r=this;return new hr(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))})},xn.finalValue=function(){var t=this;return new hr(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(he))})})},xn.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()},xn.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()},xn.some=xn.any=function(t,e){var n=this;return t?n.where(t,e).any():new hr(function(t){return n.subscribe(function(){t.onNext(!0),t.onCompleted()},t.onError.bind(t),function(){t.onNext(!1),t.onCompleted()})})},xn.isEmpty=function(){return this.any().select(function(t){return!t})},xn.every=xn.all=function(t,e){return this.where(function(e){return!t(e)},e).any().select(function(t){return!t})},xn.contains=function(t,e){return e||(e=oe),this.where(function(n){return e(n,t)}).any()},xn.count=function(t,e){return t?this.where(t,e).count():this.aggregate(0,function(t){return t+1})},xn.sum=function(t,e){return t?this.select(t,e).sum():this.aggregate(0,function(t,e){return t+e})},xn.minBy=function(t,e){return e||(e=se),m(this,t,function(t,n){return-1*e(t,n)})},xn.min=function(t){return this.minBy(re,t).select(function(t){return y(t)})},xn.maxBy=function(t,e){return e||(e=se),m(this,t,e)},xn.max=function(t){return this.maxBy(re,t).select(function(t){return y(t)})},xn.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})},xn.sequenceEqual=function(e,n){var r=this;return n||(n=oe),Array.isArray(e)?w(r,e,n):new hr(function(i){var o=!1,s=!1,u=[],c=[],a=r.subscribe(function(e){var r,o;if(c.length>0){o=c.shift();try{r=n(o,e)}catch(a){return i.onError(a),t}r||(i.onNext(!1),i.onCompleted())}else s?(i.onNext(!1),i.onCompleted()):u.push(e)},i.onError.bind(i),function(){o=!0,0===u.length&&(c.length>0?(i.onNext(!1),i.onCompleted()):s&&(i.onNext(!0),i.onCompleted()))});ae(e)&&(e=On(e));var h=e.subscribe(function(e){var r,s;if(u.length>0){s=u.shift();try{r=n(s,e)}catch(a){return i.onError(a),t}r||(i.onNext(!1),i.onCompleted())}else o?(i.onNext(!1),i.onCompleted()):c.push(e)},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 Qe(a,h)})},xn.elementAt=function(t){return g(this,t,!1)},xn.elementAtOrDefault=function(t,e){return g(this,t,!0,e)},xn.single=function(t,e){return t?this.where(t,e).single():E(this,!1)},xn.singleOrDefault=function(t,e,n){return t?this.where(t,n).singleOrDefault(null,e):E(this,!0,e)},xn.first=function(t,e){return t?this.where(t,e).first():x(this,!1)},xn.firstOrDefault=function(t,e){return t?this.where(t).firstOrDefault(null,e):x(this,!0,e)},xn.last=function(t,e){return t?this.where(t,e).last():C(this,!1)},xn.lastOrDefault=function(t,e,n){return t?this.where(t,n).lastOrDefault(null,e):C(this,!0,e)},xn.find=function(t,e){return D(this,t,e,!1)},xn.findIndex=function(t,e){return D(this,t,e,!0)},_n.start=function(t,e,n){return In(t,e,n)()};var In=_n.toAsync=function(e,n,r){return n||(n=hn),function(){var i=arguments,o=new dr;return n.schedule(function(){var n;try{n=e.apply(r,i)}catch(s){return o.onError(s),t}o.onNext(n),o.onCompleted()}),o.asObservable()}};_n.fromCallback=function(e,n,r,i){return n||(n=un),function(){var o=Ve.call(arguments,0);return new hr(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)})})}},_n.fromNodeCallback=function(e,n,r,i){return n||(n=un),function(){var o=Ve.call(arguments,0);return new hr(function(s){return n.schedule(function(){function n(e){if(e)return s.onError(e),t;var n=Ve.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)})})}};var Fn=X.angular&&angular.element?angular.element:X.jQuery?X.jQuery:X.Zepto?X.Zepto:null,Bn=!!X.Ember&&"function"==typeof X.Ember.addListener;_n.fromEvent=function(e,n,r){if(Bn)return Hn(function(t){Ember.addListener(e,n,t)},function(t){Ember.removeListener(e,n,t)},r);if(Fn){var i=Fn(e);return Hn(function(t){i.on(n,t)},function(t){i.off(n,t)},r)}return new hr(function(i){return A(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()};var Hn=_n.fromEventPattern=function(e,n,r){return new hr(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 Je(function(){n&&n(o,s)})}).publish().refCount()};_n.startAsync=function(t){var e;try{e=t()}catch(n){return Pn(n)}return On(e)};var Un=function(t){function e(t){var e=this.source.publish(),n=e.subscribe(t),r=Xe,i=this.subject.distinctUntilChanged().subscribe(function(t){t?r=e.connect():(r.dispose(),r=Xe)});return new Qe(n,r,i)}function n(n,r){this.source=n,this.subject=r||new pr,this.isPaused=!0,t.call(this,e)}return ze(n,t),n.prototype.pause=function(){this.isPaused!==!0&&(this.isPaused=!0,this.subject.onNext(!1))},n.prototype.resume=function(){this.isPaused!==!1&&(this.isPaused=!1,this.subject.onNext(!0))},n}(_n);xn.pausable=function(t){return new Un(this,t)};var Qn=function(t){function e(t){var e=[],n=!0,r=_(this.source,this.subject.distinctUntilChanged(),function(t,e){return{data:t,shouldFire:e}}).subscribe(function(r){if(r.shouldFire&&n&&t.onNext(r.data),r.shouldFire&&!n){for(;e.length>0;)t.onNext(e.shift());n=!0}else r.shouldFire||n?!r.shouldFire&&n&&(n=!1):e.push(r.data)},function(n){for(;e.length>0;)t.onNext(e.shift());t.onError(n)},function(){for(;e.length>0;)t.onNext(e.shift());t.onCompleted()});return this.subject.onNext(!1),r}function n(n,r){this.source=n,this.subject=r||new pr,this.isPaused=!0,t.call(this,e)}return ze(n,t),n.prototype.pause=function(){this.isPaused!==!0&&(this.isPaused=!0,this.subject.onNext(!1))},n.prototype.resume=function(){this.isPaused!==!1&&(this.isPaused=!1,this.subject.onNext(!0))},n}(_n);xn.pausableBuffered=function(t){return new Qn(this,t)},xn.controlled=function(t){return null==t&&(t=!0),new $n(this,t)};var $n=function(t){function e(t){return this.source.subscribe(t)}function n(n,r){t.call(this,e),this.subject=new Kn(r),this.source=n.multicast(this.subject).refCount()}return ze(n,t),n.prototype.request=function(t){return null==t&&(t=-1),this.subject.request(t)},n}(_n),Kn=ee.ControlledSubject=function(t){function n(t){return this.subject.subscribe(t)}function r(e){null==e&&(e=!0),t.call(this,n),this.subject=new pr,this.enableQueue=e,this.queue=e?[]:null,this.requestedCount=0,this.requestedDisposable=Xe,this.error=null,this.hasFailed=!1,this.hasCompleted=!1,this.controlledDisposable=Xe}return ze(r,t),Le(r.prototype,gn,{onCompleted:function(){e.call(this),this.hasCompleted=!0,this.enableQueue&&0!==this.queue.length||this.subject.onCompleted()},onError:function(t){e.call(this),this.hasFailed=!0,this.error=t,this.enableQueue&&0!==this.queue.length||this.subject.onError(t)},onNext:function(t){e.call(this);var n=!1;0===this.requestedCount?this.enableQueue&&this.queue.push(t):(-1!==this.requestedCount&&0===this.requestedCount--&&this.disposeCurrentRequest(),n=!0),n&&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){e.call(this),this.disposeCurrentRequest();var n=this,r=this._processRequest(t);return t=r.numberOfItems,r.returnValue?Xe:(this.requestedCount=t,this.requestedDisposable=Je(function(){n.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()}}),r}(_n);xn.multicast=function(t,e){var n=this;return"function"==typeof t?new hr(function(r){var i=n.multicast(t());return new Qe(e(i).subscribe(r),i.connect())}):new Gn(n,t)},xn.publish=function(t){return t?this.multicast(function(){return new pr},t):this.multicast(new pr)},xn.share=function(){return this.publish(null).refCount()},xn.publishLast=function(t){return t?this.multicast(function(){return new dr},t):this.multicast(new dr)},xn.publishValue=function(t,e){return 2===arguments.length?this.multicast(function(){return new Xn(e)},t):this.multicast(new Xn(t))},xn.shareValue=function(t){return this.publishValue(t).refCount()},xn.replay=function(t,e,n,r){return t?this.multicast(function(){return new Zn(e,n,r)},t):this.multicast(new Zn(e,n,r))},xn.replayWhileObserved=function(t,e,n){return this.replay(null,t,e,n).refCount()};var Jn=function(t,e){this.subject=t,this.observer=e};Jn.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 Xn=ee.BehaviorSubject=function(t){function n(t){if(e.call(this),!this.isStopped)return this.observers.push(t),t.onNext(this.value),new Jn(this,t);var n=this.exception;return n?t.onError(n):t.onCompleted(),Xe}function r(e){t.call(this,n),this.value=e,this.observers=[],this.isDisposed=!1,this.isStopped=!1,this.exception=null}return ze(r,t),Le(r.prototype,gn,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(e.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var n=0,r=t.length;r>n;n++)t[n].onCompleted();this.observers=[]}},onError:function(t){if(e.call(this),!this.isStopped){var n=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var r=0,i=n.length;i>r;r++)n[r].onError(t);this.observers=[]}},onNext:function(t){if(e.call(this),!this.isStopped){this.value=t;for(var n=this.observers.slice(0),r=0,i=n.length;i>r;r++)n[r].onNext(t)}},dispose:function(){this.isDisposed=!0,this.observers=null,this.value=null,this.exception=null}}),r}(_n),Zn=ee.ReplaySubject=function(t){function n(t,e){this.subject=t,this.observer=e}function r(t){var r=new Nn(this.scheduler,t),i=new n(this,r);e.call(this),this._trim(this.scheduler.now()),this.observers.push(r);for(var o=this.q.length,s=0,u=this.q.length;u>s;s++)r.onNext(this.q[s].value);return this.hasError?(o++,r.onError(this.error)):this.isStopped&&(o++,r.onCompleted()),r.ensureActive(o),i}function i(e,n,i){this.bufferSize=null==e?Number.MAX_VALUE:e,this.windowSize=null==n?Number.MAX_VALUE:n,this.scheduler=i||cn,this.q=[],this.observers=[],this.isStopped=!1,this.isDisposed=!1,this.hasError=!1,this.error=null,t.call(this,r)}return n.prototype.dispose=function(){if(this.observer.dispose(),!this.subject.isDisposed){var t=this.subject.observers.indexOf(this.observer);this.subject.observers.splice(t,1)}},ze(i,t),Le(i.prototype,gn,{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 n;if(e.call(this),!this.isStopped){var r=this.scheduler.now();this.q.push({interval:r,value:t}),this._trim(r);for(var i=this.observers.slice(0),o=0,s=i.length;s>o;o++)n=i[o],n.onNext(t),n.ensureActive()}},onError:function(t){var n;if(e.call(this),!this.isStopped){this.isStopped=!0,this.error=t,this.hasError=!0;var r=this.scheduler.now();this._trim(r);for(var i=this.observers.slice(0),o=0,s=i.length;s>o;o++)n=i[o],n.onError(t),n.ensureActive();this.observers=[]}},onCompleted:function(){var t;if(e.call(this),!this.isStopped){this.isStopped=!0;var n=this.scheduler.now();this._trim(n);for(var r=this.observers.slice(0),i=0,o=r.length;o>i;i++)t=r[i],t.onCompleted(),t.ensureActive();this.observers=[]}},dispose:function(){this.isDisposed=!0,this.observers=null}}),i}(_n),Gn=ee.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 Qe(i.source.subscribe(i.subject),Je(function(){i.hasSubscription=!1}))),i.subscription},t.call(this,r)}return ze(e,t),e.prototype.connect=function(){return this.connect()},e.prototype.refCount=function(){var t=null,e=0,n=this;return new hr(function(r){var i,o;return e++,i=1===e,o=n.subscribe(r),i&&(t=n.connect()),Je(function(){o.dispose(),e--,0===e&&t.dispose()})})},e}(_n),Yn=[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],tr="no such key",er="duplicate key",nr=function(){var t=0;return function(e){if(null==e)throw Error(tr);if("string"==typeof e)return j(e);if("number"==typeof e)return k(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}}(),rr=function(t,e){if(0>t)throw Error("out of range");t>0&&this._initialize(t),this.comparer=e||oe,this.freeCount=0,this.size=0,this.freeList=-1};rr.prototype._initialize=function(t){var e,n=W(t);for(this.buckets=Array(n),this.entries=Array(n),e=0;n>e;e++)this.buckets[e]=-1,this.entries[e]=R();this.freeList=-1},rr.prototype.count=function(){return this.size},rr.prototype.add=function(t,e){return this._insert(t,e,!0)},rr.prototype._insert=function(e,n,r){this.buckets||this._initialize(0);for(var i,o=2147483647&nr(e),s=o%this.buckets.length,u=this.buckets[s];u>=0;u=this.entries[u].next)if(this.entries[u].hashCode===o&&this.comparer(this.entries[u].key,e)){if(r)throw Error(er);return this.entries[u].value=n,t}this.freeCount>0?(i=this.freeList,this.freeList=this.entries[i].next,--this.freeCount):(this.size===this.entries.length&&(this._resize(),s=o%this.buckets.length),i=this.size,++this.size),this.entries[i].hashCode=o,this.entries[i].next=this.buckets[s],this.entries[i].key=e,this.entries[i].value=n,this.buckets[s]=i},rr.prototype._resize=function(){var t=W(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]=R();for(var i=0;this.size>i;++i){var o=n[i].hashCode%t;n[i].next=e[o],e[o]=i}this.buckets=e,this.entries=n},rr.prototype.remove=function(t){if(this.buckets)for(var e=2147483647&nr(t),n=e%this.buckets.length,r=-1,i=this.buckets[n];i>=0;i=this.entries[i].next){if(this.entries[i].hashCode===e&&this.comparer(this.entries[i].key,t))return 0>r?this.buckets[n]=this.entries[i].next:this.entries[r].next=this.entries[i].next,this.entries[i].hashCode=-1,this.entries[i].next=this.freeList,this.entries[i].key=null,this.entries[i].value=null,this.freeList=i,++this.freeCount,!0;r=i}return!1},rr.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]=R();this.freeList=-1,this.size=0}},rr.prototype._findEntry=function(t){if(this.buckets)for(var e=2147483647&nr(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},rr.prototype.count=function(){return this.size-this.freeCount},rr.prototype.tryGetValue=function(e){var n=this._findEntry(e);return n>=0?this.entries[n].value:t},rr.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},rr.prototype.get=function(t){var e=this._findEntry(t);if(e>=0)return this.entries[e].value;throw Error(tr)},rr.prototype.set=function(t,e){this._insert(t,e,!1)},rr.prototype.containskey=function(t){return this._findEntry(t)>=0},xn.join=function(e,n,r,i){var o=this;return new hr(function(s){var u=new Qe,c=!1,a=0,h=new rr,l=!1,f=0,p=new rr;return u.add(o.subscribe(function(e){var r,o,l,f,d=a++,v=new Ge;h.add(d,e),u.add(v),o=function(){return h.remove(d)&&0===h.count()&&c&&s.onCompleted(),u.remove(v)};try{r=n(e)}catch(b){return s.onError(b),t}v.setDisposable(r.take(1).subscribe(ne,s.onError.bind(s),function(){o()})),f=p.getValues();for(var m=0;f.length>m;m++){try{l=i(e,f[m])}catch(y){return s.onError(y),t}s.onNext(l)}},s.onError.bind(s),function(){c=!0,(l||0===h.count())&&s.onCompleted()})),u.add(e.subscribe(function(e){var n,o,c,a,d=f++,v=new Ge;p.add(d,e),u.add(v),o=function(){return p.remove(d)&&0===p.count()&&l&&s.onCompleted(),u.remove(v)};try{n=r(e)}catch(b){return s.onError(b),t}v.setDisposable(n.take(1).subscribe(ne,s.onError.bind(s),function(){o()})),a=h.getValues();for(var m=0;a.length>m;m++){try{c=i(a[m],e)}catch(b){return s.onError(b),t}s.onNext(c)}},s.onError.bind(s),function(){l=!0,(c||0===p.count())&&s.onCompleted()})),u})},xn.groupJoin=function(e,n,r,i){var o=this;return new hr(function(s){var u=function(){},c=new Qe,a=new tn(c),h=new rr,l=new rr,f=0,p=0;
3
+ return c.add(o.subscribe(function(e){var r=new pr,o=f++;h.add(o,r);var p,d,v,b,m;try{m=i(e,Me(r,a))}catch(y){for(v=h.getValues(),p=0,d=v.length;d>p;p++)v[p].onError(y);return s.onError(y),t}for(s.onNext(m),b=l.getValues(),p=0,d=b.length;d>p;p++)r.onNext(b[p]);var w=new Ge;c.add(w);var g,E=function(){h.remove(o)&&r.onCompleted(),c.remove(w)};try{g=n(e)}catch(y){for(v=h.getValues(),p=0,d=h.length;d>p;p++)v[p].onError(y);return s.onError(y),t}w.setDisposable(g.take(1).subscribe(u,function(t){for(v=h.getValues(),p=0,d=v.length;d>p;p++)v[p].onError(t);s.onError(t)},E))},function(t){for(var e=h.getValues(),n=0,r=e.length;r>n;n++)e[n].onError(t);s.onError(t)},s.onCompleted.bind(s))),c.add(e.subscribe(function(e){var n,i,o,a=p++;l.add(a,e);var f=new Ge;c.add(f);var d,v=function(){l.remove(a),c.remove(f)};try{d=r(e)}catch(b){for(n=h.getValues(),i=0,o=h.length;o>i;i++)n[i].onError(b);return s.onError(b),t}for(f.setDisposable(d.take(1).subscribe(u,function(t){for(n=h.getValues(),i=0,o=h.length;o>i;i++)n[i].onError(t);s.onError(t)},v)),n=h.getValues(),i=0,o=n.length;o>i;i++)n[i].onNext(e)},function(t){for(var e=h.getValues(),n=0,r=e.length;r>n;n++)e[n].onError(t);s.onError(t)})),a})},xn.buffer=function(){return this.window.apply(this,arguments).selectMany(function(t){return t.toArray()})},xn.window=function(t,e){return 1===arguments.length&&"function"!=typeof arguments[0]?P.call(this,t):"function"==typeof t?T.call(this,t):q.call(this,t,e)},xn.pairwise=function(){var t=this;return new hr(function(e){var n,r=!1;return t.subscribe(function(t){r?e.onNext([n,t]):r=!0,n=t},e.onError.bind(e),e.onCompleted.bind(e))})},xn.partition=function(t,e){var n=this.publish().refCount();return[n.filter(t,e),n.filter(function(n,r,i){return!t.call(e,n,r,i)})]},xn.letBind=xn.let=function(t){return t(this)},_n["if"]=_n.ifThen=function(t,e,n){return Wn(function(){return n||(n=jn()),ae(e)&&(e=On(e)),ae(n)&&(n=On(n)),"function"==typeof n.now&&(n=jn(n)),t()?e:n})},_n["for"]=_n.forIn=function(t,e){return wn(t,e).concat()};var ir=_n["while"]=_n.whileDo=function(t,e){return ae(e)&&(e=On(e)),V(t,e).concat()};xn.doWhile=function(t){return zn([this,ir(t,this)])},_n["case"]=_n.switchCase=function(t,e,n){return Wn(function(){n||(n=jn()),"function"==typeof n.now&&(n=jn(n));var r=e[t()];return ae(r)&&(r=On(r)),r||n})},xn.expand=function(e,n){n||(n=un);var r=this;return new hr(function(i){var o=[],s=new Ye,u=new Qe(s),c=0,a=!1,h=function(){var r=!1;o.length>0&&(r=!a,a=!0),r&&s.setDisposable(n.scheduleRecursive(function(n){var r;if(!(o.length>0))return a=!1,t;r=o.shift();var s=new Ge;u.add(s),s.setDisposable(r.subscribe(function(t){i.onNext(t);var n=null;try{n=e(t)}catch(r){i.onError(r)}o.push(n),c++,h()},i.onError.bind(i),function(){u.remove(s),c--,0===c&&i.onCompleted()})),n()}))};return o.push(r),c++,h(),u})},_n.forkJoin=function(){var e=h(arguments,0);return new hr(function(n){var r=e.length;if(0===r)return n.onCompleted(),Xe;for(var i=new Qe,o=!1,s=Array(r),u=Array(r),c=Array(r),a=0;r>a;a++)(function(a){var h=e[a];ae(h)&&(h=On(h)),i.add(h.subscribe(function(t){o||(s[a]=!0,c[a]=t)},function(t){o=!0,n.onError(t),i.dispose()},function(){if(!o){if(!s[a])return n.onCompleted(),t;u[a]=!0;for(var e=0;r>e;e++)if(!u[e])return;o=!0,n.onNext(c),n.onCompleted()}}))})(a);return i})},xn.forkJoin=function(e,n){var r=this;return new hr(function(i){var o,s,u=!1,c=!1,a=!1,h=!1,l=new Ge,f=new Ge;return ae(e)&&(e=On(e)),l.setDisposable(r.subscribe(function(t){a=!0,o=t},function(t){f.dispose(),i.onError(t)},function(){if(u=!0,c)if(a)if(h){var e;try{e=n(o,s)}catch(r){return i.onError(r),t}i.onNext(e),i.onCompleted()}else i.onCompleted();else i.onCompleted()})),f.setDisposable(e.subscribe(function(t){h=!0,s=t},function(t){l.dispose(),i.onError(t)},function(){if(c=!0,u)if(a)if(h){var e;try{e=n(o,s)}catch(r){return i.onError(r),t}i.onNext(e),i.onCompleted()}else i.onCompleted();else i.onCompleted()})),new Qe(l,f)})},xn.manySelect=function(t,e){e||(e=un);var n=this;return Wn(function(){var r;return n.select(function(t){var e=new or(t);return r&&r.onNext(t),r=e,e}).doAction(ne,function(t){r&&r.onError(t)},function(){r&&r.onCompleted()}).observeOn(e).select(function(e,n,r){return t(e,n,r)})})};var or=function(t){function e(t){var e=this,n=new Qe;return n.add(cn.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 dr}return ze(n,t),Le(n.prototype,gn,{onCompleted:function(){this.onNext(_n.empty())},onError:function(t){this.onNext(_n.throwException(t))},onNext:function(t){this.tail.onNext(t),this.tail.onCompleted()}}),n}(_n),sr=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}();z.prototype.and=function(t){var e=this.patterns.slice(0);return e.push(t),new z(e)},z.prototype.then=function(t){return new L(this,t)},L.prototype.activate=function(e,n,r){for(var i=this,o=[],s=0,u=this.expression.patterns.length;u>s;s++)o.push(M(e,this.expression.patterns[s],n.onError.bind(n)));var c=new I(o,function(){var e;try{e=i.selector.apply(i,arguments)}catch(r){return n.onError(r),t}n.onNext(e)},function(){for(var t=0,e=o.length;e>t;t++)o[t].removeActivePlan(c);r(c)});for(s=0,u=o.length;u>s;s++)o[s].addActivePlan(c);return c},I.prototype.dequeue=function(){for(var t=this.joinObservers.getValues(),e=0,n=t.length;n>e;e++)t[e].queue.shift()},I.prototype.match=function(){var t,e,n,r,i,o=!0;for(e=0,n=this.joinObserverArray.length;n>e;e++)if(0===this.joinObserverArray[e].queue.length){o=!1;break}if(o){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(),i=[],e=0;t.length>e;e++)i.push(t[e].value);this.onNext.apply(this,i)}}};var ur=function(e){function n(t,n){e.call(this),this.source=t,this.onError=n,this.queue=[],this.activePlans=[],this.subscription=new Ge,this.isDisposed=!1}ze(n,e);var r=n.prototype;return r.next=function(e){if(!this.isDisposed){if("E"===e.kind)return this.onError(e.exception),t;this.queue.push(e);for(var n=this.activePlans.slice(0),r=0,i=n.length;i>r;r++)n[r].match()}},r.error=ne,r.completed=ne,r.addActivePlan=function(t){this.activePlans.push(t)},r.subscribe=function(){this.subscription.setDisposable(this.source.materialize().subscribe(this))},r.removeActivePlan=function(t){var e=this.activePlans.indexOf(t);this.activePlans.splice(e,1),0===this.activePlans.length&&this.dispose()},r.dispose=function(){e.prototype.dispose.call(this),this.isDisposed||(this.isDisposed=!0,this.subscription.dispose())},n}(Cn);xn.and=function(t){return new z([this,t])},xn.then=function(t){return new z([this]).then(t)},_n.when=function(){var t=h(arguments,0);return new hr(function(e){var n,r,i,o,s,u,c=[],a=new sr;u=En(e.onNext.bind(e),function(t){for(var n=a.getValues(),r=0,i=n.length;i>r;r++)n[r].onError(t);e.onError(t)},e.onCompleted.bind(e));try{for(r=0,i=t.length;i>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(h){Pn(h).subscribe(e)}for(n=new Qe,s=a.getValues(),r=0,i=s.length;i>r;r++)o=s[r],o.subscribe(),n.add(o);return n})};var cr=_n.interval=function(t,e){return e||(e=hn),U(t,t,e)},ar=_n.timer=function(e,n,r){var i;return r||(r=hn),n!==t&&"number"==typeof n?i=n:n!==t&&"object"==typeof n&&(r=n),e instanceof Date&&i===t?F(e.getTime(),r):e instanceof Date&&i!==t?(i=n,B(e.getTime(),i,r)):i===t?H(e,r):U(e,i,r)};xn.delay=function(t,e){return e||(e=hn),t instanceof Date?$.call(this,t.getTime(),e):Q.call(this,t,e)},xn.throttle=function(t,e){return e||(e=hn),this.throttleWithSelector(function(){return ar(t,e)})},xn.windowWithTime=function(e,n,r){var i,o=this;return n===t&&(i=e),r===t&&(r=hn),"number"==typeof n?i=n:"object"==typeof n&&(i=e,r=n),new hr(function(t){function n(){var e=new Ge,o=!1,s=!1;l.setDisposable(e),a===c?(o=!0,s=!0):c>a?o=!0:s=!0;var p=o?a:c,d=p-f;f=p,o&&(a+=i),s&&(c+=i),e.setDisposable(r.scheduleWithRelative(d,function(){var e;s&&(e=new pr,h.push(e),t.onNext(Me(e,u))),o&&(e=h.shift(),e.onCompleted()),n()}))}var s,u,c=i,a=e,h=[],l=new Ye,f=0;return s=new Qe(l),u=new tn(s),h.push(new pr),t.onNext(Me(h[0],u)),n(),s.add(o.subscribe(function(t){var e,n;for(e=0;h.length>e;e++)n=h[e],n.onNext(t)},function(e){var n,r;for(n=0;h.length>n;n++)r=h[n],r.onError(e);t.onError(e)},function(){var e,n;for(e=0;h.length>e;e++)n=h[e],n.onCompleted();t.onCompleted()})),u})},xn.windowWithTimeOrCount=function(t,e,n){var r=this;return n||(n=hn),new hr(function(i){var o,s,u,c,a=0,h=new Ye,l=0;return s=new Qe(h),u=new tn(s),o=function(e){var r=new Ge;h.setDisposable(r),r.setDisposable(n.scheduleWithRelative(t,function(){var t;e===l&&(a=0,t=++l,c.onCompleted(),c=new pr,i.onNext(Me(c,u)),o(t))}))},c=new pr,i.onNext(Me(c,u)),o(0),s.add(r.subscribe(function(t){var n=0,r=!1;c.onNext(t),a++,a===e&&(r=!0,a=0,n=++l,c.onCompleted(),c=new pr,i.onNext(Me(c,u))),r&&o(n)},function(t){c.onError(t),i.onError(t)},function(){c.onCompleted(),i.onCompleted()})),u})},xn.bufferWithTime=function(){return this.windowWithTime.apply(this,arguments).selectMany(function(t){return t.toArray()})},xn.bufferWithTimeOrCount=function(t,e,n){return this.windowWithTimeOrCount(t,e,n).selectMany(function(t){return t.toArray()})},xn.timeInterval=function(t){var e=this;return t||(t=hn),Wn(function(){var n=t.now();return e.select(function(e){var r=t.now(),i=r-n;return n=r,{value:e,interval:i}})})},xn.timestamp=function(t){return t||(t=hn),this.select(function(e){return{value:e,timestamp:t.now()}})},xn.sample=function(t,e){return e||(e=hn),"number"==typeof t?K(this,cr(t,e)):K(this,t)},xn.timeout=function(t,e,n){e||(e=Pn(Error("Timeout"))),n||(n=hn);var r=this,i=t instanceof Date?"scheduleWithAbsolute":"scheduleWithRelative";return new hr(function(o){var s=0,u=new Ge,c=new Ye,a=!1,h=new Ye;c.setDisposable(u);var l=function(){var r=s;h.setDisposable(n[i](t,function(){s===r&&(ae(e)&&(e=On(e)),c.setDisposable(e.subscribe(o)))}))};return l(),u.setDisposable(r.subscribe(function(t){a||(s++,o.onNext(t),l())},function(t){a||(s++,o.onError(t))},function(){a||(s++,o.onCompleted())})),new Qe(c,h)})},_n.generateWithAbsoluteTime=function(e,n,r,i,o,s){return s||(s=hn),new hr(function(u){var c,a,h=!0,l=!1,f=e;return s.scheduleRecursiveWithAbsolute(s.now(),function(e){l&&u.onNext(c);try{h?h=!1:f=r(f),l=n(f),l&&(c=i(f),a=o(f))}catch(s){return u.onError(s),t}l?e(a):u.onCompleted()})})},_n.generateWithRelativeTime=function(e,n,r,i,o,s){return s||(s=hn),new hr(function(u){var c,a,h=!0,l=!1,f=e;return s.scheduleRecursiveWithRelative(0,function(e){l&&u.onNext(c);try{h?h=!1:f=r(f),l=n(f),l&&(c=i(f),a=o(f))}catch(s){return u.onError(s),t}l?e(a):u.onCompleted()})})},xn.delaySubscription=function(t,e){return e||(e=hn),this.delayWithSelector(ar(t,e),function(){return jn()})},xn.delayWithSelector=function(e,n){var r,i,o=this;return"function"==typeof e?i=e:(r=e,i=n),new hr(function(e){var n=new Qe,s=!1,u=function(){s&&0===n.length&&e.onCompleted()},c=new Ye,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 Qe(c,n)})},xn.timeoutWithSelector=function(e,n,r){if(1===arguments.length){n=e;var e=Rn()}r||(r=Pn(Error("Timeout")));var i=this;return new hr(function(o){var s=new Ye,u=new Ye,c=new Ge;s.setDisposable(c);var a=0,h=!1,l=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))}))};l(e);var f=function(){var t=!h;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}l(r)}},function(t){f()&&o.onError(t)},function(){f()&&o.onCompleted()})),new Qe(s,u)})},xn.throttleWithSelector=function(e){var n=this;return new hr(function(r){var i,o=!1,s=new Ye,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 h=u,l=new Ge;s.setDisposable(l),l.setDisposable(c.subscribe(function(){o&&u===h&&r.onNext(i),o=!1,l.dispose()},r.onError.bind(r),function(){o&&u===h&&r.onNext(i),o=!1,l.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 Qe(c,s)})},xn.skipLastWithTime=function(t,e){e||(e=hn);var n=this;return new hr(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()})})},xn.takeLastWithTime=function(t,e,n){return this.takeLastBufferWithTime(t,e).selectMany(function(t){return kn(t,n)})},xn.takeLastBufferWithTime=function(t,e){var n=this;return e||(e=hn),new hr(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()})})},xn.takeWithTime=function(t,e){var n=this;return e||(e=hn),new hr(function(r){var i=e.scheduleWithRelative(t,function(){r.onCompleted()});return new Qe(i,n.subscribe(r))})},xn.skipWithTime=function(t,e){var n=this;return e||(e=hn),new hr(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 Qe(o,s)})},xn.skipUntilWithTime=function(t,e){e||(e=hn);var n=this,r=t instanceof Date?"scheduleWithAbsolute":"scheduleWithRelative";return new hr(function(i){var o=!1;return new Qe(e[r](t,function(){o=!0}),n.subscribe(function(t){o&&i.onNext(t)},i.onError.bind(i),i.onCompleted.bind(i)))})},xn.takeUntilWithTime=function(t,e){e||(e=hn);var n=this,r=t instanceof Date?"scheduleWithAbsolute":"scheduleWithRelative";return new hr(function(i){return new Qe(e[r](t,function(){i.onCompleted()}),n.subscribe(i))})},ee.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 i(t,e,n){return this.scheduleRelativeWithState(t,this.toRelative(e),n)}function o(t,e,n){return this.scheduleRelativeWithState(t,this.toRelative(e-this.now()),n)}function s(t,e){return e(),Xe}function u(e,s){this.clock=e,this.comparer=s,this.isEnabled=!1,this.queue=new He(1024),t.call(this,n,r,i,o)}ze(u,t);var c=u.prototype;return c.add=e,c.toDateTimeOffset=e,c.toRelative=e,c.schedulePeriodicWithState=function(t,e,n){var r=new sn(this,t,e,n);return r.start()},c.scheduleRelativeWithState=function(t,e,n){var r=this.add(this.clock,e);return this.scheduleAbsoluteWithState(t,r,n)},c.scheduleRelative=function(t,e){return this.scheduleRelativeWithState(e,t,s)},c.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)}},c.stop=function(){this.isEnabled=!1},c.advanceTo=function(t){var e,n=this.comparer(this.clock,t);if(this.comparer(this.clock,t)>0)throw Error(le);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}},c.advanceBy=function(t){var e=this.add(this.clock,t),n=this.comparer(this.clock,e);if(n>0)throw Error(le);0!==n&&this.advanceTo(e)},c.sleep=function(t){var e=this.add(this.clock,t);if(this.comparer(this.clock,e)>=0)throw Error(le);this.clock=e},c.getNext=function(){for(var t;this.queue.length>0;){if(t=this.queue.peek(),!t.isCancelled())return t;this.queue.dequeue()}return null},c.scheduleAbsolute=function(t,e){return this.scheduleAbsoluteWithState(e,t,s)},c.scheduleAbsoluteWithState=function(t,e,n){var r=this,i=function(t,e){return r.queue.remove(o),n(t,e)},o=new en(r,t,i,e,r.comparer);return r.queue.enqueue(o),o.disposable},u}(rn),ee.HistoricalScheduler=function(t){function e(e,n){var r=null==e?0:e,i=n||se;t.call(this,r,i)}ze(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}(ee.VirtualTimeScheduler);var hr=ee.AnonymousObservable=function(e){function n(e){return e===t?e=Xe:"function"==typeof e&&(e=Je(e)),e}function r(i){function o(t){var e=new lr(t);if(cn.scheduleRequired())cn.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 ze(r,e),r}(_n),lr=function(t){function e(e){t.call(this),this.observer=e,this.m=new Ge}ze(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}(Cn),fr=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 hr(function(t){return new Qe(i.getDisposable(),r.subscribe(t))}):r}return ze(n,t),n}(_n),pr=ee.Subject=function(t){function n(t){return e.call(this),this.isStopped?this.exception?(t.onError(this.exception),Xe):(t.onCompleted(),Xe):(this.observers.push(t),new Jn(this,t))}function r(){t.call(this,n),this.isDisposed=!1,this.isStopped=!1,this.observers=[]}return ze(r,t),Le(r.prototype,gn,{hasObservers:function(){return this.observers.length>0},onCompleted:function(){if(e.call(this),!this.isStopped){var t=this.observers.slice(0);this.isStopped=!0;for(var n=0,r=t.length;r>n;n++)t[n].onCompleted();this.observers=[]}},onError:function(t){if(e.call(this),!this.isStopped){var n=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var r=0,i=n.length;i>r;r++)n[r].onError(t);this.observers=[]}},onNext:function(t){if(e.call(this),!this.isStopped)for(var n=this.observers.slice(0),r=0,i=n.length;i>r;r++)n[r].onNext(t)},dispose:function(){this.isDisposed=!0,this.observers=null}}),r.create=function(t,e){return new vr(t,e)},r}(_n),dr=ee.AsyncSubject=function(t){function n(t){if(e.call(this),!this.isStopped)return this.observers.push(t),new Jn(this,t);var n=this.exception,r=this.hasValue,i=this.value;return n?t.onError(n):r?(t.onNext(i),t.onCompleted()):t.onCompleted(),Xe}function r(){t.call(this,n),this.isDisposed=!1,this.isStopped=!1,this.value=null,this.hasValue=!1,this.observers=[],this.exception=null}return ze(r,t),Le(r.prototype,gn,{hasObservers:function(){return e.call(this),this.observers.length>0},onCompleted:function(){var t,n,r;if(e.call(this),!this.isStopped){this.isStopped=!0;var i=this.observers.slice(0),o=this.value,s=this.hasValue;if(s)for(n=0,r=i.length;r>n;n++)t=i[n],t.onNext(o),t.onCompleted();else for(n=0,r=i.length;r>n;n++)i[n].onCompleted();this.observers=[]}},onError:function(t){if(e.call(this),!this.isStopped){var n=this.observers.slice(0);this.isStopped=!0,this.exception=t;for(var r=0,i=n.length;i>r;r++)n[r].onError(t);this.observers=[]}},onNext:function(t){e.call(this),this.isStopped||(this.value=t,this.hasValue=!0)},dispose:function(){this.isDisposed=!0,this.observers=null,this.exception=null,this.value=null}}),r}(_n),vr=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 ze(n,t),Le(n.prototype,gn,{onCompleted:function(){this.observer.onCompleted()},onError:function(t){this.observer.onError(t)},onNext:function(t){this.observer.onNext(t)}}),n}(_n);"function"==typeof define&&"object"==typeof define.amd&&define.amd?(X.Rx=ee,define(function(){return ee})):Z&&G?Y?(G.exports=ee).Rx=ee:Z.Rx=ee:X.Rx=ee}).call(this);
@@ -32,6 +32,8 @@
32
32
  // Defaults
33
33
  var noop = Rx.helpers.noop = function () { },
34
34
  identity = Rx.helpers.identity = function (x) { return x; },
35
+ pluck = Rx.helpers.pluck = function (property) { return function (x) { return x[property]; }; },
36
+ just = Rx.helpers.just = function (value) { return function () { return value; }; },
35
37
  defaultNow = Rx.helpers.defaultNow = Date.now,
36
38
  defaultComparer = Rx.helpers.defaultComparer = function (x, y) { return isEqual(x, y); },
37
39
  defaultSubComparer = Rx.helpers.defaultSubComparer = function (x, y) { return x > y ? 1 : (x < y ? -1 : 0); },