@fto-consult/expo-ui 2.48.0 → 2.48.3

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 (52) hide show
  1. package/package.json +2 -2
  2. package/src/auth/Login.js +5 -1
  3. package/src/components/AppBar/index.js +1 -1
  4. package/src/components/AppBar/utils.js +2 -2
  5. package/src/components/BottomSheet/Menu.js +1 -1
  6. package/src/components/Button/index.js +11 -5
  7. package/src/components/Checkbox/index.js +1 -1
  8. package/src/components/Color/index.js +1 -1
  9. package/src/components/Countries/resources/countries-normalized.json +1987 -1987
  10. package/src/components/Countries/resources/countries-with-not-extra.json +1211 -1211
  11. package/src/components/Countries/resources/countries.sql +243 -243
  12. package/src/components/Datagrid/Accordion/Row.js +1 -1
  13. package/src/components/Datagrid/Actions/index.js +1 -1
  14. package/src/components/Datagrid/Footer/index.js +1 -1
  15. package/src/components/Date/DatePickerInput/index.js +1 -1
  16. package/src/components/Date/Time.js +1 -1
  17. package/src/components/Dialog/Dialog.js +9 -5
  18. package/src/components/Drawer/DrawerItems/ExpandableItem.js +1 -1
  19. package/src/components/Drawer/index.js +1 -1
  20. package/src/components/Dropdown/index.js +4 -1
  21. package/src/components/Fab/Group.js +1 -1
  22. package/src/components/Form/Fields/Checkbox.js +0 -5
  23. package/src/components/Form/Fields/Field.js +2 -1
  24. package/src/components/Form/Fields/Radio.js +0 -5
  25. package/src/components/Form/Fields/SelectField.js +1 -0
  26. package/src/components/Form/Fields/Slider.js +0 -5
  27. package/src/components/Form/Fields/Switch.js +0 -5
  28. package/src/components/Form/FormData/DialogProvider.js +4 -2
  29. package/src/components/Form/FormData/FormDataActions.js +1 -0
  30. package/src/components/Form/FormData/componentsTypes.js +2 -2
  31. package/src/components/Form/FormData/utils.js +1 -2
  32. package/src/components/Icon/Checkbox.js +2 -2
  33. package/src/components/Icon/utils.js +2 -0
  34. package/src/components/Image/Editor/index copy.js +1 -1
  35. package/src/components/Image/Editor/index.js +2 -2
  36. package/src/components/Label/index.js +1 -1
  37. package/src/components/Menu/index.js +1 -1
  38. package/src/components/Modal/index.js +1 -1
  39. package/src/components/PhoneInput/index.js +1 -1
  40. package/src/components/Radio/index.js +1 -1
  41. package/src/components/ScrollView/index.js +9 -2
  42. package/src/components/SimpleSelect/index.js +1 -1
  43. package/src/components/Slider/index.js +1 -1
  44. package/src/components/Switch/index.js +1 -1
  45. package/src/components/Table/FiltersOrFooters.js +18 -0
  46. package/src/components/Table/index.js +32 -14
  47. package/src/components/TextField/index.js +3 -3
  48. package/src/screens/Auth/PermLines.js +417 -0
  49. package/src/screens/Auth/PermProfile.js +182 -0
  50. package/src/screens/Auth/PermProfiles.js +38 -0
  51. package/src/screens/Auth/Profile.js +1 -1
  52. package/src/screens/Auth/index.js +8 -1
@@ -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')
@@ -45,7 +45,7 @@ const DatagridAccordionRow = React.forwardRef((props,ref)=>{
45
45
  isScrolling = isS;
46
46
  }
47
47
  }
48
- const [state,setState] = React.useStateIfMounted({
48
+ const [state,setState] = React.useState({
49
49
  expanded : false,
50
50
  });
51
51
  const toggleExpander = ()=>{
@@ -16,7 +16,7 @@ export default function DatagridActions (_props){
16
16
  let {actions,actionProps,selectedRowsActions,bindResizeEvent,context,selectedRows:_selectedRows,...props} = _props;
17
17
  props = defaultObj(props);
18
18
  context = defaultObj(context);
19
- const [state,setState] = React.useStateIfMounted({
19
+ const [state,setState] = React.useState({
20
20
  selectedRows : defaultObj(_selectedRows),
21
21
  });
22
22
  const selectedRowsCallBackRef = React.useRef(null);
@@ -80,7 +80,7 @@ export default function DGGridFooters (props){
80
80
  } else {
81
81
  Component = defaultVal(Component,View)
82
82
  }
83
- const [state,setState] = React.useStateIfMounted({
83
+ const [state,setState] = React.useState({
84
84
  columns,
85
85
  data,
86
86
  })
@@ -65,7 +65,7 @@ const DatePickerInput = React.forwardRef(({
65
65
  inputMode = defaultStr(inputMode,"start");
66
66
  locale = defaultStr(locale,defaultLocale);
67
67
  const theme = useTheme()
68
- const [state,setState] = React.useStateIfMounted({
68
+ const [state,setState] = React.useState({
69
69
  errorText : null,
70
70
  inputDate : toDateObj(defaultValue,format),
71
71
  visible : false
@@ -54,7 +54,7 @@ export default function TimePickerComponent (props){
54
54
  }
55
55
  withSeconds = defaultBool(withSeconds,true);
56
56
  const prevDefaultValue = React.usePrevious(defaultValue);
57
- const [state,setState] = React.useStateIfMounted({
57
+ const [state,setState] = React.useState({
58
58
  visible : false,
59
59
  ...parseTime(defaultValue,withSeconds),
60
60
  })
@@ -45,7 +45,7 @@ const DialogComponent = React.forwardRef((props,ref)=>{
45
45
  titleProps,
46
46
  visible,
47
47
  scrollViewProps,withScrollView,
48
- footerProps,footer,actionMutator,actions,overlayProps,
48
+ footerProps,footer,actionMutator,overlayProps,
49
49
  ModalComponent,
50
50
  isProvider,
51
51
  isAlert,
@@ -53,6 +53,7 @@ const DialogComponent = React.forwardRef((props,ref)=>{
53
53
  isFormData,
54
54
  isPreloader,
55
55
  borderRadius,
56
+ onCancel,
56
57
  ...modalProps
57
58
  } = props;
58
59
  withScrollView = typeof withScrollView =='boolean'? withScrollView : false;
@@ -82,12 +83,13 @@ const DialogComponent = React.forwardRef((props,ref)=>{
82
83
  modalProps.fullScreen = fullScreen;
83
84
  propsMutator(modalProps);
84
85
  }
86
+ let actions = modalProps.actions;
85
87
  controlledProps = defaultObj(controlledProps);
86
88
  appBarProps = defaultObj(appBarProps);
87
89
  subtitle = subtitle !== false ? defaultVal(appBarProps.subtitle,modalProps.subtitle,subtitle) : null;
88
90
  backActionProps = Object.assign({},backActionProps);
89
91
  backActionProps.color = Colors.isValid(backActionProps.color)? backActionProps.color : theme.colors.primaryText;
90
- cancelButton = cancelButton === false ? null : isObj(cancelButton)? {...cancelButton} : {};
92
+ cancelButton = cancelButton === false || modalProps.cancelButton === false ? null : isObj(cancelButton)? {...cancelButton} : {};
91
93
  if(isNonNullString(no)){
92
94
  no = {label:no};
93
95
  }
@@ -102,6 +104,9 @@ const DialogComponent = React.forwardRef((props,ref)=>{
102
104
  args = {...React.getOnPressArgs(args),isProvider,isFullScreen:isFullScreenDialog(),isPreloader,context,props};
103
105
  if(typeof onBackActionPress =='function' && onBackActionPress(args) === false) return true;
104
106
  if(typeof backActionProps.onPress =='function' && backActionProps.onPress(args)=== false) return true;
107
+ if(onCancelButtonPress && onCancelButtonPress(args) === false) return true;
108
+ else if(typeof onCancel =='function' && onCancel(args) === false) return true;
109
+ else if(isObj(cancelButton) && cancelButton.onPress && cancelButton.onPress(args) === false) return true;
105
110
  if(force === false && !isDimissable) return true;
106
111
  if(isAlert && typeof onAlertRequestClose =='function'){
107
112
  return onAlertRequestClose(args);
@@ -248,12 +253,11 @@ const DialogComponent = React.forwardRef((props,ref)=>{
248
253
  icon : 'cancel',
249
254
  mode : 'contained',
250
255
  error : true,
256
+ canSave : false,
251
257
  ...cancelButton,
252
258
  text : undefined,
253
259
  label : defaultVal(cancelButton.label,cancelButton.text,"Annuler"),
254
260
  onPress : (a1,a2)=>{
255
- if(onCancelButtonPress && onCancelButtonPress(a1,a2) === false) return;
256
- else if(cancelButton.onPress && cancelButton.onPress(a1,a2) === false) return;
257
261
  return handleBack(a1,true);
258
262
  }
259
263
  }}
@@ -308,7 +312,7 @@ DialogComponent.propTypes= {
308
312
 
309
313
 
310
314
  export const DialogControlledComponent = React.forwardRef(({visible:dVisible,...props},ref)=>{
311
- const [visible,setVisible] = React.useStateIfMounted(defaultBool(dVisible,false));
315
+ const [visible,setVisible] = React.useState(defaultBool(dVisible,false));
312
316
  const {onDismiss,onClose,onVisibilityChanged,...rest} = props;
313
317
  React.useEffect(()=>{
314
318
  if(typeof dVisible =='boolean' && dVisible !== visible){
@@ -11,7 +11,7 @@ export default function ExpandableItem(props){
11
11
  let {children,expanded,expandedIcon,testID,minimized,onPress,expandIconProps,unexpandedIcon,onToggleExpand,wrapperProps,...rest} = props;
12
12
  testID = defaultStr(testID,"RN_ExpandableDrawerItemComponent")
13
13
  wrapperProps = defaultObj(wrapperProps);
14
- const [expandedControled,setExpended] = React.useStateIfMounted(defaultBool(expanded,false))
14
+ const [expandedControled,setExpended] = React.useState(defaultBool(expanded,false))
15
15
  let _expanded = expanded;
16
16
  if(!isBool(expanded)){
17
17
  _expanded = expandedControled;
@@ -91,7 +91,7 @@ const DrawerComponent = React.forwardRef((props,ref)=>{
91
91
  if(minimized === undefined){
92
92
  minimized = false;
93
93
  }
94
- const [state,_setState] = React.useStateIfMounted({
94
+ const [state,_setState] = React.useState({
95
95
  minimized,
96
96
  permanent,
97
97
  });