@arkyn/templates 3.0.1-beta.170 → 3.0.1-beta.172
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/brazilianStates.d.ts +6 -0
- package/dist/brazilianStates.d.ts.map +1 -0
- package/dist/countries.d.ts +10 -0
- package/dist/countries.d.ts.map +1 -0
- package/dist/countryCurrencies.d.ts +92 -0
- package/dist/countryCurrencies.d.ts.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +1911 -0
- package/dist/maximumFractionDigits.d.ts +3 -0
- package/dist/maximumFractionDigits.d.ts.map +1 -0
- package/dist/modules/brazilianStates.js +113 -0
- package/dist/modules/countries.js +1713 -0
- package/dist/modules/countryCurrencies.js +93 -0
- package/dist/modules/index.js +5 -0
- package/dist/modules/maximumFractionDigits.js +4 -0
- package/package.json +14 -4
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"brazilianStates.d.ts","sourceRoot":"","sources":["../src/brazilianStates.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe;;;GA4BpB,CAAC;AAEF,OAAO,EAAE,eAAe,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"countries.d.ts","sourceRoot":"","sources":["../src/countries.ts"],"names":[],"mappings":"AAAA,KAAK,WAAW,GAAG;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CACxB,CAAC;AAEF,QAAA,MAAM,SAAS,EAAE,WAAW,EA6qDlB,CAAC;AAEX,OAAO,EAAE,KAAK,WAAW,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
declare const countryCurrencies: {
|
|
2
|
+
USD: {
|
|
3
|
+
countryLanguage: string;
|
|
4
|
+
countryCurrency: string;
|
|
5
|
+
};
|
|
6
|
+
EUR: {
|
|
7
|
+
countryLanguage: string;
|
|
8
|
+
countryCurrency: string;
|
|
9
|
+
};
|
|
10
|
+
JPY: {
|
|
11
|
+
countryLanguage: string;
|
|
12
|
+
countryCurrency: string;
|
|
13
|
+
};
|
|
14
|
+
GBP: {
|
|
15
|
+
countryLanguage: string;
|
|
16
|
+
countryCurrency: string;
|
|
17
|
+
};
|
|
18
|
+
AUD: {
|
|
19
|
+
countryLanguage: string;
|
|
20
|
+
countryCurrency: string;
|
|
21
|
+
};
|
|
22
|
+
CAD: {
|
|
23
|
+
countryLanguage: string;
|
|
24
|
+
countryCurrency: string;
|
|
25
|
+
};
|
|
26
|
+
CHF: {
|
|
27
|
+
countryLanguage: string;
|
|
28
|
+
countryCurrency: string;
|
|
29
|
+
};
|
|
30
|
+
CNY: {
|
|
31
|
+
countryLanguage: string;
|
|
32
|
+
countryCurrency: string;
|
|
33
|
+
};
|
|
34
|
+
SEK: {
|
|
35
|
+
countryLanguage: string;
|
|
36
|
+
countryCurrency: string;
|
|
37
|
+
};
|
|
38
|
+
NZD: {
|
|
39
|
+
countryLanguage: string;
|
|
40
|
+
countryCurrency: string;
|
|
41
|
+
};
|
|
42
|
+
BRL: {
|
|
43
|
+
countryLanguage: string;
|
|
44
|
+
countryCurrency: string;
|
|
45
|
+
};
|
|
46
|
+
INR: {
|
|
47
|
+
countryLanguage: string;
|
|
48
|
+
countryCurrency: string;
|
|
49
|
+
};
|
|
50
|
+
RUB: {
|
|
51
|
+
countryLanguage: string;
|
|
52
|
+
countryCurrency: string;
|
|
53
|
+
};
|
|
54
|
+
ZAR: {
|
|
55
|
+
countryLanguage: string;
|
|
56
|
+
countryCurrency: string;
|
|
57
|
+
};
|
|
58
|
+
MXN: {
|
|
59
|
+
countryLanguage: string;
|
|
60
|
+
countryCurrency: string;
|
|
61
|
+
};
|
|
62
|
+
SGD: {
|
|
63
|
+
countryLanguage: string;
|
|
64
|
+
countryCurrency: string;
|
|
65
|
+
};
|
|
66
|
+
HKD: {
|
|
67
|
+
countryLanguage: string;
|
|
68
|
+
countryCurrency: string;
|
|
69
|
+
};
|
|
70
|
+
NOK: {
|
|
71
|
+
countryLanguage: string;
|
|
72
|
+
countryCurrency: string;
|
|
73
|
+
};
|
|
74
|
+
KRW: {
|
|
75
|
+
countryLanguage: string;
|
|
76
|
+
countryCurrency: string;
|
|
77
|
+
};
|
|
78
|
+
TRY: {
|
|
79
|
+
countryLanguage: string;
|
|
80
|
+
countryCurrency: string;
|
|
81
|
+
};
|
|
82
|
+
IDR: {
|
|
83
|
+
countryLanguage: string;
|
|
84
|
+
countryCurrency: string;
|
|
85
|
+
};
|
|
86
|
+
THB: {
|
|
87
|
+
countryLanguage: string;
|
|
88
|
+
countryCurrency: string;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
91
|
+
export { countryCurrencies };
|
|
92
|
+
//# sourceMappingURL=countryCurrencies.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"countryCurrencies.d.ts","sourceRoot":"","sources":["../src/countryCurrencies.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBtB,CAAC;AAEF,OAAO,EAAE,iBAAiB,EAAE,CAAC"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { brazilianStates } from "./brazilianStates";
|
|
2
|
+
export { type CountryType, countries } from "./countries";
|
|
3
|
+
export { countryCurrencies } from "./countryCurrencies";
|
|
4
|
+
export { maximumFractionDigits } from "./maximumFractionDigits";
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACpD,OAAO,EAAE,KAAK,WAAW,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAC1D,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC"}
|