@luftborn/custom-elements 1.4.0 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/assets/style.css +277 -277
- package/azure-pipeline.yml +54 -0
- package/demo/index.html +585 -585
- package/demo/index.js +6109 -0
- package/demo/index.min.js +6110 -0
- package/demo/index.min.js.map +1 -0
- package/demo/index.ts +11 -11
- package/demo/old/index.html +586 -586
- package/demo/old/index.js +10849 -10849
- package/demo/old/index.min.js +10850 -10850
- package/demo/old/index.ts +10 -10
- package/dist/custom-form.d.ts +20 -20
- package/dist/custom-form.js +147 -147
- package/dist/elements/Address/AddressElement.d.ts +28 -28
- package/dist/elements/Address/AddressElement.js +206 -206
- package/dist/elements/BankField/BankFieldElement.d.ts +22 -22
- package/dist/elements/BankField/BankFieldElement.js +127 -127
- package/dist/elements/CPRElement/CPRElement.d.ts +14 -14
- package/dist/elements/CPRElement/CPRElement.js +82 -82
- package/dist/elements/CVRElement/CVRElement.d.ts +14 -14
- package/dist/elements/CVRElement/CVRElement.js +82 -82
- package/dist/elements/CheckBoxElement/CheckBoxElement.d.ts +14 -14
- package/dist/elements/CheckBoxElement/CheckBoxElement.js +96 -96
- package/dist/elements/CustomRegularExpression/CustomRegularExpressionElement.d.ts +12 -12
- package/dist/elements/CustomRegularExpression/CustomRegularExpressionElement.js +82 -82
- package/dist/elements/DateField/DateFieldElement.d.ts +12 -12
- package/dist/elements/DateField/DateFieldElement.js +85 -85
- package/dist/elements/DropDownList/DropDownListElement.d.ts +14 -14
- package/dist/elements/DropDownList/DropDownListElement.js +93 -93
- package/dist/elements/Elements.d.ts +18 -18
- package/dist/elements/Elements.js +37 -37
- package/dist/elements/EmailField/EmailFieldElement.d.ts +13 -13
- package/dist/elements/EmailField/EmailFieldElement.js +83 -83
- package/dist/elements/FileField/FileFieldElement.d.ts +15 -15
- package/dist/elements/FileField/FileFieldElement.js +103 -103
- package/dist/elements/IdentificationElement/IdentificationElement.d.ts +18 -18
- package/dist/elements/IdentificationElement/IdentificationElement.js +94 -94
- package/dist/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.d.ts +16 -16
- package/dist/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.js +114 -114
- package/dist/elements/NumericField/NumericFieldElement.d.ts +12 -12
- package/dist/elements/NumericField/NumericFieldElement.js +91 -91
- package/dist/elements/RadioButtonGroup/RadioButtonGroupElement.d.ts +14 -14
- package/dist/elements/RadioButtonGroup/RadioButtonGroupElement.js +99 -99
- package/dist/elements/TextAreaElement/TextAreaElement.d.ts +12 -12
- package/dist/elements/TextAreaElement/TextAreaElement.js +79 -79
- package/dist/elements/TextField/TextFieldElement.d.ts +12 -12
- package/dist/elements/TextField/TextFieldElement.js +79 -79
- package/dist/elements/TypeAhead/TypeAheadElement.d.ts +24 -24
- package/dist/elements/TypeAhead/TypeAheadElement.js +209 -209
- package/dist/framework/CustomEvents.d.ts +21 -21
- package/dist/framework/CustomEvents.js +47 -47
- package/dist/framework/CustomInputElement.d.ts +50 -50
- package/dist/framework/CustomInputElement.js +258 -258
- package/dist/framework/Language/Languages/Base/BaseDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/Base/BaseDictionary.js +20 -20
- package/dist/framework/Language/Languages/CzechDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/CzechDictionary.js +39 -39
- package/dist/framework/Language/Languages/DanishDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/DanishDictionary.js +39 -39
- package/dist/framework/Language/Languages/DutchDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/DutchDictionary.js +39 -39
- package/dist/framework/Language/Languages/EnglishDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/EnglishDictionary.js +39 -39
- package/dist/framework/Language/Languages/EstonianDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/EstonianDictionary.js +39 -39
- package/dist/framework/Language/Languages/FinnishDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/FinnishDictionary.js +39 -39
- package/dist/framework/Language/Languages/FrenchDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/FrenchDictionary.js +39 -39
- package/dist/framework/Language/Languages/GermanDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/GermanDictionary.js +39 -39
- package/dist/framework/Language/Languages/GreekDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/GreekDictionary.js +39 -39
- package/dist/framework/Language/Languages/HungarianDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/HungarianDictionary.js +39 -39
- package/dist/framework/Language/Languages/IcelandicDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/IcelandicDictionary.js +39 -39
- package/dist/framework/Language/Languages/ItalianDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/ItalianDictionary.js +39 -39
- package/dist/framework/Language/Languages/LatvianDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/LatvianDictionary.js +39 -39
- package/dist/framework/Language/Languages/LituanianDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/LituanianDictionary.js +39 -39
- package/dist/framework/Language/Languages/NorwegianDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/NorwegianDictionary.js +39 -39
- package/dist/framework/Language/Languages/PolishDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/PolishDictionary.js +39 -39
- package/dist/framework/Language/Languages/PortugueseDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/PortugueseDictionary.js +39 -39
- package/dist/framework/Language/Languages/SpanishDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/SpanishDictionary.js +39 -39
- package/dist/framework/Language/Languages/SwedishDictionary.d.ts +4 -4
- package/dist/framework/Language/Languages/SwedishDictionary.js +39 -39
- package/dist/framework/Language/Translator.d.ts +23 -23
- package/dist/framework/Language/Translator.js +115 -115
- package/dist/framework/Models/OptionWithDescription.d.ts +6 -6
- package/dist/framework/Models/OptionWithDescription.js +9 -9
- package/dist/framework/Polyfills/getAttributeNamesPolyfill.d.ts +1 -1
- package/dist/framework/Polyfills/getAttributeNamesPolyfill.js +17 -17
- package/dist/framework/Translations/CaseConverter.d.ts +5 -5
- package/dist/framework/Translations/CaseConverter.js +50 -50
- package/dist/framework/Utilities/ArrayUtil.d.ts +6 -6
- package/dist/framework/Utilities/ArrayUtil.js +36 -36
- package/dist/framework/Utilities/DomUtil.d.ts +21 -21
- package/dist/framework/Utilities/DomUtil.js +101 -101
- package/dist/framework/Utilities/DomUtility.d.ts +3 -3
- package/dist/framework/Utilities/DomUtility.js +12 -12
- package/dist/framework/Utilities/MakeRequest.d.ts +8 -8
- package/dist/framework/Utilities/MakeRequest.js +48 -48
- package/dist/framework/Utilities/StringUtil.d.ts +4 -4
- package/dist/framework/Utilities/StringUtil.js +16 -16
- package/dist/framework/Utilities/ViewportUtil.d.ts +8 -8
- package/dist/framework/Utilities/ViewportUtil.js +42 -42
- package/dist/framework/Utilities/debouncer.d.ts +8 -8
- package/dist/framework/Utilities/debouncer.js +51 -51
- package/dist/framework/Validation/IValidator.interface.d.ts +3 -3
- package/dist/framework/Validation/IValidator.interface.js +2 -2
- package/dist/framework/Validation/Validators/BankAccount.d.ts +4 -4
- package/dist/framework/Validation/Validators/BankAccount.js +12 -12
- package/dist/framework/Validation/Validators/BankAccountRegistrationNumber.d.ts +4 -4
- package/dist/framework/Validation/Validators/BankAccountRegistrationNumber.js +12 -12
- package/dist/framework/Validation/Validators/BankIdNorway.d.ts +5 -5
- package/dist/framework/Validation/Validators/BankIdNorway.js +21 -21
- package/dist/framework/Validation/Validators/BankIdSweden.d.ts +5 -5
- package/dist/framework/Validation/Validators/BankIdSweden.js +21 -21
- package/dist/framework/Validation/Validators/CPR.d.ts +9 -9
- package/dist/framework/Validation/Validators/CPR.js +75 -75
- package/dist/framework/Validation/Validators/CVR.d.ts +5 -5
- package/dist/framework/Validation/Validators/CVR.js +30 -30
- package/dist/framework/custom-element.decorator.d.ts +9 -9
- package/dist/framework/custom-element.decorator.js +51 -51
- package/dist/index.d.ts +7 -7
- package/dist/index.js +14 -14
- package/package.json +38 -38
- package/src/custom-form.ts +140 -140
- package/src/elements/Address/AddressElement.ts +216 -216
- package/src/elements/BankField/BankFieldElement.ts +127 -127
- package/src/elements/CPRElement/CPRElement.ts +74 -74
- package/src/elements/CVRElement/CVRElement.ts +75 -75
- package/src/elements/CheckBoxElement/CheckBoxElement.ts +99 -99
- package/src/elements/CustomRegularExpression/CustomRegularExpressionElement.ts +75 -75
- package/src/elements/DateField/DateFieldElement.ts +78 -78
- package/src/elements/DropDownList/DropDownListElement.ts +100 -100
- package/src/elements/Elements.ts +37 -37
- package/src/elements/EmailField/EmailFieldElement.ts +78 -78
- package/src/elements/FileField/FileFieldElement.ts +96 -96
- package/src/elements/IdentificationElement/IdentificationElement.ts +104 -104
- package/src/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.ts +116 -116
- package/src/elements/NumericField/NumericFieldElement.ts +84 -84
- package/src/elements/RadioButtonGroup/RadioButtonGroupElement.ts +103 -103
- package/src/elements/TextAreaElement/TextAreaElement.ts +72 -72
- package/src/elements/TextField/TextFieldElement.ts +72 -72
- package/src/elements/TypeAhead/TypeAheadElement.ts +248 -248
- package/src/framework/CustomEvents.ts +47 -47
- package/src/framework/CustomInputElement.ts +277 -277
- package/src/framework/Language/Languages/Base/BaseDictionary.ts +15 -15
- package/src/framework/Language/Languages/CzechDictionary.ts +18 -18
- package/src/framework/Language/Languages/DanishDictionary.ts +17 -17
- package/src/framework/Language/Languages/DutchDictionary.ts +17 -17
- package/src/framework/Language/Languages/EnglishDictionary.ts +18 -18
- package/src/framework/Language/Languages/EstonianDictionary.ts +17 -17
- package/src/framework/Language/Languages/FinnishDictionary.ts +17 -17
- package/src/framework/Language/Languages/FrenchDictionary.ts +17 -17
- package/src/framework/Language/Languages/GermanDictionary.ts +17 -17
- package/src/framework/Language/Languages/GreekDictionary.ts +17 -17
- package/src/framework/Language/Languages/HungarianDictionary.ts +17 -17
- package/src/framework/Language/Languages/IcelandicDictionary.ts +17 -17
- package/src/framework/Language/Languages/ItalianDictionary.ts +17 -17
- package/src/framework/Language/Languages/LatvianDictionary.ts +17 -17
- package/src/framework/Language/Languages/LituanianDictionary.ts +17 -17
- package/src/framework/Language/Languages/NorwegianDictionary.ts +17 -17
- package/src/framework/Language/Languages/PolishDictionary.ts +17 -17
- package/src/framework/Language/Languages/PortugueseDictionary.ts +17 -17
- package/src/framework/Language/Languages/SpanishDictionary.ts +17 -17
- package/src/framework/Language/Languages/SwedishDictionary.ts +17 -17
- package/src/framework/Language/Translator.ts +110 -110
- package/src/framework/Models/OptionWithDescription.ts +8 -8
- package/src/framework/Polyfills/getAttributeNamesPolyfill.ts +13 -13
- package/src/framework/Translations/CaseConverter.ts +43 -43
- package/src/framework/Utilities/ArrayUtil.ts +31 -31
- package/src/framework/Utilities/DomUtil.ts +117 -117
- package/src/framework/Utilities/DomUtility.ts +6 -6
- package/src/framework/Utilities/MakeRequest.ts +47 -47
- package/src/framework/Utilities/StringUtil.ts +8 -8
- package/src/framework/Utilities/ViewportUtil.ts +46 -46
- package/src/framework/Utilities/debouncer.ts +66 -66
- package/src/framework/Validation/IValidator.interface.ts +3 -3
- package/src/framework/Validation/Validators/BankAccount.ts +7 -7
- package/src/framework/Validation/Validators/BankAccountRegistrationNumber.ts +8 -8
- package/src/framework/Validation/Validators/BankIdNorway.ts +21 -21
- package/src/framework/Validation/Validators/BankIdSweden.ts +21 -21
- package/src/framework/Validation/Validators/CPR.ts +82 -82
- package/src/framework/Validation/Validators/CVR.ts +27 -27
- package/src/framework/custom-element.decorator.ts +57 -57
- package/src/index.ts +12 -12
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var BankAccountValidator = /** @class */ (function () {
|
|
4
|
-
function BankAccountValidator() {
|
|
5
|
-
}
|
|
6
|
-
BankAccountValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
-
return true;
|
|
9
|
-
};
|
|
10
|
-
return BankAccountValidator;
|
|
11
|
-
}());
|
|
12
|
-
exports.default = BankAccountValidator;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var BankAccountValidator = /** @class */ (function () {
|
|
4
|
+
function BankAccountValidator() {
|
|
5
|
+
}
|
|
6
|
+
BankAccountValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
+
return true;
|
|
9
|
+
};
|
|
10
|
+
return BankAccountValidator;
|
|
11
|
+
}());
|
|
12
|
+
exports.default = BankAccountValidator;
|
|
13
13
|
//# sourceMappingURL=BankAccount.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import IValidation from '../IValidator.interface';
|
|
2
|
-
export default class BankAccountRegistrationNumberValidator implements IValidation {
|
|
3
|
-
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
-
}
|
|
1
|
+
import IValidation from '../IValidator.interface';
|
|
2
|
+
export default class BankAccountRegistrationNumberValidator implements IValidation {
|
|
3
|
+
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
+
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var BankAccountRegistrationNumberValidator = /** @class */ (function () {
|
|
4
|
-
function BankAccountRegistrationNumberValidator() {
|
|
5
|
-
}
|
|
6
|
-
BankAccountRegistrationNumberValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
-
return true;
|
|
9
|
-
};
|
|
10
|
-
return BankAccountRegistrationNumberValidator;
|
|
11
|
-
}());
|
|
12
|
-
exports.default = BankAccountRegistrationNumberValidator;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var BankAccountRegistrationNumberValidator = /** @class */ (function () {
|
|
4
|
+
function BankAccountRegistrationNumberValidator() {
|
|
5
|
+
}
|
|
6
|
+
BankAccountRegistrationNumberValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
+
return true;
|
|
9
|
+
};
|
|
10
|
+
return BankAccountRegistrationNumberValidator;
|
|
11
|
+
}());
|
|
12
|
+
exports.default = BankAccountRegistrationNumberValidator;
|
|
13
13
|
//# sourceMappingURL=BankAccountRegistrationNumber.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import IValidation from '../IValidator.interface';
|
|
2
|
-
export default class BankIdNorwayValidator implements IValidation {
|
|
3
|
-
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
-
private checkNoPersonnummer;
|
|
5
|
-
}
|
|
1
|
+
import IValidation from '../IValidator.interface';
|
|
2
|
+
export default class BankIdNorwayValidator implements IValidation {
|
|
3
|
+
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
+
private checkNoPersonnummer;
|
|
5
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var BankIdNorwayValidator = /** @class */ (function () {
|
|
4
|
-
function BankIdNorwayValidator() {
|
|
5
|
-
}
|
|
6
|
-
BankIdNorwayValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
-
return this.checkNoPersonnummer(input, allowEmpty);
|
|
9
|
-
};
|
|
10
|
-
BankIdNorwayValidator.prototype.checkNoPersonnummer = function (input, allowEmpty) {
|
|
11
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
12
|
-
if (!input) {
|
|
13
|
-
return allowEmpty;
|
|
14
|
-
}
|
|
15
|
-
var personnummer = input.replace(' ', '').replace('-', '');
|
|
16
|
-
var regex = new RegExp(/^(0[1-9]|1[0-9]|2[0-9]|3[0-1])(0[1-9]|1[0-2])(\d{2})(\d{5})$/);
|
|
17
|
-
return regex.test(personnummer);
|
|
18
|
-
};
|
|
19
|
-
return BankIdNorwayValidator;
|
|
20
|
-
}());
|
|
21
|
-
exports.default = BankIdNorwayValidator;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var BankIdNorwayValidator = /** @class */ (function () {
|
|
4
|
+
function BankIdNorwayValidator() {
|
|
5
|
+
}
|
|
6
|
+
BankIdNorwayValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
+
return this.checkNoPersonnummer(input, allowEmpty);
|
|
9
|
+
};
|
|
10
|
+
BankIdNorwayValidator.prototype.checkNoPersonnummer = function (input, allowEmpty) {
|
|
11
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
12
|
+
if (!input) {
|
|
13
|
+
return allowEmpty;
|
|
14
|
+
}
|
|
15
|
+
var personnummer = input.replace(' ', '').replace('-', '');
|
|
16
|
+
var regex = new RegExp(/^(0[1-9]|1[0-9]|2[0-9]|3[0-1])(0[1-9]|1[0-2])(\d{2})(\d{5})$/);
|
|
17
|
+
return regex.test(personnummer);
|
|
18
|
+
};
|
|
19
|
+
return BankIdNorwayValidator;
|
|
20
|
+
}());
|
|
21
|
+
exports.default = BankIdNorwayValidator;
|
|
22
22
|
//# sourceMappingURL=BankIdNorway.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import IValidation from '../IValidator.interface';
|
|
2
|
-
export default class BankIdSwedenValidator implements IValidation {
|
|
3
|
-
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
-
private checkSePersonnummer;
|
|
5
|
-
}
|
|
1
|
+
import IValidation from '../IValidator.interface';
|
|
2
|
+
export default class BankIdSwedenValidator implements IValidation {
|
|
3
|
+
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
+
private checkSePersonnummer;
|
|
5
|
+
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var BankIdSwedenValidator = /** @class */ (function () {
|
|
4
|
-
function BankIdSwedenValidator() {
|
|
5
|
-
}
|
|
6
|
-
BankIdSwedenValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
-
return this.checkSePersonnummer(input, allowEmpty);
|
|
9
|
-
};
|
|
10
|
-
BankIdSwedenValidator.prototype.checkSePersonnummer = function (input, allowEmpty) {
|
|
11
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
12
|
-
if (!input) {
|
|
13
|
-
return allowEmpty;
|
|
14
|
-
}
|
|
15
|
-
var personnummer = input.replace(' ', '').replace('-', '');
|
|
16
|
-
var regex = new RegExp(/^(19\d{2}|20\d{2})(0[1-9]|1[0-2])(0[1-9]|1[0-9]|2[0-9]|3[0-1])(\d{4})$/);
|
|
17
|
-
return regex.test(personnummer);
|
|
18
|
-
};
|
|
19
|
-
return BankIdSwedenValidator;
|
|
20
|
-
}());
|
|
21
|
-
exports.default = BankIdSwedenValidator;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var BankIdSwedenValidator = /** @class */ (function () {
|
|
4
|
+
function BankIdSwedenValidator() {
|
|
5
|
+
}
|
|
6
|
+
BankIdSwedenValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
+
return this.checkSePersonnummer(input, allowEmpty);
|
|
9
|
+
};
|
|
10
|
+
BankIdSwedenValidator.prototype.checkSePersonnummer = function (input, allowEmpty) {
|
|
11
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
12
|
+
if (!input) {
|
|
13
|
+
return allowEmpty;
|
|
14
|
+
}
|
|
15
|
+
var personnummer = input.replace(' ', '').replace('-', '');
|
|
16
|
+
var regex = new RegExp(/^(19\d{2}|20\d{2})(0[1-9]|1[0-2])(0[1-9]|1[0-9]|2[0-9]|3[0-1])(\d{4})$/);
|
|
17
|
+
return regex.test(personnummer);
|
|
18
|
+
};
|
|
19
|
+
return BankIdSwedenValidator;
|
|
20
|
+
}());
|
|
21
|
+
exports.default = BankIdSwedenValidator;
|
|
22
22
|
//# sourceMappingURL=BankIdSweden.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import IValidation from '../IValidator.interface';
|
|
2
|
-
export default class CprValidator implements IValidation {
|
|
3
|
-
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
-
private modulus11Multiply;
|
|
5
|
-
private modulus11Exceptions;
|
|
6
|
-
private checkCprDate;
|
|
7
|
-
private getCprDate;
|
|
8
|
-
private checkCpr;
|
|
9
|
-
}
|
|
1
|
+
import IValidation from '../IValidator.interface';
|
|
2
|
+
export default class CprValidator implements IValidation {
|
|
3
|
+
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
+
private modulus11Multiply;
|
|
5
|
+
private modulus11Exceptions;
|
|
6
|
+
private checkCprDate;
|
|
7
|
+
private getCprDate;
|
|
8
|
+
private checkCpr;
|
|
9
|
+
}
|
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var CprValidator = /** @class */ (function () {
|
|
4
|
-
function CprValidator() {
|
|
5
|
-
}
|
|
6
|
-
CprValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
-
return this.checkCpr(input, allowEmpty);
|
|
9
|
-
};
|
|
10
|
-
CprValidator.prototype.modulus11Multiply = function (value, index) {
|
|
11
|
-
var control = [4, 3, 2, 7, 6, 5, 4, 3, 2, 1];
|
|
12
|
-
return control[index] * value;
|
|
13
|
-
};
|
|
14
|
-
CprValidator.prototype.modulus11Exceptions = function (input) {
|
|
15
|
-
var exceptionDates = [
|
|
16
|
-
1960,
|
|
17
|
-
1964,
|
|
18
|
-
1965,
|
|
19
|
-
1966,
|
|
20
|
-
1969,
|
|
21
|
-
1970,
|
|
22
|
-
1980,
|
|
23
|
-
1982,
|
|
24
|
-
1984,
|
|
25
|
-
1985,
|
|
26
|
-
1986,
|
|
27
|
-
1987,
|
|
28
|
-
1988,
|
|
29
|
-
1989,
|
|
30
|
-
1990,
|
|
31
|
-
].map(function (x) { return new Date(x, 0, 1); }); // months are 0-indexed
|
|
32
|
-
var cprDate = this.getCprDate(input);
|
|
33
|
-
return exceptionDates.some(function (x) { return x.getDate() === cprDate.getDate(); });
|
|
34
|
-
};
|
|
35
|
-
CprValidator.prototype.checkCprDate = function (input) {
|
|
36
|
-
var year = +input.substr(4, 2) + 2000;
|
|
37
|
-
year -= year > new Date().getFullYear() ? 100 : 0; // is 20xx or 19xx
|
|
38
|
-
var month = +input.substr(2, 2) - 1;
|
|
39
|
-
var day = +input.substr(0, 2);
|
|
40
|
-
var date = new Date(year, month, day);
|
|
41
|
-
return (date.getFullYear() === year &&
|
|
42
|
-
date.getMonth() === month &&
|
|
43
|
-
date.getDate() === day);
|
|
44
|
-
};
|
|
45
|
-
CprValidator.prototype.getCprDate = function (input) {
|
|
46
|
-
var year = +input.substr(4, 2) + 2000;
|
|
47
|
-
year -= year > new Date().getFullYear() ? 100 : 0; // is 20xx or 19xx
|
|
48
|
-
var month = +input.substr(2, 2) - 1;
|
|
49
|
-
var day = +input.substr(0, 2);
|
|
50
|
-
return new Date(year, month, day);
|
|
51
|
-
};
|
|
52
|
-
CprValidator.prototype.checkCpr = function (input, allowEmpty) {
|
|
53
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
54
|
-
if (!input) {
|
|
55
|
-
return allowEmpty;
|
|
56
|
-
}
|
|
57
|
-
var cprnr = input.replace(' ', '').replace('-', '');
|
|
58
|
-
if (!cprnr.match(/^\d{10}$/)) {
|
|
59
|
-
return false;
|
|
60
|
-
}
|
|
61
|
-
if (!this.checkCprDate(cprnr)) {
|
|
62
|
-
return false;
|
|
63
|
-
}
|
|
64
|
-
if (this.modulus11Exceptions(cprnr)) {
|
|
65
|
-
return true;
|
|
66
|
-
}
|
|
67
|
-
var output = 0;
|
|
68
|
-
for (var i = 0; i < 10; i++) {
|
|
69
|
-
output += this.modulus11Multiply(parseInt(cprnr.substr(i, 1), 10), i);
|
|
70
|
-
}
|
|
71
|
-
return output % 11 === 0; // hvis output går op i 11, er det et gyldigt cpr.
|
|
72
|
-
};
|
|
73
|
-
return CprValidator;
|
|
74
|
-
}());
|
|
75
|
-
exports.default = CprValidator;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var CprValidator = /** @class */ (function () {
|
|
4
|
+
function CprValidator() {
|
|
5
|
+
}
|
|
6
|
+
CprValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
+
return this.checkCpr(input, allowEmpty);
|
|
9
|
+
};
|
|
10
|
+
CprValidator.prototype.modulus11Multiply = function (value, index) {
|
|
11
|
+
var control = [4, 3, 2, 7, 6, 5, 4, 3, 2, 1];
|
|
12
|
+
return control[index] * value;
|
|
13
|
+
};
|
|
14
|
+
CprValidator.prototype.modulus11Exceptions = function (input) {
|
|
15
|
+
var exceptionDates = [
|
|
16
|
+
1960,
|
|
17
|
+
1964,
|
|
18
|
+
1965,
|
|
19
|
+
1966,
|
|
20
|
+
1969,
|
|
21
|
+
1970,
|
|
22
|
+
1980,
|
|
23
|
+
1982,
|
|
24
|
+
1984,
|
|
25
|
+
1985,
|
|
26
|
+
1986,
|
|
27
|
+
1987,
|
|
28
|
+
1988,
|
|
29
|
+
1989,
|
|
30
|
+
1990,
|
|
31
|
+
].map(function (x) { return new Date(x, 0, 1); }); // months are 0-indexed
|
|
32
|
+
var cprDate = this.getCprDate(input);
|
|
33
|
+
return exceptionDates.some(function (x) { return x.getDate() === cprDate.getDate(); });
|
|
34
|
+
};
|
|
35
|
+
CprValidator.prototype.checkCprDate = function (input) {
|
|
36
|
+
var year = +input.substr(4, 2) + 2000;
|
|
37
|
+
year -= year > new Date().getFullYear() ? 100 : 0; // is 20xx or 19xx
|
|
38
|
+
var month = +input.substr(2, 2) - 1;
|
|
39
|
+
var day = +input.substr(0, 2);
|
|
40
|
+
var date = new Date(year, month, day);
|
|
41
|
+
return (date.getFullYear() === year &&
|
|
42
|
+
date.getMonth() === month &&
|
|
43
|
+
date.getDate() === day);
|
|
44
|
+
};
|
|
45
|
+
CprValidator.prototype.getCprDate = function (input) {
|
|
46
|
+
var year = +input.substr(4, 2) + 2000;
|
|
47
|
+
year -= year > new Date().getFullYear() ? 100 : 0; // is 20xx or 19xx
|
|
48
|
+
var month = +input.substr(2, 2) - 1;
|
|
49
|
+
var day = +input.substr(0, 2);
|
|
50
|
+
return new Date(year, month, day);
|
|
51
|
+
};
|
|
52
|
+
CprValidator.prototype.checkCpr = function (input, allowEmpty) {
|
|
53
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
54
|
+
if (!input) {
|
|
55
|
+
return allowEmpty;
|
|
56
|
+
}
|
|
57
|
+
var cprnr = input.replace(' ', '').replace('-', '');
|
|
58
|
+
if (!cprnr.match(/^\d{10}$/)) {
|
|
59
|
+
return false;
|
|
60
|
+
}
|
|
61
|
+
if (!this.checkCprDate(cprnr)) {
|
|
62
|
+
return false;
|
|
63
|
+
}
|
|
64
|
+
if (this.modulus11Exceptions(cprnr)) {
|
|
65
|
+
return true;
|
|
66
|
+
}
|
|
67
|
+
var output = 0;
|
|
68
|
+
for (var i = 0; i < 10; i++) {
|
|
69
|
+
output += this.modulus11Multiply(parseInt(cprnr.substr(i, 1), 10), i);
|
|
70
|
+
}
|
|
71
|
+
return output % 11 === 0; // hvis output går op i 11, er det et gyldigt cpr.
|
|
72
|
+
};
|
|
73
|
+
return CprValidator;
|
|
74
|
+
}());
|
|
75
|
+
exports.default = CprValidator;
|
|
76
76
|
//# sourceMappingURL=CPR.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import IValidation from '../IValidator.interface';
|
|
2
|
-
export default class CvrValidator implements IValidation {
|
|
3
|
-
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
-
private checkCvr;
|
|
5
|
-
}
|
|
1
|
+
import IValidation from '../IValidator.interface';
|
|
2
|
+
export default class CvrValidator implements IValidation {
|
|
3
|
+
isSatisfiedBy(input: string, allowEmpty?: boolean): boolean;
|
|
4
|
+
private checkCvr;
|
|
5
|
+
}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var CvrValidator = /** @class */ (function () {
|
|
4
|
-
function CvrValidator() {
|
|
5
|
-
}
|
|
6
|
-
CvrValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
-
return this.checkCvr(input, allowEmpty);
|
|
9
|
-
};
|
|
10
|
-
CvrValidator.prototype.checkCvr = function (input, allowEmpty) {
|
|
11
|
-
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
12
|
-
if (!allowEmpty && !input)
|
|
13
|
-
return false;
|
|
14
|
-
var cvrnr = input.replace(' ', '').replace('-', '');
|
|
15
|
-
if (!cvrnr) {
|
|
16
|
-
return allowEmpty;
|
|
17
|
-
}
|
|
18
|
-
if (!/^\d{8}$/.test(cvrnr)) {
|
|
19
|
-
return false;
|
|
20
|
-
}
|
|
21
|
-
// cvr numre kan åbenbart også modulus11 testes.
|
|
22
|
-
var total = 0;
|
|
23
|
-
[2, 7, 6, 5, 4, 3, 2, 1].forEach(function (elm, index) {
|
|
24
|
-
total += parseInt(cvrnr[index], 10) * elm;
|
|
25
|
-
});
|
|
26
|
-
return total % 11 === 0;
|
|
27
|
-
};
|
|
28
|
-
return CvrValidator;
|
|
29
|
-
}());
|
|
30
|
-
exports.default = CvrValidator;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var CvrValidator = /** @class */ (function () {
|
|
4
|
+
function CvrValidator() {
|
|
5
|
+
}
|
|
6
|
+
CvrValidator.prototype.isSatisfiedBy = function (input, allowEmpty) {
|
|
7
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
8
|
+
return this.checkCvr(input, allowEmpty);
|
|
9
|
+
};
|
|
10
|
+
CvrValidator.prototype.checkCvr = function (input, allowEmpty) {
|
|
11
|
+
if (allowEmpty === void 0) { allowEmpty = true; }
|
|
12
|
+
if (!allowEmpty && !input)
|
|
13
|
+
return false;
|
|
14
|
+
var cvrnr = input.replace(' ', '').replace('-', '');
|
|
15
|
+
if (!cvrnr) {
|
|
16
|
+
return allowEmpty;
|
|
17
|
+
}
|
|
18
|
+
if (!/^\d{8}$/.test(cvrnr)) {
|
|
19
|
+
return false;
|
|
20
|
+
}
|
|
21
|
+
// cvr numre kan åbenbart også modulus11 testes.
|
|
22
|
+
var total = 0;
|
|
23
|
+
[2, 7, 6, 5, 4, 3, 2, 1].forEach(function (elm, index) {
|
|
24
|
+
total += parseInt(cvrnr[index], 10) * elm;
|
|
25
|
+
});
|
|
26
|
+
return total % 11 === 0;
|
|
27
|
+
};
|
|
28
|
+
return CvrValidator;
|
|
29
|
+
}());
|
|
30
|
+
exports.default = CvrValidator;
|
|
31
31
|
//# sourceMappingURL=CVR.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare class elementConfig {
|
|
2
|
-
selector: string;
|
|
3
|
-
template: string;
|
|
4
|
-
style: string;
|
|
5
|
-
useShadow: boolean;
|
|
6
|
-
templatePath?: string;
|
|
7
|
-
}
|
|
8
|
-
declare const CustomElement: (config: elementConfig) => (cls: any) => void;
|
|
9
|
-
export default CustomElement;
|
|
1
|
+
declare class elementConfig {
|
|
2
|
+
selector: string;
|
|
3
|
+
template: string;
|
|
4
|
+
style: string;
|
|
5
|
+
useShadow: boolean;
|
|
6
|
+
templatePath?: string;
|
|
7
|
+
}
|
|
8
|
+
declare const CustomElement: (config: elementConfig) => (cls: any) => void;
|
|
9
|
+
export default CustomElement;
|
|
@@ -1,52 +1,52 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
var elementConfig = /** @class */ (function () {
|
|
4
|
-
function elementConfig() {
|
|
5
|
-
}
|
|
6
|
-
return elementConfig;
|
|
7
|
-
}());
|
|
8
|
-
var validateSelector = function (selector) {
|
|
9
|
-
if (selector.indexOf('-') <= 0) {
|
|
10
|
-
throw new Error('You need at least 1 dash in the custom element name!');
|
|
11
|
-
}
|
|
12
|
-
};
|
|
13
|
-
var CustomElement = function (config) {
|
|
14
|
-
return function (cls) {
|
|
15
|
-
validateSelector(config.selector);
|
|
16
|
-
var templateElement = document.createElement('template');
|
|
17
|
-
if (!config.template) {
|
|
18
|
-
throw new Error('You need to pass a template for the element');
|
|
19
|
-
}
|
|
20
|
-
templateElement.innerHTML = "<style>" + config.style + "</style> " + config.template;
|
|
21
|
-
var connectedCallback = cls.prototype.connectedCallback || function () { };
|
|
22
|
-
var disconnectedCallback = cls.prototype.disconnectedCallback || function () { };
|
|
23
|
-
cls.prototype.connectedCallback = function () {
|
|
24
|
-
var clone = document.importNode(templateElement.content, true);
|
|
25
|
-
if (config.useShadow && !this.shadowRoot) {
|
|
26
|
-
this.attachShadow({ mode: 'open' }).appendChild(clone);
|
|
27
|
-
}
|
|
28
|
-
else {
|
|
29
|
-
this.appendChild(clone);
|
|
30
|
-
}
|
|
31
|
-
if (this.componentWillMount) {
|
|
32
|
-
this.componentWillMount();
|
|
33
|
-
}
|
|
34
|
-
connectedCallback.call(this);
|
|
35
|
-
if (this.componentDidMount) {
|
|
36
|
-
this.componentDidMount();
|
|
37
|
-
}
|
|
38
|
-
};
|
|
39
|
-
cls.prototype.disconnectedCallback = function () {
|
|
40
|
-
if (this.componentWillUnmount) {
|
|
41
|
-
this.componentWillUnmount();
|
|
42
|
-
}
|
|
43
|
-
disconnectedCallback.call(this);
|
|
44
|
-
if (this.componentDidUnmount) {
|
|
45
|
-
this.componentDidUnmount();
|
|
46
|
-
}
|
|
47
|
-
};
|
|
48
|
-
window.customElements.define(config.selector, cls);
|
|
49
|
-
};
|
|
50
|
-
};
|
|
51
|
-
exports.default = CustomElement;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var elementConfig = /** @class */ (function () {
|
|
4
|
+
function elementConfig() {
|
|
5
|
+
}
|
|
6
|
+
return elementConfig;
|
|
7
|
+
}());
|
|
8
|
+
var validateSelector = function (selector) {
|
|
9
|
+
if (selector.indexOf('-') <= 0) {
|
|
10
|
+
throw new Error('You need at least 1 dash in the custom element name!');
|
|
11
|
+
}
|
|
12
|
+
};
|
|
13
|
+
var CustomElement = function (config) {
|
|
14
|
+
return function (cls) {
|
|
15
|
+
validateSelector(config.selector);
|
|
16
|
+
var templateElement = document.createElement('template');
|
|
17
|
+
if (!config.template) {
|
|
18
|
+
throw new Error('You need to pass a template for the element');
|
|
19
|
+
}
|
|
20
|
+
templateElement.innerHTML = "<style>" + config.style + "</style> " + config.template;
|
|
21
|
+
var connectedCallback = cls.prototype.connectedCallback || function () { };
|
|
22
|
+
var disconnectedCallback = cls.prototype.disconnectedCallback || function () { };
|
|
23
|
+
cls.prototype.connectedCallback = function () {
|
|
24
|
+
var clone = document.importNode(templateElement.content, true);
|
|
25
|
+
if (config.useShadow && !this.shadowRoot) {
|
|
26
|
+
this.attachShadow({ mode: 'open' }).appendChild(clone);
|
|
27
|
+
}
|
|
28
|
+
else {
|
|
29
|
+
this.appendChild(clone);
|
|
30
|
+
}
|
|
31
|
+
if (this.componentWillMount) {
|
|
32
|
+
this.componentWillMount();
|
|
33
|
+
}
|
|
34
|
+
connectedCallback.call(this);
|
|
35
|
+
if (this.componentDidMount) {
|
|
36
|
+
this.componentDidMount();
|
|
37
|
+
}
|
|
38
|
+
};
|
|
39
|
+
cls.prototype.disconnectedCallback = function () {
|
|
40
|
+
if (this.componentWillUnmount) {
|
|
41
|
+
this.componentWillUnmount();
|
|
42
|
+
}
|
|
43
|
+
disconnectedCallback.call(this);
|
|
44
|
+
if (this.componentDidUnmount) {
|
|
45
|
+
this.componentDidUnmount();
|
|
46
|
+
}
|
|
47
|
+
};
|
|
48
|
+
window.customElements.define(config.selector, cls);
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
exports.default = CustomElement;
|
|
52
52
|
//# sourceMappingURL=custom-element.decorator.js.map
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import '@webcomponents/webcomponentsjs/webcomponents-bundle';
|
|
2
|
-
import '@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js';
|
|
3
|
-
import '@webcomponents/webcomponentsjs/webcomponents-loader.js';
|
|
4
|
-
import { CustomForm } from './custom-form';
|
|
5
|
-
import { CustomInputElement } from './framework/CustomInputElement';
|
|
6
|
-
import * as elements from './elements/Elements';
|
|
7
|
-
export { CustomForm, elements, CustomInputElement };
|
|
1
|
+
import '@webcomponents/webcomponentsjs/webcomponents-bundle';
|
|
2
|
+
import '@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js';
|
|
3
|
+
import '@webcomponents/webcomponentsjs/webcomponents-loader.js';
|
|
4
|
+
import { CustomForm } from './custom-form';
|
|
5
|
+
import { CustomInputElement } from './framework/CustomInputElement';
|
|
6
|
+
import * as elements from './elements/Elements';
|
|
7
|
+
export { CustomForm, elements, CustomInputElement };
|
package/dist/index.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.CustomInputElement = exports.elements = exports.CustomForm = void 0;
|
|
4
|
-
require("@webcomponents/webcomponentsjs/webcomponents-bundle");
|
|
5
|
-
require("@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js");
|
|
6
|
-
require("@webcomponents/webcomponentsjs/webcomponents-loader.js");
|
|
7
|
-
// form
|
|
8
|
-
var custom_form_1 = require("./custom-form");
|
|
9
|
-
Object.defineProperty(exports, "CustomForm", { enumerable: true, get: function () { return custom_form_1.CustomForm; } });
|
|
10
|
-
var CustomInputElement_1 = require("./framework/CustomInputElement");
|
|
11
|
-
Object.defineProperty(exports, "CustomInputElement", { enumerable: true, get: function () { return CustomInputElement_1.CustomInputElement; } });
|
|
12
|
-
// elements
|
|
13
|
-
var elements = require("./elements/Elements");
|
|
14
|
-
exports.elements = elements;
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CustomInputElement = exports.elements = exports.CustomForm = void 0;
|
|
4
|
+
require("@webcomponents/webcomponentsjs/webcomponents-bundle");
|
|
5
|
+
require("@webcomponents/webcomponentsjs/custom-elements-es5-adapter.js");
|
|
6
|
+
require("@webcomponents/webcomponentsjs/webcomponents-loader.js");
|
|
7
|
+
// form
|
|
8
|
+
var custom_form_1 = require("./custom-form");
|
|
9
|
+
Object.defineProperty(exports, "CustomForm", { enumerable: true, get: function () { return custom_form_1.CustomForm; } });
|
|
10
|
+
var CustomInputElement_1 = require("./framework/CustomInputElement");
|
|
11
|
+
Object.defineProperty(exports, "CustomInputElement", { enumerable: true, get: function () { return CustomInputElement_1.CustomInputElement; } });
|
|
12
|
+
// elements
|
|
13
|
+
var elements = require("./elements/Elements");
|
|
14
|
+
exports.elements = elements;
|
|
15
15
|
//# sourceMappingURL=index.js.map
|