Skip to content

Commit 097e7f6

Browse files
committed
Check in build
1 parent 95f7965 commit 097e7f6

File tree

713 files changed

+1362562
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

713 files changed

+1362562
-0
lines changed

dist/.DS_Store

8 KB
Binary file not shown.

dist/data/address_formats.json

Lines changed: 268 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,268 @@
1+
{
2+
"_meta": {
3+
"version": "2.5.0",
4+
"generated": "2024-12-23T18:54:02.568Z",
5+
"url": "https://raw.githubusercontent.com/facebook/rapid/main/dist/data/address_formats.json",
6+
"hash": "f4c08b4f1b29bf7004309c79fbcc4310"
7+
},
8+
"addressFormats": [
9+
{
10+
"format": [
11+
["housenumber", "street"],
12+
["city", "postcode"]
13+
]
14+
},
15+
{
16+
"countryCodes": ["au"],
17+
"format": [
18+
["unit","housenumber", "street"],
19+
["suburb", "state", "postcode"]
20+
]
21+
},
22+
{
23+
"countryCodes": ["id"],
24+
"format": [
25+
["unit", "housename"],
26+
["street", "housenumber", "neighbourhood"],
27+
["subdistrict", "district"],
28+
["city", "province", "postcode"]
29+
]
30+
},
31+
{
32+
"countryCodes": ["gb"],
33+
"format": [
34+
["housename"],
35+
["housenumber", "street"],
36+
["city", "postcode"]
37+
]
38+
},
39+
{
40+
"countryCodes": ["ie"],
41+
"format": [
42+
["housename"],
43+
["housenumber", "street"],
44+
["city"],
45+
["postcode"]
46+
]
47+
},
48+
{
49+
"countryCodes": ["at", "bg", "ch", "de", "si", "pl"],
50+
"format": [
51+
["street", "housenumber"],
52+
["postcode", "city"]
53+
]
54+
},
55+
{
56+
"countryCodes": [
57+
"ad", "ba", "be", "cz", "dk", "es", "fi", "gr", "hr", "is",
58+
"it", "li", "nl", "no", "pt", "se", "sk", "sm", "va"
59+
],
60+
"format": [
61+
["street", "housenumber", "unit"],
62+
["postcode", "city"]
63+
]
64+
},
65+
{
66+
"countryCodes": ["fr", "lu", "mo"],
67+
"format": [
68+
["housenumber", "street"],
69+
["postcode", "city"]
70+
]
71+
},
72+
{
73+
"countryCodes": ["nz"],
74+
"format": [
75+
["housenumber", "street"],
76+
["suburb"],
77+
["city", "postcode"]
78+
]
79+
},
80+
{
81+
"countryCodes": ["br"],
82+
"format": [
83+
["street"],
84+
["housenumber", "suburb"],
85+
["city", "postcode"]
86+
]
87+
},
88+
{
89+
"countryCodes": ["vn"],
90+
"format": [
91+
["housenumber", "street"],
92+
["subdistrict"],
93+
["district"],
94+
["city"],
95+
["province", "postcode"]
96+
]
97+
},
98+
{
99+
"countryCodes": ["ca"],
100+
"format": [
101+
["housenumber", "street", "unit"],
102+
["city", "province", "postcode"]
103+
]
104+
},
105+
{
106+
"countryCodes": ["us"],
107+
"format": [
108+
["housenumber", "street", "unit"],
109+
["city", "state", "postcode"]
110+
]
111+
},
112+
{
113+
"countryCodes": ["tw"],
114+
"format": [
115+
["postcode", "city", "district"],
116+
["place", "street"],
117+
["housenumber", "floor", "unit"]
118+
]
119+
},
120+
{
121+
"countryCodes": ["jp"],
122+
"format": [
123+
["postcode", "province", "county"],
124+
["city", "suburb"],
125+
["quarter", "neighbourhood"],
126+
["block_number", "housenumber"]
127+
],
128+
"dropdowns": [
129+
"postcode", "province", "county", "city", "suburb",
130+
"quarter", "neighbourhood", "block_number"
131+
],
132+
"widths": {
133+
"postcode": 0.3,
134+
"province": 0.35,
135+
"county": 0.35,
136+
"city": 0.65,
137+
"suburb": 0.35,
138+
"quarter": 0.5,
139+
"neighbourhood": 0.5,
140+
"block_number": 0.5,
141+
"housenumber": 0.5
142+
}
143+
},
144+
{
145+
"countryCodes": ["kr"],
146+
"format": [
147+
["province", "city", "district"],
148+
["street", "housenumber", "unit"],
149+
["postcode"]
150+
]
151+
},
152+
{
153+
"countryCodes": ["tr"],
154+
"format": [
155+
["neighbourhood"],
156+
["street", "housenumber"],
157+
["postcode", "district", "city"]
158+
]
159+
},
160+
{
161+
"countryCodes": ["ua"],
162+
"format": [
163+
["housenumber", "postcode"],
164+
["street"]
165+
]
166+
},
167+
{
168+
"countryCodes": ["cn"],
169+
"format": [
170+
["postcode", "province"],
171+
["city", "district"],
172+
["street", "housenumber"]
173+
],
174+
"widths": {
175+
"postcode": 0.3,
176+
"province": 0.7,
177+
"city": 0.5,
178+
"district": 0.5,
179+
"street": 0.7,
180+
"housenumber": 0.3
181+
}
182+
},
183+
{
184+
"countryCodes": ["bo"],
185+
"format": [
186+
["street", "housenumber"],
187+
["neighbourhood", "city"]
188+
],
189+
"widths": {
190+
"street": 0.7,
191+
"housenumber": 0.3,
192+
"neighbourhood": 0.5,
193+
"city": 0.5
194+
}
195+
},
196+
{
197+
"countryCodes": ["pe"],
198+
"format": [
199+
["street", "housenumber"],
200+
["neighbourhood"],
201+
["city", "state", "postcode"]
202+
],
203+
"dropdowns": [
204+
"street", "neighbourhood", "city", "state", "postcode"
205+
],
206+
"widths": {
207+
"street": 0.7,
208+
"housenumber": 0.3,
209+
"city": 0.4,
210+
"state": 0.4,
211+
"postcode": 0.2
212+
}
213+
},
214+
{
215+
"countryCodes": ["mx"],
216+
"format": [
217+
["street", "housenumber"],
218+
["neighbourhood"],
219+
["postcode", "city", "state"]
220+
]
221+
},
222+
{
223+
"countryCodes": ["lv"],
224+
"format": [
225+
["street", "housenumber"],
226+
["housename", "subdistrict"],
227+
["district", "city", "postcode"]
228+
],
229+
"dropdowns": [
230+
"street", "city", "subdistrict", "district", "postcode"
231+
],
232+
"widths": {
233+
"street": 0.7,
234+
"housenumber": 0.3,
235+
"housename": 0.4,
236+
"subdistrict": 0.6,
237+
"district": 0.4,
238+
"city": 0.4,
239+
"postcode": 0.2
240+
}
241+
},
242+
{
243+
"countryCodes": ["in"],
244+
"format": [
245+
["housenumber", "street"],
246+
["city", "postcode"],
247+
["district"]
248+
]
249+
},
250+
{
251+
"countryCodes": ["ph"],
252+
"format": [
253+
["unit", "housename", "housenumber", "street"],
254+
["neighbourhood", "district", "city"],
255+
["postcode", "province"]
256+
]
257+
},
258+
{
259+
"countryCodes": ["th"],
260+
"format": [
261+
["housenumber", "place"],
262+
["street"],
263+
["subdistrict", "district"],
264+
["province", "postcode"]
265+
]
266+
}
267+
]
268+
}

dist/data/address_formats.min.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"_meta":{"version":"2.5.0","generated":"2024-12-23T18:54:02.568Z","url":"https://raw.githubusercontent.com/facebook/rapid/main/dist/data/address_formats.json","hash":"f4c08b4f1b29bf7004309c79fbcc4310"},"addressFormats":[{"format":[["housenumber","street"],["city","postcode"]]},{"countryCodes":["au"],"format":[["unit","housenumber","street"],["suburb","state","postcode"]]},{"countryCodes":["id"],"format":[["unit","housename"],["street","housenumber","neighbourhood"],["subdistrict","district"],["city","province","postcode"]]},{"countryCodes":["gb"],"format":[["housename"],["housenumber","street"],["city","postcode"]]},{"countryCodes":["ie"],"format":[["housename"],["housenumber","street"],["city"],["postcode"]]},{"countryCodes":["at","bg","ch","de","si","pl"],"format":[["street","housenumber"],["postcode","city"]]},{"countryCodes":["ad","ba","be","cz","dk","es","fi","gr","hr","is","it","li","nl","no","pt","se","sk","sm","va"],"format":[["street","housenumber","unit"],["postcode","city"]]},{"countryCodes":["fr","lu","mo"],"format":[["housenumber","street"],["postcode","city"]]},{"countryCodes":["nz"],"format":[["housenumber","street"],["suburb"],["city","postcode"]]},{"countryCodes":["br"],"format":[["street"],["housenumber","suburb"],["city","postcode"]]},{"countryCodes":["vn"],"format":[["housenumber","street"],["subdistrict"],["district"],["city"],["province","postcode"]]},{"countryCodes":["ca"],"format":[["housenumber","street","unit"],["city","province","postcode"]]},{"countryCodes":["us"],"format":[["housenumber","street","unit"],["city","state","postcode"]]},{"countryCodes":["tw"],"format":[["postcode","city","district"],["place","street"],["housenumber","floor","unit"]]},{"countryCodes":["jp"],"format":[["postcode","province","county"],["city","suburb"],["quarter","neighbourhood"],["block_number","housenumber"]],"dropdowns":["postcode","province","county","city","suburb","quarter","neighbourhood","block_number"],"widths":{"postcode":0.3,"province":0.35,"county":0.35,"city":0.65,"suburb":0.35,"quarter":0.5,"neighbourhood":0.5,"block_number":0.5,"housenumber":0.5}},{"countryCodes":["kr"],"format":[["province","city","district"],["street","housenumber","unit"],["postcode"]]},{"countryCodes":["tr"],"format":[["neighbourhood"],["street","housenumber"],["postcode","district","city"]]},{"countryCodes":["ua"],"format":[["housenumber","postcode"],["street"]]},{"countryCodes":["cn"],"format":[["postcode","province"],["city","district"],["street","housenumber"]],"widths":{"postcode":0.3,"province":0.7,"city":0.5,"district":0.5,"street":0.7,"housenumber":0.3}},{"countryCodes":["bo"],"format":[["street","housenumber"],["neighbourhood","city"]],"widths":{"street":0.7,"housenumber":0.3,"neighbourhood":0.5,"city":0.5}},{"countryCodes":["pe"],"format":[["street","housenumber"],["neighbourhood"],["city","state","postcode"]],"dropdowns":["street","neighbourhood","city","state","postcode"],"widths":{"street":0.7,"housenumber":0.3,"city":0.4,"state":0.4,"postcode":0.2}},{"countryCodes":["mx"],"format":[["street","housenumber"],["neighbourhood"],["postcode","city","state"]]},{"countryCodes":["lv"],"format":[["street","housenumber"],["housename","subdistrict"],["district","city","postcode"]],"dropdowns":["street","city","subdistrict","district","postcode"],"widths":{"street":0.7,"housenumber":0.3,"housename":0.4,"subdistrict":0.6,"district":0.4,"city":0.4,"postcode":0.2}},{"countryCodes":["in"],"format":[["housenumber","street"],["city","postcode"],["district"]]},{"countryCodes":["ph"],"format":[["unit","housename","housenumber","street"],["neighbourhood","district","city"],["postcode","province"]]},{"countryCodes":["th"],"format":[["housenumber","place"],["street"],["subdistrict","district"],["province","postcode"]]}]}

0 commit comments

Comments
 (0)