@widergy/mobile-ui 1.14.6 → 1.15.1

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 (68) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/lib/components/Button/index.js +1 -1
  3. package/lib/components/UTBadge/index.js +2 -2
  4. package/lib/components/UTBadge/theme.js +9 -6
  5. package/lib/components/UTBaseInputField/README.md +45 -31
  6. package/lib/components/UTBaseInputField/components/ActionAdornment/index.js +5 -16
  7. package/lib/components/UTBaseInputField/components/BadgeAdornment/index.js +13 -0
  8. package/lib/components/UTBaseInputField/components/IconAdornment/constants.js +2 -0
  9. package/lib/components/UTBaseInputField/components/IconAdornment/index.js +20 -15
  10. package/lib/components/UTBaseInputField/components/IconAdornment/proptypes.js +20 -0
  11. package/lib/components/UTBaseInputField/components/IconAdornment/utils.js +7 -2
  12. package/lib/components/UTBaseInputField/constants.js +18 -3
  13. package/lib/components/UTBaseInputField/index.js +89 -88
  14. package/lib/components/UTBaseInputField/proptypes.js +60 -0
  15. package/lib/components/UTBaseInputField/theme.js +72 -32
  16. package/lib/components/UTBottomSheet/README.md +53 -0
  17. package/lib/components/UTBottomSheet/index.js +139 -0
  18. package/lib/components/UTBottomSheet/styles.js +46 -0
  19. package/lib/components/UTButton/constants.js +5 -14
  20. package/lib/components/UTButton/index.js +6 -22
  21. package/lib/components/UTButton/proptypes.js +29 -0
  22. package/lib/components/UTButton/theme.js +6 -5
  23. package/lib/components/UTCheckBox/README.md +4 -30
  24. package/lib/components/UTCheckBox/constants.js +4 -1
  25. package/lib/components/UTCheckBox/index.js +33 -22
  26. package/lib/components/UTCheckBox/proptypes.js +12 -3
  27. package/lib/components/UTCheckBox/styles.js +7 -0
  28. package/lib/components/UTCheckBox/theme.js +98 -54
  29. package/lib/components/UTCheckList/README.MD +14 -10
  30. package/lib/components/UTCheckList/constants.js +6 -1
  31. package/lib/components/UTCheckList/index.js +44 -66
  32. package/lib/components/UTCheckList/proptypes.js +48 -0
  33. package/lib/components/UTCheckList/styles.js +10 -5
  34. package/lib/components/UTCheckList/utils.js +5 -0
  35. package/lib/components/UTFieldLabel/index.js +4 -3
  36. package/lib/components/UTLabel/constants.js +11 -11
  37. package/lib/components/UTLabel/index.js +3 -17
  38. package/lib/components/UTLabel/proptypes.js +19 -0
  39. package/lib/components/UTLabel/theme.js +2 -2
  40. package/lib/components/UTMenu/index.js +1 -1
  41. package/lib/components/UTPasswordField/versions/V0/components/PasswordValidations/styles.js +1 -0
  42. package/lib/components/UTPasswordField/versions/V1/index.js +3 -2
  43. package/lib/components/UTPhoneInput/constants.js +303 -0
  44. package/lib/components/UTPhoneInput/index.js +296 -0
  45. package/lib/components/UTPhoneInput/styles.js +18 -0
  46. package/lib/components/UTSearchField/README.md +42 -0
  47. package/lib/components/UTSearchField/index.js +59 -0
  48. package/lib/components/UTSearchField/proptypes.js +28 -0
  49. package/lib/components/UTSelect/index.js +10 -97
  50. package/lib/components/UTSelect/{componentes → versions/V0/componentes}/MultipleItem/index.js +1 -1
  51. package/lib/components/UTSelect/versions/V0/index.js +103 -0
  52. package/lib/components/UTSelect/versions/V1/README.md +82 -0
  53. package/lib/components/UTSelect/versions/V1/index.js +171 -0
  54. package/lib/components/UTSelect/versions/V1/proptypes.js +45 -0
  55. package/lib/components/UTSelect/versions/V1/styles.js +18 -0
  56. package/lib/components/UTTextArea/index.js +4 -2
  57. package/lib/components/UTTextInput/versions/V0/components/BaseInput/index.js +3 -3
  58. package/lib/components/UTTextInput/versions/V1/README.md +36 -35
  59. package/lib/components/UTTextInput/versions/V1/components/TextInputField/index.js +24 -15
  60. package/lib/components/UTTextInput/versions/V1/constants.js +3 -5
  61. package/lib/components/UTTextInput/versions/V1/index.js +25 -20
  62. package/lib/components/UTTextInput/versions/V1/proptypes.js +25 -7
  63. package/lib/constants/inputs.js +4 -0
  64. package/lib/index.js +47 -51
  65. package/package.json +2 -2
  66. /package/lib/components/UTSelect/{componentes → versions/V0/componentes}/MultipleItem/styles.js +0 -0
  67. /package/lib/components/UTSelect/{proptypes.js → versions/V0/proptypes.js} +0 -0
  68. /package/lib/components/UTSelect/{styles.js → versions/V0/styles.js} +0 -0
@@ -32,20 +32,20 @@ export const WEIGHTS = {
32
32
  };
33
33
 
34
34
  export const COLOR_THEMES = {
35
- accent: 'accent',
36
- dark: 'dark',
37
- error: 'error',
38
- gray: 'gray',
39
- information: 'information',
40
- light: 'light',
41
- negative: 'negative',
42
- neutral: 'neutral',
43
- success: 'success',
44
- warning: 'warning'
35
+ ACCENT: 'accent',
36
+ DARK: 'dark',
37
+ ERROR: 'error',
38
+ GRAY: 'gray',
39
+ INFORMATION: 'information',
40
+ LIGHT: 'light',
41
+ NEGATIVE: 'negative',
42
+ NEUTRAL: 'neutral',
43
+ SUCCESS: 'success',
44
+ WARNING: 'warning'
45
45
  };
46
46
 
47
47
  export const DEFAULT_PROPS = {
48
- colorTheme: 'dark',
48
+ colorTheme: COLOR_THEMES.DARK,
49
49
  field: {},
50
50
  style: {},
51
51
  variant: 'body',
@@ -1,14 +1,12 @@
1
1
  import React from 'react';
2
- import { any, bool, func, number, objectOf, string } from 'prop-types';
3
2
  import { Text } from 'react-native';
4
- import { ViewPropTypes } from 'deprecated-react-native-prop-types';
5
3
  import Markdown from 'react-native-markdown-display';
6
4
 
7
5
  import { useTheme } from '../../theming';
8
6
 
9
- import { DEFAULT_PROPS } from './constants';
10
7
  import { markdownFormat } from './utils';
11
8
  import { retrieveStyle } from './theme';
9
+ import { defaultProps, propTypes } from './proptypes';
12
10
 
13
11
  const UTLabel = ({
14
12
  children,
@@ -44,19 +42,7 @@ const UTLabel = ({
44
42
  );
45
43
  };
46
44
 
47
- UTLabel.defaultProps = DEFAULT_PROPS;
48
-
49
- UTLabel.propTypes = {
50
- colorTheme: string,
51
- // eslint-disable-next-line react/forbid-prop-types
52
- field: any,
53
- markdownRenderers: objectOf(func),
54
- numberOfLines: number,
55
- shade: string,
56
- style: ViewPropTypes.style,
57
- variant: string,
58
- weight: string,
59
- withMarkdown: bool
60
- };
45
+ UTLabel.defaultProps = defaultProps;
46
+ UTLabel.propTypes = propTypes;
61
47
 
62
48
  export default UTLabel;
@@ -0,0 +1,19 @@
1
+ import { any, bool, func, number, objectOf, string } from 'prop-types';
2
+ import { TextPropTypes } from 'deprecated-react-native-prop-types';
3
+
4
+ import { DEFAULT_PROPS } from './constants';
5
+
6
+ export const propTypes = {
7
+ colorTheme: string,
8
+ // eslint-disable-next-line react/forbid-prop-types
9
+ field: any,
10
+ markdownRenderers: objectOf(func),
11
+ numberOfLines: number,
12
+ shade: string,
13
+ style: TextPropTypes.style,
14
+ variant: string,
15
+ weight: string,
16
+ withMarkdown: bool
17
+ };
18
+
19
+ export const defaultProps = DEFAULT_PROPS;
@@ -3,9 +3,9 @@ import { IS_IOS } from '../../utils/platformUtils/constants';
3
3
  import { COLOR_THEMES, DEFAULT_PROPS, SHADES, VARIANTS_SIZES, WEIGHTS } from './constants';
4
4
 
5
5
  const getDefaultColorShade = colorTheme =>
6
- colorTheme === COLOR_THEMES.gray
6
+ colorTheme === COLOR_THEMES.GRAY
7
7
  ? SHADES.shade04
8
- : colorTheme === COLOR_THEMES.light
8
+ : colorTheme === COLOR_THEMES.LIGHT
9
9
  ? SHADES.shade01
10
10
  : SHADES.shade05;
11
11
 
@@ -162,7 +162,7 @@ const UTMenu = ({
162
162
  {withAutocomplete && (
163
163
  <View style={[styles.searchContainer, propStyles?.searchContainer]}>
164
164
  <UTTextInput
165
- InputRef={searchTextInputRef}
165
+ inputRef={searchTextInputRef}
166
166
  onChange={handleQueryChange}
167
167
  onSubmitEditing={
168
168
  query && filteredOptions[0]
@@ -1,4 +1,5 @@
1
1
  import { StyleSheet } from 'react-native';
2
+
2
3
  import { moderateVerticalScale } from '../../../../../../utils/scaleUtils';
3
4
 
4
5
  export default StyleSheet.create({
@@ -1,6 +1,6 @@
1
1
  import React, { useState } from 'react';
2
2
 
3
- import propTypes from '../../../UTTextInput/versions/V1/proptypes';
3
+ import { propTypes, defaultProps } from '../../../UTTextInput/versions/V1/proptypes';
4
4
  import UTTextInput from '../../../UTTextInput';
5
5
 
6
6
  import { ICON_EYE, ICON_EYE_OFF, INPUT_TYPE } from './constants';
@@ -13,7 +13,7 @@ const UTPasswordField = props => {
13
13
  };
14
14
 
15
15
  const action = {
16
- icon: isPasswordVisible ? ICON_EYE : ICON_EYE_OFF,
16
+ Icon: isPasswordVisible ? ICON_EYE : ICON_EYE_OFF,
17
17
  onPress: toggleVisibility
18
18
  };
19
19
 
@@ -27,6 +27,7 @@ const UTPasswordField = props => {
27
27
  );
28
28
  };
29
29
 
30
+ UTPasswordField.defaultProps = defaultProps;
30
31
  UTPasswordField.propTypes = propTypes;
31
32
 
32
33
  export default UTPasswordField;
@@ -0,0 +1,303 @@
1
+ export const AREA_CODES = [
2
+ { code: '11', city: 'AMBA' },
3
+ { code: '220', city: 'MERLO' },
4
+ { code: '221', city: 'LA PLATA' },
5
+ { code: '223', city: 'MAR DEL PLATA' },
6
+ { code: '230', city: 'PILAR ' },
7
+ { code: '236', city: 'JUNÍN' },
8
+ { code: '237', city: 'MORENO' },
9
+ { code: '249', city: 'TANDIL' },
10
+ { code: '260', city: 'SAN RAFAEL' },
11
+ { code: '261', city: 'MENDOZA' },
12
+ { code: '263', city: 'SAN MARTÍN' },
13
+ { code: '264', city: 'SAN JUAN' },
14
+ { code: '266', city: 'SAN LUIS' },
15
+ { code: '280', city: 'TRELEW' },
16
+ { code: '291', city: 'BAHÍA BLANCA' },
17
+ { code: '294', city: 'SAN CARLOS DE BARILOCHE' },
18
+ { code: '297', city: 'COMODORO RIVADAVIA' },
19
+ { code: '298', city: 'GENERAL ROCA' },
20
+ { code: '299', city: 'NEUQUÉN' },
21
+ { code: '336', city: 'SAN NICOLÁS DE LOS ARROYOS ' },
22
+ { code: '341', city: 'ROSARIO ' },
23
+ { code: '342', city: 'SANTA FE' },
24
+ { code: '343', city: 'PARANÁ' },
25
+ { code: '345', city: 'CONCORDIA' },
26
+ { code: '348', city: 'BELÉN DE ESCOBAR ' },
27
+ { code: '351', city: 'CÓRDOBA' },
28
+ { code: '353', city: 'VILLA MARÍA' },
29
+ { code: '358', city: 'RÍO CUARTO' },
30
+ { code: '362', city: 'RESISTENCIA' },
31
+ { code: '364', city: 'PRESIDENCIA ROQUE SÁENZ PEÑA' },
32
+ { code: '370', city: 'FORMOSA' },
33
+ { code: '376', city: 'POSADAS' },
34
+ { code: '379', city: 'CORRIENTES' },
35
+ { code: '380', city: 'LA RIOJA' },
36
+ { code: '381', city: 'SAN MIGUEL DE TUCUMÁN' },
37
+ { code: '383', city: 'SAN FERNANDO DEL VALLE DE CATAMARCA' },
38
+ { code: '385', city: 'SANTIAGO DEL ESTERO' },
39
+ { code: '387', city: 'SALTA' },
40
+ { code: '388', city: 'SAN SALVADOR DE JUJUY' },
41
+ { code: '2202', city: 'GONZÁLEZ CATÁN' },
42
+ { code: '2221', city: 'MAGDALENA ' },
43
+ { code: '2223', city: 'BRANDSEN ' },
44
+ { code: '2224', city: 'GLEW ' },
45
+ { code: '2225', city: 'ALEJANDRO KORN' },
46
+ { code: '2226', city: 'CAÑUELAS' },
47
+ { code: '2227', city: 'LOBOS ' },
48
+ { code: '2229', city: 'JUAN MARÍA GUTIÉRREZ ' },
49
+ { code: '2241', city: 'CHASCOMÚS' },
50
+ { code: '2242', city: 'LEZAMA' },
51
+ { code: '2243', city: 'GENERAL BELGRANO' },
52
+ { code: '2244', city: 'LAS FLORES' },
53
+ { code: '2245', city: 'DOLORES' },
54
+ { code: '2246', city: 'SANTA TERESITA' },
55
+ { code: '2252', city: 'SAN CLEMENTE DEL TUYÚ' },
56
+ { code: '2254', city: 'PINAMAR' },
57
+ { code: '2255', city: 'VILLA GESELL' },
58
+ { code: '2257', city: 'MAR DE AJÓ' },
59
+ { code: '2261', city: 'LOBERÍA' },
60
+ { code: '2262', city: 'NECOCHEA' },
61
+ { code: '2264', city: 'NICANOR OLIVERA (EST. LA DULCE)' },
62
+ { code: '2265', city: 'CORONEL VIDAL' },
63
+ { code: '2266', city: 'BALCARCE' },
64
+ { code: '2267', city: 'GENERAL JUAN MADARIAGA' },
65
+ { code: '2268', city: 'MAIPÚ' },
66
+ { code: '2271', city: 'SAN MIGUEL DEL MONTE' },
67
+ { code: '2272', city: 'NAVARRO' },
68
+ { code: '2273', city: 'CARMEN DE ARECO' },
69
+ { code: '2274', city: 'CARLOS SPEGAZZINI' },
70
+ { code: '2281', city: 'AZUL' },
71
+ { code: '2283', city: 'TAPALQUÉ' },
72
+ { code: '2284', city: 'OLAVARRÍA' },
73
+ { code: '2285', city: 'LAPRIDA' },
74
+ { code: '2286', city: 'GENERAL LA MADRID' },
75
+ { code: '2291', city: 'MIRAMAR' },
76
+ { code: '2292', city: 'BENITO JUÁREZ' },
77
+ { code: '2296', city: 'AYACUCHO' },
78
+ { code: '2297', city: 'RAUCH' },
79
+ { code: '2302', city: 'GENERAL PICO' },
80
+ { code: '2314', city: 'SAN CARLOS DE BOLÍVAR' },
81
+ { code: '2316', city: 'DAIREAUX' },
82
+ { code: '2317', city: 'NUEVE DE JULIO' },
83
+ { code: '2320', city: 'JOSÉ C. PAZ' },
84
+ { code: '2323', city: 'LUJÁN' },
85
+ { code: '2324', city: 'MERCEDES' },
86
+ { code: '2325', city: 'SAN ANDRÉS DE GILES' },
87
+ { code: '2326', city: 'SAN ANTONIO DE ARECO' },
88
+ { code: '2331', city: 'REALICÓ' },
89
+ { code: '2333', city: 'QUEMÚ QUEMÚ' },
90
+ { code: '2334', city: 'EDUARDO CASTEX' },
91
+ { code: '2335', city: 'CALEUFÚ' },
92
+ { code: '2336', city: 'HUINCA RENANCÓ' },
93
+ { code: '2337', city: 'AMÉRICA' },
94
+ { code: '2338', city: 'VICTORICA' },
95
+ { code: '2342', city: 'BRAGADO' },
96
+ { code: '2343', city: 'NORBERTO DE LA RIESTRA' },
97
+ { code: '2344', city: 'SALADILLO' },
98
+ { code: '2345', city: '25 DE MAYO' },
99
+ { code: '2346', city: 'CHIVILCOY' },
100
+ { code: '2352', city: 'CHACABUCO' },
101
+ { code: '2353', city: 'GENERAL ARENALES' },
102
+ { code: '2354', city: 'VEDIA' },
103
+ { code: '2355', city: 'LINCOLN' },
104
+ { code: '2356', city: 'GENERAL PINTO' },
105
+ { code: '2357', city: 'CARLOS TEJEDOR' },
106
+ { code: '2358', city: 'LOS TOLDOS' },
107
+ { code: '2392', city: 'TRENQUE LAUQUEN' },
108
+ { code: '2393', city: 'SALAZAR' },
109
+ { code: '2394', city: 'TRES LOMAS' },
110
+ { code: '2395', city: 'CARLOS CASARES' },
111
+ { code: '2396', city: 'PEHUAJÓ' },
112
+ { code: '2473', city: 'COLÓN' },
113
+ { code: '2474', city: 'SALTO' },
114
+ { code: '2475', city: 'ROJAS' },
115
+ { code: '2477', city: 'PERGAMINO' },
116
+ { code: '2478', city: 'ARRECIFES' },
117
+ { code: '2622', city: 'TUNUYÁN' },
118
+ { code: '2624', city: 'USPALLATA' },
119
+ { code: '2625', city: 'GENERAL ALVEAR' },
120
+ { code: '2626', city: 'LA PAZ' },
121
+ { code: '2646', city: 'VILLA SAN AGUSTÍN' },
122
+ { code: '2647', city: 'SAN JOSÉ DE JÁCHAL' },
123
+ { code: '2648', city: 'CALINGASTA' },
124
+ { code: '2651', city: 'SAN FRANCISCO DEL MONTE DE ORO' },
125
+ { code: '2652', city: 'SAN LUIS' },
126
+ { code: '2655', city: 'LA TOMA' },
127
+ { code: '2656', city: 'TILISARAO' },
128
+ { code: '2657', city: 'VILLA MERCEDES' },
129
+ { code: '2658', city: 'BUENA ESPERANZA' },
130
+ { code: '2901', city: 'USHUAIA' },
131
+ { code: '2902', city: 'RÍO TURBIO' },
132
+ { code: '2903', city: 'RÍO MAYO' },
133
+ { code: '2920', city: 'VIEDMA' },
134
+ { code: '2921', city: 'CORONEL DORREGO' },
135
+ { code: '2922', city: 'CORONEL PRINGLES' },
136
+ { code: '2923', city: 'PIGÜÉ' },
137
+ { code: '2924', city: 'DARREGUEIRA' },
138
+ { code: '2925', city: 'VILLA IRIS' },
139
+ { code: '2926', city: 'CORONEL SUÁREZ' },
140
+ { code: '2927', city: 'MÉDANOS' },
141
+ { code: '2928', city: 'PEDRO LURO ' },
142
+ { code: '2929', city: 'GUAMINÍ' },
143
+ { code: '2931', city: 'RÍO COLORADO' },
144
+ { code: '2932', city: 'PUNTA ALTA' },
145
+ { code: '2933', city: 'HUANGUELÉN' },
146
+ { code: '2934', city: 'SAN ANTONIO OESTE' },
147
+ { code: '2935', city: 'RIVERA' },
148
+ { code: '2936', city: 'CARHUÉ ' },
149
+ { code: '2940', city: 'INGENIERO JACOBACCI' },
150
+ { code: '2942', city: 'ZAPALA' },
151
+ { code: '2945', city: 'ESQUEL' },
152
+ { code: '2946', city: 'CHOELE CHOEL' },
153
+ { code: '2948', city: 'CHOS MALAL' },
154
+ { code: '2952', city: 'GENERAL ACHA' },
155
+ { code: '2953', city: 'MACACHÍN' },
156
+ { code: '2954', city: 'SANTA ROSA' },
157
+ { code: '2962', city: 'PUERTO SAN JULIÁN' },
158
+ { code: '2963', city: 'PERITO MORENO' },
159
+ { code: '2964', city: 'RÍO GRANDE' },
160
+ { code: '2966', city: 'RÍO GALLEGOS' },
161
+ { code: '2972', city: 'SAN MARTÍN DE LOS ANDES' },
162
+ { code: '2982', city: 'ORENSE' },
163
+ { code: '2983', city: 'TRES ARROYOS' },
164
+ { code: '3327', city: 'BENAVÍDEZ' },
165
+ { code: '3329', city: 'SAN PEDRO' },
166
+ { code: '3382', city: 'RUFINO' },
167
+ { code: '3385', city: 'LABOULAYE' },
168
+ { code: '3387', city: 'BUCHARDO' },
169
+ { code: '3388', city: 'GENERAL VILLEGAS' },
170
+ { code: '3400', city: 'VILLA CONSTITUCIÓN' },
171
+ { code: '3401', city: 'EL TRÉBOL' },
172
+ { code: '3402', city: 'ARROYO SECO' },
173
+ { code: '3404', city: 'SAN CARLOS CENTRO' },
174
+ { code: '3405', city: 'SAN JAVIER' },
175
+ { code: '3406', city: 'SAN JORGE' },
176
+ { code: '3407', city: 'RAMALLO' },
177
+ { code: '3408', city: 'SAN CRISTÓBAL' },
178
+ { code: '3409', city: 'MOISÉS VILLE' },
179
+ { code: '3435', city: 'NOGOYÁ' },
180
+ { code: '3436', city: 'VICTORIA' },
181
+ { code: '3437', city: 'LA PAZ' },
182
+ { code: '3438', city: 'BOVRIL' },
183
+ { code: '3442', city: 'CONCEPCIÓN DEL URUGUAY' },
184
+ { code: '3444', city: 'GUALEGUAY' },
185
+ { code: '3445', city: 'ROSARIO DEL TALA' },
186
+ { code: '3446', city: 'GUALEGUAYCHÚ' },
187
+ { code: '3447', city: 'COLÓN' },
188
+ { code: '3454', city: 'FEDERAL' },
189
+ { code: '3455', city: 'VILLAGUAY' },
190
+ { code: '3456', city: 'CHAJARÍ' },
191
+ { code: '3458', city: 'SAN JOSÉ DE FELICIANO' },
192
+ { code: '3460', city: 'SANTA TERESA ' },
193
+ { code: '3462', city: 'VENADO TUERTO' },
194
+ { code: '3463', city: 'CANALS' },
195
+ { code: '3464', city: 'CASILDA' },
196
+ { code: '3465', city: 'FIRMAT' },
197
+ { code: '3466', city: 'BARRANCAS' },
198
+ { code: '3467', city: 'CRUZ ALTA' },
199
+ { code: '3468', city: 'CORRAL DE BUSTOS' },
200
+ { code: '3469', city: 'ACEBAL' },
201
+ { code: '3471', city: 'CAÑADA DE GÓMEZ' },
202
+ { code: '3472', city: 'MARCOS JUÁREZ' },
203
+ { code: '3476', city: 'SAN LORENZO' },
204
+ { code: '3482', city: 'RECONQUISTA' },
205
+ { code: '3483', city: 'VERA' },
206
+ { code: '3487', city: 'ZÁRATE' },
207
+ { code: '3489', city: 'CAMPANA' },
208
+ { code: '3491', city: 'CERES' },
209
+ { code: '3492', city: 'RAFAELA' },
210
+ { code: '3493', city: 'SUNCHALES' },
211
+ { code: '3496', city: 'ESPERANZA' },
212
+ { code: '3497', city: 'LLAMBI CAMPBELL' },
213
+ { code: '3498', city: 'SAN JUSTO' },
214
+ { code: '3521', city: 'DEÁN FUNES ' },
215
+ { code: '3522', city: 'VILLA DE MARÍA' },
216
+ { code: '3524', city: 'VILLA DEL TOTORAL' },
217
+ { code: '3525', city: 'JESÚS MARÍA' },
218
+ { code: '3532', city: 'OLIVA' },
219
+ { code: '3533', city: 'LAS VARILLAS' },
220
+ { code: '3537', city: 'BELL VILLE' },
221
+ { code: '3541', city: 'VILLA CARLOS PAZ' },
222
+ { code: '3542', city: 'SALSACATE' },
223
+ { code: '3543', city: 'CÓRDOBA (ARGÜELLO)' },
224
+ { code: '3544', city: 'VILLA DOLORES' },
225
+ { code: '3546', city: 'SANTA ROSA DE CALAMUCHITA' },
226
+ { code: '3547', city: 'ALTA GRACIA' },
227
+ { code: '3548', city: 'LA FALDA' },
228
+ { code: '3549', city: 'CRUZ DEL EJE' },
229
+ { code: '3562', city: 'MORTEROS' },
230
+ { code: '3563', city: 'BALNEARIA' },
231
+ { code: '3564', city: 'SAN FRANCISCO' },
232
+ { code: '3571', city: 'RÍO TERCERO' },
233
+ { code: '3572', city: 'RÍO SEGUNDO' },
234
+ { code: '3573', city: 'VILLA DEL ROSARIO' },
235
+ { code: '3574', city: 'RÍO PRIMERO' },
236
+ { code: '3575', city: 'LA PUERTA' },
237
+ { code: '3576', city: 'ARROYITO' },
238
+ { code: '3582', city: 'SAMPACHO' },
239
+ { code: '3583', city: 'VICUÑA MACKENNA' },
240
+ { code: '3584', city: 'LA CARLOTA' },
241
+ { code: '3585', city: 'ADELIA MARÍA' },
242
+ { code: '3711', city: 'INGENIERO JUÁREZ' },
243
+ { code: '3715', city: 'LAS LOMITAS' },
244
+ { code: '3716', city: 'COMANDANTE FONTANA' },
245
+ { code: '3718', city: 'CLORINDA' },
246
+ { code: '3721', city: 'CHARADAI' },
247
+ { code: '3725', city: 'GENERAL JOSÉ DE SAN MARTÍN' },
248
+ { code: '3731', city: 'CHARATA ' },
249
+ { code: '3734', city: 'PRESIDENCIA DE LA PLAZA' },
250
+ { code: '3735', city: 'VILLA ÁNGELA' },
251
+ { code: '3741', city: 'BERNARDO DE IRIGOYEN' },
252
+ { code: '3743', city: 'PUERTO RICO' },
253
+ { code: '3751', city: 'ELDORADO' },
254
+ { code: '3754', city: 'LEANDRO N. ALEM' },
255
+ { code: '3755', city: 'OBERÁ' },
256
+ { code: '3756', city: 'SANTO TOMÉ' },
257
+ { code: '3757', city: 'PUERTO IGUAZÚ' },
258
+ { code: '3758', city: 'APÓSTOLES' },
259
+ { code: '3772', city: 'PASO DE LOS LIBRES' },
260
+ { code: '3773', city: 'MERCEDES' },
261
+ { code: '3774', city: 'CURUZÚ CUATIÁ' },
262
+ { code: '3775', city: 'MONTE CASEROS' },
263
+ { code: '3777', city: 'GOYA' },
264
+ { code: '3781', city: 'CAÁ CATÍ' },
265
+ { code: '3782', city: 'SALADAS' },
266
+ { code: '3786', city: 'ITUZAINGÓ' },
267
+ { code: '3821', city: 'CHEPES' },
268
+ { code: '3825', city: 'CHILECITO' },
269
+ { code: '3826', city: 'CHAMICAL' },
270
+ { code: '3827', city: 'AIMOGASTA' },
271
+ { code: '3832', city: 'RECREO' },
272
+ { code: '3835', city: 'ANDALGALÁ' },
273
+ { code: '3837', city: 'TINOGASTA ' },
274
+ { code: '3838', city: 'SANTA MARÍA' },
275
+ { code: '3841', city: 'MONTE QUEMADO' },
276
+ { code: '3843', city: 'QUIMILÍ' },
277
+ { code: '3844', city: 'AÑATUYA' },
278
+ { code: '3845', city: 'LORETO' },
279
+ { code: '3846', city: 'TINTINA' },
280
+ { code: '3854', city: 'FRÍAS' },
281
+ { code: '3855', city: 'SUNCHO CORRAL' },
282
+ { code: '3856', city: 'VILLA OJO DE AGUA' },
283
+ { code: '3857', city: 'BANDERA' },
284
+ { code: '3858', city: 'TERMAS DE RÍO HONDO' },
285
+ { code: '3861', city: 'NUEVA ESPERANZA' },
286
+ { code: '3862', city: 'TRANCAS' },
287
+ { code: '3863', city: 'MONTEROS' },
288
+ { code: '3865', city: 'CONCEPCIÓN' },
289
+ { code: '3867', city: 'TAFÍ DEL VALLE' },
290
+ { code: '3868', city: 'CAFAYATE' },
291
+ { code: '3869', city: 'RANCHILLOS Y SAN MIGUEL ' },
292
+ { code: '3873', city: 'TARTAGAL' },
293
+ { code: '3876', city: 'SAN JOSÉ DE METÁN' },
294
+ { code: '3877', city: 'JOAQUÍN VÍCTOR GONZÁLEZ' },
295
+ { code: '3878', city: 'ORÁN' },
296
+ { code: '3885', city: 'LA QUIACA' },
297
+ { code: '3886', city: 'LIBERTADOR GENERAL SAN MARTÍN' },
298
+ { code: '3887', city: 'HUMAHUACA' },
299
+ { code: '3888', city: 'SAN PEDRO DE JUJUY' },
300
+ { code: '3891', city: 'GRANEROS' },
301
+ { code: '3892', city: 'AMAICHA DEL VALLE' },
302
+ { code: '3894', city: 'BURRUYACÚ' }
303
+ ];