@fto-consult/expo-ui 2.39.7 → 2.40.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.
- package/index.js +1 -2
- package/package.json +120 -120
- package/readChart.txt +3 -1
- 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/Common/Common.js +9 -6
- package/src/components/Datagrid/SWRDatagrid.js +16 -13
- package/src/components/Form/Fields/SelectTableData/Component.js +6 -5
- package/src/components/Form/FormData/FormData.js +7 -1
- package/src/layouts/DatabaseStatistics/DatabaseStatistic.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')
|
|
@@ -2500,7 +2500,7 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
|
2500
2500
|
sortedProps,
|
|
2501
2501
|
width,
|
|
2502
2502
|
columnField : field,
|
|
2503
|
-
columnDef : header,
|
|
2503
|
+
//columnDef : header,
|
|
2504
2504
|
index : headerIndex,
|
|
2505
2505
|
visible,
|
|
2506
2506
|
key : header.field,
|
|
@@ -2532,7 +2532,7 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
|
2532
2532
|
field,
|
|
2533
2533
|
width,
|
|
2534
2534
|
columnField : field,
|
|
2535
|
-
columnDef : header,
|
|
2535
|
+
//columnDef : header,
|
|
2536
2536
|
index : headerIndex,
|
|
2537
2537
|
filterProps,
|
|
2538
2538
|
key : header.field,
|
|
@@ -3272,11 +3272,14 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
|
3272
3272
|
return isObj(this.progressBarRef.current) && typeof this.progressBarRef.current.setIsLoading =='function' ? true : false;
|
|
3273
3273
|
}
|
|
3274
3274
|
onRender(){
|
|
3275
|
+
if(typeof this.props.onRender ==='function'){
|
|
3276
|
+
this.props.onRender({context:this});
|
|
3277
|
+
}
|
|
3275
3278
|
if(this.isRenderingRef.current === true){
|
|
3276
|
-
setTimeout(()=>{
|
|
3279
|
+
//setTimeout(()=>{
|
|
3277
3280
|
this.isRenderingRef.current = false;
|
|
3278
3281
|
return this.setIsLoading(false,undefined,undefined,"yes mannnnaaaaaa");
|
|
3279
|
-
},500);
|
|
3282
|
+
//},500);
|
|
3280
3283
|
}
|
|
3281
3284
|
}
|
|
3282
3285
|
/***
|
|
@@ -3382,7 +3385,7 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
|
3382
3385
|
if((stableHash(nextProps.data) === stableHash(this.props.data))) {
|
|
3383
3386
|
return false;
|
|
3384
3387
|
}
|
|
3385
|
-
this.setIsLoading(true);
|
|
3388
|
+
this.setIsLoading(true,true);
|
|
3386
3389
|
this.prepareData({...nextProps,force:true},(state)=>{
|
|
3387
3390
|
this.setState(state)
|
|
3388
3391
|
});
|
|
@@ -3393,7 +3396,7 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
|
3393
3396
|
isLoading (){
|
|
3394
3397
|
if(this.state.isReady === false || this.isRenderingRef.current) return true;
|
|
3395
3398
|
if(typeof this.props.isLoading =='boolean') return this.props.isLoading;
|
|
3396
|
-
return
|
|
3399
|
+
return this.isLoadingRef.current === true ? true : false;
|
|
3397
3400
|
}
|
|
3398
3401
|
getLinesProgressBar(){
|
|
3399
3402
|
return CommonDatagridComponent.LinesProgressBar(this.props);
|
|
@@ -179,20 +179,22 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
|
|
|
179
179
|
isLoadingRef.current = false;
|
|
180
180
|
return;
|
|
181
181
|
}
|
|
182
|
-
opts =
|
|
183
|
-
opts.
|
|
184
|
-
opts.
|
|
182
|
+
opts = defaultObj(opts);
|
|
183
|
+
opts.fetchOptions = isObj(opts.fetchOptions)? Object.clone(opts.fetchOptions) : {};
|
|
184
|
+
opts.fetchOptions.withTotal = true;
|
|
185
|
+
opts.fetchOptions.fields = fetchFields;
|
|
186
|
+
extendObj(true,opts.fetchOptions,fetchOptionsRef.current?.fetchOptions);
|
|
185
187
|
if(canHandleLimit){
|
|
186
|
-
opts.
|
|
187
|
-
opts.
|
|
188
|
+
opts.fetchOptions.limit = limitRef.current;
|
|
189
|
+
opts.fetchOptions.page = pageRef.current -1;
|
|
188
190
|
} else {
|
|
189
|
-
delete opts.
|
|
190
|
-
delete opts.
|
|
191
|
-
delete opts.
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
opts.queryParams.sort = opts.sort;
|
|
191
|
+
delete opts.limit;
|
|
192
|
+
delete opts.fetchOptions.limit;
|
|
193
|
+
delete opts.fetchOptions.page;
|
|
194
|
+
delete opts.page;
|
|
195
|
+
delete opts.offset;
|
|
195
196
|
}
|
|
197
|
+
|
|
196
198
|
const fetchCB = ({data,total})=>{
|
|
197
199
|
totalRef.current = total;
|
|
198
200
|
dataRef.current = data;
|
|
@@ -209,7 +211,6 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
|
|
|
209
211
|
hasResultRef.current = false;
|
|
210
212
|
isFetchingRef.current = true;
|
|
211
213
|
if(typeof fetcher =='function'){
|
|
212
|
-
url = setQueryParams(url,opts.queryParams);
|
|
213
214
|
return fetcher(url,opts).then(fetchCB).finally(()=>{
|
|
214
215
|
isFetchingRef.current = false;
|
|
215
216
|
isLoadingRef.current = false;
|
|
@@ -221,6 +222,9 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
|
|
|
221
222
|
}
|
|
222
223
|
return cFetcher(fUrl,rest).then(fetchCB).finally(()=>{
|
|
223
224
|
isFetchingRef.current = false;
|
|
225
|
+
}).catch((e)=>{
|
|
226
|
+
console.log(e," is swr fetching data");
|
|
227
|
+
throw e;
|
|
224
228
|
});
|
|
225
229
|
},
|
|
226
230
|
showError : false,
|
|
@@ -409,7 +413,6 @@ const SWRDatagridComponent = React.forwardRef((props,ref)=>{
|
|
|
409
413
|
beforeFetchData = {(args)=>{
|
|
410
414
|
if(typeof beforeFetchData =="function" && beforeFetchData(args)==false) return;
|
|
411
415
|
let {fetchOptions:opts,force} = args;
|
|
412
|
-
opts.fields = fetchFields;
|
|
413
416
|
opts = getFetchOptions({showError:showProgressRef.current,...opts});
|
|
414
417
|
isInitializedRef.current = true;
|
|
415
418
|
fetchOptionsRef.current = opts;
|
|
@@ -19,17 +19,18 @@ import appConfig from "$appConfig";
|
|
|
19
19
|
* foreignKeyTable : la tableData dans laquelle effectuer les donées de la requêtes
|
|
20
20
|
* foreignKeyLabel : Le libélé dans la table étrangère
|
|
21
21
|
*/
|
|
22
|
-
const TableDataSelectField = React.forwardRef((
|
|
23
|
-
let {foreignKeyColumn,foreignKeyTable,fetchItemsPath,foreignKeyLabel,dropdownActions,fields,fetchItems:customFetchItem,convertFiltersToSQL,mutateFetchedItems,getForeignKeyTable,onFetchItems,isFilter,isUpdate,isDocEditing,items,onAddProps,fetchDataOpts,...props} = _props;
|
|
24
|
-
props = defaultObj(props);
|
|
22
|
+
const TableDataSelectField = React.forwardRef(({foreignKeyColumn,foreignKeyTable,fetchItemsPath,foreignKeyLabel,dropdownActions,fields,fetchItems:customFetchItem,convertFiltersToSQL,mutateFetchedItems,getForeignKeyTable,onFetchItems,isFilter,isUpdate,isDocEditing,items,onAddProps,fetchDataOpts,...props},ref)=>{
|
|
25
23
|
props.data = defaultObj(props.data);
|
|
26
24
|
foreignKeyColumn = foreignKeyColumn.trim();
|
|
27
25
|
convertFiltersToSQL = defaultVal(convertFiltersToSQL,willConvertFiltersToSQL());
|
|
28
|
-
getForeignKeyTable = getForeignKeyTable || appConfig.
|
|
26
|
+
getForeignKeyTable = getForeignKeyTable || appConfig.getTableData;
|
|
29
27
|
let fKeyTable = typeof getForeignKeyTable =='function' ? getForeignKeyTable(foreignKeyTable,props) : undefined;
|
|
30
28
|
fetchItemsPath = defaultStr(fetchItemsPath).trim();
|
|
29
|
+
|
|
31
30
|
if(!fetchItemsPath && (!isObj(fKeyTable) || !(defaultStr(fKeyTable.tableName,fKeyTable.table)))){
|
|
32
|
-
console.
|
|
31
|
+
console.log(appConfig.getTableData,fKeyTable,fetchItemsPath,getForeignKeyTable,"i s fkeddd for ",foreignKeyColumn,foreignKeyTable,props)
|
|
32
|
+
|
|
33
|
+
console.error("type de données invalide pour la foreignKeyTable ",fKeyTable," composant SelectTableData",foreignKeyColumn,foreignKeyTable,props);
|
|
33
34
|
return null;
|
|
34
35
|
}
|
|
35
36
|
fKeyTable = defaultObj(fKeyTable);
|