@luftborn/custom-elements 1.1.44 → 1.4.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/dist/custom-form.js +5 -4
- package/dist/custom-form.js.map +1 -1
- package/dist/elements/CheckBoxElement/CheckBoxElement.js +2 -2
- package/dist/elements/CheckBoxElement/CheckBoxElement.js.map +1 -1
- package/dist/elements/DropDownList/DropDownListElement.js +2 -2
- package/dist/elements/DropDownList/DropDownListElement.js.map +1 -1
- package/dist/elements/FileField/FileFieldElement.d.ts +3 -0
- package/dist/elements/FileField/FileFieldElement.js +21 -1
- package/dist/elements/FileField/FileFieldElement.js.map +1 -1
- package/dist/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.js +19 -13
- package/dist/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.js.map +1 -1
- package/dist/elements/RadioButtonGroup/RadioButtonGroupElement.js +2 -2
- package/dist/elements/RadioButtonGroup/RadioButtonGroupElement.js.map +1 -1
- package/dist/framework/CustomInputElement.d.ts +1 -1
- package/dist/framework/CustomInputElement.js +4 -3
- package/dist/framework/CustomInputElement.js.map +1 -1
- package/dist/framework/Language/Languages/CzechDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/CzechDictionary.js +40 -0
- package/dist/framework/Language/Languages/CzechDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/DutchDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/DutchDictionary.js +40 -0
- package/dist/framework/Language/Languages/DutchDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/EstonianDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/EstonianDictionary.js +40 -0
- package/dist/framework/Language/Languages/EstonianDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/FinnishDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/FinnishDictionary.js +40 -0
- package/dist/framework/Language/Languages/FinnishDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/FrenchDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/FrenchDictionary.js +40 -0
- package/dist/framework/Language/Languages/FrenchDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/GermanDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/GermanDictionary.js +40 -0
- package/dist/framework/Language/Languages/GermanDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/GreekDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/GreekDictionary.js +40 -0
- package/dist/framework/Language/Languages/GreekDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/HungarianDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/HungarianDictionary.js +40 -0
- package/dist/framework/Language/Languages/HungarianDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/IcelandicDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/IcelandicDictionary.js +40 -0
- package/dist/framework/Language/Languages/IcelandicDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/ItalianDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/ItalianDictionary.js +40 -0
- package/dist/framework/Language/Languages/ItalianDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/LatvianDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/LatvianDictionary.js +40 -0
- package/dist/framework/Language/Languages/LatvianDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/LituanianDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/LituanianDictionary.js +40 -0
- package/dist/framework/Language/Languages/LituanianDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/NorwegianDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/NorwegianDictionary.js +40 -0
- package/dist/framework/Language/Languages/NorwegianDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/PolishDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/PolishDictionary.js +40 -0
- package/dist/framework/Language/Languages/PolishDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/PortugueseDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/PortugueseDictionary.js +40 -0
- package/dist/framework/Language/Languages/PortugueseDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/SpanishDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/SpanishDictionary.js +40 -0
- package/dist/framework/Language/Languages/SpanishDictionary.js.map +1 -0
- package/dist/framework/Language/Languages/SwedishDictionary.d.ts +4 -0
- package/dist/framework/Language/Languages/SwedishDictionary.js +40 -0
- package/dist/framework/Language/Languages/SwedishDictionary.js.map +1 -0
- package/dist/framework/Language/Translator.d.ts +17 -0
- package/dist/framework/Language/Translator.js +86 -3
- package/dist/framework/Language/Translator.js.map +1 -1
- package/dist/framework/Utilities/ArrayUtil.d.ts +6 -0
- package/dist/framework/Utilities/ArrayUtil.js +37 -0
- package/dist/framework/Utilities/ArrayUtil.js.map +1 -0
- package/dist/framework/Utilities/DomUtil.d.ts +21 -0
- package/dist/framework/Utilities/DomUtil.js +102 -0
- package/dist/framework/Utilities/DomUtil.js.map +1 -0
- package/dist/framework/Utilities/MakeRequest.d.ts +8 -0
- package/dist/framework/Utilities/MakeRequest.js +49 -0
- package/dist/framework/Utilities/MakeRequest.js.map +1 -0
- package/dist/framework/Utilities/StringUtil.d.ts +4 -0
- package/dist/framework/Utilities/StringUtil.js +17 -0
- package/dist/framework/Utilities/StringUtil.js.map +1 -0
- package/dist/framework/Utilities/ViewportUtil.d.ts +8 -0
- package/dist/framework/Utilities/ViewportUtil.js +43 -0
- package/dist/framework/Utilities/ViewportUtil.js.map +1 -0
- package/node_modules/@webcomponents/webcomponentsjs/CHANGELOG.md +15 -0
- package/node_modules/@webcomponents/webcomponentsjs/README.md +13 -0
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +31 -31
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js +15 -13
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +237 -223
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +188 -176
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +155 -144
- package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/package.json +31 -64
- package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js +2 -0
- package/node_modules/@webcomponents/webcomponentsjs/src/platform/event-listener-options.js +122 -0
- package/node_modules/@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js +39 -0
- package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.d.ts +1 -0
- package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js +239 -225
- package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.map +1 -1
- package/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js +35 -3
- package/package.json +2 -3
- package/src/custom-form.ts +2 -1
- package/src/elements/CheckBoxElement/CheckBoxElement.ts +1 -1
- package/src/elements/DropDownList/DropDownListElement.ts +1 -1
- package/src/elements/FileField/FileFieldElement.ts +20 -0
- package/src/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.ts +22 -17
- package/src/elements/RadioButtonGroup/RadioButtonGroupElement.ts +1 -1
- package/src/framework/CustomInputElement.ts +2 -1
- package/src/framework/Language/Languages/CzechDictionary.ts +18 -0
- package/src/framework/Language/Languages/DutchDictionary.ts +18 -0
- package/src/framework/Language/Languages/EstonianDictionary.ts +18 -0
- package/src/framework/Language/Languages/FinnishDictionary.ts +18 -0
- package/src/framework/Language/Languages/FrenchDictionary.ts +18 -0
- package/src/framework/Language/Languages/GermanDictionary.ts +18 -0
- package/src/framework/Language/Languages/GreekDictionary.ts +18 -0
- package/src/framework/Language/Languages/HungarianDictionary.ts +18 -0
- package/src/framework/Language/Languages/IcelandicDictionary.ts +18 -0
- package/src/framework/Language/Languages/ItalianDictionary.ts +18 -0
- package/src/framework/Language/Languages/LatvianDictionary.ts +18 -0
- package/src/framework/Language/Languages/LituanianDictionary.ts +18 -0
- package/src/framework/Language/Languages/NorwegianDictionary.ts +18 -0
- package/src/framework/Language/Languages/PolishDictionary.ts +18 -0
- package/src/framework/Language/Languages/PortugueseDictionary.ts +18 -0
- package/src/framework/Language/Languages/SpanishDictionary.ts +18 -0
- package/src/framework/Language/Languages/SwedishDictionary.ts +18 -0
- package/src/framework/Language/Translator.ts +87 -3
- package/src/framework/Utilities/ArrayUtil.ts +31 -0
- package/src/framework/Utilities/DomUtil.ts +117 -0
- package/src/framework/Utilities/MakeRequest.ts +47 -0
- package/src/framework/Utilities/StringUtil.ts +9 -0
- package/src/framework/Utilities/ViewportUtil.ts +46 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var FrenchDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(FrenchDictionary, _super);
|
|
21
|
+
function FrenchDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "adresse",
|
|
26
|
+
City: "ville",
|
|
27
|
+
Country: "pays",
|
|
28
|
+
Zip: "code postal"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Compte bancaire",
|
|
32
|
+
RegistrationNumber: "Numéro d'enregistrement du compte bancaire"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return FrenchDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = FrenchDictionary;
|
|
40
|
+
//# sourceMappingURL=FrenchDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FrenchDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/FrenchDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAA8C,oCAAc;IAA5D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,SAAS;gBAClB,IAAI,EAAE,OAAO;gBACb,OAAO,EAAE,MAAM;gBACf,GAAG,EAAE,aAAa;aACrB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,iBAAiB;gBAC1B,kBAAkB,EAAE,4CAA4C;aACnE;SACJ,CAAC;;IAEN,CAAC;IAAD,uBAAC;AAAD,CAAC,AAfD,CAA8C,wBAAc,GAe3D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var GermanDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(GermanDictionary, _super);
|
|
21
|
+
function GermanDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "Adresse",
|
|
26
|
+
City: "Stadt",
|
|
27
|
+
Country: "Land",
|
|
28
|
+
Zip: "Postleitzahl"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Bankkonto",
|
|
32
|
+
RegistrationNumber: "Bankkontoregistrierungsnummer"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return GermanDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = GermanDictionary;
|
|
40
|
+
//# sourceMappingURL=GermanDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GermanDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/GermanDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAA8C,oCAAc;IAA5D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,SAAS;gBAClB,IAAI,EAAE,OAAO;gBACb,OAAO,EAAE,MAAM;gBACf,GAAG,EAAE,cAAc;aACtB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,WAAW;gBACpB,kBAAkB,EAAE,+BAA+B;aACtD;SACJ,CAAC;;IAEN,CAAC;IAAD,uBAAC;AAAD,CAAC,AAfD,CAA8C,wBAAc,GAe3D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var GreekDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(GreekDictionary, _super);
|
|
21
|
+
function GreekDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "διεύθυνση",
|
|
26
|
+
City: "πόλη",
|
|
27
|
+
Country: "χώρα",
|
|
28
|
+
Zip: "ταχυδρομικός κώδικας"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Τραπεζικός λογαριασμός",
|
|
32
|
+
RegistrationNumber: "Αριθμός εγγραφής τραπεζικού λογαριασμού"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return GreekDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = GreekDictionary;
|
|
40
|
+
//# sourceMappingURL=GreekDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GreekDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/GreekDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAA6C,mCAAc;IAA3D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,WAAW;gBACpB,IAAI,EAAE,MAAM;gBACZ,OAAO,EAAE,MAAM;gBACf,GAAG,EAAE,sBAAsB;aAC9B;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,wBAAwB;gBACjC,kBAAkB,EAAE,yCAAyC;aAChE;SACJ,CAAC;;IAEN,CAAC;IAAD,sBAAC;AAAD,CAAC,AAfD,CAA6C,wBAAc,GAe1D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var HungarianDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(HungarianDictionary, _super);
|
|
21
|
+
function HungarianDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "cím",
|
|
26
|
+
City: "város",
|
|
27
|
+
Country: "ország",
|
|
28
|
+
Zip: "irányítószám"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Banki számla",
|
|
32
|
+
RegistrationNumber: "Banki számla regisztrációs száma"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return HungarianDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = HungarianDictionary;
|
|
40
|
+
//# sourceMappingURL=HungarianDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HungarianDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/HungarianDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAAiD,uCAAc;IAA/D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,KAAK;gBACd,IAAI,EAAE,OAAO;gBACb,OAAO,EAAE,QAAQ;gBACjB,GAAG,EAAE,cAAc;aACtB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,cAAc;gBACvB,kBAAkB,EAAE,kCAAkC;aACzD;SACJ,CAAC;;IAEN,CAAC;IAAD,0BAAC;AAAD,CAAC,AAfD,CAAiD,wBAAc,GAe9D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var IcelandicDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(IcelandicDictionary, _super);
|
|
21
|
+
function IcelandicDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "heimilisfang",
|
|
26
|
+
City: "borg",
|
|
27
|
+
Country: "land",
|
|
28
|
+
Zip: "póstnúmer"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Bankareikningur",
|
|
32
|
+
RegistrationNumber: "Númer skráningar á bankareikningi"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return IcelandicDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = IcelandicDictionary;
|
|
40
|
+
//# sourceMappingURL=IcelandicDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IcelandicDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/IcelandicDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAAiD,uCAAc;IAA/D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,cAAc;gBACvB,IAAI,EAAE,MAAM;gBACZ,OAAO,EAAE,MAAM;gBACf,GAAG,EAAE,WAAW;aACnB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,iBAAiB;gBAC1B,kBAAkB,EAAE,mCAAmC;aAC1D;SACJ,CAAC;;IAEN,CAAC;IAAD,0BAAC;AAAD,CAAC,AAfD,CAAiD,wBAAc,GAe9D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var ItalianDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(ItalianDictionary, _super);
|
|
21
|
+
function ItalianDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "indirizzo",
|
|
26
|
+
City: "città",
|
|
27
|
+
Country: "nazione",
|
|
28
|
+
Zip: "codice postale"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "conto bancario",
|
|
32
|
+
RegistrationNumber: "Numero di registrazione del conto bancario"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return ItalianDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = ItalianDictionary;
|
|
40
|
+
//# sourceMappingURL=ItalianDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ItalianDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/ItalianDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAA+C,qCAAc;IAA7D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,WAAW;gBACpB,IAAI,EAAE,OAAO;gBACb,OAAO,EAAE,SAAS;gBAClB,GAAG,EAAE,gBAAgB;aACxB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,gBAAgB;gBACzB,kBAAkB,EAAE,4CAA4C;aACnE;SACJ,CAAC;;IAEN,CAAC;IAAD,wBAAC;AAAD,CAAC,AAfD,CAA+C,wBAAc,GAe5D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var LatvianDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(LatvianDictionary, _super);
|
|
21
|
+
function LatvianDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "adrese",
|
|
26
|
+
City: "pilsēta",
|
|
27
|
+
Country: "valsts",
|
|
28
|
+
Zip: "pasta indekss"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Bankas konts",
|
|
32
|
+
RegistrationNumber: "Bankas konta reģistrācijas numurs"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return LatvianDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = LatvianDictionary;
|
|
40
|
+
//# sourceMappingURL=LatvianDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LatvianDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/LatvianDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAA+C,qCAAc;IAA7D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,QAAQ;gBACjB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,QAAQ;gBACjB,GAAG,EAAE,eAAe;aACvB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,cAAc;gBACvB,kBAAkB,EAAE,mCAAmC;aAC1D;SACJ,CAAC;;IAEN,CAAC;IAAD,wBAAC;AAAD,CAAC,AAfD,CAA+C,wBAAc,GAe5D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var LituanianDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(LituanianDictionary, _super);
|
|
21
|
+
function LituanianDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "adresas",
|
|
26
|
+
City: "miestas",
|
|
27
|
+
Country: "šalis",
|
|
28
|
+
Zip: "pašto kodas"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Banko sąskaita",
|
|
32
|
+
RegistrationNumber: "Banko sąskaitos registracijos numeris"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return LituanianDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = LituanianDictionary;
|
|
40
|
+
//# sourceMappingURL=LituanianDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LituanianDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/LituanianDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAAiD,uCAAc;IAA/D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,SAAS;gBAClB,IAAI,EAAE,SAAS;gBACf,OAAO,EAAE,OAAO;gBAChB,GAAG,EAAE,aAAa;aACrB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,gBAAgB;gBACzB,kBAAkB,EAAE,uCAAuC;aAC9D;SACJ,CAAC;;IAEN,CAAC;IAAD,0BAAC;AAAD,CAAC,AAfD,CAAiD,wBAAc,GAe9D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var NorwegianDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(NorwegianDictionary, _super);
|
|
21
|
+
function NorwegianDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "adresse",
|
|
26
|
+
City: "by",
|
|
27
|
+
Country: "land",
|
|
28
|
+
Zip: "postnummer"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Bankkonto",
|
|
32
|
+
RegistrationNumber: "Registreringsnummer for bankkonto"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return NorwegianDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = NorwegianDictionary;
|
|
40
|
+
//# sourceMappingURL=NorwegianDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NorwegianDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/NorwegianDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAAiD,uCAAc;IAA/D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,SAAS;gBAClB,IAAI,EAAE,IAAI;gBACV,OAAO,EAAE,MAAM;gBACf,GAAG,EAAE,YAAY;aACpB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,WAAW;gBACpB,kBAAkB,EAAE,mCAAmC;aAC1D;SACJ,CAAC;;IAEN,CAAC;IAAD,0BAAC;AAAD,CAAC,AAfD,CAAiD,wBAAc,GAe9D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var PolishDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(PolishDictionary, _super);
|
|
21
|
+
function PolishDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "adres",
|
|
26
|
+
City: "miasto",
|
|
27
|
+
Country: "kraj",
|
|
28
|
+
Zip: "kod pocztowy"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Konto bankowe",
|
|
32
|
+
RegistrationNumber: "Numer rejestracyjny konta bankowego"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return PolishDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = PolishDictionary;
|
|
40
|
+
//# sourceMappingURL=PolishDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PolishDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/PolishDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAA8C,oCAAc;IAA5D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,OAAO;gBAChB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM;gBACf,GAAG,EAAE,cAAc;aACtB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,eAAe;gBACxB,kBAAkB,EAAE,qCAAqC;aAC5D;SACJ,CAAC;;IAEN,CAAC;IAAD,uBAAC;AAAD,CAAC,AAfD,CAA8C,wBAAc,GAe3D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var PortugueseDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(PortugueseDictionary, _super);
|
|
21
|
+
function PortugueseDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "endereço",
|
|
26
|
+
City: "cidade",
|
|
27
|
+
Country: "país",
|
|
28
|
+
Zip: "código postal"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Conta bancária",
|
|
32
|
+
RegistrationNumber: "Número de registro da conta bancária"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return PortugueseDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = PortugueseDictionary;
|
|
40
|
+
//# sourceMappingURL=PortugueseDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PortugueseDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/PortugueseDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAAkD,wCAAc;IAAhE;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,UAAU;gBACnB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM;gBACf,GAAG,EAAE,eAAe;aACvB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,gBAAgB;gBACzB,kBAAkB,EAAE,sCAAsC;aAC7D;SACJ,CAAC;;IAEN,CAAC;IAAD,2BAAC;AAAD,CAAC,AAfD,CAAkD,wBAAc,GAe/D"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __extends = (this && this.__extends) || (function () {
|
|
3
|
+
var extendStatics = function (d, b) {
|
|
4
|
+
extendStatics = Object.setPrototypeOf ||
|
|
5
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
6
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
7
|
+
return extendStatics(d, b);
|
|
8
|
+
};
|
|
9
|
+
return function (d, b) {
|
|
10
|
+
if (typeof b !== "function" && b !== null)
|
|
11
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
12
|
+
extendStatics(d, b);
|
|
13
|
+
function __() { this.constructor = d; }
|
|
14
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
15
|
+
};
|
|
16
|
+
})();
|
|
17
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
|
+
var BaseDictionary_1 = require("./Base/BaseDictionary");
|
|
19
|
+
var SpanishDictionary = /** @class */ (function (_super) {
|
|
20
|
+
__extends(SpanishDictionary, _super);
|
|
21
|
+
function SpanishDictionary() {
|
|
22
|
+
var _this = _super !== null && _super.apply(this, arguments) || this;
|
|
23
|
+
_this.dictionary = {
|
|
24
|
+
AddressElement: {
|
|
25
|
+
Address: "dirección",
|
|
26
|
+
City: "ciudad",
|
|
27
|
+
Country: "país",
|
|
28
|
+
Zip: "código postal"
|
|
29
|
+
},
|
|
30
|
+
BankElement: {
|
|
31
|
+
Account: "Cuenta bancaria",
|
|
32
|
+
RegistrationNumber: "Número de registro de cuenta bancaria"
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
return _this;
|
|
36
|
+
}
|
|
37
|
+
return SpanishDictionary;
|
|
38
|
+
}(BaseDictionary_1.default));
|
|
39
|
+
exports.default = SpanishDictionary;
|
|
40
|
+
//# sourceMappingURL=SpanishDictionary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SpanishDictionary.js","sourceRoot":"","sources":["../../../../src/framework/Language/Languages/SpanishDictionary.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,wDAAmD;AAEnD;IAA+C,qCAAc;IAA7D;QAAA,qEAeC;QAbG,gBAAU,GAAQ;YACd,cAAc,EAAE;gBACZ,OAAO,EAAE,WAAW;gBACpB,IAAI,EAAE,QAAQ;gBACd,OAAO,EAAE,MAAM;gBACf,GAAG,EAAE,eAAe;aACvB;YACD,WAAW,EAAE;gBACT,OAAO,EAAE,iBAAiB;gBAC1B,kBAAkB,EAAE,uCAAuC;aAC9D;SACJ,CAAC;;IAEN,CAAC;IAAD,wBAAC;AAAD,CAAC,AAfD,CAA+C,wBAAc,GAe5D"}
|