@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.
Files changed (137) hide show
  1. package/dist/custom-form.js +5 -4
  2. package/dist/custom-form.js.map +1 -1
  3. package/dist/elements/CheckBoxElement/CheckBoxElement.js +2 -2
  4. package/dist/elements/CheckBoxElement/CheckBoxElement.js.map +1 -1
  5. package/dist/elements/DropDownList/DropDownListElement.js +2 -2
  6. package/dist/elements/DropDownList/DropDownListElement.js.map +1 -1
  7. package/dist/elements/FileField/FileFieldElement.d.ts +3 -0
  8. package/dist/elements/FileField/FileFieldElement.js +21 -1
  9. package/dist/elements/FileField/FileFieldElement.js.map +1 -1
  10. package/dist/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.js +19 -13
  11. package/dist/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.js.map +1 -1
  12. package/dist/elements/RadioButtonGroup/RadioButtonGroupElement.js +2 -2
  13. package/dist/elements/RadioButtonGroup/RadioButtonGroupElement.js.map +1 -1
  14. package/dist/framework/CustomInputElement.d.ts +1 -1
  15. package/dist/framework/CustomInputElement.js +4 -3
  16. package/dist/framework/CustomInputElement.js.map +1 -1
  17. package/dist/framework/Language/Languages/CzechDictionary.d.ts +4 -0
  18. package/dist/framework/Language/Languages/CzechDictionary.js +40 -0
  19. package/dist/framework/Language/Languages/CzechDictionary.js.map +1 -0
  20. package/dist/framework/Language/Languages/DutchDictionary.d.ts +4 -0
  21. package/dist/framework/Language/Languages/DutchDictionary.js +40 -0
  22. package/dist/framework/Language/Languages/DutchDictionary.js.map +1 -0
  23. package/dist/framework/Language/Languages/EstonianDictionary.d.ts +4 -0
  24. package/dist/framework/Language/Languages/EstonianDictionary.js +40 -0
  25. package/dist/framework/Language/Languages/EstonianDictionary.js.map +1 -0
  26. package/dist/framework/Language/Languages/FinnishDictionary.d.ts +4 -0
  27. package/dist/framework/Language/Languages/FinnishDictionary.js +40 -0
  28. package/dist/framework/Language/Languages/FinnishDictionary.js.map +1 -0
  29. package/dist/framework/Language/Languages/FrenchDictionary.d.ts +4 -0
  30. package/dist/framework/Language/Languages/FrenchDictionary.js +40 -0
  31. package/dist/framework/Language/Languages/FrenchDictionary.js.map +1 -0
  32. package/dist/framework/Language/Languages/GermanDictionary.d.ts +4 -0
  33. package/dist/framework/Language/Languages/GermanDictionary.js +40 -0
  34. package/dist/framework/Language/Languages/GermanDictionary.js.map +1 -0
  35. package/dist/framework/Language/Languages/GreekDictionary.d.ts +4 -0
  36. package/dist/framework/Language/Languages/GreekDictionary.js +40 -0
  37. package/dist/framework/Language/Languages/GreekDictionary.js.map +1 -0
  38. package/dist/framework/Language/Languages/HungarianDictionary.d.ts +4 -0
  39. package/dist/framework/Language/Languages/HungarianDictionary.js +40 -0
  40. package/dist/framework/Language/Languages/HungarianDictionary.js.map +1 -0
  41. package/dist/framework/Language/Languages/IcelandicDictionary.d.ts +4 -0
  42. package/dist/framework/Language/Languages/IcelandicDictionary.js +40 -0
  43. package/dist/framework/Language/Languages/IcelandicDictionary.js.map +1 -0
  44. package/dist/framework/Language/Languages/ItalianDictionary.d.ts +4 -0
  45. package/dist/framework/Language/Languages/ItalianDictionary.js +40 -0
  46. package/dist/framework/Language/Languages/ItalianDictionary.js.map +1 -0
  47. package/dist/framework/Language/Languages/LatvianDictionary.d.ts +4 -0
  48. package/dist/framework/Language/Languages/LatvianDictionary.js +40 -0
  49. package/dist/framework/Language/Languages/LatvianDictionary.js.map +1 -0
  50. package/dist/framework/Language/Languages/LituanianDictionary.d.ts +4 -0
  51. package/dist/framework/Language/Languages/LituanianDictionary.js +40 -0
  52. package/dist/framework/Language/Languages/LituanianDictionary.js.map +1 -0
  53. package/dist/framework/Language/Languages/NorwegianDictionary.d.ts +4 -0
  54. package/dist/framework/Language/Languages/NorwegianDictionary.js +40 -0
  55. package/dist/framework/Language/Languages/NorwegianDictionary.js.map +1 -0
  56. package/dist/framework/Language/Languages/PolishDictionary.d.ts +4 -0
  57. package/dist/framework/Language/Languages/PolishDictionary.js +40 -0
  58. package/dist/framework/Language/Languages/PolishDictionary.js.map +1 -0
  59. package/dist/framework/Language/Languages/PortugueseDictionary.d.ts +4 -0
  60. package/dist/framework/Language/Languages/PortugueseDictionary.js +40 -0
  61. package/dist/framework/Language/Languages/PortugueseDictionary.js.map +1 -0
  62. package/dist/framework/Language/Languages/SpanishDictionary.d.ts +4 -0
  63. package/dist/framework/Language/Languages/SpanishDictionary.js +40 -0
  64. package/dist/framework/Language/Languages/SpanishDictionary.js.map +1 -0
  65. package/dist/framework/Language/Languages/SwedishDictionary.d.ts +4 -0
  66. package/dist/framework/Language/Languages/SwedishDictionary.js +40 -0
  67. package/dist/framework/Language/Languages/SwedishDictionary.js.map +1 -0
  68. package/dist/framework/Language/Translator.d.ts +17 -0
  69. package/dist/framework/Language/Translator.js +86 -3
  70. package/dist/framework/Language/Translator.js.map +1 -1
  71. package/dist/framework/Utilities/ArrayUtil.d.ts +6 -0
  72. package/dist/framework/Utilities/ArrayUtil.js +37 -0
  73. package/dist/framework/Utilities/ArrayUtil.js.map +1 -0
  74. package/dist/framework/Utilities/DomUtil.d.ts +21 -0
  75. package/dist/framework/Utilities/DomUtil.js +102 -0
  76. package/dist/framework/Utilities/DomUtil.js.map +1 -0
  77. package/dist/framework/Utilities/MakeRequest.d.ts +8 -0
  78. package/dist/framework/Utilities/MakeRequest.js +49 -0
  79. package/dist/framework/Utilities/MakeRequest.js.map +1 -0
  80. package/dist/framework/Utilities/StringUtil.d.ts +4 -0
  81. package/dist/framework/Utilities/StringUtil.js +17 -0
  82. package/dist/framework/Utilities/StringUtil.js.map +1 -0
  83. package/dist/framework/Utilities/ViewportUtil.d.ts +8 -0
  84. package/dist/framework/Utilities/ViewportUtil.js +43 -0
  85. package/dist/framework/Utilities/ViewportUtil.js.map +1 -0
  86. package/node_modules/@webcomponents/webcomponentsjs/CHANGELOG.md +15 -0
  87. package/node_modules/@webcomponents/webcomponentsjs/README.md +13 -0
  88. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js +31 -31
  89. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-ce.js.map +1 -1
  90. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js +15 -13
  91. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_dom.js.map +1 -1
  92. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-pf_js.js.map +1 -1
  93. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js +237 -223
  94. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce-pf.js.map +1 -1
  95. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js +188 -176
  96. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd-ce.js.map +1 -1
  97. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js +155 -144
  98. package/node_modules/@webcomponents/webcomponentsjs/bundles/webcomponents-sd.js.map +1 -1
  99. package/node_modules/@webcomponents/webcomponentsjs/package.json +31 -64
  100. package/node_modules/@webcomponents/webcomponentsjs/src/entrypoints/webcomponents-pf_dom-index.js +2 -0
  101. package/node_modules/@webcomponents/webcomponentsjs/src/platform/event-listener-options.js +122 -0
  102. package/node_modules/@webcomponents/webcomponentsjs/src/platform/toggle-attribute.js +39 -0
  103. package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.d.ts +1 -0
  104. package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js +239 -225
  105. package/node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js.map +1 -1
  106. package/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js +35 -3
  107. package/package.json +2 -3
  108. package/src/custom-form.ts +2 -1
  109. package/src/elements/CheckBoxElement/CheckBoxElement.ts +1 -1
  110. package/src/elements/DropDownList/DropDownListElement.ts +1 -1
  111. package/src/elements/FileField/FileFieldElement.ts +20 -0
  112. package/src/elements/InternationaPhoneNumber/InternationaPhoneNumberElement.ts +22 -17
  113. package/src/elements/RadioButtonGroup/RadioButtonGroupElement.ts +1 -1
  114. package/src/framework/CustomInputElement.ts +2 -1
  115. package/src/framework/Language/Languages/CzechDictionary.ts +18 -0
  116. package/src/framework/Language/Languages/DutchDictionary.ts +18 -0
  117. package/src/framework/Language/Languages/EstonianDictionary.ts +18 -0
  118. package/src/framework/Language/Languages/FinnishDictionary.ts +18 -0
  119. package/src/framework/Language/Languages/FrenchDictionary.ts +18 -0
  120. package/src/framework/Language/Languages/GermanDictionary.ts +18 -0
  121. package/src/framework/Language/Languages/GreekDictionary.ts +18 -0
  122. package/src/framework/Language/Languages/HungarianDictionary.ts +18 -0
  123. package/src/framework/Language/Languages/IcelandicDictionary.ts +18 -0
  124. package/src/framework/Language/Languages/ItalianDictionary.ts +18 -0
  125. package/src/framework/Language/Languages/LatvianDictionary.ts +18 -0
  126. package/src/framework/Language/Languages/LituanianDictionary.ts +18 -0
  127. package/src/framework/Language/Languages/NorwegianDictionary.ts +18 -0
  128. package/src/framework/Language/Languages/PolishDictionary.ts +18 -0
  129. package/src/framework/Language/Languages/PortugueseDictionary.ts +18 -0
  130. package/src/framework/Language/Languages/SpanishDictionary.ts +18 -0
  131. package/src/framework/Language/Languages/SwedishDictionary.ts +18 -0
  132. package/src/framework/Language/Translator.ts +87 -3
  133. package/src/framework/Utilities/ArrayUtil.ts +31 -0
  134. package/src/framework/Utilities/DomUtil.ts +117 -0
  135. package/src/framework/Utilities/MakeRequest.ts +47 -0
  136. package/src/framework/Utilities/StringUtil.ts +9 -0
  137. package/src/framework/Utilities/ViewportUtil.ts +46 -0
@@ -157,16 +157,48 @@
157
157
  }
158
158
 
159
159
  if (polyfills.length) {
160
+ // When the Trusted Types API is available, `policy` is a
161
+ // `TrustedTypePolicy` with functions for creating trusted HTML, scripts,
162
+ // and script URLs. This policy is used below to (a) approve the bundle URL
163
+ // string created by the loader that is assigned to a `<script>`'s `src`
164
+ // attribute, (b) approve a constant script string that is assigned to that
165
+ // `<script>'s `onload` attribute, and (c) approve the string of HTML that
166
+ // the loader reads from that `<script>`'s `outerHTML`.
167
+ //
168
+ // If the Trusted Types API is not available, the returned object exposes a
169
+ // similar interface to a `TrustedTypePolicy`, but all of its functions are
170
+ // the identity function.
171
+ var policy = (function () {
172
+ var identity = function (x) {
173
+ return x;
174
+ };
175
+ var policyOptions = {
176
+ createHTML: identity,
177
+ createScript: identity,
178
+ createScriptURL: identity,
179
+ };
180
+ var policy =
181
+ window.trustedTypes &&
182
+ window.trustedTypes.createPolicy('webcomponents-loader', policyOptions);
183
+ return policy || policyOptions;
184
+ })();
185
+
160
186
  var url;
161
187
  var polyfillFile = 'bundles/webcomponents-' + polyfills.join('-') + '.js';
162
188
 
163
189
  // Load it from the right place.
164
190
  if (window.WebComponents.root) {
165
191
  url = window.WebComponents.root + polyfillFile;
192
+ if (
193
+ window.trustedTypes &&
194
+ window.trustedTypes.isScriptURL(window.WebComponents.root)
195
+ ) {
196
+ url = policy.createScriptURL(url);
197
+ }
166
198
  } else {
167
199
  var script = document.querySelector('script[src*="' + name + '"]');
168
200
  // Load it from the right place.
169
- url = script.src.replace(name, polyfillFile);
201
+ url = policy.createScriptURL(script.src.replace(name, polyfillFile));
170
202
  }
171
203
 
172
204
  var newScript = document.createElement('script');
@@ -176,9 +208,9 @@
176
208
  // make sure custom elements are batched whenever parser gets to the injected script
177
209
  newScript.setAttribute(
178
210
  'onload',
179
- 'window.WebComponents._batchCustomElements()'
211
+ policy.createScript('window.WebComponents._batchCustomElements()')
180
212
  );
181
- document.write(newScript.outerHTML);
213
+ document.write(policy.createHTML(newScript.outerHTML));
182
214
  document.addEventListener('DOMContentLoaded', ready);
183
215
  } else {
184
216
  newScript.addEventListener('load', function () {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luftborn/custom-elements",
3
- "version": "1.1.44",
3
+ "version": "1.4.0",
4
4
  "description": "custom HTML elements for the form builder application ",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -14,10 +14,9 @@
14
14
  "@webcomponents/webcomponentsjs"
15
15
  ],
16
16
  "dependencies": {
17
- "@luftborn/utilities": "^1.1.8",
18
17
  "@types/googlemaps": "^3.39.6",
19
18
  "@webcomponents/custom-elements": "^1.4.1",
20
- "@webcomponents/webcomponentsjs": "^2.6.0",
19
+ "@webcomponents/webcomponentsjs": "^2.4.3",
21
20
  "intl-tel-input": "^16.0.8",
22
21
  "restore": "^0.3.0"
23
22
  },
@@ -1,6 +1,7 @@
1
1
  import { CustomInputElement } from './framework/CustomInputElement';
2
2
  import { FileFieldElement } from './elements/FileField/FileFieldElement';
3
- import { ArrayUtil, MakeRequest } from '@luftborn/utilities';
3
+ import ArrayUtil from './framework/Utilities/ArrayUtil';
4
+ import MakeRequest from './framework/Utilities/MakeRequest';
4
5
 
5
6
  export class CustomForm {
6
7
  action: string;
@@ -1,7 +1,7 @@
1
1
  import CustomElement from '../../framework/custom-element.decorator';
2
2
  import { CustomInputElement } from '../../framework/CustomInputElement';
3
3
  import { CustomElementEventArgs } from '../../framework/CustomEvents';
4
- import { StringUtil } from '@luftborn/utilities';
4
+ import { StringUtil } from '../../framework/Utilities/StringUtil';
5
5
 
6
6
  @CustomElement({
7
7
  selector: 'checkbox-element',
@@ -1,7 +1,7 @@
1
1
  import CustomElement from '../../framework/custom-element.decorator';
2
2
  import { CustomInputElement } from '../../framework/CustomInputElement';
3
3
  import { CustomElementEventArgs } from '../../framework/CustomEvents';
4
- import { StringUtil } from '@luftborn/utilities';
4
+ import { StringUtil } from '../../framework/Utilities/StringUtil';
5
5
 
6
6
  @CustomElement({
7
7
  selector: 'drop-down-element',
@@ -1,6 +1,7 @@
1
1
  import CustomElement from '../../framework/custom-element.decorator';
2
2
  import { CustomInputElement } from '../../framework/CustomInputElement';
3
3
  import { CustomElementEventArgs } from '../../framework/CustomEvents';
4
+ import getAttributeNamesPolyfill from '../../framework/Polyfills/getAttributeNamesPolyfill';
4
5
 
5
6
  @CustomElement({
6
7
  selector: 'file-element',
@@ -31,6 +32,7 @@ export class FileFieldElement extends CustomInputElement {
31
32
 
32
33
  constructor() {
33
34
  super();
35
+ getAttributeNamesPolyfill();
34
36
  }
35
37
 
36
38
  get value(): FileList {
@@ -50,6 +52,13 @@ export class FileFieldElement extends CustomInputElement {
50
52
  super.connectedCallback();
51
53
  }
52
54
 
55
+ componentDidMount() {
56
+ this.getAttributeNames().forEach(attributeName => {
57
+ let attributeValue = this.getAttribute(attributeName);
58
+ this.attributeChanged(attributeName, null, attributeValue);
59
+ });
60
+ }
61
+
53
62
  initChildInputs() {
54
63
  this.file = super.getChildInput('#file-field');
55
64
  this.file.addEventListener('change', this.change.bind(this));
@@ -73,4 +82,15 @@ export class FileFieldElement extends CustomInputElement {
73
82
  new CustomElementEventArgs(this.value, 'validate'),
74
83
  );
75
84
  }
85
+
86
+ attributeChangedCallback(name: string, oldVal: string, newVal: string) {
87
+ this.attributeChanged(name, oldVal, newVal);
88
+ }
89
+ private attributeChanged(name: string, oldVal: string, newVal: string) {
90
+ switch (name) {
91
+ case 'accept':
92
+ this.file.accept = newVal;
93
+ break;
94
+ }
95
+ }
76
96
  }
@@ -3,7 +3,7 @@ import { CustomInputElement } from '../../framework/CustomInputElement';
3
3
  import { CustomElementEventArgs } from '../../framework/CustomEvents';
4
4
  import * as intlTelInput from 'intl-tel-input';
5
5
  import { Plugin } from 'intl-tel-input';
6
- import { MakeRequest } from '@luftborn/utilities';
6
+ import MakeRequest from '../../framework/Utilities/MakeRequest';
7
7
 
8
8
  @CustomElement({
9
9
  selector: 'int-phone-element',
@@ -68,24 +68,29 @@ export class IntPhoneFieldElement extends CustomInputElement {
68
68
  }
69
69
  setIntlTelInput() {
70
70
  this.phone = super.getChildInput('#phone-field');
71
+ const geoIpLookup = (success, failure) => {
72
+ return new MakeRequest(
73
+ 'https://ipinfo.io/json?token=8226138217a68a',
74
+ 'get',
75
+ { 'content-type': 'application/json' },
76
+ )
77
+ .send()
78
+ .then((request: any) => {
79
+ const res = JSON.parse(request);
80
+ return success(res.country);
81
+ })
82
+ .catch(err => {
83
+ return success('DK');
84
+ });
85
+ };
86
+ const isIplookUpDisabled = this.getAttribute('data-disable-iplookup')?.toLowerCase() === "true";
87
+ const defaultCountry = isIplookUpDisabled ? 'dk' : 'auto';
88
+ const country = this.getAttribute('data-country')?.toLowerCase();
71
89
  this.intlTelInput = intlTelInput(this.phone, {
72
- geoIpLookup: (success, failure) => {
73
- return new MakeRequest(
74
- 'https://ipinfo.io/json?token=8226138217a68a',
75
- 'get',
76
- { 'content-type': 'application/json' },
77
- )
78
- .send()
79
- .then((request: any) => {
80
- const res = JSON.parse(request);
81
- return success(res.country);
82
- })
83
- .catch(err => {
84
- return success('DK');
85
- });
86
- },
90
+ geoIpLookup: isIplookUpDisabled ? null : geoIpLookup,
87
91
  hiddenInput: 'fullphone',
88
- initialCountry: 'auto',
92
+ initialCountry: country ?? defaultCountry,
93
+ preferredCountries: ["dk", "se", "gb"],
89
94
  nationalMode: true,
90
95
  utilsScript:
91
96
  'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/15.0.1/js/utils.js',
@@ -1,7 +1,7 @@
1
1
  import CustomElement from '../../framework/custom-element.decorator';
2
2
  import { CustomInputElement } from '../../framework/CustomInputElement';
3
3
  import { CustomElementEventArgs } from '../../framework/CustomEvents';
4
- import { StringUtil } from '@luftborn/utilities';
4
+ import { StringUtil } from '../../framework/Utilities/StringUtil';
5
5
 
6
6
  @CustomElement({
7
7
  selector: 'radio-group-element',
@@ -1,6 +1,7 @@
1
1
  import { CustomElementEvent, CustomElementEventArgs } from "./CustomEvents";
2
- import { DomUtil, ArrayUtil } from "@luftborn/utilities";
3
2
  import OptionWithDescription from "./Models/OptionWithDescription";
3
+ import ArrayUtil from "./Utilities/ArrayUtil";
4
+ import DomUtil from "./Utilities/DomUtil";
4
5
 
5
6
  class IDictionary<TValue> {
6
7
  [index: string]: TValue;
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class CzechDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "adresa",
8
+ City: "město",
9
+ Country: "země",
10
+ Zip: "poštovní směrovací číslo"
11
+ },
12
+ BankElement: {
13
+ Account: "Účet",
14
+ RegistrationNumber: "Registrační číslo"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class DutchDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "adres",
8
+ City: "stad",
9
+ Country: "land",
10
+ Zip: "postcode"
11
+ },
12
+ BankElement: {
13
+ Account: "Bankrekening",
14
+ RegistrationNumber: "Bankrekening Registratienummer"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class EstonianDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "aadress",
8
+ City: "linn",
9
+ Country: "riik",
10
+ Zip: "postiindeks"
11
+ },
12
+ BankElement: {
13
+ Account: "Pangakonto",
14
+ RegistrationNumber: "Pangakonto registreerimisnumber"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class FinnishDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "osoite",
8
+ City: "kaupunki",
9
+ Country: "maa",
10
+ Zip: "postinumero"
11
+ },
12
+ BankElement: {
13
+ Account: "Pankkitili",
14
+ RegistrationNumber: "Pankkitilin rekisteröintinumero"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class FrenchDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "adresse",
8
+ City: "ville",
9
+ Country: "pays",
10
+ Zip: "code postal"
11
+ },
12
+ BankElement: {
13
+ Account: "Compte bancaire",
14
+ RegistrationNumber: "Numéro d'enregistrement du compte bancaire"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class GermanDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "Adresse",
8
+ City: "Stadt",
9
+ Country: "Land",
10
+ Zip: "Postleitzahl"
11
+ },
12
+ BankElement: {
13
+ Account: "Bankkonto",
14
+ RegistrationNumber: "Bankkontoregistrierungsnummer"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class GreekDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "διεύθυνση",
8
+ City: "πόλη",
9
+ Country: "χώρα",
10
+ Zip: "ταχυδρομικός κώδικας"
11
+ },
12
+ BankElement: {
13
+ Account: "Τραπεζικός λογαριασμός",
14
+ RegistrationNumber: "Αριθμός εγγραφής τραπεζικού λογαριασμού"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class HungarianDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "cím",
8
+ City: "város",
9
+ Country: "ország",
10
+ Zip: "irányítószám"
11
+ },
12
+ BankElement: {
13
+ Account: "Banki számla",
14
+ RegistrationNumber: "Banki számla regisztrációs száma"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class IcelandicDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "heimilisfang",
8
+ City: "borg",
9
+ Country: "land",
10
+ Zip: "póstnúmer"
11
+ },
12
+ BankElement: {
13
+ Account: "Bankareikningur",
14
+ RegistrationNumber: "Númer skráningar á bankareikningi"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class ItalianDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "indirizzo",
8
+ City: "città",
9
+ Country: "nazione",
10
+ Zip: "codice postale"
11
+ },
12
+ BankElement: {
13
+ Account: "conto bancario",
14
+ RegistrationNumber: "Numero di registrazione del conto bancario"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class LatvianDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "adrese",
8
+ City: "pilsēta",
9
+ Country: "valsts",
10
+ Zip: "pasta indekss"
11
+ },
12
+ BankElement: {
13
+ Account: "Bankas konts",
14
+ RegistrationNumber: "Bankas konta reģistrācijas numurs"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class LituanianDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "adresas",
8
+ City: "miestas",
9
+ Country: "šalis",
10
+ Zip: "pašto kodas"
11
+ },
12
+ BankElement: {
13
+ Account: "Banko sąskaita",
14
+ RegistrationNumber: "Banko sąskaitos registracijos numeris"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class NorwegianDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "adresse",
8
+ City: "by",
9
+ Country: "land",
10
+ Zip: "postnummer"
11
+ },
12
+ BankElement: {
13
+ Account: "Bankkonto",
14
+ RegistrationNumber: "Registreringsnummer for bankkonto"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class PolishDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "adres",
8
+ City: "miasto",
9
+ Country: "kraj",
10
+ Zip: "kod pocztowy"
11
+ },
12
+ BankElement: {
13
+ Account: "Konto bankowe",
14
+ RegistrationNumber: "Numer rejestracyjny konta bankowego"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class PortugueseDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "endereço",
8
+ City: "cidade",
9
+ Country: "país",
10
+ Zip: "código postal"
11
+ },
12
+ BankElement: {
13
+ Account: "Conta bancária",
14
+ RegistrationNumber: "Número de registro da conta bancária"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class SpanishDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "dirección",
8
+ City: "ciudad",
9
+ Country: "país",
10
+ Zip: "código postal"
11
+ },
12
+ BankElement: {
13
+ Account: "Cuenta bancaria",
14
+ RegistrationNumber: "Número de registro de cuenta bancaria"
15
+ }
16
+ };
17
+
18
+ }
@@ -0,0 +1,18 @@
1
+ import BaseDictionary from "./Base/BaseDictionary";
2
+
3
+ export default class SwedishDictionary extends BaseDictionary {
4
+
5
+ dictionary: any = {
6
+ AddressElement: {
7
+ Address: "adress",
8
+ City: "stad",
9
+ Country: "land",
10
+ Zip: "postnummer"
11
+ },
12
+ BankElement: {
13
+ Account: "Bankkonto",
14
+ RegistrationNumber: "Bankkontoregistreringsnummer"
15
+ }
16
+ };
17
+
18
+ }