Template Upload
This commit is contained in:
10
node_modules/rxjs/scheduler/Action.d.ts
generated
vendored
Normal file
10
node_modules/rxjs/scheduler/Action.d.ts
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
import { Subscription } from '../Subscription';
|
||||
import { Scheduler } from '../Scheduler';
|
||||
export interface Action extends Subscription {
|
||||
work: (state?: any) => void | Subscription;
|
||||
state?: any;
|
||||
delay?: number;
|
||||
schedule(state?: any, delay?: number): void;
|
||||
execute(): void;
|
||||
scheduler: Scheduler;
|
||||
}
|
2
node_modules/rxjs/scheduler/Action.js
generated
vendored
Normal file
2
node_modules/rxjs/scheduler/Action.js
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
"use strict";
|
||||
//# sourceMappingURL=Action.js.map
|
1
node_modules/rxjs/scheduler/Action.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/Action.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"Action.js","sourceRoot":"","sources":["../../../src/scheduler/Action.ts"],"names":[],"mappings":""}
|
6
node_modules/rxjs/scheduler/AnimationFrameAction.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/scheduler/AnimationFrameAction.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { Action } from './Action';
|
||||
import { FutureAction } from './FutureAction';
|
||||
export declare class AnimationFrameAction<T> extends FutureAction<T> {
|
||||
protected _schedule(state?: any, delay?: number): Action;
|
||||
protected _unsubscribe(): void;
|
||||
}
|
46
node_modules/rxjs/scheduler/AnimationFrameAction.js
generated
vendored
Normal file
46
node_modules/rxjs/scheduler/AnimationFrameAction.js
generated
vendored
Normal file
@ -0,0 +1,46 @@
|
||||
"use strict";
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
var FutureAction_1 = require('./FutureAction');
|
||||
var AnimationFrame_1 = require('../util/AnimationFrame');
|
||||
var AnimationFrameAction = (function (_super) {
|
||||
__extends(AnimationFrameAction, _super);
|
||||
function AnimationFrameAction() {
|
||||
_super.apply(this, arguments);
|
||||
}
|
||||
AnimationFrameAction.prototype._schedule = function (state, delay) {
|
||||
if (delay === void 0) { delay = 0; }
|
||||
if (delay > 0) {
|
||||
return _super.prototype._schedule.call(this, state, delay);
|
||||
}
|
||||
this.delay = delay;
|
||||
this.state = state;
|
||||
var scheduler = this.scheduler;
|
||||
scheduler.actions.push(this);
|
||||
if (!scheduler.scheduledId) {
|
||||
scheduler.scheduledId = AnimationFrame_1.AnimationFrame.requestAnimationFrame(function () {
|
||||
scheduler.scheduledId = null;
|
||||
scheduler.flush();
|
||||
});
|
||||
}
|
||||
return this;
|
||||
};
|
||||
AnimationFrameAction.prototype._unsubscribe = function () {
|
||||
var scheduler = this.scheduler;
|
||||
var scheduledId = scheduler.scheduledId, actions = scheduler.actions;
|
||||
_super.prototype._unsubscribe.call(this);
|
||||
if (actions.length === 0) {
|
||||
scheduler.active = false;
|
||||
if (scheduledId != null) {
|
||||
scheduler.scheduledId = null;
|
||||
AnimationFrame_1.AnimationFrame.cancelAnimationFrame(scheduledId);
|
||||
}
|
||||
}
|
||||
};
|
||||
return AnimationFrameAction;
|
||||
}(FutureAction_1.FutureAction));
|
||||
exports.AnimationFrameAction = AnimationFrameAction;
|
||||
//# sourceMappingURL=AnimationFrameAction.js.map
|
1
node_modules/rxjs/scheduler/AnimationFrameAction.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/AnimationFrameAction.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"AnimationFrameAction.js","sourceRoot":"","sources":["../../../src/scheduler/AnimationFrameAction.ts"],"names":[],"mappings":";;;;;;AACA,6BAA2B,gBAAgB,CAAC,CAAA;AAC5C,+BAA6B,wBAAwB,CAAC,CAAA;AAEtD;IAA6C,wCAAe;IAA5D;QAA6C,8BAAe;IAkC5D,CAAC;IAhCW,wCAAS,GAAnB,UAAoB,KAAW,EAAE,KAAiB;QAAjB,qBAAiB,GAAjB,SAAiB;QAChD,EAAE,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC;YACd,MAAM,CAAC,gBAAK,CAAC,SAAS,YAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QACvC,CAAC;QACD,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACZ,8BAAS,CAAS;QACzB,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC7B,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC;YAC3B,SAAS,CAAC,WAAW,GAAG,+BAAc,CAAC,qBAAqB,CAAC;gBAC3D,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC;gBAC7B,SAAS,CAAC,KAAK,EAAE,CAAC;YACpB,CAAC,CAAC,CAAC;QACL,CAAC;QACD,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IAES,2CAAY,GAAtB;QAES,8BAAS,CAAS;QAClB,uCAAW,EAAE,2BAAO,CAAc;QAEzC,gBAAK,CAAC,YAAY,WAAE,CAAC;QAErB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC;YACzB,SAAS,CAAC,MAAM,GAAG,KAAK,CAAC;YACzB,EAAE,CAAC,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC;gBACxB,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC;gBAC7B,+BAAc,CAAC,oBAAoB,CAAC,WAAW,CAAC,CAAC;YACnD,CAAC;QACH,CAAC;IACH,CAAC;IACH,2BAAC;AAAD,CAAC,AAlCD,CAA6C,2BAAY,GAkCxD;AAlCY,4BAAoB,uBAkChC,CAAA"}
|
6
node_modules/rxjs/scheduler/AnimationFrameScheduler.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/scheduler/AnimationFrameScheduler.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { Action } from './Action';
|
||||
import { Subscription } from '../Subscription';
|
||||
import { QueueScheduler } from './QueueScheduler';
|
||||
export declare class AnimationFrameScheduler extends QueueScheduler {
|
||||
scheduleNow<T>(work: (x?: any) => Subscription, state?: any): Action;
|
||||
}
|
20
node_modules/rxjs/scheduler/AnimationFrameScheduler.js
generated
vendored
Normal file
20
node_modules/rxjs/scheduler/AnimationFrameScheduler.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
var QueueScheduler_1 = require('./QueueScheduler');
|
||||
var AnimationFrameAction_1 = require('./AnimationFrameAction');
|
||||
var AnimationFrameScheduler = (function (_super) {
|
||||
__extends(AnimationFrameScheduler, _super);
|
||||
function AnimationFrameScheduler() {
|
||||
_super.apply(this, arguments);
|
||||
}
|
||||
AnimationFrameScheduler.prototype.scheduleNow = function (work, state) {
|
||||
return new AnimationFrameAction_1.AnimationFrameAction(this, work).schedule(state);
|
||||
};
|
||||
return AnimationFrameScheduler;
|
||||
}(QueueScheduler_1.QueueScheduler));
|
||||
exports.AnimationFrameScheduler = AnimationFrameScheduler;
|
||||
//# sourceMappingURL=AnimationFrameScheduler.js.map
|
1
node_modules/rxjs/scheduler/AnimationFrameScheduler.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/AnimationFrameScheduler.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"AnimationFrameScheduler.js","sourceRoot":"","sources":["../../../src/scheduler/AnimationFrameScheduler.ts"],"names":[],"mappings":";;;;;;AAEA,+BAA6B,kBAAkB,CAAC,CAAA;AAChD,qCAAmC,wBAAwB,CAAC,CAAA;AAE5D;IAA6C,2CAAc;IAA3D;QAA6C,8BAAc;IAI3D,CAAC;IAHC,6CAAW,GAAX,UAAe,IAA+B,EAAE,KAAW;QACzD,MAAM,CAAC,IAAI,2CAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IAC9D,CAAC;IACH,8BAAC;AAAD,CAAC,AAJD,CAA6C,+BAAc,GAI1D;AAJY,+BAAuB,0BAInC,CAAA"}
|
6
node_modules/rxjs/scheduler/AsapAction.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/scheduler/AsapAction.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { Action } from './Action';
|
||||
import { FutureAction } from './FutureAction';
|
||||
export declare class AsapAction<T> extends FutureAction<T> {
|
||||
protected _schedule(state?: any, delay?: number): Action;
|
||||
protected _unsubscribe(): void;
|
||||
}
|
46
node_modules/rxjs/scheduler/AsapAction.js
generated
vendored
Normal file
46
node_modules/rxjs/scheduler/AsapAction.js
generated
vendored
Normal file
@ -0,0 +1,46 @@
|
||||
"use strict";
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
var Immediate_1 = require('../util/Immediate');
|
||||
var FutureAction_1 = require('./FutureAction');
|
||||
var AsapAction = (function (_super) {
|
||||
__extends(AsapAction, _super);
|
||||
function AsapAction() {
|
||||
_super.apply(this, arguments);
|
||||
}
|
||||
AsapAction.prototype._schedule = function (state, delay) {
|
||||
if (delay === void 0) { delay = 0; }
|
||||
if (delay > 0) {
|
||||
return _super.prototype._schedule.call(this, state, delay);
|
||||
}
|
||||
this.delay = delay;
|
||||
this.state = state;
|
||||
var scheduler = this.scheduler;
|
||||
scheduler.actions.push(this);
|
||||
if (!scheduler.scheduledId) {
|
||||
scheduler.scheduledId = Immediate_1.Immediate.setImmediate(function () {
|
||||
scheduler.scheduledId = null;
|
||||
scheduler.flush();
|
||||
});
|
||||
}
|
||||
return this;
|
||||
};
|
||||
AsapAction.prototype._unsubscribe = function () {
|
||||
var scheduler = this.scheduler;
|
||||
var scheduledId = scheduler.scheduledId, actions = scheduler.actions;
|
||||
_super.prototype._unsubscribe.call(this);
|
||||
if (actions.length === 0) {
|
||||
scheduler.active = false;
|
||||
if (scheduledId != null) {
|
||||
scheduler.scheduledId = null;
|
||||
Immediate_1.Immediate.clearImmediate(scheduledId);
|
||||
}
|
||||
}
|
||||
};
|
||||
return AsapAction;
|
||||
}(FutureAction_1.FutureAction));
|
||||
exports.AsapAction = AsapAction;
|
||||
//# sourceMappingURL=AsapAction.js.map
|
1
node_modules/rxjs/scheduler/AsapAction.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/AsapAction.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"AsapAction.js","sourceRoot":"","sources":["../../../src/scheduler/AsapAction.ts"],"names":[],"mappings":";;;;;;AACA,0BAAwB,mBAAmB,CAAC,CAAA;AAC5C,6BAA2B,gBAAgB,CAAC,CAAA;AAE5C;IAAmC,8BAAe;IAAlD;QAAmC,8BAAe;IAkClD,CAAC;IAhCW,8BAAS,GAAnB,UAAoB,KAAW,EAAE,KAAiB;QAAjB,qBAAiB,GAAjB,SAAiB;QAChD,EAAE,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC;YACd,MAAM,CAAC,gBAAK,CAAC,SAAS,YAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QACvC,CAAC;QACD,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACZ,8BAAS,CAAS;QACzB,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC7B,EAAE,CAAC,CAAC,CAAC,SAAS,CAAC,WAAW,CAAC,CAAC,CAAC;YAC3B,SAAS,CAAC,WAAW,GAAG,qBAAS,CAAC,YAAY,CAAC;gBAC7C,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC;gBAC7B,SAAS,CAAC,KAAK,EAAE,CAAC;YACpB,CAAC,CAAC,CAAC;QACL,CAAC;QACD,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IAES,iCAAY,GAAtB;QAES,8BAAS,CAAS;QAClB,uCAAW,EAAE,2BAAO,CAAc;QAEzC,gBAAK,CAAC,YAAY,WAAE,CAAC;QAErB,EAAE,CAAC,CAAC,OAAO,CAAC,MAAM,KAAK,CAAC,CAAC,CAAC,CAAC;YACzB,SAAS,CAAC,MAAM,GAAG,KAAK,CAAC;YACzB,EAAE,CAAC,CAAC,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC;gBACxB,SAAS,CAAC,WAAW,GAAG,IAAI,CAAC;gBAC7B,qBAAS,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;YACxC,CAAC;QACH,CAAC;IACH,CAAC;IACH,iBAAC;AAAD,CAAC,AAlCD,CAAmC,2BAAY,GAkC9C;AAlCY,kBAAU,aAkCtB,CAAA"}
|
6
node_modules/rxjs/scheduler/AsapScheduler.d.ts
generated
vendored
Normal file
6
node_modules/rxjs/scheduler/AsapScheduler.d.ts
generated
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
import { Action } from './Action';
|
||||
import { Subscription } from '../Subscription';
|
||||
import { QueueScheduler } from './QueueScheduler';
|
||||
export declare class AsapScheduler extends QueueScheduler {
|
||||
scheduleNow<T>(work: (x?: any) => Subscription, state?: any): Action;
|
||||
}
|
20
node_modules/rxjs/scheduler/AsapScheduler.js
generated
vendored
Normal file
20
node_modules/rxjs/scheduler/AsapScheduler.js
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
var AsapAction_1 = require('./AsapAction');
|
||||
var QueueScheduler_1 = require('./QueueScheduler');
|
||||
var AsapScheduler = (function (_super) {
|
||||
__extends(AsapScheduler, _super);
|
||||
function AsapScheduler() {
|
||||
_super.apply(this, arguments);
|
||||
}
|
||||
AsapScheduler.prototype.scheduleNow = function (work, state) {
|
||||
return new AsapAction_1.AsapAction(this, work).schedule(state);
|
||||
};
|
||||
return AsapScheduler;
|
||||
}(QueueScheduler_1.QueueScheduler));
|
||||
exports.AsapScheduler = AsapScheduler;
|
||||
//# sourceMappingURL=AsapScheduler.js.map
|
1
node_modules/rxjs/scheduler/AsapScheduler.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/AsapScheduler.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"AsapScheduler.js","sourceRoot":"","sources":["../../../src/scheduler/AsapScheduler.ts"],"names":[],"mappings":";;;;;;AACA,2BAAyB,cAAc,CAAC,CAAA;AAExC,+BAA6B,kBAAkB,CAAC,CAAA;AAEhD;IAAmC,iCAAc;IAAjD;QAAmC,8BAAc;IAIjD,CAAC;IAHC,mCAAW,GAAX,UAAe,IAA+B,EAAE,KAAW;QACzD,MAAM,CAAC,IAAI,uBAAU,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACpD,CAAC;IACH,oBAAC;AAAD,CAAC,AAJD,CAAmC,+BAAc,GAIhD;AAJY,qBAAa,gBAIzB,CAAA"}
|
15
node_modules/rxjs/scheduler/FutureAction.d.ts
generated
vendored
Normal file
15
node_modules/rxjs/scheduler/FutureAction.d.ts
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
import { Action } from './Action';
|
||||
import { Scheduler } from '../Scheduler';
|
||||
import { Subscription } from '../Subscription';
|
||||
export declare class FutureAction<T> extends Subscription implements Action {
|
||||
scheduler: Scheduler;
|
||||
work: (x?: any) => Subscription | void;
|
||||
id: any;
|
||||
state: any;
|
||||
delay: number;
|
||||
constructor(scheduler: Scheduler, work: (x?: any) => Subscription | void);
|
||||
execute(): void;
|
||||
schedule(state?: any, delay?: number): Action;
|
||||
protected _schedule(state?: any, delay?: number): Action;
|
||||
protected _unsubscribe(): void;
|
||||
}
|
65
node_modules/rxjs/scheduler/FutureAction.js
generated
vendored
Normal file
65
node_modules/rxjs/scheduler/FutureAction.js
generated
vendored
Normal file
@ -0,0 +1,65 @@
|
||||
"use strict";
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
var root_1 = require('../util/root');
|
||||
var Subscription_1 = require('../Subscription');
|
||||
var FutureAction = (function (_super) {
|
||||
__extends(FutureAction, _super);
|
||||
function FutureAction(scheduler, work) {
|
||||
_super.call(this);
|
||||
this.scheduler = scheduler;
|
||||
this.work = work;
|
||||
}
|
||||
FutureAction.prototype.execute = function () {
|
||||
if (this.isUnsubscribed) {
|
||||
throw new Error('How did did we execute a canceled Action?');
|
||||
}
|
||||
this.work(this.state);
|
||||
};
|
||||
FutureAction.prototype.schedule = function (state, delay) {
|
||||
if (delay === void 0) { delay = 0; }
|
||||
if (this.isUnsubscribed) {
|
||||
return this;
|
||||
}
|
||||
return this._schedule(state, delay);
|
||||
};
|
||||
FutureAction.prototype._schedule = function (state, delay) {
|
||||
var _this = this;
|
||||
if (delay === void 0) { delay = 0; }
|
||||
this.delay = delay;
|
||||
this.state = state;
|
||||
var id = this.id;
|
||||
if (id != null) {
|
||||
this.id = undefined;
|
||||
root_1.root.clearTimeout(id);
|
||||
}
|
||||
this.id = root_1.root.setTimeout(function () {
|
||||
_this.id = null;
|
||||
var scheduler = _this.scheduler;
|
||||
scheduler.actions.push(_this);
|
||||
scheduler.flush();
|
||||
}, delay);
|
||||
return this;
|
||||
};
|
||||
FutureAction.prototype._unsubscribe = function () {
|
||||
var _a = this, id = _a.id, scheduler = _a.scheduler;
|
||||
var actions = scheduler.actions;
|
||||
var index = actions.indexOf(this);
|
||||
if (id != null) {
|
||||
this.id = null;
|
||||
root_1.root.clearTimeout(id);
|
||||
}
|
||||
if (index !== -1) {
|
||||
actions.splice(index, 1);
|
||||
}
|
||||
this.work = null;
|
||||
this.state = null;
|
||||
this.scheduler = null;
|
||||
};
|
||||
return FutureAction;
|
||||
}(Subscription_1.Subscription));
|
||||
exports.FutureAction = FutureAction;
|
||||
//# sourceMappingURL=FutureAction.js.map
|
1
node_modules/rxjs/scheduler/FutureAction.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/FutureAction.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"FutureAction.js","sourceRoot":"","sources":["../../../src/scheduler/FutureAction.ts"],"names":[],"mappings":";;;;;;AAAA,qBAAmB,cAAc,CAAC,CAAA;AAGlC,6BAA2B,iBAAiB,CAAC,CAAA;AAE7C;IAAqC,gCAAY;IAM/C,sBAAmB,SAAoB,EACpB,IAAsC;QACvD,iBAAO,CAAC;QAFS,cAAS,GAAT,SAAS,CAAW;QACpB,SAAI,GAAJ,IAAI,CAAkC;IAEzD,CAAC;IAED,8BAAO,GAAP;QACE,EAAE,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC;YACxB,MAAM,IAAI,KAAK,CAAC,2CAA2C,CAAC,CAAC;QAC/D,CAAC;QACD,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;IACxB,CAAC;IAED,+BAAQ,GAAR,UAAS,KAAW,EAAE,KAAiB;QAAjB,qBAAiB,GAAjB,SAAiB;QACrC,EAAE,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC;YACxB,MAAM,CAAC,IAAI,CAAC;QACd,CAAC;QACD,MAAM,CAAC,IAAI,CAAC,SAAS,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;IACtC,CAAC;IAES,gCAAS,GAAnB,UAAoB,KAAW,EAAE,KAAiB;QAAlD,iBAmBC;QAnBgC,qBAAiB,GAAjB,SAAiB;QAEhD,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAM,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QAEnB,EAAE,CAAC,CAAC,EAAE,IAAI,IAAI,CAAC,CAAC,CAAC;YACf,IAAI,CAAC,EAAE,GAAG,SAAS,CAAC;YACpB,WAAI,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;QACxB,CAAC;QAED,IAAI,CAAC,EAAE,GAAG,WAAI,CAAC,UAAU,CAAC;YACxB,KAAI,CAAC,EAAE,GAAG,IAAI,CAAC;YACR,+BAAS,CAAS;YACzB,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,KAAI,CAAC,CAAC;YAC7B,SAAS,CAAC,KAAK,EAAE,CAAC;QACpB,CAAC,EAAE,KAAK,CAAC,CAAC;QAEV,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IAES,mCAAY,GAAtB;QAEE,IAAA,SAA4B,EAArB,UAAE,EAAE,wBAAS,CAAS;QACtB,+BAAO,CAAc;QAC5B,IAAM,KAAK,GAAG,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;QAEpC,EAAE,CAAC,CAAC,EAAE,IAAI,IAAI,CAAC,CAAC,CAAC;YACf,IAAI,CAAC,EAAE,GAAG,IAAI,CAAC;YACf,WAAI,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;QACxB,CAAC;QAED,EAAE,CAAC,CAAC,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC;YACjB,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;QAC3B,CAAC;QAED,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACjB,IAAI,CAAC,KAAK,GAAG,IAAI,CAAC;QAClB,IAAI,CAAC,SAAS,GAAG,IAAI,CAAC;IACxB,CAAC;IACH,mBAAC;AAAD,CAAC,AAjED,CAAqC,2BAAY,GAiEhD;AAjEY,oBAAY,eAiExB,CAAA"}
|
5
node_modules/rxjs/scheduler/QueueAction.d.ts
generated
vendored
Normal file
5
node_modules/rxjs/scheduler/QueueAction.d.ts
generated
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
import { Action } from './Action';
|
||||
import { FutureAction } from './FutureAction';
|
||||
export declare class QueueAction<T> extends FutureAction<T> {
|
||||
protected _schedule(state?: any, delay?: number): Action;
|
||||
}
|
28
node_modules/rxjs/scheduler/QueueAction.js
generated
vendored
Normal file
28
node_modules/rxjs/scheduler/QueueAction.js
generated
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
"use strict";
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
var FutureAction_1 = require('./FutureAction');
|
||||
var QueueAction = (function (_super) {
|
||||
__extends(QueueAction, _super);
|
||||
function QueueAction() {
|
||||
_super.apply(this, arguments);
|
||||
}
|
||||
QueueAction.prototype._schedule = function (state, delay) {
|
||||
if (delay === void 0) { delay = 0; }
|
||||
if (delay > 0) {
|
||||
return _super.prototype._schedule.call(this, state, delay);
|
||||
}
|
||||
this.delay = delay;
|
||||
this.state = state;
|
||||
var scheduler = this.scheduler;
|
||||
scheduler.actions.push(this);
|
||||
scheduler.flush();
|
||||
return this;
|
||||
};
|
||||
return QueueAction;
|
||||
}(FutureAction_1.FutureAction));
|
||||
exports.QueueAction = QueueAction;
|
||||
//# sourceMappingURL=QueueAction.js.map
|
1
node_modules/rxjs/scheduler/QueueAction.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/QueueAction.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"QueueAction.js","sourceRoot":"","sources":["../../../src/scheduler/QueueAction.ts"],"names":[],"mappings":";;;;;;AACA,6BAA2B,gBAAgB,CAAC,CAAA;AAE5C;IAAoC,+BAAe;IAAnD;QAAoC,8BAAe;IAYnD,CAAC;IAXW,+BAAS,GAAnB,UAAoB,KAAW,EAAE,KAAiB;QAAjB,qBAAiB,GAAjB,SAAiB;QAChD,EAAE,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC;YACd,MAAM,CAAC,gBAAK,CAAC,SAAS,YAAC,KAAK,EAAE,KAAK,CAAC,CAAC;QACvC,CAAC;QACD,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC;QACnB,IAAM,SAAS,GAAG,IAAI,CAAC,SAAS,CAAC;QACjC,SAAS,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;QAC7B,SAAS,CAAC,KAAK,EAAE,CAAC;QAClB,MAAM,CAAC,IAAI,CAAC;IACd,CAAC;IACH,kBAAC;AAAD,CAAC,AAZD,CAAoC,2BAAY,GAY/C;AAZY,mBAAW,cAYvB,CAAA"}
|
14
node_modules/rxjs/scheduler/QueueScheduler.d.ts
generated
vendored
Normal file
14
node_modules/rxjs/scheduler/QueueScheduler.d.ts
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
import { Scheduler } from '../Scheduler';
|
||||
import { QueueAction } from './QueueAction';
|
||||
import { Subscription } from '../Subscription';
|
||||
import { Action } from './Action';
|
||||
export declare class QueueScheduler implements Scheduler {
|
||||
active: boolean;
|
||||
actions: QueueAction<any>[];
|
||||
scheduledId: number;
|
||||
now(): number;
|
||||
flush(): void;
|
||||
schedule<T>(work: (x?: any) => Subscription | void, delay?: number, state?: any): Subscription;
|
||||
scheduleNow<T>(work: (x?: any) => Subscription | void, state?: any): Action;
|
||||
scheduleLater<T>(work: (x?: any) => Subscription | void, delay: number, state?: any): Action;
|
||||
}
|
39
node_modules/rxjs/scheduler/QueueScheduler.js
generated
vendored
Normal file
39
node_modules/rxjs/scheduler/QueueScheduler.js
generated
vendored
Normal file
@ -0,0 +1,39 @@
|
||||
"use strict";
|
||||
var QueueAction_1 = require('./QueueAction');
|
||||
var FutureAction_1 = require('./FutureAction');
|
||||
var QueueScheduler = (function () {
|
||||
function QueueScheduler() {
|
||||
this.active = false;
|
||||
this.actions = [];
|
||||
this.scheduledId = null;
|
||||
}
|
||||
QueueScheduler.prototype.now = function () {
|
||||
return Date.now();
|
||||
};
|
||||
QueueScheduler.prototype.flush = function () {
|
||||
if (this.active || this.scheduledId) {
|
||||
return;
|
||||
}
|
||||
this.active = true;
|
||||
var actions = this.actions;
|
||||
for (var action = void 0; action = actions.shift();) {
|
||||
action.execute();
|
||||
}
|
||||
this.active = false;
|
||||
};
|
||||
QueueScheduler.prototype.schedule = function (work, delay, state) {
|
||||
if (delay === void 0) { delay = 0; }
|
||||
return (delay <= 0) ?
|
||||
this.scheduleNow(work, state) :
|
||||
this.scheduleLater(work, delay, state);
|
||||
};
|
||||
QueueScheduler.prototype.scheduleNow = function (work, state) {
|
||||
return new QueueAction_1.QueueAction(this, work).schedule(state);
|
||||
};
|
||||
QueueScheduler.prototype.scheduleLater = function (work, delay, state) {
|
||||
return new FutureAction_1.FutureAction(this, work).schedule(state, delay);
|
||||
};
|
||||
return QueueScheduler;
|
||||
}());
|
||||
exports.QueueScheduler = QueueScheduler;
|
||||
//# sourceMappingURL=QueueScheduler.js.map
|
1
node_modules/rxjs/scheduler/QueueScheduler.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/QueueScheduler.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"QueueScheduler.js","sourceRoot":"","sources":["../../../src/scheduler/QueueScheduler.ts"],"names":[],"mappings":";AACA,4BAA0B,eAAe,CAAC,CAAA;AAE1C,6BAA2B,gBAAgB,CAAC,CAAA;AAG5C;IAAA;QACS,WAAM,GAAY,KAAK,CAAC;QACxB,YAAO,GAAuB,EAAE,CAAC;QACjC,gBAAW,GAAW,IAAI,CAAC;IA+BpC,CAAC;IA7BC,4BAAG,GAAH;QACE,MAAM,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC;IACpB,CAAC;IAED,8BAAK,GAAL;QACE,EAAE,CAAC,CAAC,IAAI,CAAC,MAAM,IAAI,IAAI,CAAC,WAAW,CAAC,CAAC,CAAC;YACpC,MAAM,CAAC;QACT,CAAC;QACD,IAAI,CAAC,MAAM,GAAG,IAAI,CAAC;QACnB,IAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC;QAC7B,GAAG,CAAC,CAAC,IAAI,MAAM,SAAkB,EAAE,MAAM,GAAG,OAAO,CAAC,KAAK,EAAE,GAAI,CAAC;YAC9D,MAAM,CAAC,OAAO,EAAE,CAAC;QACnB,CAAC;QACD,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;IACtB,CAAC;IAED,iCAAQ,GAAR,UAAY,IAAsC,EAAE,KAAiB,EAAE,KAAW;QAA9B,qBAAiB,GAAjB,SAAiB;QACnE,MAAM,CAAC,CAAC,KAAK,IAAI,CAAC,CAAC;YACjB,IAAI,CAAC,WAAW,CAAC,IAAI,EAAE,KAAK,CAAC;YAC7B,IAAI,CAAC,aAAa,CAAC,IAAI,EAAE,KAAK,EAAE,KAAK,CAAC,CAAC;IAC3C,CAAC;IAED,oCAAW,GAAX,UAAe,IAAsC,EAAE,KAAW;QAChE,MAAM,CAAC,IAAI,yBAAW,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;IACrD,CAAC;IAED,sCAAa,GAAb,UAAiB,IAAsC,EAAE,KAAa,EAAE,KAAW;QACjF,MAAM,CAAC,IAAI,2BAAY,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC,QAAQ,CAAC,KAAK,EAAE,KAAK,CAAC,CAAC;IAC7D,CAAC;IACH,qBAAC;AAAD,CAAC,AAlCD,IAkCC;AAlCY,sBAAc,iBAkC1B,CAAA"}
|
17
node_modules/rxjs/scheduler/VirtualTimeScheduler.d.ts
generated
vendored
Normal file
17
node_modules/rxjs/scheduler/VirtualTimeScheduler.d.ts
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
import { Scheduler } from '../Scheduler';
|
||||
import { Subscription } from '../Subscription';
|
||||
import { Action } from './Action';
|
||||
export declare class VirtualTimeScheduler implements Scheduler {
|
||||
actions: Action[];
|
||||
active: boolean;
|
||||
scheduledId: number;
|
||||
index: number;
|
||||
sorted: boolean;
|
||||
frame: number;
|
||||
maxFrames: number;
|
||||
protected static frameTimeFactor: number;
|
||||
now(): number;
|
||||
flush(): void;
|
||||
addAction<T>(action: Action): void;
|
||||
schedule<T>(work: (x?: any) => Subscription | void, delay?: number, state?: any): Subscription;
|
||||
}
|
119
node_modules/rxjs/scheduler/VirtualTimeScheduler.js
generated
vendored
Normal file
119
node_modules/rxjs/scheduler/VirtualTimeScheduler.js
generated
vendored
Normal file
@ -0,0 +1,119 @@
|
||||
"use strict";
|
||||
var __extends = (this && this.__extends) || function (d, b) {
|
||||
for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
var Subscription_1 = require('../Subscription');
|
||||
var VirtualTimeScheduler = (function () {
|
||||
function VirtualTimeScheduler() {
|
||||
this.actions = [];
|
||||
this.active = false;
|
||||
this.scheduledId = null;
|
||||
this.index = 0;
|
||||
this.sorted = false;
|
||||
this.frame = 0;
|
||||
this.maxFrames = 750;
|
||||
}
|
||||
VirtualTimeScheduler.prototype.now = function () {
|
||||
return this.frame;
|
||||
};
|
||||
VirtualTimeScheduler.prototype.flush = function () {
|
||||
var actions = this.actions;
|
||||
var maxFrames = this.maxFrames;
|
||||
while (actions.length > 0) {
|
||||
var action = actions.shift();
|
||||
this.frame = action.delay;
|
||||
if (this.frame <= maxFrames) {
|
||||
action.execute();
|
||||
}
|
||||
else {
|
||||
break;
|
||||
}
|
||||
}
|
||||
actions.length = 0;
|
||||
this.frame = 0;
|
||||
};
|
||||
VirtualTimeScheduler.prototype.addAction = function (action) {
|
||||
var actions = this.actions;
|
||||
actions.push(action);
|
||||
actions.sort(function (a, b) {
|
||||
if (a.delay === b.delay) {
|
||||
if (a.index === b.index) {
|
||||
return 0;
|
||||
}
|
||||
else if (a.index > b.index) {
|
||||
return 1;
|
||||
}
|
||||
else {
|
||||
return -1;
|
||||
}
|
||||
}
|
||||
else if (a.delay > b.delay) {
|
||||
return 1;
|
||||
}
|
||||
else {
|
||||
return -1;
|
||||
}
|
||||
});
|
||||
};
|
||||
VirtualTimeScheduler.prototype.schedule = function (work, delay, state) {
|
||||
if (delay === void 0) { delay = 0; }
|
||||
this.sorted = false;
|
||||
return new VirtualAction(this, work, this.index++).schedule(state, delay);
|
||||
};
|
||||
VirtualTimeScheduler.frameTimeFactor = 10;
|
||||
return VirtualTimeScheduler;
|
||||
}());
|
||||
exports.VirtualTimeScheduler = VirtualTimeScheduler;
|
||||
var VirtualAction = (function (_super) {
|
||||
__extends(VirtualAction, _super);
|
||||
function VirtualAction(scheduler, work, index) {
|
||||
_super.call(this);
|
||||
this.scheduler = scheduler;
|
||||
this.work = work;
|
||||
this.index = index;
|
||||
this.calls = 0;
|
||||
}
|
||||
VirtualAction.prototype.schedule = function (state, delay) {
|
||||
if (delay === void 0) { delay = 0; }
|
||||
if (this.isUnsubscribed) {
|
||||
return this;
|
||||
}
|
||||
var scheduler = this.scheduler;
|
||||
var action;
|
||||
if (this.calls++ === 0) {
|
||||
// the action is not being rescheduled.
|
||||
action = this;
|
||||
}
|
||||
else {
|
||||
// the action is being rescheduled, and we can't mutate the one in the actions list
|
||||
// in the scheduler, so we'll create a new one.
|
||||
action = new VirtualAction(scheduler, this.work, scheduler.index += 1);
|
||||
this.add(action);
|
||||
}
|
||||
action.state = state;
|
||||
action.delay = scheduler.frame + delay;
|
||||
scheduler.addAction(action);
|
||||
return this;
|
||||
};
|
||||
VirtualAction.prototype.execute = function () {
|
||||
if (this.isUnsubscribed) {
|
||||
throw new Error('How did did we execute a canceled Action?');
|
||||
}
|
||||
this.work(this.state);
|
||||
};
|
||||
VirtualAction.prototype.unsubscribe = function () {
|
||||
var actions = this.scheduler.actions;
|
||||
var index = actions.indexOf(this);
|
||||
this.work = void 0;
|
||||
this.state = void 0;
|
||||
this.scheduler = void 0;
|
||||
if (index !== -1) {
|
||||
actions.splice(index, 1);
|
||||
}
|
||||
_super.prototype.unsubscribe.call(this);
|
||||
};
|
||||
return VirtualAction;
|
||||
}(Subscription_1.Subscription));
|
||||
//# sourceMappingURL=VirtualTimeScheduler.js.map
|
1
node_modules/rxjs/scheduler/VirtualTimeScheduler.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/VirtualTimeScheduler.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"VirtualTimeScheduler.js","sourceRoot":"","sources":["../../../src/scheduler/VirtualTimeScheduler.ts"],"names":[],"mappings":"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"}
|
2
node_modules/rxjs/scheduler/animationFrame.d.ts
generated
vendored
Normal file
2
node_modules/rxjs/scheduler/animationFrame.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import { AnimationFrameScheduler } from './AnimationFrameScheduler';
|
||||
export declare const animationFrame: AnimationFrameScheduler;
|
4
node_modules/rxjs/scheduler/animationFrame.js
generated
vendored
Normal file
4
node_modules/rxjs/scheduler/animationFrame.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
var AnimationFrameScheduler_1 = require('./AnimationFrameScheduler');
|
||||
exports.animationFrame = new AnimationFrameScheduler_1.AnimationFrameScheduler();
|
||||
//# sourceMappingURL=animationFrame.js.map
|
1
node_modules/rxjs/scheduler/animationFrame.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/animationFrame.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"animationFrame.js","sourceRoot":"","sources":["../../../src/scheduler/animationFrame.ts"],"names":[],"mappings":";AAAA,wCAAsC,2BAA2B,CAAC,CAAA;AAErD,sBAAc,GAAG,IAAI,iDAAuB,EAAE,CAAC"}
|
2
node_modules/rxjs/scheduler/asap.d.ts
generated
vendored
Normal file
2
node_modules/rxjs/scheduler/asap.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import { AsapScheduler } from './AsapScheduler';
|
||||
export declare const asap: AsapScheduler;
|
4
node_modules/rxjs/scheduler/asap.js
generated
vendored
Normal file
4
node_modules/rxjs/scheduler/asap.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
var AsapScheduler_1 = require('./AsapScheduler');
|
||||
exports.asap = new AsapScheduler_1.AsapScheduler();
|
||||
//# sourceMappingURL=asap.js.map
|
1
node_modules/rxjs/scheduler/asap.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/asap.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"asap.js","sourceRoot":"","sources":["../../../src/scheduler/asap.ts"],"names":[],"mappings":";AAAA,8BAA4B,iBAAiB,CAAC,CAAA;AAEjC,YAAI,GAAG,IAAI,6BAAa,EAAE,CAAC"}
|
2
node_modules/rxjs/scheduler/queue.d.ts
generated
vendored
Normal file
2
node_modules/rxjs/scheduler/queue.d.ts
generated
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
import { QueueScheduler } from './QueueScheduler';
|
||||
export declare const queue: QueueScheduler;
|
4
node_modules/rxjs/scheduler/queue.js
generated
vendored
Normal file
4
node_modules/rxjs/scheduler/queue.js
generated
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
var QueueScheduler_1 = require('./QueueScheduler');
|
||||
exports.queue = new QueueScheduler_1.QueueScheduler();
|
||||
//# sourceMappingURL=queue.js.map
|
1
node_modules/rxjs/scheduler/queue.js.map
generated
vendored
Normal file
1
node_modules/rxjs/scheduler/queue.js.map
generated
vendored
Normal file
@ -0,0 +1 @@
|
||||
{"version":3,"file":"queue.js","sourceRoot":"","sources":["../../../src/scheduler/queue.ts"],"names":[],"mappings":";AAAA,+BAA6B,kBAAkB,CAAC,CAAA;AAEnC,aAAK,GAAG,IAAI,+BAAc,EAAE,CAAC"}
|
Reference in New Issue
Block a user