new license file version [CI SKIP]
This commit is contained in:
@@ -0,0 +1,69 @@
|
||||
/** PURE_IMPORTS_START tslib,_Subscriber,_Notification PURE_IMPORTS_END */
|
||||
import * as tslib_1 from "tslib";
|
||||
import { Subscriber } from '../Subscriber';
|
||||
import { Notification } from '../Notification';
|
||||
export function observeOn(scheduler, delay) {
|
||||
if (delay === void 0) {
|
||||
delay = 0;
|
||||
}
|
||||
return function observeOnOperatorFunction(source) {
|
||||
return source.lift(new ObserveOnOperator(scheduler, delay));
|
||||
};
|
||||
}
|
||||
var ObserveOnOperator = /*@__PURE__*/ (function () {
|
||||
function ObserveOnOperator(scheduler, delay) {
|
||||
if (delay === void 0) {
|
||||
delay = 0;
|
||||
}
|
||||
this.scheduler = scheduler;
|
||||
this.delay = delay;
|
||||
}
|
||||
ObserveOnOperator.prototype.call = function (subscriber, source) {
|
||||
return source.subscribe(new ObserveOnSubscriber(subscriber, this.scheduler, this.delay));
|
||||
};
|
||||
return ObserveOnOperator;
|
||||
}());
|
||||
export { ObserveOnOperator };
|
||||
var ObserveOnSubscriber = /*@__PURE__*/ (function (_super) {
|
||||
tslib_1.__extends(ObserveOnSubscriber, _super);
|
||||
function ObserveOnSubscriber(destination, scheduler, delay) {
|
||||
if (delay === void 0) {
|
||||
delay = 0;
|
||||
}
|
||||
var _this = _super.call(this, destination) || this;
|
||||
_this.scheduler = scheduler;
|
||||
_this.delay = delay;
|
||||
return _this;
|
||||
}
|
||||
ObserveOnSubscriber.dispatch = function (arg) {
|
||||
var notification = arg.notification, destination = arg.destination;
|
||||
notification.observe(destination);
|
||||
this.unsubscribe();
|
||||
};
|
||||
ObserveOnSubscriber.prototype.scheduleMessage = function (notification) {
|
||||
var destination = this.destination;
|
||||
destination.add(this.scheduler.schedule(ObserveOnSubscriber.dispatch, this.delay, new ObserveOnMessage(notification, this.destination)));
|
||||
};
|
||||
ObserveOnSubscriber.prototype._next = function (value) {
|
||||
this.scheduleMessage(Notification.createNext(value));
|
||||
};
|
||||
ObserveOnSubscriber.prototype._error = function (err) {
|
||||
this.scheduleMessage(Notification.createError(err));
|
||||
this.unsubscribe();
|
||||
};
|
||||
ObserveOnSubscriber.prototype._complete = function () {
|
||||
this.scheduleMessage(Notification.createComplete());
|
||||
this.unsubscribe();
|
||||
};
|
||||
return ObserveOnSubscriber;
|
||||
}(Subscriber));
|
||||
export { ObserveOnSubscriber };
|
||||
var ObserveOnMessage = /*@__PURE__*/ (function () {
|
||||
function ObserveOnMessage(notification, destination) {
|
||||
this.notification = notification;
|
||||
this.destination = destination;
|
||||
}
|
||||
return ObserveOnMessage;
|
||||
}());
|
||||
export { ObserveOnMessage };
|
||||
//# sourceMappingURL=observeOn.js.map
|
||||
@@ -0,0 +1,6 @@
|
||||
import { Subscriber } from '../Subscriber';
|
||||
/**
|
||||
* Subscribes to an ArrayLike with a subscriber
|
||||
* @param array The array or array-like to subscribe to
|
||||
*/
|
||||
export declare const subscribeToArray: <T>(array: ArrayLike<T>) => (subscriber: Subscriber<T>) => void;
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0.00432,"26":0.00864,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.00432,"53":0,"54":0,"55":0,"56":0.00864,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0.00432,"69":0.00432,"70":0.00432,"71":0.00432,"72":0.00432,"73":0.00432,"74":0.00432,"75":0.00432,"76":0.00432,"77":0.00432,"78":0.00864,"79":0.05184,"80":0.01296,"81":0.00432,"82":0.00432,"83":0.00432,"84":0,"85":0,"86":0,"87":0,"88":0.00432,"89":0,"90":0,"91":0,"92":0,"93":0,"94":0,"95":0,"96":0,"97":0.00432,"98":0,"99":0.00432,"100":0,"101":0,"102":0.00864,"103":0,"104":0,"105":0.00432,"106":0.00432,"107":0.00864,"108":0.29808,"109":0.16416,"110":0,"111":0,"3.5":0,"3.6":0},D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0.00432,"31":0.01296,"32":0.00432,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.00864,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.00432,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0.00432,"64":0,"65":0.00432,"66":0,"67":0,"68":0.02592,"69":0.01296,"70":0.01728,"71":0.01728,"72":0.0216,"73":0.0216,"74":0.0216,"75":0.01728,"76":0.01728,"77":0.01296,"78":0.02592,"79":0.05616,"80":0.108,"81":0.03024,"83":0.02592,"84":0.0216,"85":0.03024,"86":0.04752,"87":0.04752,"88":0.03456,"89":0.03456,"90":0.26352,"91":0.24624,"92":0.24624,"93":0.23328,"94":0.24624,"95":0.0216,"96":0.01728,"97":0.01296,"98":0.00864,"99":0.00864,"100":0.07776,"101":0.00864,"102":0.01728,"103":0.04752,"104":0.03024,"105":0.03024,"106":0.03888,"107":0.14688,"108":6.32016,"109":6.048,"110":0.00432,"111":0,"112":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.00432,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0.00432,"54":0.00432,"55":0.00432,"56":0,"57":0,"58":0,"60":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0.00432,"69":0,"70":0,"71":0,"72":0,"73":0.00864,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0.00432,"93":0.0864,"94":0.1728,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},B:{"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.00432,"79":0.00432,"80":0.00864,"81":0.00864,"83":0.00864,"84":0.00864,"85":0.00432,"86":0.00864,"87":0.00432,"88":0.00432,"89":0.00864,"90":0.00864,"91":0,"92":0,"93":0,"94":0,"95":0,"96":0.00432,"97":0,"98":0.00432,"99":0,"100":0,"101":0,"102":0,"103":0.00432,"104":0.00432,"105":0.00864,"106":0.01296,"107":0.02592,"108":0.55728,"109":0.55296},E:{"4":0,"5":0,"6":0,"7":0,"8":0.05616,"9":0,"10":0,"11":0,"12":0,"13":0.00432,"14":0.0216,"15":0,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0.00432,"7.1":0,"9.1":0.12096,"10.1":0,"11.1":0,"12.1":0.00432,"13.1":0.01728,"14.1":0.06048,"15.1":0.00864,"15.2-15.3":0.01296,"15.4":0.01728,"15.5":0.0432,"15.6":0.18576,"16.0":0.01728,"16.1":0.06048,"16.2":0.12096,"16.3":0.01296},G:{"8":0.00215,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.02361,"8.1-8.4":0.00215,"9.0-9.2":0.00859,"9.3":0.06869,"10.0-10.2":0.01503,"10.3":0.07083,"11.0-11.2":0.03649,"11.3-11.4":0.02576,"12.0-12.1":0.04722,"12.2-12.5":0.33915,"13.0-13.1":0.02361,"13.2":0.01932,"13.3":0.03864,"13.4-13.7":0.11162,"14.0-14.4":0.35847,"14.5-14.8":0.85646,"15.0-15.1":0.1524,"15.2-15.3":0.22109,"15.4":0.28549,"15.5":0.62249,"15.6":2.85056,"16.0":3.2584,"16.1":6.65203,"16.2":4.25438,"16.3":0.31124},P:{"4":0.06145,"5.0-5.4":0,"6.2-6.4":0,"7.2-7.4":0.03072,"8.2":0,"9.2":0.03072,"10.1":0,"11.1-11.2":0.15362,"12.0":0.05121,"13.0":0.16386,"14.0":0.19459,"15.0":0.09217,"16.0":0.20483,"17.0":0.14338,"18.0":0.30724,"19.0":5.85811},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.02465,"4.4":0,"4.4.3-4.4.4":0.05423},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0,"7":0,"8":0,"9":0,"10":0.00432,"11":0.05616,"5.5":0},J:{"7":0,"10":0},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.22152},Q:{"13.1":0},O:{"0":0.0284},H:{"0":0.19897},L:{"0":49.91384},S:{"2.5":0}};
|
||||
@@ -0,0 +1,21 @@
|
||||
let Declaration = require('../declaration')
|
||||
|
||||
class ColorAdjust extends Declaration {
|
||||
/**
|
||||
* Change property name for WebKit-based browsers
|
||||
*/
|
||||
prefixed (prop, prefix) {
|
||||
return prefix + 'print-color-adjust'
|
||||
}
|
||||
|
||||
/**
|
||||
* Return property name by spec
|
||||
*/
|
||||
normalize () {
|
||||
return 'color-adjust'
|
||||
}
|
||||
}
|
||||
|
||||
ColorAdjust.names = ['color-adjust', 'print-color-adjust']
|
||||
|
||||
module.exports = ColorAdjust
|
||||
@@ -0,0 +1,33 @@
|
||||
import { OperatorFunction } from '../types';
|
||||
/**
|
||||
* Collects all source emissions and emits them as an array when the source completes.
|
||||
*
|
||||
* <span class="informal">Get all values inside an array when the source completes</span>
|
||||
*
|
||||
* 
|
||||
*
|
||||
* `toArray` will wait until the source Observable completes before emitting
|
||||
* the array containing all emissions. When the source Observable errors no
|
||||
* array will be emitted.
|
||||
*
|
||||
* ## Example
|
||||
* ```ts
|
||||
* import { interval } from 'rxjs';
|
||||
* import { toArray, take } from 'rxjs/operators';
|
||||
*
|
||||
* const source = interval(1000);
|
||||
* const example = source.pipe(
|
||||
* take(10),
|
||||
* toArray()
|
||||
* );
|
||||
*
|
||||
* const subscribe = example.subscribe(val => console.log(val));
|
||||
*
|
||||
* // output: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
|
||||
*
|
||||
* ```
|
||||
* @return An array from an observable sequence.
|
||||
* @method toArray
|
||||
* @owner Observable
|
||||
*/
|
||||
export declare function toArray<T>(): OperatorFunction<T, T[]>;
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"subscribeToObservable.js","sources":["../../../src/internal/util/subscribeToObservable.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AAOvE,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAI,GAAQ,EAAE,EAAE,CAAC,CAAC,UAAyB,EAAE,EAAE;IAClF,MAAM,GAAG,GAAG,GAAG,CAAC,iBAAiB,CAAC,EAAE,CAAC;IACrC,IAAI,OAAO,GAAG,CAAC,SAAS,KAAK,UAAU,EAAE;QAEvC,MAAM,IAAI,SAAS,CAAC,gEAAgE,CAAC,CAAC;KACvF;SAAM;QACL,OAAO,GAAG,CAAC,SAAS,CAAC,UAAU,CAAC,CAAC;KAClC;AACH,CAAC,CAAC"}
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={C:{"2":0,"3":0,"4":0.00207,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.00207,"35":0,"36":0.0062,"37":0,"38":0.00413,"39":0,"40":0,"41":0,"42":0,"43":0.00207,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.00207,"50":0.00207,"51":0.00207,"52":0.01034,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":0,"70":0,"71":0,"72":0.00207,"73":0,"74":0,"75":0,"76":0,"77":0,"78":0.00413,"79":0.00413,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0.00207,"88":0,"89":0.00207,"90":0,"91":0.00207,"92":0,"93":0.00207,"94":0,"95":0.00207,"96":0.00207,"97":0.00207,"98":0.00207,"99":0.00207,"100":0.00207,"101":0.00413,"102":0.02067,"103":0.00207,"104":0.01034,"105":0.00207,"106":0.00413,"107":0.01447,"108":0.2253,"109":0.11782,"110":0.00207,"111":0,"3.5":0,"3.6":0},D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.00207,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.00207,"47":0,"48":0,"49":0.00413,"50":0,"51":0,"52":0,"53":0,"54":0.01034,"55":0.00207,"56":0.03514,"57":0.00207,"58":0.00207,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0.0124,"69":0.00207,"70":0.00207,"71":0,"72":0.00413,"73":0,"74":0.00207,"75":0,"76":0.00413,"77":0.00207,"78":0,"79":0.00413,"80":0.00413,"81":0.0062,"83":0.00207,"84":0.0062,"85":0.01654,"86":0.00207,"87":0.00207,"88":0.00207,"89":0.00207,"90":0.00207,"91":0.00207,"92":0.00207,"93":0.00413,"94":0.0062,"95":0.00827,"96":0.00207,"97":0.02274,"98":0.00207,"99":0.00207,"100":0.00413,"101":0.00207,"102":0.00413,"103":0.01447,"104":0.00827,"105":0.01034,"106":0.0186,"107":0.0248,"108":0.68624,"109":0.55189,"110":0,"111":0,"112":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.00827,"38":0.00207,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.00207,"47":0,"48":0,"49":0,"50":0.00207,"51":0.00207,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0.00207,"60":0.02894,"62":0,"63":0.02894,"64":0.0124,"65":0.01447,"66":0.02687,"67":0.00827,"68":0,"69":0,"70":0.00413,"71":0,"72":0.00207,"73":0.0124,"74":0,"75":0.00207,"76":0,"77":0,"78":0,"79":0.00207,"80":0,"81":0,"82":0,"83":0,"84":0.00207,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0.00207,"91":0,"92":0.01654,"93":0.02067,"94":0.09095,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0.00413},B:{"12":0.00413,"13":0.00207,"14":0.00827,"15":0.01034,"16":0.00207,"17":0.00207,"18":0.01034,"79":0,"80":0,"81":0,"83":0,"84":0.00207,"85":0,"86":0,"87":0,"88":0,"89":0.00207,"90":0.00207,"91":0,"92":0.0062,"93":0,"94":0,"95":0,"96":0,"97":0,"98":0.00207,"99":0,"100":0,"101":0,"102":0,"103":0.00207,"104":0.00207,"105":0.00413,"106":0.00413,"107":0.01034,"108":0.11989,"109":0.09302},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0.00207,"11":0,"12":0,"13":0,"14":0.00207,"15":0,_:"0","3.1":0,"3.2":0,"5.1":0.00413,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0,"12.1":0.00207,"13.1":0.00413,"14.1":0.00207,"15.1":0,"15.2-15.3":0,"15.4":0.00207,"15.5":0.00207,"15.6":0.00413,"16.0":0.00207,"16.1":0.0062,"16.2":0.00413,"16.3":0},G:{"8":0.00128,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00128,"5.0-5.1":0,"6.0-6.1":0,"7.0-7.1":0.00256,"8.1-8.4":0,"9.0-9.2":0.00128,"9.3":0.14615,"10.0-10.2":0.02436,"10.3":0.37691,"11.0-11.2":0.06282,"11.3-11.4":0.04487,"12.0-12.1":0.38332,"12.2-12.5":3.31403,"13.0-13.1":0.08461,"13.2":0.11025,"13.3":0.23205,"13.4-13.7":0.31281,"14.0-14.4":0.7846,"14.5-14.8":0.90511,"15.0-15.1":0.4423,"15.2-15.3":0.48717,"15.4":0.54486,"15.5":0.69101,"15.6":0.61665,"16.0":0.66793,"16.1":0.75896,"16.2":0.92306,"16.3":0.06026},P:{"4":0.26185,"5.0-5.4":0.02014,"6.2-6.4":0.03021,"7.2-7.4":0.17121,"8.2":0,"9.2":0.08057,"10.1":0,"11.1-11.2":0.05035,"12.0":0,"13.0":0.01007,"14.0":0.03021,"15.0":0.02014,"16.0":0.06043,"17.0":0.0705,"18.0":0.33234,"19.0":0.28199},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00401,"4.2-4.3":0.00701,"4.4":0,"4.4.3-4.4.4":0.14825},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.06201,"5.5":0},J:{"7":0,"10":0.0476},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.38872},Q:{"13.1":0.01587},O:{"0":0.59498},H:{"0":4.03311},L:{"0":76.81942},S:{"2.5":0.25386}};
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'rxjs-compat/observable/from';
|
||||
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
require("rxjs-compat/add/observable/defer");
|
||||
//# sourceMappingURL=defer.js.map
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"isArrayLike.js","sources":["../src/util/isArrayLike.ts"],"names":[],"mappings":";;;;;AAAA,kDAA6C"}
|
||||
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
function isObject(x) {
|
||||
return x !== null && typeof x === 'object';
|
||||
}
|
||||
exports.isObject = isObject;
|
||||
//# sourceMappingURL=isObject.js.map
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"semver","version":"6.3.0","files":{"LICENSE":{"checkedAt":1678887829183,"integrity":"sha512-P6dI5Z+zrwxSk1MIRPqpYG2ScYNkidLIATQXd50QzBgBh/XmcEd/nsd9NB4O9k6rfc+4dsY5DwJ7xvhpoS0PRg==","mode":420,"size":765},"range.bnf":{"checkedAt":1678887829183,"integrity":"sha512-QFWaLEiQU1s/JlrBiOQMDjjkPPmcgrV2EXQZ398F8wdbGszuVgmkqJC/yPJ5zEDXGKsgFteRUnpGI4Ed4TLnGw==","mode":420,"size":619},"bin/semver.js":{"checkedAt":1678887829190,"integrity":"sha512-yib+9lgcxVHtNxUKLgcLZE8tP1RgyBhzlArzSv4CDyLZ6X+WN/9K1BdMB9J6/GvgF2Zlt6d14Xevs87htMc3eg==","mode":493,"size":4717},"README.md":{"checkedAt":1678887829200,"integrity":"sha512-G/1daJ4BXETrvJeOBMqO88GX7JH+futQus7cxgQjNHrUPj2dnRs/A6DbhkZyAnArFYU9acjWOIOQvRATC9SMbA==","mode":420,"size":16974},"CHANGELOG.md":{"checkedAt":1678887829203,"integrity":"sha512-KmwN8QlroEh2xYn2X6o/3m0/Pn/MMrOvVc0wVf28nvPRAUKtyid5BhRE348Fxpd+k+7Q3HwZuCt7gSzi94CqtQ==","mode":420,"size":1307},"package.json":{"checkedAt":1678887829203,"integrity":"sha512-KU+94eLGAgracwJSNbvdoyHqDOZl6bzvXywz8v7KVi02lEu/VDBA4mRYMaYAEcSc2JOsirf8cTmlcjcnhsW5CA==","mode":420,"size":559},"semver.js":{"checkedAt":1678887829203,"integrity":"sha512-PBOfxjR4GQlJ8mxOgpaMCseJbwxQJTApmeFtfle9mupxrWsVCNY61FBd5cVL+l1bfSSpvwXatyo6JuH4KPYOcg==","mode":420,"size":42130}}}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"config.js","sources":["../src/internal/config.ts"],"names":[],"mappings":";;AAAA,IAAI,mDAAmD,GAAG,KAAK,CAAC;AAMnD,QAAA,MAAM,GAAG;IAKpB,OAAO,EAAE,SAAmC;IAU5C,IAAI,qCAAqC,CAAC,KAAc;QACtD,IAAI,KAAK,EAAE;YACT,IAAM,KAAK,GAAG,IAAI,KAAK,EAAE,CAAC;YAC1B,OAAO,CAAC,IAAI,CAAC,+FAA+F,GAAG,KAAK,CAAC,KAAK,CAAC,CAAC;SAC7H;aAAM,IAAI,mDAAmD,EAAE;YAC9D,OAAO,CAAC,GAAG,CAAC,sDAAsD,CAAC,CAAC;SACrE;QACD,mDAAmD,GAAG,KAAK,CAAC;IAC9D,CAAC;IAED,IAAI,qCAAqC;QACvC,OAAO,mDAAmD,CAAC;IAC7D,CAAC;CACF,CAAC"}
|
||||
@@ -0,0 +1,4 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
require("rxjs-compat/add/operator/retry");
|
||||
//# sourceMappingURL=retry.js.map
|
||||
@@ -0,0 +1,14 @@
|
||||
/** PURE_IMPORTS_START _symbol_observable PURE_IMPORTS_END */
|
||||
import { observable as Symbol_observable } from '../symbol/observable';
|
||||
export var subscribeToObservable = function (obj) {
|
||||
return function (subscriber) {
|
||||
var obs = obj[Symbol_observable]();
|
||||
if (typeof obs.subscribe !== 'function') {
|
||||
throw new TypeError('Provided object does not correctly implement Symbol.observable');
|
||||
}
|
||||
else {
|
||||
return obs.subscribe(subscriber);
|
||||
}
|
||||
};
|
||||
};
|
||||
//# sourceMappingURL=subscribeToObservable.js.map
|
||||
@@ -0,0 +1,23 @@
|
||||
/*
|
||||
* Test for SubPixel Font Rendering
|
||||
* (to infer if GDI or DirectWrite is used on Windows)
|
||||
* Authors: @derSchepp, @gerritvanaaken, @rodneyrehm, @yatil, @ryanseddon
|
||||
* Web: https://github.com/gerritvanaaken/subpixeldetect
|
||||
*/
|
||||
Modernizr.addTest('subpixelfont', function() {
|
||||
var bool,
|
||||
styles = "#modernizr{position: absolute; top: -10em; visibility:hidden; font: normal 10px arial;}#subpixel{float: left; font-size: 33.3333%;}";
|
||||
|
||||
// see https://github.com/Modernizr/Modernizr/blob/master/modernizr.js#L97
|
||||
Modernizr.testStyles(styles, function(elem) {
|
||||
var subpixel = elem.firstChild;
|
||||
|
||||
subpixel.innerHTML = 'This is a text written in Arial';
|
||||
|
||||
bool = window.getComputedStyle ?
|
||||
window.getComputedStyle(subpixel, null).getPropertyValue("width") !== '44px'
|
||||
: false;
|
||||
}, 1, ['subpixel']);
|
||||
|
||||
return bool;
|
||||
});
|
||||
@@ -0,0 +1 @@
|
||||
export declare const errorObject: any;
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={A:{A:{"1":"B","2":"J E F G A BC"},B:{"1":"C K L H M N O P Q R S T U V W X Y Z a b c d f g h i j k l m n o p q r s D t"},C:{"1":"5 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB uB ZB vB aB bB cB dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q R wB S T U V W X Y Z a b c d f g h i j k l m n o p q r s D t xB yB","2":"0 1 2 3 4 CC tB I u J E F G A B C K L H M N O v w x y z DC EC"},D:{"1":"0 1 2 3 4 5 6 7 8 9 AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB uB ZB vB aB bB cB dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q R S T U V W X Y Z a b c d f g h i j k l m n o p q r s D t xB yB FC","2":"I u J E F G A B C K L H M N O v w x y z"},E:{"1":"A B C K L H 0B qB rB 1B LC MC 2B 3B 4B 5B sB 6B 7B 8B NC","2":"I u J E F G GC zB HC IC JC KC"},F:{"1":"0 1 2 3 4 5 6 7 8 9 H M N O v w x y z AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB aB bB cB dB eB fB gB hB iB jB kB e lB mB nB oB pB P Q R wB S T U V W X Y Z a b c d","2":"G B C OC PC QC RC qB 9B SC rB"},G:{"1":"aC bC cC dC eC fC gC hC iC jC kC lC mC 2B 3B 4B 5B sB 6B 7B 8B","2":"F zB TC AC UC VC WC XC YC ZC"},H:{"2":"nC"},I:{"1":"D sC tC","2":"tB I oC pC qC rC AC"},J:{"2":"E A"},K:{"1":"e","2":"A B C qB 9B rB"},L:{"1":"D"},M:{"1":"D"},N:{"1":"B","2":"A"},O:{"1":"uC"},P:{"1":"I vC wC xC yC zC 0B 0C 1C 2C 3C 4C sB 5C 6C 7C"},Q:{"1":"1B"},R:{"1":"8C"},S:{"2":"9C"}},B:6,C:"Internationalization API"};
|
||||
@@ -0,0 +1 @@
|
||||
{"name":"flat","version":"5.0.2","files":{"LICENSE":{"checkedAt":1678887829610,"integrity":"sha512-RG7SRYmI3QivLl0jC5dfrTlMmejBrrHFLyhOv1kIdRV4tz556wWbRpnkWA3loHBstiM43q3EafgS6q6LEj7Ylw==","mode":420,"size":1467},"cli.js":{"checkedAt":1678887829611,"integrity":"sha512-7XILUaWDr5UUT7hW8gOSYKYr7MaMBrUUYCvieqc1XrJa67tXtWOPkf4BmfcQfpOjTXYSZRZtDrQ23Sy0XCGj+g==","mode":493,"size":895},"index.js":{"checkedAt":1678887829611,"integrity":"sha512-mDoZ6h5sznZBIG8Oxe8qg8a4OG3jUUCztUwppPKFRzDaXUsRuqZuxwP5tU7mju2qqMe7FB1qwKYtdFVtycmH0A==","mode":420,"size":3970},"package.json":{"checkedAt":1678887829614,"integrity":"sha512-XSwS6c+Y5os7FZSaccZ3CYJXGA1H5qzgSOBYFEoGYjsqLH37EhCzPEx0FqGROHre5/a9V3aUdQ0dC5JOQGu7IQ==","mode":420,"size":871},"test/test.js":{"checkedAt":1678887829614,"integrity":"sha512-ZZQH0DOp5kSFLRoGa6TG4FpE8mrIhfDWV4RYeOi4nUu1v7yk41Ny6Zhrg6VQKJkF0zTPdjbL9H0CUuBEcSnyMg==","mode":420,"size":15110},"README.md":{"checkedAt":1678887829614,"integrity":"sha512-xb9GVV3kQv8WIbBY+KY3tbvoAF4jopYz3ypLB0QvSHzCD87P6L/lhxri6T26eBg1lEHWOmd9tmDI2Ru4oLN0QQ==","mode":420,"size":4187},".travis.yml":{"checkedAt":1678887829614,"integrity":"sha512-8wwhcSEQK7lc3qp2+53XKUYRBfIzbl4Hc6t/3bFUGaold225vmglFUIRJ0Yry4t382OTfmZQ391WzaBx8TIXaQ==","mode":420,"size":78}}}
|
||||
@@ -0,0 +1,5 @@
|
||||
import { OperatorFunction, ObservableInput } from '../types';
|
||||
export declare function zipAll<T>(): OperatorFunction<ObservableInput<T>, T[]>;
|
||||
export declare function zipAll<T>(): OperatorFunction<any, T[]>;
|
||||
export declare function zipAll<T, R>(project: (...values: T[]) => R): OperatorFunction<ObservableInput<T>, R>;
|
||||
export declare function zipAll<R>(project: (...values: Array<any>) => R): OperatorFunction<any, R>;
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"isObservable.js","sources":["../src/util/isObservable.ts"],"names":[],"mappings":";;;;;AAAA,mDAA8C"}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"subscribeToArray.js","sources":["../src/util/subscribeToArray.ts"],"names":[],"mappings":";;;;;AAAA,uDAAkD"}
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={C:{"2":0,"3":0,"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0.00377,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.00377,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0,"66":0,"67":0,"68":0,"69":0,"70":0,"71":0,"72":0.00377,"73":0.02639,"74":0,"75":0,"76":0,"77":0,"78":0.00377,"79":0,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0,"93":0,"94":0,"95":0,"96":0,"97":0.01885,"98":0.03016,"99":0,"100":0,"101":0,"102":0.00377,"103":0.00754,"104":0.0377,"105":0.00377,"106":0.00377,"107":0.00754,"108":0.31291,"109":0.15834,"110":0,"111":0,"3.5":0,"3.6":0},D:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.00377,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.00377,"48":0,"49":0.00754,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0.00377,"58":0,"59":0,"60":0,"61":0,"62":0.00377,"63":0,"64":0,"65":0,"66":0,"67":0.00377,"68":0.01885,"69":0,"70":0.00377,"71":0,"72":0,"73":0.00754,"74":0.00377,"75":0.00377,"76":0.01508,"77":0,"78":0.00377,"79":0.04147,"80":0.00754,"81":0.02639,"83":0.01131,"84":0.00377,"85":0.00377,"86":0.00377,"87":0.03393,"88":0.00754,"89":0.00754,"90":0.00377,"91":0.00754,"92":0.02262,"93":0.01508,"94":0.32045,"95":0.01131,"96":0.00754,"97":0.02262,"98":0.02262,"99":0.02262,"100":0.02262,"101":0.01508,"102":0.01885,"103":0.04524,"104":0.02262,"105":0.06032,"106":0.03016,"107":0.18473,"108":4.04521,"109":4.16585,"110":0.00377,"111":0,"112":0},F:{"9":0,"11":0,"12":0,"15":0,"16":0,"17":0,"18":0,"19":0,"20":0,"21":0,"22":0,"23":0,"24":0,"25":0,"26":0,"27":0,"28":0.00754,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0,"57":0,"58":0,"60":0,"62":0,"63":0.00377,"64":0,"65":0,"66":0.00377,"67":0,"68":0,"69":0,"70":0,"71":0,"72":0,"73":0.00754,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0.00754,"93":0.50895,"94":0.38077,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0,"11.1":0,"11.5":0,"11.6":0,"12.1":0},B:{"12":0,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.00377,"79":0,"80":0,"81":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0.00377,"93":0,"94":0,"95":0,"96":0,"97":0,"98":0,"99":0,"100":0,"101":0,"102":0,"103":0.00377,"104":0.00377,"105":0.00377,"106":0.00377,"107":0.02639,"108":0.68991,"109":0.71253},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0.00377,"13":0.00754,"14":0.02639,"15":0.00377,_:"0","3.1":0,"3.2":0,"5.1":0.00377,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0,"12.1":0.00377,"13.1":0.02262,"14.1":0.09425,"15.1":0.00754,"15.2-15.3":0.00754,"15.4":0.01885,"15.5":0.07163,"15.6":0.29029,"16.0":0.03393,"16.1":0.09802,"16.2":0.18096,"16.3":0.02262},G:{"8":0,"3.2":0,"4.0-4.1":0.00825,"4.2-4.3":0,"5.0-5.1":0.00165,"6.0-6.1":0.01485,"7.0-7.1":0.08748,"8.1-8.4":0.00165,"9.0-9.2":0,"9.3":0.07427,"10.0-10.2":0,"10.3":0.05942,"11.0-11.2":0.0099,"11.3-11.4":0.0033,"12.0-12.1":0,"12.2-12.5":0.44893,"13.0-13.1":0.05117,"13.2":0.00165,"13.3":0.0165,"13.4-13.7":0.04951,"14.0-14.4":0.15185,"14.5-14.8":0.48855,"15.0-15.1":0.12214,"15.2-15.3":0.16175,"15.4":0.23437,"15.5":0.41097,"15.6":1.72642,"16.0":2.19021,"16.1":4.95809,"16.2":3.54692,"16.3":0.35156},P:{"4":0.21529,"5.0-5.4":0.0205,"6.2-6.4":0,"7.2-7.4":0.47158,"8.2":0,"9.2":0.03076,"10.1":0,"11.1-11.2":0.10252,"12.0":0.0205,"13.0":0.03076,"14.0":0.03076,"15.0":0.04101,"16.0":0.10252,"17.0":0.19478,"18.0":0.20503,"19.0":2.89098},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.05354,"4.2-4.3":0,"4.4":0,"4.4.3-4.4.4":0.16956},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.02639,"5.5":0},J:{"7":0,"10":0},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.3738},Q:{"13.1":0},O:{"0":0.1246},H:{"0":0.20054},L:{"0":64.00381},S:{"2.5":0}};
|
||||
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "lodash.uniqby",
|
||||
"version": "4.7.0",
|
||||
"description": "The lodash method `_.uniqBy` exported as a module.",
|
||||
"homepage": "https://lodash.com/",
|
||||
"icon": "https://lodash.com/icon.svg",
|
||||
"license": "MIT",
|
||||
"keywords": "lodash-modularized, uniqby",
|
||||
"author": "John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
||||
"contributors": [
|
||||
"John-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)",
|
||||
"Blaine Bublitz <blaine.bublitz@gmail.com> (https://github.com/phated)",
|
||||
"Mathias Bynens <mathias@qiwi.be> (https://mathiasbynens.be/)"
|
||||
],
|
||||
"repository": "lodash/lodash",
|
||||
"scripts": { "test": "echo \"See https://travis-ci.org/lodash/lodash-cli for testing details.\"" }
|
||||
}
|
||||
@@ -0,0 +1,21 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017 Luke Childs
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
in the Software without restriction, including without limitation the rights
|
||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||
copies of the Software, and to permit persons to whom the Software is
|
||||
furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||
SOFTWARE.
|
||||
@@ -0,0 +1,4 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "8"
|
||||
- "6"
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user