@fto-consult/expo-ui 2.28.0 → 2.29.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/package.json +3 -3
- package/src/components/Countries/resources/countries-normalized.json +1987 -1987
- package/src/components/Countries/resources/countries-with-not-extra.json +1211 -1211
- package/src/components/Countries/resources/countries.sql +243 -243
- package/src/components/Datagrid/Accordion/index.js +9 -20
- package/src/components/Datagrid/Common/Common.js +18 -15
- package/src/components/Datagrid/Table/index.js +1 -1
- package/src/components/Date/FormatSelector.js +13 -2
- package/src/components/Filter/index.js +1 -0
- package/src/components/List/Common.js +4 -1
- package/src/components/TableLink/index.js +2 -2
|
@@ -1,244 +1,244 @@
|
|
|
1
|
-
INSERT INTO countries(code,name,dialCode)
|
|
2
|
-
VALUES
|
|
3
|
-
('AF','Afghanistan (افغانستان)','93'),
|
|
4
|
-
('AL','Albania (Shqipëri)','355'),
|
|
5
|
-
('DZ','Algeria (الجزائر)','213'),
|
|
6
|
-
('AS','American Samoa','1684'),
|
|
7
|
-
('AD','Andorra','376'),
|
|
8
|
-
('AO','Angola','244'),
|
|
9
|
-
('AI','Anguilla','1264'),
|
|
10
|
-
('AG','Antigua and Barbuda','1268'),
|
|
11
|
-
('AR','Argentina','54'),
|
|
12
|
-
('AM','Armenia (Հայաստան)','374'),
|
|
13
|
-
('AW','Aruba','297'),
|
|
14
|
-
('AU','Australia','61'),
|
|
15
|
-
('AT','Austria (Österreich)','43'),
|
|
16
|
-
('AZ','Azerbaijan (Azərbaycan)','994'),
|
|
17
|
-
('BS','Bahamas','1242'),
|
|
18
|
-
('BH','Bahrain (البحرين)','973'),
|
|
19
|
-
('BD','Bangladesh (বাংলাদেশ)','880'),
|
|
20
|
-
('BB','Barbados','1246'),
|
|
21
|
-
('BY','Belarus (Беларусь)','375'),
|
|
22
|
-
('BE','Belgium (België)','32'),
|
|
23
|
-
('BZ','Belize','501'),
|
|
24
|
-
('BJ','Benin (Bénin)','229'),
|
|
25
|
-
('BM','Bermuda','1441'),
|
|
26
|
-
('BT','Bhutan (འབྲུག)','975'),
|
|
27
|
-
('BO','Bolivia','591'),
|
|
28
|
-
('BA','Bosnia and Herzegovina (Босна и Херцеговина)','387'),
|
|
29
|
-
('BW','Botswana','267'),
|
|
30
|
-
('BR','Brazil (Brasil)','55'),
|
|
31
|
-
('IO','British Indian Ocean Territory','246'),
|
|
32
|
-
('VG','British Virgin Islands','1284'),
|
|
33
|
-
('BN','Brunei','673'),
|
|
34
|
-
('BG','Bulgaria (България)','359'),
|
|
35
|
-
('BF','Burkina Faso','226'),
|
|
36
|
-
('BI','Burundi (Uburundi)','257'),
|
|
37
|
-
('KH','Cambodia (កម្ពុជា)','855'),
|
|
38
|
-
('CM','Cameroon (Cameroun)','237'),
|
|
39
|
-
('CA','Canada','1'),
|
|
40
|
-
('CV','Cape Verde (Kabu Verdi)','238'),
|
|
41
|
-
('BQ','Caribbean Netherlands','599'),
|
|
42
|
-
('KY','Cayman Islands','1345'),
|
|
43
|
-
('CF','Central African Republic (République centrafricaine)','236'),
|
|
44
|
-
('TD','Chad (Tchad)','235'),
|
|
45
|
-
('CL','Chile','56'),
|
|
46
|
-
('CN','China (中国)','86'),
|
|
47
|
-
('CX','Christmas Island','61'),
|
|
48
|
-
('CC','Cocos (Keeling) Islands','61'),
|
|
49
|
-
('CO','Colombia','57'),
|
|
50
|
-
('KM','Comoros (جزر القمر)','269'),
|
|
51
|
-
('CD','Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)','243'),
|
|
52
|
-
('CG','Congo (Republic) (Congo-Brazzaville)','242'),
|
|
53
|
-
('CK','Cook Islands','682'),
|
|
54
|
-
('CR','Costa Rica','506'),
|
|
55
|
-
('CI','Côte d’Ivoire','225'),
|
|
56
|
-
('HR','Croatia (Hrvatska)','385'),
|
|
57
|
-
('CU','Cuba','53'),
|
|
58
|
-
('CW','Curaçao','599'),
|
|
59
|
-
('CY','Cyprus (Κύπρος)','357'),
|
|
60
|
-
('CZ','Czech Republic (Česká republika)','420'),
|
|
61
|
-
('DK','Denmark (Danmark)','45'),
|
|
62
|
-
('DJ','Djibouti','253'),
|
|
63
|
-
('DM','Dominica','1767'),
|
|
64
|
-
('DO','Dominican Republic (República Dominicana)','1'),
|
|
65
|
-
('EC','Ecuador','593'),
|
|
66
|
-
('EG','Egypt (مصر)','20'),
|
|
67
|
-
('SV','El Salvador','503'),
|
|
68
|
-
('GQ','Equatorial Guinea (Guinea Ecuatorial)','240'),
|
|
69
|
-
('ER','Eritrea','291'),
|
|
70
|
-
('EE','Estonia (Eesti)','372'),
|
|
71
|
-
('ET','Ethiopia','251'),
|
|
72
|
-
('FK','Falkland Islands (Islas Malvinas)','500'),
|
|
73
|
-
('FO','Faroe Islands (Føroyar)','298'),
|
|
74
|
-
('FJ','Fiji','679'),
|
|
75
|
-
('FI','Finland (Suomi)','358'),
|
|
76
|
-
('FR','France','33'),
|
|
77
|
-
('GF','French Guiana (Guyane française)','594'),
|
|
78
|
-
('PF','French Polynesia (Polynésie française)','689'),
|
|
79
|
-
('GA','Gabon','241'),
|
|
80
|
-
('GM','Gambia','220'),
|
|
81
|
-
('GE','Georgia (საქართველო)','995'),
|
|
82
|
-
('DE','Germany (Deutschland)','49'),
|
|
83
|
-
('GH','Ghana (Gaana)','233'),
|
|
84
|
-
('GI','Gibraltar','350'),
|
|
85
|
-
('GR','Greece (Ελλάδα)','30'),
|
|
86
|
-
('GL','Greenland (Kalaallit Nunaat)','299'),
|
|
87
|
-
('GD','Grenada','1473'),
|
|
88
|
-
('GP','Guadeloupe','590'),
|
|
89
|
-
('GU','Guam','1671'),
|
|
90
|
-
('GT','Guatemala','502'),
|
|
91
|
-
('GG','Guernsey','44'),
|
|
92
|
-
('GN','Guinea (Guinée)','224'),
|
|
93
|
-
('GW','Guinea-Bissau (Guiné Bissau)','245'),
|
|
94
|
-
('GY','Guyana','592'),
|
|
95
|
-
('HT','Haiti','509'),
|
|
96
|
-
('HN','Honduras','504'),
|
|
97
|
-
('HK','Hong Kong (香港)','852'),
|
|
98
|
-
('HU','Hungary (Magyarország)','36'),
|
|
99
|
-
('IS','Iceland (Ísland)','354'),
|
|
100
|
-
('IN','India (भारत)','91'),
|
|
101
|
-
('ID','Indonesia','62'),
|
|
102
|
-
('IR','Iran (ایران)','98'),
|
|
103
|
-
('IQ','Iraq (العراق)','964'),
|
|
104
|
-
('IE','Ireland','353'),
|
|
105
|
-
('IM','Isle of Man','44'),
|
|
106
|
-
('IL','Israel (ישראל)','972'),
|
|
107
|
-
('IT','Italy (Italia)','39'),
|
|
108
|
-
('JM','Jamaica','1876'),
|
|
109
|
-
('JP','Japan (日本)','81'),
|
|
110
|
-
('JE','Jersey','44'),
|
|
111
|
-
('JO','Jordan (الأردن)','962'),
|
|
112
|
-
('KZ','Kazakhstan (Казахстан)','77'),
|
|
113
|
-
('KE','Kenya','254'),
|
|
114
|
-
('KI','Kiribati','686'),
|
|
115
|
-
('KW','Kuwait (الكويت)','965'),
|
|
116
|
-
('KG','Kyrgyzstan (Кыргызстан)','996'),
|
|
117
|
-
('LA','Laos (ລາວ)','856'),
|
|
118
|
-
('LV','Latvia (Latvija)','371'),
|
|
119
|
-
('LB','Lebanon (لبنان)','961'),
|
|
120
|
-
('LS','Lesotho','266'),
|
|
121
|
-
('LR','Liberia','231'),
|
|
122
|
-
('LY','Libya (ليبيا)','218'),
|
|
123
|
-
('LI','Liechtenstein','423'),
|
|
124
|
-
('LT','Lithuania (Lietuva)','370'),
|
|
125
|
-
('LU','Luxembourg','352'),
|
|
126
|
-
('MO','Macau (澳門)','853'),
|
|
127
|
-
('MK','Macedonia (FYROM) (Македонија)','389'),
|
|
128
|
-
('MG','Madagascar (Madagasikara)','261'),
|
|
129
|
-
('MW','Malawi','265'),
|
|
130
|
-
('MY','Malaysia','60'),
|
|
131
|
-
('MV','Maldives','960'),
|
|
132
|
-
('ML','Mali','223'),
|
|
133
|
-
('MT','Malta','356'),
|
|
134
|
-
('MH','Marshall Islands','692'),
|
|
135
|
-
('MQ','Martinique','596'),
|
|
136
|
-
('MR','Mauritania (موريتانيا)','222'),
|
|
137
|
-
('MU','Mauritius (Moris)','230'),
|
|
138
|
-
('YT','Mayotte','262'),
|
|
139
|
-
('MX','Mexico (México)','52'),
|
|
140
|
-
('FM','Micronesia','691'),
|
|
141
|
-
('MD','Moldova (Republica Moldova)','373'),
|
|
142
|
-
('MC','Monaco','377'),
|
|
143
|
-
('MN','Mongolia (Монгол)','976'),
|
|
144
|
-
('ME','Montenegro (Crna Gora)','382'),
|
|
145
|
-
('MS','Montserrat','1664'),
|
|
146
|
-
('MA','Morocco (المغرب)','212'),
|
|
147
|
-
('MZ','Mozambique (Moçambique)','258'),
|
|
148
|
-
('MM','Myanmar (Burma)','95'),
|
|
149
|
-
('NA','Namibia (Namibië)','264'),
|
|
150
|
-
('NR','Nauru','674'),
|
|
151
|
-
('NP','Nepal (नेपाल)','977'),
|
|
152
|
-
('NL','Netherlands (Nederland)','31'),
|
|
153
|
-
('NC','New Caledonia (Nouvelle-Calédonie)','687'),
|
|
154
|
-
('NZ','New Zealand','64'),
|
|
155
|
-
('NI','Nicaragua','505'),
|
|
156
|
-
('NE','Niger (Nijar)','227'),
|
|
157
|
-
('NG','Nigeria','234'),
|
|
158
|
-
('NU','Niue','683'),
|
|
159
|
-
('NF','Norfolk Island','672'),
|
|
160
|
-
('KP','North Korea (조선 민주주의 인민 공화국)','850'),
|
|
161
|
-
('MP','Northern Mariana Islands','1670'),
|
|
162
|
-
('NO','Norway (Norge)','47'),
|
|
163
|
-
('OM','Oman (عُمان)','968'),
|
|
164
|
-
('PK','Pakistan (پاکستان)','92'),
|
|
165
|
-
('PW','Palau','680'),
|
|
166
|
-
('PS','Palestine (فلسطين)','970'),
|
|
167
|
-
('PA','Panama (Panamá)','507'),
|
|
168
|
-
('PG','Papua New Guinea','675'),
|
|
169
|
-
('PY','Paraguay','595'),
|
|
170
|
-
('PE','Peru (Perú)','51'),
|
|
171
|
-
('PH','Philippines','63'),
|
|
172
|
-
('PL','Poland (Polska)','48'),
|
|
173
|
-
('PT','Portugal','351'),
|
|
174
|
-
('PR','Puerto Rico','1'),
|
|
175
|
-
('QA','Qatar (قطر)','974'),
|
|
176
|
-
('RE','Réunion (La Réunion)','262'),
|
|
177
|
-
('RO','Romania (România)','40'),
|
|
178
|
-
('RU','Russia (Россия)','7'),
|
|
179
|
-
('RW','Rwanda','250'),
|
|
180
|
-
('BL','Saint Barthélemy (Saint-Barthélemy)','590'),
|
|
181
|
-
('SH','Saint Helena','290'),
|
|
182
|
-
('KN','Saint Kitts and Nevis','1869'),
|
|
183
|
-
('LC','Saint Lucia','1758'),
|
|
184
|
-
('MF','Saint Martin (Saint-Martin (partie française))','590'),
|
|
185
|
-
('PM','Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)','508'),
|
|
186
|
-
('VC','Saint Vincent and the Grenadines','1784'),
|
|
187
|
-
('WS','Samoa','685'),
|
|
188
|
-
('SM','San Marino','378'),
|
|
189
|
-
('ST','São Tomé and Príncipe (São Tomé e Príncipe)','239'),
|
|
190
|
-
('SA','Saudi Arabia (المملكة العربية السعودية)','966'),
|
|
191
|
-
('SN','Senegal (Sénégal)','221'),
|
|
192
|
-
('RS','Serbia (Србија)','381'),
|
|
193
|
-
('SC','Seychelles','248'),
|
|
194
|
-
('SL','Sierra Leone','232'),
|
|
195
|
-
('SG','Singapore','65'),
|
|
196
|
-
('SX','Sint Maarten','1721'),
|
|
197
|
-
('SK','Slovakia (Slovensko)','421'),
|
|
198
|
-
('SI','Slovenia (Slovenija)','386'),
|
|
199
|
-
('SB','Solomon Islands','677'),
|
|
200
|
-
('SO','Somalia (Soomaaliya)','252'),
|
|
201
|
-
('ZA','South Africa','27'),
|
|
202
|
-
('KR','South Korea (대한민국)','82'),
|
|
203
|
-
('SS','South Sudan (جنوب السودان)','211'),
|
|
204
|
-
('ES','Spain (España)','34'),
|
|
205
|
-
('LK','Sri Lanka (ශ්රී ලංකාව)','94'),
|
|
206
|
-
('SD','Sudan (السودان)','249'),
|
|
207
|
-
('SR','Suriname','597'),
|
|
208
|
-
('SJ','Svalbard and Jan Mayen','47'),
|
|
209
|
-
('SZ','Swaziland','268'),
|
|
210
|
-
('SE','Sweden (Sverige)','46'),
|
|
211
|
-
('CH','Switzerland (Schweiz)','41'),
|
|
212
|
-
('SY','Syria (سوريا)','963'),
|
|
213
|
-
('TW','Taiwan (台灣)','886'),
|
|
214
|
-
('TJ','Tajikistan','992'),
|
|
215
|
-
('TZ','Tanzania','255'),
|
|
216
|
-
('TH','Thailand (ไทย)','66'),
|
|
217
|
-
('TL','Timor-Leste','670'),
|
|
218
|
-
('TG','Togo','228'),
|
|
219
|
-
('TK','Tokelau','690'),
|
|
220
|
-
('TO','Tonga','676'),
|
|
221
|
-
('TT','Trinidad and Tobago','1868'),
|
|
222
|
-
('TN','Tunisia (تونس)','216'),
|
|
223
|
-
('TR','Turkey (Türkiye)','90'),
|
|
224
|
-
('TM','Turkmenistan','993'),
|
|
225
|
-
('TC','Turks and Caicos Islands','1649'),
|
|
226
|
-
('TV','Tuvalu','688'),
|
|
227
|
-
('VI','U.S. Virgin Islands','1340'),
|
|
228
|
-
('UG','Uganda','256'),
|
|
229
|
-
('UA','Ukraine (Україна)','380'),
|
|
230
|
-
('AE','United Arab Emirates (الإمارات العربية المتحدة)','971'),
|
|
231
|
-
('GB','United Kingdom','44'),
|
|
232
|
-
('US','United States','1'),
|
|
233
|
-
('UY','Uruguay','598'),
|
|
234
|
-
('UZ','Uzbekistan (Oʻzbekiston)','998'),
|
|
235
|
-
('VU','Vanuatu','678'),
|
|
236
|
-
('VA','Vatican City (Città del Vaticano)','39'),
|
|
237
|
-
('VE','Venezuela','58'),
|
|
238
|
-
('VN','Vietnam (Việt Nam)','84'),
|
|
239
|
-
('WF','Wallis and Futuna','681'),
|
|
240
|
-
('EH','Western Sahara (الصحراء الغربية)','212'),
|
|
241
|
-
('YE','Yemen (اليمن)','967'),
|
|
242
|
-
('ZM','Zambia','260'),
|
|
243
|
-
('ZW','Zimbabwe','263'),
|
|
1
|
+
INSERT INTO countries(code,name,dialCode)
|
|
2
|
+
VALUES
|
|
3
|
+
('AF','Afghanistan (افغانستان)','93'),
|
|
4
|
+
('AL','Albania (Shqipëri)','355'),
|
|
5
|
+
('DZ','Algeria (الجزائر)','213'),
|
|
6
|
+
('AS','American Samoa','1684'),
|
|
7
|
+
('AD','Andorra','376'),
|
|
8
|
+
('AO','Angola','244'),
|
|
9
|
+
('AI','Anguilla','1264'),
|
|
10
|
+
('AG','Antigua and Barbuda','1268'),
|
|
11
|
+
('AR','Argentina','54'),
|
|
12
|
+
('AM','Armenia (Հայաստան)','374'),
|
|
13
|
+
('AW','Aruba','297'),
|
|
14
|
+
('AU','Australia','61'),
|
|
15
|
+
('AT','Austria (Österreich)','43'),
|
|
16
|
+
('AZ','Azerbaijan (Azərbaycan)','994'),
|
|
17
|
+
('BS','Bahamas','1242'),
|
|
18
|
+
('BH','Bahrain (البحرين)','973'),
|
|
19
|
+
('BD','Bangladesh (বাংলাদেশ)','880'),
|
|
20
|
+
('BB','Barbados','1246'),
|
|
21
|
+
('BY','Belarus (Беларусь)','375'),
|
|
22
|
+
('BE','Belgium (België)','32'),
|
|
23
|
+
('BZ','Belize','501'),
|
|
24
|
+
('BJ','Benin (Bénin)','229'),
|
|
25
|
+
('BM','Bermuda','1441'),
|
|
26
|
+
('BT','Bhutan (འབྲུག)','975'),
|
|
27
|
+
('BO','Bolivia','591'),
|
|
28
|
+
('BA','Bosnia and Herzegovina (Босна и Херцеговина)','387'),
|
|
29
|
+
('BW','Botswana','267'),
|
|
30
|
+
('BR','Brazil (Brasil)','55'),
|
|
31
|
+
('IO','British Indian Ocean Territory','246'),
|
|
32
|
+
('VG','British Virgin Islands','1284'),
|
|
33
|
+
('BN','Brunei','673'),
|
|
34
|
+
('BG','Bulgaria (България)','359'),
|
|
35
|
+
('BF','Burkina Faso','226'),
|
|
36
|
+
('BI','Burundi (Uburundi)','257'),
|
|
37
|
+
('KH','Cambodia (កម្ពុជា)','855'),
|
|
38
|
+
('CM','Cameroon (Cameroun)','237'),
|
|
39
|
+
('CA','Canada','1'),
|
|
40
|
+
('CV','Cape Verde (Kabu Verdi)','238'),
|
|
41
|
+
('BQ','Caribbean Netherlands','599'),
|
|
42
|
+
('KY','Cayman Islands','1345'),
|
|
43
|
+
('CF','Central African Republic (République centrafricaine)','236'),
|
|
44
|
+
('TD','Chad (Tchad)','235'),
|
|
45
|
+
('CL','Chile','56'),
|
|
46
|
+
('CN','China (中国)','86'),
|
|
47
|
+
('CX','Christmas Island','61'),
|
|
48
|
+
('CC','Cocos (Keeling) Islands','61'),
|
|
49
|
+
('CO','Colombia','57'),
|
|
50
|
+
('KM','Comoros (جزر القمر)','269'),
|
|
51
|
+
('CD','Congo (DRC) (Jamhuri ya Kidemokrasia ya Kongo)','243'),
|
|
52
|
+
('CG','Congo (Republic) (Congo-Brazzaville)','242'),
|
|
53
|
+
('CK','Cook Islands','682'),
|
|
54
|
+
('CR','Costa Rica','506'),
|
|
55
|
+
('CI','Côte d’Ivoire','225'),
|
|
56
|
+
('HR','Croatia (Hrvatska)','385'),
|
|
57
|
+
('CU','Cuba','53'),
|
|
58
|
+
('CW','Curaçao','599'),
|
|
59
|
+
('CY','Cyprus (Κύπρος)','357'),
|
|
60
|
+
('CZ','Czech Republic (Česká republika)','420'),
|
|
61
|
+
('DK','Denmark (Danmark)','45'),
|
|
62
|
+
('DJ','Djibouti','253'),
|
|
63
|
+
('DM','Dominica','1767'),
|
|
64
|
+
('DO','Dominican Republic (República Dominicana)','1'),
|
|
65
|
+
('EC','Ecuador','593'),
|
|
66
|
+
('EG','Egypt (مصر)','20'),
|
|
67
|
+
('SV','El Salvador','503'),
|
|
68
|
+
('GQ','Equatorial Guinea (Guinea Ecuatorial)','240'),
|
|
69
|
+
('ER','Eritrea','291'),
|
|
70
|
+
('EE','Estonia (Eesti)','372'),
|
|
71
|
+
('ET','Ethiopia','251'),
|
|
72
|
+
('FK','Falkland Islands (Islas Malvinas)','500'),
|
|
73
|
+
('FO','Faroe Islands (Føroyar)','298'),
|
|
74
|
+
('FJ','Fiji','679'),
|
|
75
|
+
('FI','Finland (Suomi)','358'),
|
|
76
|
+
('FR','France','33'),
|
|
77
|
+
('GF','French Guiana (Guyane française)','594'),
|
|
78
|
+
('PF','French Polynesia (Polynésie française)','689'),
|
|
79
|
+
('GA','Gabon','241'),
|
|
80
|
+
('GM','Gambia','220'),
|
|
81
|
+
('GE','Georgia (საქართველო)','995'),
|
|
82
|
+
('DE','Germany (Deutschland)','49'),
|
|
83
|
+
('GH','Ghana (Gaana)','233'),
|
|
84
|
+
('GI','Gibraltar','350'),
|
|
85
|
+
('GR','Greece (Ελλάδα)','30'),
|
|
86
|
+
('GL','Greenland (Kalaallit Nunaat)','299'),
|
|
87
|
+
('GD','Grenada','1473'),
|
|
88
|
+
('GP','Guadeloupe','590'),
|
|
89
|
+
('GU','Guam','1671'),
|
|
90
|
+
('GT','Guatemala','502'),
|
|
91
|
+
('GG','Guernsey','44'),
|
|
92
|
+
('GN','Guinea (Guinée)','224'),
|
|
93
|
+
('GW','Guinea-Bissau (Guiné Bissau)','245'),
|
|
94
|
+
('GY','Guyana','592'),
|
|
95
|
+
('HT','Haiti','509'),
|
|
96
|
+
('HN','Honduras','504'),
|
|
97
|
+
('HK','Hong Kong (香港)','852'),
|
|
98
|
+
('HU','Hungary (Magyarország)','36'),
|
|
99
|
+
('IS','Iceland (Ísland)','354'),
|
|
100
|
+
('IN','India (भारत)','91'),
|
|
101
|
+
('ID','Indonesia','62'),
|
|
102
|
+
('IR','Iran (ایران)','98'),
|
|
103
|
+
('IQ','Iraq (العراق)','964'),
|
|
104
|
+
('IE','Ireland','353'),
|
|
105
|
+
('IM','Isle of Man','44'),
|
|
106
|
+
('IL','Israel (ישראל)','972'),
|
|
107
|
+
('IT','Italy (Italia)','39'),
|
|
108
|
+
('JM','Jamaica','1876'),
|
|
109
|
+
('JP','Japan (日本)','81'),
|
|
110
|
+
('JE','Jersey','44'),
|
|
111
|
+
('JO','Jordan (الأردن)','962'),
|
|
112
|
+
('KZ','Kazakhstan (Казахстан)','77'),
|
|
113
|
+
('KE','Kenya','254'),
|
|
114
|
+
('KI','Kiribati','686'),
|
|
115
|
+
('KW','Kuwait (الكويت)','965'),
|
|
116
|
+
('KG','Kyrgyzstan (Кыргызстан)','996'),
|
|
117
|
+
('LA','Laos (ລາວ)','856'),
|
|
118
|
+
('LV','Latvia (Latvija)','371'),
|
|
119
|
+
('LB','Lebanon (لبنان)','961'),
|
|
120
|
+
('LS','Lesotho','266'),
|
|
121
|
+
('LR','Liberia','231'),
|
|
122
|
+
('LY','Libya (ليبيا)','218'),
|
|
123
|
+
('LI','Liechtenstein','423'),
|
|
124
|
+
('LT','Lithuania (Lietuva)','370'),
|
|
125
|
+
('LU','Luxembourg','352'),
|
|
126
|
+
('MO','Macau (澳門)','853'),
|
|
127
|
+
('MK','Macedonia (FYROM) (Македонија)','389'),
|
|
128
|
+
('MG','Madagascar (Madagasikara)','261'),
|
|
129
|
+
('MW','Malawi','265'),
|
|
130
|
+
('MY','Malaysia','60'),
|
|
131
|
+
('MV','Maldives','960'),
|
|
132
|
+
('ML','Mali','223'),
|
|
133
|
+
('MT','Malta','356'),
|
|
134
|
+
('MH','Marshall Islands','692'),
|
|
135
|
+
('MQ','Martinique','596'),
|
|
136
|
+
('MR','Mauritania (موريتانيا)','222'),
|
|
137
|
+
('MU','Mauritius (Moris)','230'),
|
|
138
|
+
('YT','Mayotte','262'),
|
|
139
|
+
('MX','Mexico (México)','52'),
|
|
140
|
+
('FM','Micronesia','691'),
|
|
141
|
+
('MD','Moldova (Republica Moldova)','373'),
|
|
142
|
+
('MC','Monaco','377'),
|
|
143
|
+
('MN','Mongolia (Монгол)','976'),
|
|
144
|
+
('ME','Montenegro (Crna Gora)','382'),
|
|
145
|
+
('MS','Montserrat','1664'),
|
|
146
|
+
('MA','Morocco (المغرب)','212'),
|
|
147
|
+
('MZ','Mozambique (Moçambique)','258'),
|
|
148
|
+
('MM','Myanmar (Burma)','95'),
|
|
149
|
+
('NA','Namibia (Namibië)','264'),
|
|
150
|
+
('NR','Nauru','674'),
|
|
151
|
+
('NP','Nepal (नेपाल)','977'),
|
|
152
|
+
('NL','Netherlands (Nederland)','31'),
|
|
153
|
+
('NC','New Caledonia (Nouvelle-Calédonie)','687'),
|
|
154
|
+
('NZ','New Zealand','64'),
|
|
155
|
+
('NI','Nicaragua','505'),
|
|
156
|
+
('NE','Niger (Nijar)','227'),
|
|
157
|
+
('NG','Nigeria','234'),
|
|
158
|
+
('NU','Niue','683'),
|
|
159
|
+
('NF','Norfolk Island','672'),
|
|
160
|
+
('KP','North Korea (조선 민주주의 인민 공화국)','850'),
|
|
161
|
+
('MP','Northern Mariana Islands','1670'),
|
|
162
|
+
('NO','Norway (Norge)','47'),
|
|
163
|
+
('OM','Oman (عُمان)','968'),
|
|
164
|
+
('PK','Pakistan (پاکستان)','92'),
|
|
165
|
+
('PW','Palau','680'),
|
|
166
|
+
('PS','Palestine (فلسطين)','970'),
|
|
167
|
+
('PA','Panama (Panamá)','507'),
|
|
168
|
+
('PG','Papua New Guinea','675'),
|
|
169
|
+
('PY','Paraguay','595'),
|
|
170
|
+
('PE','Peru (Perú)','51'),
|
|
171
|
+
('PH','Philippines','63'),
|
|
172
|
+
('PL','Poland (Polska)','48'),
|
|
173
|
+
('PT','Portugal','351'),
|
|
174
|
+
('PR','Puerto Rico','1'),
|
|
175
|
+
('QA','Qatar (قطر)','974'),
|
|
176
|
+
('RE','Réunion (La Réunion)','262'),
|
|
177
|
+
('RO','Romania (România)','40'),
|
|
178
|
+
('RU','Russia (Россия)','7'),
|
|
179
|
+
('RW','Rwanda','250'),
|
|
180
|
+
('BL','Saint Barthélemy (Saint-Barthélemy)','590'),
|
|
181
|
+
('SH','Saint Helena','290'),
|
|
182
|
+
('KN','Saint Kitts and Nevis','1869'),
|
|
183
|
+
('LC','Saint Lucia','1758'),
|
|
184
|
+
('MF','Saint Martin (Saint-Martin (partie française))','590'),
|
|
185
|
+
('PM','Saint Pierre and Miquelon (Saint-Pierre-et-Miquelon)','508'),
|
|
186
|
+
('VC','Saint Vincent and the Grenadines','1784'),
|
|
187
|
+
('WS','Samoa','685'),
|
|
188
|
+
('SM','San Marino','378'),
|
|
189
|
+
('ST','São Tomé and Príncipe (São Tomé e Príncipe)','239'),
|
|
190
|
+
('SA','Saudi Arabia (المملكة العربية السعودية)','966'),
|
|
191
|
+
('SN','Senegal (Sénégal)','221'),
|
|
192
|
+
('RS','Serbia (Србија)','381'),
|
|
193
|
+
('SC','Seychelles','248'),
|
|
194
|
+
('SL','Sierra Leone','232'),
|
|
195
|
+
('SG','Singapore','65'),
|
|
196
|
+
('SX','Sint Maarten','1721'),
|
|
197
|
+
('SK','Slovakia (Slovensko)','421'),
|
|
198
|
+
('SI','Slovenia (Slovenija)','386'),
|
|
199
|
+
('SB','Solomon Islands','677'),
|
|
200
|
+
('SO','Somalia (Soomaaliya)','252'),
|
|
201
|
+
('ZA','South Africa','27'),
|
|
202
|
+
('KR','South Korea (대한민국)','82'),
|
|
203
|
+
('SS','South Sudan (جنوب السودان)','211'),
|
|
204
|
+
('ES','Spain (España)','34'),
|
|
205
|
+
('LK','Sri Lanka (ශ්රී ලංකාව)','94'),
|
|
206
|
+
('SD','Sudan (السودان)','249'),
|
|
207
|
+
('SR','Suriname','597'),
|
|
208
|
+
('SJ','Svalbard and Jan Mayen','47'),
|
|
209
|
+
('SZ','Swaziland','268'),
|
|
210
|
+
('SE','Sweden (Sverige)','46'),
|
|
211
|
+
('CH','Switzerland (Schweiz)','41'),
|
|
212
|
+
('SY','Syria (سوريا)','963'),
|
|
213
|
+
('TW','Taiwan (台灣)','886'),
|
|
214
|
+
('TJ','Tajikistan','992'),
|
|
215
|
+
('TZ','Tanzania','255'),
|
|
216
|
+
('TH','Thailand (ไทย)','66'),
|
|
217
|
+
('TL','Timor-Leste','670'),
|
|
218
|
+
('TG','Togo','228'),
|
|
219
|
+
('TK','Tokelau','690'),
|
|
220
|
+
('TO','Tonga','676'),
|
|
221
|
+
('TT','Trinidad and Tobago','1868'),
|
|
222
|
+
('TN','Tunisia (تونس)','216'),
|
|
223
|
+
('TR','Turkey (Türkiye)','90'),
|
|
224
|
+
('TM','Turkmenistan','993'),
|
|
225
|
+
('TC','Turks and Caicos Islands','1649'),
|
|
226
|
+
('TV','Tuvalu','688'),
|
|
227
|
+
('VI','U.S. Virgin Islands','1340'),
|
|
228
|
+
('UG','Uganda','256'),
|
|
229
|
+
('UA','Ukraine (Україна)','380'),
|
|
230
|
+
('AE','United Arab Emirates (الإمارات العربية المتحدة)','971'),
|
|
231
|
+
('GB','United Kingdom','44'),
|
|
232
|
+
('US','United States','1'),
|
|
233
|
+
('UY','Uruguay','598'),
|
|
234
|
+
('UZ','Uzbekistan (Oʻzbekiston)','998'),
|
|
235
|
+
('VU','Vanuatu','678'),
|
|
236
|
+
('VA','Vatican City (Città del Vaticano)','39'),
|
|
237
|
+
('VE','Venezuela','58'),
|
|
238
|
+
('VN','Vietnam (Việt Nam)','84'),
|
|
239
|
+
('WF','Wallis and Futuna','681'),
|
|
240
|
+
('EH','Western Sahara (الصحراء الغربية)','212'),
|
|
241
|
+
('YE','Yemen (اليمن)','967'),
|
|
242
|
+
('ZM','Zambia','260'),
|
|
243
|
+
('ZW','Zimbabwe','263'),
|
|
244
244
|
('AX','Åland Islands','358')
|
|
@@ -178,10 +178,11 @@ const DatagridFactory = (Factory)=>{
|
|
|
178
178
|
const rowStyle = style ? [style] : [];
|
|
179
179
|
const rowProps = {};
|
|
180
180
|
const it = this.renderFlashListItem({...args,rowProps,rowStyle});
|
|
181
|
-
if(React.isValidElement(it)){
|
|
182
|
-
return
|
|
181
|
+
if(!React.isValidElement(it)){
|
|
182
|
+
return null;
|
|
183
183
|
}
|
|
184
|
-
|
|
184
|
+
const rowKey = defaultVal(args.rowIndex,args.index,args.rowCounterIndex);
|
|
185
|
+
return <View {...rowProps} testID={defaultStr(rowProps.testID,"RNDatagridAccordionSectionHeader")+rowKey} style={[theme.styles.w100,theme.styles.justifyContentCenter,theme.styles.alignItemsCenter,rowProps.style,rowStyle]}>
|
|
185
186
|
{it}
|
|
186
187
|
</View>;
|
|
187
188
|
}
|
|
@@ -258,19 +259,6 @@ const DatagridFactory = (Factory)=>{
|
|
|
258
259
|
getMaxSelectedRows(){
|
|
259
260
|
return isMobileMedia()? 30 : 50;
|
|
260
261
|
}
|
|
261
|
-
showFilters(){
|
|
262
|
-
if(!this._isMounted()) {
|
|
263
|
-
this.isUpdating = false;
|
|
264
|
-
return;
|
|
265
|
-
}
|
|
266
|
-
this.setSessionData({showFilters:true});
|
|
267
|
-
}
|
|
268
|
-
hideFilters (){
|
|
269
|
-
if(!this._isMounted()) {
|
|
270
|
-
return;
|
|
271
|
-
}
|
|
272
|
-
this.setSessionData({showFilters:false});
|
|
273
|
-
}
|
|
274
262
|
toggleFilterColumnVisibility(field,visible){
|
|
275
263
|
if(!isNonNullString(field)) return;
|
|
276
264
|
let filteredColumns = {...this.state.filteredColumns};
|
|
@@ -485,7 +473,7 @@ const DatagridFactory = (Factory)=>{
|
|
|
485
473
|
}}
|
|
486
474
|
/>
|
|
487
475
|
</View> : null}
|
|
488
|
-
{this.isFilterable()
|
|
476
|
+
{this.isFilterable() ? <View>
|
|
489
477
|
<FiltersAccordionComponent
|
|
490
478
|
testID={testID+"_HeaderFilters"}
|
|
491
479
|
isLoading = {isLoading}
|
|
@@ -498,7 +486,9 @@ const DatagridFactory = (Factory)=>{
|
|
|
498
486
|
/>
|
|
499
487
|
</View> : null}
|
|
500
488
|
{this.renderSectionListMenu()}
|
|
501
|
-
|
|
489
|
+
{this.renderDisplayTypes()}
|
|
490
|
+
{this.renderAggregatorFunctionsMenu()}
|
|
491
|
+
<View pointerEvents={pointerEvents} testID={testID+"_HeaderPagination"} style = {styles.paginationItem}>
|
|
502
492
|
<Menu
|
|
503
493
|
testID={testID+"_HeaderMenus"}
|
|
504
494
|
anchor={(props)=>(<Icon {...props} icon={MENU_ICON}/>)}
|
|
@@ -519,7 +509,6 @@ const DatagridFactory = (Factory)=>{
|
|
|
519
509
|
,icon : showFooters?'view-column':'view-module'
|
|
520
510
|
,text : (showFooters?'Masquer les totaux':'Afficher les totaux')
|
|
521
511
|
}:null,
|
|
522
|
-
...this.getAggregatorFunctionsMenuItems(),
|
|
523
512
|
...this.renderCustomMenu(),
|
|
524
513
|
...restItems,
|
|
525
514
|
!canRenderChart && this.canScrollTo() && {
|
|
@@ -576,7 +565,7 @@ const DatagridFactory = (Factory)=>{
|
|
|
576
565
|
{datagridHeader}
|
|
577
566
|
{_progressBar}
|
|
578
567
|
{!canRenderChart && showFooters ? (
|
|
579
|
-
<View testID={testID+"_FooterContainer"} pointerEvents={pointerEvents} style={[
|
|
568
|
+
<View testID={testID+"_FooterContainer"} pointerEvents={pointerEvents} style={[theme.styles.justifyContentCenter,theme.styles.pv1]}>
|
|
580
569
|
<View testID={testID+"_FooterContentContainer"} style={[styles.footersContainer]}>
|
|
581
570
|
<ScrollView testID={testID+"_FooterScrollView"} horizontal contentContainerStyle={[styles.contentContainerStyle]}>
|
|
582
571
|
<View testID={testID+"_FooterContent"} style={[styles.table]}>
|