new license file version [CI SKIP]
This commit is contained in:
@@ -0,0 +1,133 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.commaDecimal = exports.dotDecimal = exports.farsiLocales = exports.arabicLocales = exports.englishLocales = exports.decimal = exports.alphanumeric = exports.alpha = void 0;
|
||||
var alpha = {
|
||||
'en-US': /^[A-Z]+$/i,
|
||||
'az-AZ': /^[A-VXYZÇƏĞİıÖŞÜ]+$/i,
|
||||
'bg-BG': /^[А-Я]+$/i,
|
||||
'cs-CZ': /^[A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]+$/i,
|
||||
'da-DK': /^[A-ZÆØÅ]+$/i,
|
||||
'de-DE': /^[A-ZÄÖÜß]+$/i,
|
||||
'el-GR': /^[Α-ώ]+$/i,
|
||||
'es-ES': /^[A-ZÁÉÍÑÓÚÜ]+$/i,
|
||||
'fa-IR': /^[ابپتثجچحخدذرزژسشصضطظعغفقکگلمنوهی]+$/i,
|
||||
'fr-FR': /^[A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
|
||||
'it-IT': /^[A-ZÀÉÈÌÎÓÒÙ]+$/i,
|
||||
'nb-NO': /^[A-ZÆØÅ]+$/i,
|
||||
'nl-NL': /^[A-ZÁÉËÏÓÖÜÚ]+$/i,
|
||||
'nn-NO': /^[A-ZÆØÅ]+$/i,
|
||||
'hu-HU': /^[A-ZÁÉÍÓÖŐÚÜŰ]+$/i,
|
||||
'pl-PL': /^[A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
|
||||
'pt-PT': /^[A-ZÃÁÀÂÄÇÉÊËÍÏÕÓÔÖÚÜ]+$/i,
|
||||
'ru-RU': /^[А-ЯЁ]+$/i,
|
||||
'sl-SI': /^[A-ZČĆĐŠŽ]+$/i,
|
||||
'sk-SK': /^[A-ZÁČĎÉÍŇÓŠŤÚÝŽĹŔĽÄÔ]+$/i,
|
||||
'sr-RS@latin': /^[A-ZČĆŽŠĐ]+$/i,
|
||||
'sr-RS': /^[А-ЯЂЈЉЊЋЏ]+$/i,
|
||||
'sv-SE': /^[A-ZÅÄÖ]+$/i,
|
||||
'th-TH': /^[ก-๐\s]+$/i,
|
||||
'tr-TR': /^[A-ZÇĞİıÖŞÜ]+$/i,
|
||||
'uk-UA': /^[А-ЩЬЮЯЄIЇҐі]+$/i,
|
||||
'vi-VN': /^[A-ZÀÁẠẢÃÂẦẤẬẨẪĂẰẮẶẲẴĐÈÉẸẺẼÊỀẾỆỂỄÌÍỊỈĨÒÓỌỎÕÔỒỐỘỔỖƠỜỚỢỞỠÙÚỤỦŨƯỪỨỰỬỮỲÝỴỶỸ]+$/i,
|
||||
'ku-IQ': /^[ئابپتجچحخدرڕزژسشعغفڤقکگلڵمنوۆھەیێيطؤثآإأكضصةظذ]+$/i,
|
||||
ar: /^[ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]+$/,
|
||||
he: /^[א-ת]+$/,
|
||||
fa: /^['آاءأؤئبپتثجچحخدذرزژسشصضطظعغفقکگلمنوهةی']+$/i
|
||||
};
|
||||
exports.alpha = alpha;
|
||||
var alphanumeric = {
|
||||
'en-US': /^[0-9A-Z]+$/i,
|
||||
'az-AZ': /^[0-9A-VXYZÇƏĞİıÖŞÜ]+$/i,
|
||||
'bg-BG': /^[0-9А-Я]+$/i,
|
||||
'cs-CZ': /^[0-9A-ZÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ]+$/i,
|
||||
'da-DK': /^[0-9A-ZÆØÅ]+$/i,
|
||||
'de-DE': /^[0-9A-ZÄÖÜß]+$/i,
|
||||
'el-GR': /^[0-9Α-ω]+$/i,
|
||||
'es-ES': /^[0-9A-ZÁÉÍÑÓÚÜ]+$/i,
|
||||
'fr-FR': /^[0-9A-ZÀÂÆÇÉÈÊËÏÎÔŒÙÛÜŸ]+$/i,
|
||||
'it-IT': /^[0-9A-ZÀÉÈÌÎÓÒÙ]+$/i,
|
||||
'hu-HU': /^[0-9A-ZÁÉÍÓÖŐÚÜŰ]+$/i,
|
||||
'nb-NO': /^[0-9A-ZÆØÅ]+$/i,
|
||||
'nl-NL': /^[0-9A-ZÁÉËÏÓÖÜÚ]+$/i,
|
||||
'nn-NO': /^[0-9A-ZÆØÅ]+$/i,
|
||||
'pl-PL': /^[0-9A-ZĄĆĘŚŁŃÓŻŹ]+$/i,
|
||||
'pt-PT': /^[0-9A-ZÃÁÀÂÄÇÉÊËÍÏÕÓÔÖÚÜ]+$/i,
|
||||
'ru-RU': /^[0-9А-ЯЁ]+$/i,
|
||||
'sl-SI': /^[0-9A-ZČĆĐŠŽ]+$/i,
|
||||
'sk-SK': /^[0-9A-ZÁČĎÉÍŇÓŠŤÚÝŽĹŔĽÄÔ]+$/i,
|
||||
'sr-RS@latin': /^[0-9A-ZČĆŽŠĐ]+$/i,
|
||||
'sr-RS': /^[0-9А-ЯЂЈЉЊЋЏ]+$/i,
|
||||
'sv-SE': /^[0-9A-ZÅÄÖ]+$/i,
|
||||
'th-TH': /^[ก-๙\s]+$/i,
|
||||
'tr-TR': /^[0-9A-ZÇĞİıÖŞÜ]+$/i,
|
||||
'uk-UA': /^[0-9А-ЩЬЮЯЄIЇҐі]+$/i,
|
||||
'ku-IQ': /^[٠١٢٣٤٥٦٧٨٩0-9ئابپتجچحخدرڕزژسشعغفڤقکگلڵمنوۆھەیێيطؤثآإأكضصةظذ]+$/i,
|
||||
'vi-VN': /^[0-9A-ZÀÁẠẢÃÂẦẤẬẨẪĂẰẮẶẲẴĐÈÉẸẺẼÊỀẾỆỂỄÌÍỊỈĨÒÓỌỎÕÔỒỐỘỔỖƠỜỚỢỞỠÙÚỤỦŨƯỪỨỰỬỮỲÝỴỶỸ]+$/i,
|
||||
ar: /^[٠١٢٣٤٥٦٧٨٩0-9ءآأؤإئابةتثجحخدذرزسشصضطظعغفقكلمنهوىيًٌٍَُِّْٰ]+$/,
|
||||
he: /^[0-9א-ת]+$/,
|
||||
fa: /^['0-9آاءأؤئبپتثجچحخدذرزژسشصضطظعغفقکگلمنوهةی۱۲۳۴۵۶۷۸۹۰']+$/i
|
||||
};
|
||||
exports.alphanumeric = alphanumeric;
|
||||
var decimal = {
|
||||
'en-US': '.',
|
||||
ar: '٫'
|
||||
};
|
||||
exports.decimal = decimal;
|
||||
var englishLocales = ['AU', 'GB', 'HK', 'IN', 'NZ', 'ZA', 'ZM'];
|
||||
exports.englishLocales = englishLocales;
|
||||
|
||||
for (var locale, i = 0; i < englishLocales.length; i++) {
|
||||
locale = "en-".concat(englishLocales[i]);
|
||||
alpha[locale] = alpha['en-US'];
|
||||
alphanumeric[locale] = alphanumeric['en-US'];
|
||||
decimal[locale] = decimal['en-US'];
|
||||
} // Source: http://www.localeplanet.com/java/
|
||||
|
||||
|
||||
var arabicLocales = ['AE', 'BH', 'DZ', 'EG', 'IQ', 'JO', 'KW', 'LB', 'LY', 'MA', 'QM', 'QA', 'SA', 'SD', 'SY', 'TN', 'YE'];
|
||||
exports.arabicLocales = arabicLocales;
|
||||
|
||||
for (var _locale, _i = 0; _i < arabicLocales.length; _i++) {
|
||||
_locale = "ar-".concat(arabicLocales[_i]);
|
||||
alpha[_locale] = alpha.ar;
|
||||
alphanumeric[_locale] = alphanumeric.ar;
|
||||
decimal[_locale] = decimal.ar;
|
||||
}
|
||||
|
||||
var farsiLocales = ['IR', 'AF'];
|
||||
exports.farsiLocales = farsiLocales;
|
||||
|
||||
for (var _locale2, _i2 = 0; _i2 < farsiLocales.length; _i2++) {
|
||||
_locale2 = "fa-".concat(farsiLocales[_i2]);
|
||||
alphanumeric[_locale2] = alphanumeric.fa;
|
||||
decimal[_locale2] = decimal.ar;
|
||||
} // Source: https://en.wikipedia.org/wiki/Decimal_mark
|
||||
|
||||
|
||||
var dotDecimal = ['ar-EG', 'ar-LB', 'ar-LY'];
|
||||
exports.dotDecimal = dotDecimal;
|
||||
var commaDecimal = ['bg-BG', 'cs-CZ', 'da-DK', 'de-DE', 'el-GR', 'en-ZM', 'es-ES', 'fr-CA', 'fr-FR', 'id-ID', 'it-IT', 'ku-IQ', 'hu-HU', 'nb-NO', 'nn-NO', 'nl-NL', 'pl-PL', 'pt-PT', 'ru-RU', 'sl-SI', 'sr-RS@latin', 'sr-RS', 'sv-SE', 'tr-TR', 'uk-UA', 'vi-VN'];
|
||||
exports.commaDecimal = commaDecimal;
|
||||
|
||||
for (var _i3 = 0; _i3 < dotDecimal.length; _i3++) {
|
||||
decimal[dotDecimal[_i3]] = decimal['en-US'];
|
||||
}
|
||||
|
||||
for (var _i4 = 0; _i4 < commaDecimal.length; _i4++) {
|
||||
decimal[commaDecimal[_i4]] = ',';
|
||||
}
|
||||
|
||||
alpha['fr-CA'] = alpha['fr-FR'];
|
||||
alphanumeric['fr-CA'] = alphanumeric['fr-FR'];
|
||||
alpha['pt-BR'] = alpha['pt-PT'];
|
||||
alphanumeric['pt-BR'] = alphanumeric['pt-PT'];
|
||||
decimal['pt-BR'] = decimal['pt-PT']; // see #862
|
||||
|
||||
alpha['pl-Pl'] = alpha['pl-PL'];
|
||||
alphanumeric['pl-Pl'] = alphanumeric['pl-PL'];
|
||||
decimal['pl-Pl'] = decimal['pl-PL']; // see #1455
|
||||
|
||||
alpha['fa-AF'] = alpha.fa;
|
||||
@@ -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,"35":0,"36":0.00242,"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.00242,"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.00242,"67":0,"68":0.00242,"69":0,"70":0,"71":0,"72":0.00242,"73":0,"74":0.00242,"75":0,"76":0,"77":0,"78":0.00242,"79":0,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0,"86":0,"87":0.00485,"88":0.00242,"89":0,"90":0,"91":0.00242,"92":0,"93":0,"94":0,"95":0.00242,"96":0.00485,"97":0,"98":0,"99":0.00242,"100":0.00242,"101":0.00242,"102":0.00727,"103":0.00242,"104":0.00242,"105":0.00242,"106":0.00485,"107":0.01212,"108":0.24725,"109":0.14059,"110":0.00485,"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,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0.00242,"47":0,"48":0,"49":0.00242,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0.00242,"56":0,"57":0,"58":0,"59":0,"60":0.00242,"61":0,"62":0,"63":0.00242,"64":0.00242,"65":0.00242,"66":0,"67":0,"68":0.00242,"69":0.00242,"70":0.00242,"71":0.00242,"72":0.00242,"73":0.00242,"74":0.00727,"75":0.00242,"76":0.00485,"77":0.01212,"78":0.00242,"79":0.0097,"80":0.00485,"81":0.01697,"83":0.00242,"84":0.00242,"85":0.00485,"86":0.00485,"87":0.00727,"88":0.00485,"89":0.00485,"90":0.00242,"91":0.00485,"92":0.00727,"93":0.00727,"94":0.00485,"95":0.00727,"96":0.00727,"97":0.00485,"98":0.00727,"99":0.00727,"100":0.00485,"101":0.00727,"102":0.0097,"103":0.03394,"104":0.01212,"105":0.01697,"106":0.01939,"107":0.04848,"108":1.51742,"109":1.28957,"110":0.00485,"111":0.00242,"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.00242,"25":0,"26":0.00242,"27":0.00242,"28":0.00485,"29":0,"30":0.00242,"31":0,"32":0.00242,"33":0,"34":0,"35":0,"36":0,"37":0,"38":0.00242,"39":0,"40":0,"41":0,"42":0.00242,"43":0,"44":0,"45":0,"46":0.00242,"47":0.00242,"48":0,"49":0,"50":0.00485,"51":0.00242,"52":0,"53":0,"54":0.00485,"55":0.00485,"56":0,"57":0.00242,"58":0.01697,"60":0.08484,"62":0,"63":0.1309,"64":0.0509,"65":0.03394,"66":0.45814,"67":0.03878,"68":0,"69":0,"70":0.00242,"71":0,"72":0.00242,"73":0.01939,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0.00485,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0.00242,"86":0.00242,"87":0,"88":0,"89":0.00242,"90":0.00242,"91":0,"92":0.00242,"93":0.01697,"94":0.23513,"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.00727},B:{"12":0.00727,"13":0.00485,"14":0.00485,"15":0.0097,"16":0.00727,"17":0.00485,"18":0.02424,"79":0,"80":0,"81":0,"83":0,"84":0.00485,"85":0.00242,"86":0,"87":0,"88":0,"89":0.01212,"90":0.0097,"91":0,"92":0.01697,"93":0.00242,"94":0,"95":0,"96":0,"97":0,"98":0,"99":0,"100":0.00242,"101":0,"102":0,"103":0.00242,"104":0.00485,"105":0.00485,"106":0.00727,"107":0.02182,"108":0.31754,"109":0.27149},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0.00242,"14":0.00727,"15":0.00242,_:"0","3.1":0,"3.2":0,"5.1":0.00727,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0.00242,"12.1":0.00242,"13.1":0.01454,"14.1":0.01212,"15.1":0.00242,"15.2-15.3":0.00242,"15.4":0.0097,"15.5":0.0097,"15.6":0.03394,"16.0":0.0097,"16.1":0.02666,"16.2":0.02909,"16.3":0.00242},G:{"8":0.00239,"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.02149,"8.1-8.4":0,"9.0-9.2":0,"9.3":0.06686,"10.0-10.2":0,"10.3":0.2364,"11.0-11.2":0.03343,"11.3-11.4":0.01433,"12.0-12.1":0.17193,"12.2-12.5":1.97715,"13.0-13.1":0.0788,"13.2":0.03104,"13.3":0.14088,"13.4-13.7":0.24117,"14.0-14.4":2.02491,"14.5-14.8":1.69539,"15.0-15.1":1.07932,"15.2-15.3":1.03633,"15.4":0.62562,"15.5":1.09126,"15.6":1.34914,"16.0":2.88454,"16.1":2.715,"16.2":3.17109,"16.3":0.3749},P:{"4":0.22688,"5.0-5.4":0.01031,"6.2-6.4":0,"7.2-7.4":0.11344,"8.2":0,"9.2":0.07219,"10.1":0,"11.1-11.2":0.06188,"12.0":0.04125,"13.0":0.04125,"14.0":0.04125,"15.0":0.06188,"16.0":0.13407,"17.0":0.07219,"18.0":0.13407,"19.0":0.9591},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00459,"4.2-4.3":0.01284,"4.4":0,"4.4.3-4.4.4":0.08166},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.0097,"5.5":0},J:{"7":0,"10":0.01515},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.24243},Q:{"13.1":0.00758},O:{"0":1.28792},H:{"0":10.90932},L:{"0":55.1073},S:{"2.5":0.00758}};
|
||||
@@ -0,0 +1,196 @@
|
||||
"use strict";
|
||||
var __extends = (this && this.__extends) || (function () {
|
||||
var extendStatics = function (d, b) {
|
||||
extendStatics = Object.setPrototypeOf ||
|
||||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
||||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
|
||||
return extendStatics(d, b);
|
||||
}
|
||||
return function (d, b) {
|
||||
extendStatics(d, b);
|
||||
function __() { this.constructor = d; }
|
||||
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
||||
};
|
||||
})();
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
var Subscriber_1 = require("../Subscriber");
|
||||
var Subscription_1 = require("../Subscription");
|
||||
var Observable_1 = require("../Observable");
|
||||
var Subject_1 = require("../Subject");
|
||||
function groupBy(keySelector, elementSelector, durationSelector, subjectSelector) {
|
||||
return function (source) {
|
||||
return source.lift(new GroupByOperator(keySelector, elementSelector, durationSelector, subjectSelector));
|
||||
};
|
||||
}
|
||||
exports.groupBy = groupBy;
|
||||
var GroupByOperator = (function () {
|
||||
function GroupByOperator(keySelector, elementSelector, durationSelector, subjectSelector) {
|
||||
this.keySelector = keySelector;
|
||||
this.elementSelector = elementSelector;
|
||||
this.durationSelector = durationSelector;
|
||||
this.subjectSelector = subjectSelector;
|
||||
}
|
||||
GroupByOperator.prototype.call = function (subscriber, source) {
|
||||
return source.subscribe(new GroupBySubscriber(subscriber, this.keySelector, this.elementSelector, this.durationSelector, this.subjectSelector));
|
||||
};
|
||||
return GroupByOperator;
|
||||
}());
|
||||
var GroupBySubscriber = (function (_super) {
|
||||
__extends(GroupBySubscriber, _super);
|
||||
function GroupBySubscriber(destination, keySelector, elementSelector, durationSelector, subjectSelector) {
|
||||
var _this = _super.call(this, destination) || this;
|
||||
_this.keySelector = keySelector;
|
||||
_this.elementSelector = elementSelector;
|
||||
_this.durationSelector = durationSelector;
|
||||
_this.subjectSelector = subjectSelector;
|
||||
_this.groups = null;
|
||||
_this.attemptedToUnsubscribe = false;
|
||||
_this.count = 0;
|
||||
return _this;
|
||||
}
|
||||
GroupBySubscriber.prototype._next = function (value) {
|
||||
var key;
|
||||
try {
|
||||
key = this.keySelector(value);
|
||||
}
|
||||
catch (err) {
|
||||
this.error(err);
|
||||
return;
|
||||
}
|
||||
this._group(value, key);
|
||||
};
|
||||
GroupBySubscriber.prototype._group = function (value, key) {
|
||||
var groups = this.groups;
|
||||
if (!groups) {
|
||||
groups = this.groups = new Map();
|
||||
}
|
||||
var group = groups.get(key);
|
||||
var element;
|
||||
if (this.elementSelector) {
|
||||
try {
|
||||
element = this.elementSelector(value);
|
||||
}
|
||||
catch (err) {
|
||||
this.error(err);
|
||||
}
|
||||
}
|
||||
else {
|
||||
element = value;
|
||||
}
|
||||
if (!group) {
|
||||
group = (this.subjectSelector ? this.subjectSelector() : new Subject_1.Subject());
|
||||
groups.set(key, group);
|
||||
var groupedObservable = new GroupedObservable(key, group, this);
|
||||
this.destination.next(groupedObservable);
|
||||
if (this.durationSelector) {
|
||||
var duration = void 0;
|
||||
try {
|
||||
duration = this.durationSelector(new GroupedObservable(key, group));
|
||||
}
|
||||
catch (err) {
|
||||
this.error(err);
|
||||
return;
|
||||
}
|
||||
this.add(duration.subscribe(new GroupDurationSubscriber(key, group, this)));
|
||||
}
|
||||
}
|
||||
if (!group.closed) {
|
||||
group.next(element);
|
||||
}
|
||||
};
|
||||
GroupBySubscriber.prototype._error = function (err) {
|
||||
var groups = this.groups;
|
||||
if (groups) {
|
||||
groups.forEach(function (group, key) {
|
||||
group.error(err);
|
||||
});
|
||||
groups.clear();
|
||||
}
|
||||
this.destination.error(err);
|
||||
};
|
||||
GroupBySubscriber.prototype._complete = function () {
|
||||
var groups = this.groups;
|
||||
if (groups) {
|
||||
groups.forEach(function (group, key) {
|
||||
group.complete();
|
||||
});
|
||||
groups.clear();
|
||||
}
|
||||
this.destination.complete();
|
||||
};
|
||||
GroupBySubscriber.prototype.removeGroup = function (key) {
|
||||
this.groups.delete(key);
|
||||
};
|
||||
GroupBySubscriber.prototype.unsubscribe = function () {
|
||||
if (!this.closed) {
|
||||
this.attemptedToUnsubscribe = true;
|
||||
if (this.count === 0) {
|
||||
_super.prototype.unsubscribe.call(this);
|
||||
}
|
||||
}
|
||||
};
|
||||
return GroupBySubscriber;
|
||||
}(Subscriber_1.Subscriber));
|
||||
var GroupDurationSubscriber = (function (_super) {
|
||||
__extends(GroupDurationSubscriber, _super);
|
||||
function GroupDurationSubscriber(key, group, parent) {
|
||||
var _this = _super.call(this, group) || this;
|
||||
_this.key = key;
|
||||
_this.group = group;
|
||||
_this.parent = parent;
|
||||
return _this;
|
||||
}
|
||||
GroupDurationSubscriber.prototype._next = function (value) {
|
||||
this.complete();
|
||||
};
|
||||
GroupDurationSubscriber.prototype._unsubscribe = function () {
|
||||
var _a = this, parent = _a.parent, key = _a.key;
|
||||
this.key = this.parent = null;
|
||||
if (parent) {
|
||||
parent.removeGroup(key);
|
||||
}
|
||||
};
|
||||
return GroupDurationSubscriber;
|
||||
}(Subscriber_1.Subscriber));
|
||||
var GroupedObservable = (function (_super) {
|
||||
__extends(GroupedObservable, _super);
|
||||
function GroupedObservable(key, groupSubject, refCountSubscription) {
|
||||
var _this = _super.call(this) || this;
|
||||
_this.key = key;
|
||||
_this.groupSubject = groupSubject;
|
||||
_this.refCountSubscription = refCountSubscription;
|
||||
return _this;
|
||||
}
|
||||
GroupedObservable.prototype._subscribe = function (subscriber) {
|
||||
var subscription = new Subscription_1.Subscription();
|
||||
var _a = this, refCountSubscription = _a.refCountSubscription, groupSubject = _a.groupSubject;
|
||||
if (refCountSubscription && !refCountSubscription.closed) {
|
||||
subscription.add(new InnerRefCountSubscription(refCountSubscription));
|
||||
}
|
||||
subscription.add(groupSubject.subscribe(subscriber));
|
||||
return subscription;
|
||||
};
|
||||
return GroupedObservable;
|
||||
}(Observable_1.Observable));
|
||||
exports.GroupedObservable = GroupedObservable;
|
||||
var InnerRefCountSubscription = (function (_super) {
|
||||
__extends(InnerRefCountSubscription, _super);
|
||||
function InnerRefCountSubscription(parent) {
|
||||
var _this = _super.call(this) || this;
|
||||
_this.parent = parent;
|
||||
parent.count++;
|
||||
return _this;
|
||||
}
|
||||
InnerRefCountSubscription.prototype.unsubscribe = function () {
|
||||
var parent = this.parent;
|
||||
if (!parent.closed && !this.closed) {
|
||||
_super.prototype.unsubscribe.call(this);
|
||||
parent.count -= 1;
|
||||
if (parent.count === 0 && parent.attemptedToUnsubscribe) {
|
||||
parent.unsubscribe();
|
||||
}
|
||||
}
|
||||
};
|
||||
return InnerRefCountSubscription;
|
||||
}(Subscription_1.Subscription));
|
||||
//# sourceMappingURL=groupBy.js.map
|
||||
@@ -0,0 +1 @@
|
||||
export declare const boolean_attributes: Set<string>;
|
||||
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "flat",
|
||||
"version": "5.0.2",
|
||||
"main": "index.js",
|
||||
"bin": "cli.js",
|
||||
"scripts": {
|
||||
"test": "mocha -u tdd --reporter spec && standard cli.js index.js test/index.js"
|
||||
},
|
||||
"license": "BSD-3-Clause",
|
||||
"description": "Take a nested Javascript object and flatten it, or unflatten an object with delimited keys",
|
||||
"devDependencies": {
|
||||
"mocha": "~8.1.1",
|
||||
"standard": "^14.3.4"
|
||||
},
|
||||
"directories": {
|
||||
"test": "test"
|
||||
},
|
||||
"dependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hughsk/flat.git"
|
||||
},
|
||||
"keywords": [
|
||||
"flat",
|
||||
"json",
|
||||
"flatten",
|
||||
"unflatten",
|
||||
"split",
|
||||
"object",
|
||||
"nested"
|
||||
],
|
||||
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughskennedy.com)",
|
||||
"bugs": {
|
||||
"url": "https://github.com/hughsk/flat/issues"
|
||||
},
|
||||
"homepage": "https://github.com/hughsk/flat"
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'rxjs-compat/util/isNumeric';
|
||||
@@ -0,0 +1,32 @@
|
||||
import { Observable } from '../Observable';
|
||||
import { from } from './from';
|
||||
import { EMPTY } from './empty';
|
||||
export function using(resourceFactory, observableFactory) {
|
||||
return new Observable(subscriber => {
|
||||
let resource;
|
||||
try {
|
||||
resource = resourceFactory();
|
||||
}
|
||||
catch (err) {
|
||||
subscriber.error(err);
|
||||
return undefined;
|
||||
}
|
||||
let result;
|
||||
try {
|
||||
result = observableFactory(resource);
|
||||
}
|
||||
catch (err) {
|
||||
subscriber.error(err);
|
||||
return undefined;
|
||||
}
|
||||
const source = result ? from(result) : EMPTY;
|
||||
const subscription = source.subscribe(subscriber);
|
||||
return () => {
|
||||
subscription.unsubscribe();
|
||||
if (resource) {
|
||||
resource.unsubscribe();
|
||||
}
|
||||
};
|
||||
});
|
||||
}
|
||||
//# sourceMappingURL=using.js.map
|
||||
@@ -0,0 +1,124 @@
|
||||
import { Operator } from '../Operator';
|
||||
import { Subscriber } from '../Subscriber';
|
||||
import { Observable } from '../Observable';
|
||||
import { MonoTypeOperatorFunction, TeardownLogic } from '../types';
|
||||
|
||||
/* tslint:disable:max-line-length */
|
||||
export function distinctUntilChanged<T>(compare?: (x: T, y: T) => boolean): MonoTypeOperatorFunction<T>;
|
||||
export function distinctUntilChanged<T, K>(compare: (x: K, y: K) => boolean, keySelector: (x: T) => K): MonoTypeOperatorFunction<T>;
|
||||
/* tslint:enable:max-line-length */
|
||||
|
||||
/**
|
||||
* Returns an Observable that emits all items emitted by the source Observable that are distinct by comparison from the previous item.
|
||||
*
|
||||
* If a comparator function is provided, then it will be called for each item to test for whether or not that value should be emitted.
|
||||
*
|
||||
* If a comparator function is not provided, an equality check is used by default.
|
||||
*
|
||||
* ## Example
|
||||
* A simple example with numbers
|
||||
* ```ts
|
||||
* import { of } from 'rxjs';
|
||||
* import { distinctUntilChanged } from 'rxjs/operators';
|
||||
*
|
||||
* of(1, 1, 2, 2, 2, 1, 1, 2, 3, 3, 4).pipe(
|
||||
* distinctUntilChanged(),
|
||||
* )
|
||||
* .subscribe(x => console.log(x)); // 1, 2, 1, 2, 3, 4
|
||||
* ```
|
||||
*
|
||||
* An example using a compare function
|
||||
* ```typescript
|
||||
* import { of } from 'rxjs';
|
||||
* import { distinctUntilChanged } from 'rxjs/operators';
|
||||
*
|
||||
* interface Person {
|
||||
* age: number,
|
||||
* name: string
|
||||
* }
|
||||
*
|
||||
* of<Person>(
|
||||
* { age: 4, name: 'Foo'},
|
||||
* { age: 7, name: 'Bar'},
|
||||
* { age: 5, name: 'Foo'},
|
||||
* { age: 6, name: 'Foo'},
|
||||
* ).pipe(
|
||||
* distinctUntilChanged((p: Person, q: Person) => p.name === q.name),
|
||||
* )
|
||||
* .subscribe(x => console.log(x));
|
||||
*
|
||||
* // displays:
|
||||
* // { age: 4, name: 'Foo' }
|
||||
* // { age: 7, name: 'Bar' }
|
||||
* // { age: 5, name: 'Foo' }
|
||||
* ```
|
||||
*
|
||||
* @see {@link distinct}
|
||||
* @see {@link distinctUntilKeyChanged}
|
||||
*
|
||||
* @param {function} [compare] Optional comparison function called to test if an item is distinct from the previous item in the source.
|
||||
* @return {Observable} An Observable that emits items from the source Observable with distinct values.
|
||||
* @method distinctUntilChanged
|
||||
* @owner Observable
|
||||
*/
|
||||
export function distinctUntilChanged<T, K>(compare?: (x: K, y: K) => boolean, keySelector?: (x: T) => K): MonoTypeOperatorFunction<T> {
|
||||
return (source: Observable<T>) => source.lift(new DistinctUntilChangedOperator<T, K>(compare, keySelector));
|
||||
}
|
||||
|
||||
class DistinctUntilChangedOperator<T, K> implements Operator<T, T> {
|
||||
constructor(private compare: (x: K, y: K) => boolean,
|
||||
private keySelector: (x: T) => K) {
|
||||
}
|
||||
|
||||
call(subscriber: Subscriber<T>, source: any): TeardownLogic {
|
||||
return source.subscribe(new DistinctUntilChangedSubscriber(subscriber, this.compare, this.keySelector));
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* We need this JSDoc comment for affecting ESDoc.
|
||||
* @ignore
|
||||
* @extends {Ignored}
|
||||
*/
|
||||
class DistinctUntilChangedSubscriber<T, K> extends Subscriber<T> {
|
||||
private key: K;
|
||||
private hasKey: boolean = false;
|
||||
|
||||
constructor(destination: Subscriber<T>,
|
||||
compare: (x: K, y: K) => boolean,
|
||||
private keySelector: (x: T) => K) {
|
||||
super(destination);
|
||||
if (typeof compare === 'function') {
|
||||
this.compare = compare;
|
||||
}
|
||||
}
|
||||
|
||||
private compare(x: any, y: any): boolean {
|
||||
return x === y;
|
||||
}
|
||||
|
||||
protected _next(value: T): void {
|
||||
let key: any;
|
||||
try {
|
||||
const { keySelector } = this;
|
||||
key = keySelector ? keySelector(value) : value;
|
||||
} catch (err) {
|
||||
return this.destination.error(err);
|
||||
}
|
||||
let result = false;
|
||||
if (this.hasKey) {
|
||||
try {
|
||||
const { compare } = this;
|
||||
result = compare(this.key, key);
|
||||
} catch (err) {
|
||||
return this.destination.error(err);
|
||||
}
|
||||
} else {
|
||||
this.hasKey = true;
|
||||
}
|
||||
if (!result) {
|
||||
this.key = key;
|
||||
this.destination.next(value);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
import 'rxjs-compat/add/operator/bufferWhen';
|
||||
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
function __export(m) {
|
||||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
||||
}
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
__export(require("rxjs-compat/observable/IteratorObservable"));
|
||||
//# sourceMappingURL=IteratorObservable.js.map
|
||||
@@ -0,0 +1,30 @@
|
||||
import Component from '../Component';
|
||||
import Node from './shared/Node';
|
||||
import Element from './Element';
|
||||
import Text from './Text';
|
||||
import Expression from './shared/Expression';
|
||||
import TemplateScope from './shared/TemplateScope';
|
||||
import { TemplateNode } from '../../interfaces';
|
||||
export default class Attribute extends Node {
|
||||
type: 'Attribute' | 'Spread';
|
||||
start: number;
|
||||
end: number;
|
||||
scope: TemplateScope;
|
||||
component: Component;
|
||||
parent: Element;
|
||||
name: string;
|
||||
is_spread: boolean;
|
||||
is_true: boolean;
|
||||
is_static: boolean;
|
||||
expression?: Expression;
|
||||
chunks: Array<Text | Expression>;
|
||||
dependencies: Set<string>;
|
||||
constructor(component: Component, parent: Node, scope: TemplateScope, info: TemplateNode);
|
||||
get_dependencies(): string[];
|
||||
get_value(block: any): import("estree").Identifier | import("estree").SimpleLiteral | import("estree").RegExpLiteral | import("estree").Program | import("estree").FunctionDeclaration | import("estree").FunctionExpression | import("estree").ArrowFunctionExpression | import("estree").SwitchCase | import("estree").CatchClause | import("estree").VariableDeclarator | import("estree").ExpressionStatement | import("estree").BlockStatement | import("estree").EmptyStatement | import("estree").DebuggerStatement | import("estree").WithStatement | import("estree").ReturnStatement | import("estree").LabeledStatement | import("estree").BreakStatement | import("estree").ContinueStatement | import("estree").IfStatement | import("estree").SwitchStatement | import("estree").ThrowStatement | import("estree").TryStatement | import("estree").WhileStatement | import("estree").DoWhileStatement | import("estree").ForStatement | import("estree").ForInStatement | import("estree").ForOfStatement | import("estree").VariableDeclaration | import("estree").ClassDeclaration | import("estree").ThisExpression | import("estree").ArrayExpression | import("estree").ObjectExpression | import("estree").YieldExpression | import("estree").UnaryExpression | import("estree").UpdateExpression | import("estree").BinaryExpression | import("estree").AssignmentExpression | import("estree").LogicalExpression | import("estree").MemberExpression | import("estree").ConditionalExpression | import("estree").SimpleCallExpression | import("estree").NewExpression | import("estree").SequenceExpression | import("estree").TemplateLiteral | import("estree").TaggedTemplateExpression | import("estree").ClassExpression | import("estree").MetaProperty | import("estree").AwaitExpression | import("estree").ImportExpression | import("estree").ChainExpression | import("estree").Property | import("estree").Super | import("estree").TemplateElement | import("estree").SpreadElement | import("estree").ObjectPattern | import("estree").ArrayPattern | import("estree").RestElement | import("estree").AssignmentPattern | import("estree").ClassBody | import("estree").MethodDefinition | import("estree").ImportDeclaration | import("estree").ExportNamedDeclaration | import("estree").ExportDefaultDeclaration | import("estree").ExportAllDeclaration | import("estree").ImportSpecifier | import("estree").ImportDefaultSpecifier | import("estree").ImportNamespaceSpecifier | import("estree").ExportSpecifier | {
|
||||
type: string;
|
||||
value: string;
|
||||
};
|
||||
get_static_value(): string | true;
|
||||
should_cache(): boolean;
|
||||
}
|
||||
@@ -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,"35":0,"36":0,"37":0,"38":0,"39":0,"40":0.00827,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0,"50":0,"51":0,"52":0.00827,"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.00276,"73":0,"74":0,"75":0,"76":0,"77":0,"78":0.00276,"79":0,"80":0.00276,"81":0.00276,"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,"98":0,"99":0.00276,"100":0.00276,"101":0,"102":0.01103,"103":0.00276,"104":0.00276,"105":0.00551,"106":0.00827,"107":0.01103,"108":0.46318,"109":0.30051,"110":0.0193,"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,"39":0,"40":0,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0,"48":0,"49":0.00276,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.00276,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0,"65":0.00276,"66":0,"67":0.00276,"68":0,"69":0.00551,"70":0.00276,"71":0.00276,"72":0.00276,"73":0.00276,"74":0.01103,"75":0.00276,"76":0,"77":0.00276,"78":0.00551,"79":0.00551,"80":0.00551,"81":0.00827,"83":0.00827,"84":0.01103,"85":0.0193,"86":0.01654,"87":0.01103,"88":0.00276,"89":0.00276,"90":0.00276,"91":0.00276,"92":0.00551,"93":0.00276,"94":0.01379,"95":0.00827,"96":0.00276,"97":0.00551,"98":0.00551,"99":0.00551,"100":0.01103,"101":0.00551,"102":0.01103,"103":0.01654,"104":0.01654,"105":0.02206,"106":0.02206,"107":0.05514,"108":2.38205,"109":2.28555,"110":0.01379,"111":0.00551,"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.00551,"29":0,"30":0,"31":0,"32":0,"33":0,"34":0,"35":0,"36":0,"37":0.00276,"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.00276,"60":0.00276,"62":0,"63":0.00827,"64":0.01103,"65":0.00276,"66":0.01379,"67":0.01379,"68":0,"69":0,"70":0,"71":0,"72":0.00276,"73":0.01379,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0.00276,"80":0,"81":0,"82":0,"83":0,"84":0,"85":0.00276,"86":0.00276,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0,"93":0.02757,"94":0.13509,"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.00276,"13":0,"14":0,"15":0,"16":0,"17":0,"18":0.00551,"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.00551,"93":0,"94":0,"95":0,"96":0,"97":0,"98":0,"99":0,"100":0,"101":0,"102":0,"103":0,"104":0,"105":0,"106":0.00276,"107":0.00276,"108":0.16542,"109":0.15991},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0.00276,"15":0,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0,"12.1":0,"13.1":0.00276,"14.1":0.00551,"15.1":0.00276,"15.2-15.3":0.00276,"15.4":0.00276,"15.5":0.00276,"15.6":0.0193,"16.0":0.00551,"16.1":0.01103,"16.2":0.0193,"16.3":0.00276},G:{"8":0,"3.2":0,"4.0-4.1":0,"4.2-4.3":0.00123,"5.0-5.1":0.00185,"6.0-6.1":0,"7.0-7.1":0.06478,"8.1-8.4":0,"9.0-9.2":0.00123,"9.3":0.02591,"10.0-10.2":0.00216,"10.3":0.01882,"11.0-11.2":0.00494,"11.3-11.4":0.0037,"12.0-12.1":0.00709,"12.2-12.5":0.22056,"13.0-13.1":0.00339,"13.2":0.00339,"13.3":0.0074,"13.4-13.7":0.02776,"14.0-14.4":0.05984,"14.5-14.8":0.08668,"15.0-15.1":0.02869,"15.2-15.3":0.04473,"15.4":0.07002,"15.5":0.1129,"15.6":0.3097,"16.0":0.2548,"16.1":0.61293,"16.2":0.63175,"16.3":0.0765},P:{"4":0.21601,"5.0-5.4":0.01029,"6.2-6.4":0.02057,"7.2-7.4":0.06172,"8.2":0,"9.2":0,"10.1":0.01029,"11.1-11.2":0.01029,"12.0":0.01029,"13.0":0.03086,"14.0":0.02057,"15.0":0.01029,"16.0":0.03086,"17.0":0.072,"18.0":0.05143,"19.0":0.66861},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0,"4.2-4.3":0.00405,"4.4":0,"4.4.3-4.4.4":0.19628},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0,"7":0,"8":0.00276,"9":0,"10":0,"11":0.02206,"5.5":0},J:{"7":0,"10":0},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.13037},Q:{"13.1":0},O:{"0":2.12944},H:{"0":1.94059},L:{"0":83.32353},S:{"2.5":0.01449}};
|
||||
@@ -0,0 +1 @@
|
||||
export * from 'rxjs-compat/operators/publish';
|
||||
@@ -0,0 +1,7 @@
|
||||
"use strict";
|
||||
function __export(m) {
|
||||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
|
||||
}
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
__export(require("rxjs-compat/operators/publishReplay"));
|
||||
//# sourceMappingURL=publishReplay.js.map
|
||||
@@ -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.00351,"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.00351,"49":0,"50":0,"51":0,"52":0.00351,"53":0.00351,"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.00351,"68":0.00351,"69":0,"70":0,"71":0,"72":0.00351,"73":0,"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.04212,"89":0,"90":0,"91":0.01404,"92":0,"93":0,"94":0,"95":0,"96":0,"97":0,"98":0,"99":0,"100":0.00351,"101":0,"102":0.00351,"103":0,"104":0,"105":0.02808,"106":0.00351,"107":0.02808,"108":0.68796,"109":0.44928,"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.01053,"39":0,"40":0.00351,"41":0,"42":0,"43":0,"44":0,"45":0,"46":0,"47":0.00702,"48":0,"49":0.03159,"50":0,"51":0,"52":0,"53":0,"54":0,"55":0,"56":0.00351,"57":0,"58":0,"59":0,"60":0,"61":0,"62":0,"63":0,"64":0.00351,"65":0.01053,"66":0.00351,"67":0,"68":0.00351,"69":0,"70":0,"71":0,"72":0.01053,"73":0.00351,"74":0.00702,"75":0.01404,"76":0,"77":0,"78":0,"79":0.0702,"80":0.00351,"81":0.14391,"83":0.06318,"84":0.01404,"85":0,"86":0.00702,"87":0.05967,"88":0.00702,"89":0,"90":0,"91":0.00351,"92":0.00351,"93":0.01053,"94":0.00351,"95":0.01404,"96":0,"97":0.00351,"98":0,"99":0,"100":0.00351,"101":0,"102":0.0351,"103":0.03159,"104":0.05616,"105":0.01053,"106":0.02808,"107":0.07371,"108":3.21516,"109":3.11688,"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.02106,"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.0351,"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.02808,"62":0,"63":0.02457,"64":0.01404,"65":0.00351,"66":0.05265,"67":0.04563,"68":0,"69":0,"70":0,"71":0,"72":0,"73":0.00351,"74":0,"75":0,"76":0,"77":0,"78":0,"79":0,"80":0.01404,"81":0,"82":0,"83":0,"84":0,"85":0.00351,"86":0,"87":0,"88":0,"89":0,"90":0,"91":0,"92":0,"93":0.01053,"94":0.37908,"9.5-9.6":0,"10.0-10.1":0,"10.5":0,"10.6":0.00351,"11.1":0,"11.5":0,"11.6":0,"12.1":0.00702},B:{"12":0.02106,"13":0.01755,"14":0,"15":0.00351,"16":0.02106,"17":0,"18":0.02106,"79":0,"80":0,"81":0,"83":0,"84":0,"85":0,"86":0,"87":0,"88":0,"89":0.00351,"90":0,"91":0,"92":0.01053,"93":0,"94":0,"95":0,"96":0,"97":0,"98":0,"99":0,"100":0.01053,"101":0,"102":0,"103":0,"104":0,"105":0,"106":0,"107":0.04563,"108":0.61776,"109":0.71253},E:{"4":0,"5":0,"6":0,"7":0,"8":0,"9":0,"10":0,"11":0,"12":0,"13":0,"14":0,"15":0,_:"0","3.1":0,"3.2":0,"5.1":0,"6.1":0,"7.1":0,"9.1":0,"10.1":0,"11.1":0,"12.1":0,"13.1":0.00702,"14.1":0.01053,"15.1":0,"15.2-15.3":0,"15.4":0.00351,"15.5":0.01404,"15.6":0.02808,"16.0":0.00702,"16.1":0.01755,"16.2":0.07371,"16.3":0.00351},G:{"8":0.00151,"3.2":0,"4.0-4.1":0,"4.2-4.3":0,"5.0-5.1":0.02117,"6.0-6.1":0,"7.0-7.1":0.14515,"8.1-8.4":0,"9.0-9.2":0.00454,"9.3":0.14213,"10.0-10.2":0,"10.3":0.15271,"11.0-11.2":0.02117,"11.3-11.4":0.0121,"12.0-12.1":0.27367,"12.2-12.5":3.67717,"13.0-13.1":0.00151,"13.2":0,"13.3":0.00454,"13.4-13.7":0.05292,"14.0-14.4":0.22831,"14.5-14.8":0.33113,"15.0-15.1":0.39463,"15.2-15.3":0.23134,"15.4":0.35985,"15.5":0.59119,"15.6":0.96012,"16.0":0.87393,"16.1":2.05026,"16.2":1.65412,"16.3":0.2525},P:{"4":0.42933,"5.0-5.4":0.03067,"6.2-6.4":0.01022,"7.2-7.4":0.552,"8.2":0,"9.2":0.01022,"10.1":0,"11.1-11.2":0.04089,"12.0":0.01022,"13.0":0.08178,"14.0":0.03067,"15.0":0.07156,"16.0":0.88933,"17.0":0.06133,"18.0":0.14311,"19.0":1.65599},I:{"0":0,"3":0,"4":0,"2.1":0,"2.2":0,"2.3":0,"4.1":0.00785,"4.2-4.3":0.00654,"4.4":0,"4.4.3-4.4.4":0.37151},K:{_:"0 10 11 12 11.1 11.5 12.1"},A:{"6":0,"7":0,"8":0,"9":0,"10":0,"11":0.01404,"5.5":0},J:{"7":0,"10":0},N:{"10":0,"11":0},R:{_:"0"},M:{"0":0.70092},Q:{"13.1":0.00649},O:{"0":0.18172},H:{"0":2.0522},L:{"0":66.927},S:{"2.5":0.07788}};
|
||||
@@ -0,0 +1,33 @@
|
||||
import { Observable } from '../Observable';
|
||||
import { MonoTypeOperatorFunction } from '../types';
|
||||
/**
|
||||
* Returns an Observable that mirrors the source Observable with the exception of a `complete`. If the source
|
||||
* Observable calls `complete`, this method will emit to the Observable returned from `notifier`. If that Observable
|
||||
* calls `complete` or `error`, then this method will call `complete` or `error` on the child subscription. Otherwise
|
||||
* this method will resubscribe to the source Observable.
|
||||
*
|
||||
* 
|
||||
*
|
||||
* ## Example
|
||||
* Repeat a message stream on click
|
||||
* ```ts
|
||||
* import { of, fromEvent } from 'rxjs';
|
||||
* import { repeatWhen } from 'rxjs/operators';
|
||||
*
|
||||
* const source = of('Repeat message');
|
||||
* const documentClick$ = fromEvent(document, 'click');
|
||||
*
|
||||
* source.pipe(repeatWhen(() => documentClick$)
|
||||
* ).subscribe(data => console.log(data))
|
||||
* ```
|
||||
* @see {@link repeat}
|
||||
* @see {@link retry}
|
||||
* @see {@link retryWhen}
|
||||
*
|
||||
* @param {function(notifications: Observable): Observable} notifier - Receives an Observable of notifications with
|
||||
* which a user can `complete` or `error`, aborting the repetition.
|
||||
* @return {Observable} The source Observable modified with repeat logic.
|
||||
* @method repeatWhen
|
||||
* @owner Observable
|
||||
*/
|
||||
export declare function repeatWhen<T>(notifier: (notifications: Observable<any>) => Observable<any>): MonoTypeOperatorFunction<T>;
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"bindCallback.js","sources":["../../src/internal/observable/bindCallback.ts"],"names":[],"mappings":"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"}
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"finalize.js","sources":["../../../src/internal/operators/finalize.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAY/C,MAAM,UAAU,QAAQ,CAAI,QAAoB;IAC9C,OAAO,CAAC,MAAqB,EAAE,EAAE,CAAC,MAAM,CAAC,IAAI,CAAC,IAAI,eAAe,CAAC,QAAQ,CAAC,CAAC,CAAC;AAC/E,CAAC;AAED,MAAM,eAAe;IACnB,YAAoB,QAAoB;QAApB,aAAQ,GAAR,QAAQ,CAAY;IACxC,CAAC;IAED,IAAI,CAAC,UAAyB,EAAE,MAAW;QACzC,OAAO,MAAM,CAAC,SAAS,CAAC,IAAI,iBAAiB,CAAC,UAAU,EAAE,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC5E,CAAC;CACF;AAOD,MAAM,iBAAqB,SAAQ,UAAa;IAC9C,YAAY,WAA0B,EAAE,QAAoB;QAC1D,KAAK,CAAC,WAAW,CAAC,CAAC;QACnB,IAAI,CAAC,GAAG,CAAC,IAAI,YAAY,CAAC,QAAQ,CAAC,CAAC,CAAC;IACvC,CAAC;CACF"}
|
||||
@@ -0,0 +1,64 @@
|
||||
import { isArray } from '../util/isArray';
|
||||
import { fromArray } from './fromArray';
|
||||
import { OuterSubscriber } from '../OuterSubscriber';
|
||||
import { subscribeToResult } from '../util/subscribeToResult';
|
||||
export function race(...observables) {
|
||||
if (observables.length === 1) {
|
||||
if (isArray(observables[0])) {
|
||||
observables = observables[0];
|
||||
}
|
||||
else {
|
||||
return observables[0];
|
||||
}
|
||||
}
|
||||
return fromArray(observables, undefined).lift(new RaceOperator());
|
||||
}
|
||||
export class RaceOperator {
|
||||
call(subscriber, source) {
|
||||
return source.subscribe(new RaceSubscriber(subscriber));
|
||||
}
|
||||
}
|
||||
export class RaceSubscriber extends OuterSubscriber {
|
||||
constructor(destination) {
|
||||
super(destination);
|
||||
this.hasFirst = false;
|
||||
this.observables = [];
|
||||
this.subscriptions = [];
|
||||
}
|
||||
_next(observable) {
|
||||
this.observables.push(observable);
|
||||
}
|
||||
_complete() {
|
||||
const observables = this.observables;
|
||||
const len = observables.length;
|
||||
if (len === 0) {
|
||||
this.destination.complete();
|
||||
}
|
||||
else {
|
||||
for (let i = 0; i < len && !this.hasFirst; i++) {
|
||||
const observable = observables[i];
|
||||
const subscription = subscribeToResult(this, observable, undefined, i);
|
||||
if (this.subscriptions) {
|
||||
this.subscriptions.push(subscription);
|
||||
}
|
||||
this.add(subscription);
|
||||
}
|
||||
this.observables = null;
|
||||
}
|
||||
}
|
||||
notifyNext(_outerValue, innerValue, outerIndex) {
|
||||
if (!this.hasFirst) {
|
||||
this.hasFirst = true;
|
||||
for (let i = 0; i < this.subscriptions.length; i++) {
|
||||
if (i !== outerIndex) {
|
||||
let subscription = this.subscriptions[i];
|
||||
subscription.unsubscribe();
|
||||
this.remove(subscription);
|
||||
}
|
||||
}
|
||||
this.subscriptions = null;
|
||||
}
|
||||
this.destination.next(innerValue);
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=race.js.map
|
||||
@@ -0,0 +1,50 @@
|
||||
[](https://badge.fury.io/js/svelte-i18n) 
|
||||
|
||||
# svelte-i18n
|
||||
|
||||
> Internationalization for Svelte.
|
||||
|
||||
`svelte-i18n` helps you localize your app using the reactive tools Svelte provides. By using [stores](https://svelte.dev/docs#svelte_store) to keep track of the current `locale`, `dictionary` of messages and to `format` messages, we keep everything neat, in sync and easy to use on your svelte files.
|
||||
|
||||
**Requirements**
|
||||
|
||||
- Node: `>= 11.15.0`
|
||||
- Browsers: `Chrome 38+`, `Edge 16+`, `Firefox 13+`, `Opera 25+`, `Safari 8+`.
|
||||
|
||||
```svelte
|
||||
<script>
|
||||
import { _ } from 'svelte-i18n'
|
||||
</script>
|
||||
|
||||
<h1>{$_('page.home.title')}</h1>
|
||||
|
||||
<nav>
|
||||
<a>{$_('page.home.nav', { default: 'Home' })}</a>
|
||||
<a>{$_('page.about.nav', { default: 'About' })}</a>
|
||||
<a>{$_('page.contact.nav', { default: 'Contact' })}</a>
|
||||
</nav>
|
||||
```
|
||||
|
||||
```jsonc
|
||||
// en.json
|
||||
{
|
||||
"page": {
|
||||
"home": {
|
||||
"title": "Homepage",
|
||||
"nav": "Home"
|
||||
},
|
||||
"about": {
|
||||
"title": "About",
|
||||
"nav": "About"
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact",
|
||||
"nav": "Contact Us"
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
- [Documentation](/docs/Getting%20Started.md)
|
||||
- [Sapper Template](https://github.com/kaisermann/sapper-template-i18n)
|
||||
- [i18n VSCode extension (3rd party)](https://github.com/antfu/i18n-ally)
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={A:{A:{"2":"J E F G A BC","132":"B"},B:{"1":"C K L H M N O","513":"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":"CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB","2":"0 1 2 3 4 5 6 7 8 9 CC tB I u J E F G A B C K L H M N O v w x y z AB BB DC EC","513":"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"},D:{"1":"HB IB JB KB LB MB NB OB PB QB","2":"0 1 2 3 4 5 6 7 8 9 I u J E F G A B C K L H M N O v w x y z AB BB CB DB EB FB GB","513":"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"},E:{"1":"B C K L H qB rB 1B LC MC 2B 3B 4B 5B sB 6B 7B 8B NC","2":"I u J E F GC zB HC IC JC","260":"G A KC 0B"},F:{"1":"4 5 6 7 8 9 AB BB CB DB","2":"0 1 2 3 G B C H M N O v w x y z OC PC QC RC qB 9B SC rB","513":"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"},G:{"1":"YC ZC 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"},H:{"2":"nC"},I:{"2":"tB I oC pC qC rC AC sC tC","513":"D"},J:{"2":"E A"},K:{"2":"A B C qB 9B rB","513":"e"},L:{"513":"D"},M:{"513":"D"},N:{"2":"A B"},O:{"513":"uC"},P:{"1":"I","513":"vC wC xC yC zC 0B 0C 1C 2C 3C 4C sB 5C 6C 7C"},Q:{"513":"1B"},R:{"513":"8C"},S:{"1":"9C"}},B:6,C:"HTTP/2 protocol"};
|
||||
@@ -0,0 +1 @@
|
||||
module.exports={A:{A:{"2":"J E F G A B BC"},B:{"1":"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","2":"C K"},C:{"1":"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 5 6 7 8 9 CC tB I u J E F G A B C K L H M N O v w x y z AB BB CB DB EB DC EC"},D:{"1":"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":"0 1 2 3 4 5 6 7 8 9 I u J E F G A B C K L H M N O v w x y z AB BB"},E:{"1":"C K L H 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","132":"A B 0B qB"},F:{"1":"0 1 2 3 4 5 6 7 8 9 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 H M N O v w x y 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","2":"tB I oC pC qC rC AC sC tC"},J:{"2":"E A"},K:{"1":"e","2":"A B C qB 9B rB"},L:{"1":"D"},M:{"1":"D"},N:{"2":"A B"},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:{"1":"9C"}},B:2,C:"WOFF 2.0 - Web Open Font Format"};
|
||||
@@ -0,0 +1 @@
|
||||
{"version":3,"file":"groupBy.js","sources":["../src/operators/groupBy.ts"],"names":[],"mappings":";;;;;AAAA,mDAA8C"}
|
||||
Reference in New Issue
Block a user