@ikatec/nebula-react 1.0.4 → 1.0.6
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/dist/index.d.mts +21 -1
- package/dist/index.d.ts +21 -1
- package/dist/index.js +964 -48
- package/dist/index.mjs +960 -48
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -21,6 +21,8 @@ var TooltipPrimitive = require('@radix-ui/react-tooltip');
|
|
|
21
21
|
var AccordionPrimitive = require('@radix-ui/react-accordion');
|
|
22
22
|
var TabsPrimitive = require('@radix-ui/react-tabs');
|
|
23
23
|
var sonner = require('sonner');
|
|
24
|
+
var RPNInput = require('react-phone-number-input');
|
|
25
|
+
var flags = require('react-phone-number-input/flags');
|
|
24
26
|
|
|
25
27
|
function _interopDefault (e) { return e && e.__esModule ? e : { default: e }; }
|
|
26
28
|
|
|
@@ -58,6 +60,8 @@ var SwitchPrimitives__namespace = /*#__PURE__*/_interopNamespace(SwitchPrimitive
|
|
|
58
60
|
var TooltipPrimitive__namespace = /*#__PURE__*/_interopNamespace(TooltipPrimitive);
|
|
59
61
|
var AccordionPrimitive__namespace = /*#__PURE__*/_interopNamespace(AccordionPrimitive);
|
|
60
62
|
var TabsPrimitive__namespace = /*#__PURE__*/_interopNamespace(TabsPrimitive);
|
|
63
|
+
var RPNInput__namespace = /*#__PURE__*/_interopNamespace(RPNInput);
|
|
64
|
+
var flags__default = /*#__PURE__*/_interopDefault(flags);
|
|
61
65
|
|
|
62
66
|
// src/button.tsx
|
|
63
67
|
|
|
@@ -669,12 +673,24 @@ var Info = createLucideIcon("Info", __iconNode13);
|
|
|
669
673
|
var __iconNode14 = [["path", { d: "M5 12h14", key: "1ays0h" }]];
|
|
670
674
|
var Minus = createLucideIcon("Minus", __iconNode14);
|
|
671
675
|
|
|
672
|
-
// ../../node_modules/lucide-react/dist/esm/icons/
|
|
676
|
+
// ../../node_modules/lucide-react/dist/esm/icons/phone.js
|
|
673
677
|
var __iconNode15 = [
|
|
678
|
+
[
|
|
679
|
+
"path",
|
|
680
|
+
{
|
|
681
|
+
d: "M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z",
|
|
682
|
+
key: "foiqr5"
|
|
683
|
+
}
|
|
684
|
+
]
|
|
685
|
+
];
|
|
686
|
+
var Phone = createLucideIcon("Phone", __iconNode15);
|
|
687
|
+
|
|
688
|
+
// ../../node_modules/lucide-react/dist/esm/icons/x.js
|
|
689
|
+
var __iconNode16 = [
|
|
674
690
|
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
675
691
|
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
676
692
|
];
|
|
677
|
-
var X = createLucideIcon("X",
|
|
693
|
+
var X = createLucideIcon("X", __iconNode16);
|
|
678
694
|
var DropdownMenu = DropdownMenuPrimitive__namespace.Root;
|
|
679
695
|
var DropdownMenuTrigger = DropdownMenuPrimitive__namespace.Trigger;
|
|
680
696
|
var DropdownMenuGroup = DropdownMenuPrimitive__namespace.Group;
|
|
@@ -1027,14 +1043,267 @@ var messages2 = {
|
|
|
1027
1043
|
};
|
|
1028
1044
|
var input_select_default = messages2;
|
|
1029
1045
|
|
|
1046
|
+
// src/i18n/messages/en/input-phone.ts
|
|
1047
|
+
var messages3 = {
|
|
1048
|
+
countries: {
|
|
1049
|
+
AF: "Afghanistan",
|
|
1050
|
+
AX: "\xC5land Islands",
|
|
1051
|
+
AL: "Albania",
|
|
1052
|
+
DZ: "Algeria",
|
|
1053
|
+
AS: "American Samoa",
|
|
1054
|
+
AD: "Andorra",
|
|
1055
|
+
AO: "Angola",
|
|
1056
|
+
AI: "Anguilla",
|
|
1057
|
+
AG: "Antigua and Barbuda",
|
|
1058
|
+
AR: "Argentina",
|
|
1059
|
+
AM: "Armenia",
|
|
1060
|
+
AW: "Aruba",
|
|
1061
|
+
AC: "Ascension Island",
|
|
1062
|
+
AU: "Australia",
|
|
1063
|
+
AT: "Austria",
|
|
1064
|
+
AZ: "Azerbaijan",
|
|
1065
|
+
BS: "Bahamas",
|
|
1066
|
+
BH: "Bahrain",
|
|
1067
|
+
BD: "Bangladesh",
|
|
1068
|
+
BB: "Barbados",
|
|
1069
|
+
BY: "Belarus",
|
|
1070
|
+
BE: "Belgium",
|
|
1071
|
+
BZ: "Belize",
|
|
1072
|
+
BJ: "Benin",
|
|
1073
|
+
BM: "Bermuda",
|
|
1074
|
+
BT: "Bhutan",
|
|
1075
|
+
BO: "Bolivia",
|
|
1076
|
+
BQ: "Bonaire, Sint Eustatius and Saba",
|
|
1077
|
+
BA: "Bosnia and Herzegovina",
|
|
1078
|
+
BW: "Botswana",
|
|
1079
|
+
BR: "Brazil",
|
|
1080
|
+
IO: "British Indian Ocean Territory",
|
|
1081
|
+
BN: "Brunei Darussalam",
|
|
1082
|
+
BG: "Bulgaria",
|
|
1083
|
+
BF: "Burkina Faso",
|
|
1084
|
+
BI: "Burundi",
|
|
1085
|
+
KH: "Cambodia",
|
|
1086
|
+
CM: "Cameroon",
|
|
1087
|
+
CA: "Canada",
|
|
1088
|
+
CV: "Cape Verde",
|
|
1089
|
+
KY: "Cayman Islands",
|
|
1090
|
+
CF: "Central African Republic",
|
|
1091
|
+
TD: "Chad",
|
|
1092
|
+
CL: "Chile",
|
|
1093
|
+
CN: "China",
|
|
1094
|
+
CX: "Christmas Island",
|
|
1095
|
+
CC: "Cocos (Keeling) Islands",
|
|
1096
|
+
CO: "Colombia",
|
|
1097
|
+
KM: "Comoros",
|
|
1098
|
+
CG: "Congo",
|
|
1099
|
+
CD: "Congo, Democratic Republic of the",
|
|
1100
|
+
CK: "Cook Islands",
|
|
1101
|
+
CR: "Costa Rica",
|
|
1102
|
+
CI: "Cote d'Ivoire",
|
|
1103
|
+
HR: "Croatia",
|
|
1104
|
+
CU: "Cuba",
|
|
1105
|
+
CW: "Cura\xE7ao",
|
|
1106
|
+
CY: "Cyprus",
|
|
1107
|
+
CZ: "Czech Republic",
|
|
1108
|
+
DK: "Denmark",
|
|
1109
|
+
DJ: "Djibouti",
|
|
1110
|
+
DM: "Dominica",
|
|
1111
|
+
DO: "Dominican Republic",
|
|
1112
|
+
EC: "Ecuador",
|
|
1113
|
+
EG: "Egypt",
|
|
1114
|
+
SV: "El Salvador",
|
|
1115
|
+
GQ: "Equatorial Guinea",
|
|
1116
|
+
ER: "Eritrea",
|
|
1117
|
+
EE: "Estonia",
|
|
1118
|
+
ET: "Ethiopia",
|
|
1119
|
+
FK: "Falkland Islands",
|
|
1120
|
+
FO: "Faroe Islands",
|
|
1121
|
+
FM: "Federated States of Micronesia",
|
|
1122
|
+
FJ: "Fiji",
|
|
1123
|
+
FI: "Finland",
|
|
1124
|
+
FR: "France",
|
|
1125
|
+
GF: "French Guiana",
|
|
1126
|
+
PF: "French Polynesia",
|
|
1127
|
+
GA: "Gabon",
|
|
1128
|
+
GM: "Gambia",
|
|
1129
|
+
GE: "Georgia",
|
|
1130
|
+
DE: "Germany",
|
|
1131
|
+
GH: "Ghana",
|
|
1132
|
+
GI: "Gibraltar",
|
|
1133
|
+
GR: "Greece",
|
|
1134
|
+
GL: "Greenland",
|
|
1135
|
+
GD: "Grenada",
|
|
1136
|
+
GP: "Guadeloupe",
|
|
1137
|
+
GU: "Guam",
|
|
1138
|
+
GT: "Guatemala",
|
|
1139
|
+
GG: "Guernsey",
|
|
1140
|
+
GN: "Guinea",
|
|
1141
|
+
GW: "Guinea-Bissau",
|
|
1142
|
+
GY: "Guyana",
|
|
1143
|
+
HT: "Haiti",
|
|
1144
|
+
VA: "Holy See (Vatican City State)",
|
|
1145
|
+
HN: "Honduras",
|
|
1146
|
+
HK: "Hong Kong",
|
|
1147
|
+
HU: "Hungary",
|
|
1148
|
+
IS: "Iceland",
|
|
1149
|
+
IN: "India",
|
|
1150
|
+
ID: "Indonesia",
|
|
1151
|
+
IR: "Iran",
|
|
1152
|
+
IQ: "Iraq",
|
|
1153
|
+
IE: "Ireland",
|
|
1154
|
+
IM: "Isle of Man",
|
|
1155
|
+
IL: "Israel",
|
|
1156
|
+
IT: "Italy",
|
|
1157
|
+
JM: "Jamaica",
|
|
1158
|
+
JP: "Japan",
|
|
1159
|
+
JE: "Jersey",
|
|
1160
|
+
JO: "Jordan",
|
|
1161
|
+
KZ: "Kazakhstan",
|
|
1162
|
+
KE: "Kenya",
|
|
1163
|
+
KI: "Kiribati",
|
|
1164
|
+
XK: "Kosovo",
|
|
1165
|
+
KW: "Kuwait",
|
|
1166
|
+
KG: "Kyrgyzstan",
|
|
1167
|
+
LA: "Laos",
|
|
1168
|
+
LV: "Latvia",
|
|
1169
|
+
LB: "Lebanon",
|
|
1170
|
+
LS: "Lesotho",
|
|
1171
|
+
LR: "Liberia",
|
|
1172
|
+
LY: "Libya",
|
|
1173
|
+
LI: "Liechtenstein",
|
|
1174
|
+
LT: "Lithuania",
|
|
1175
|
+
LU: "Luxembourg",
|
|
1176
|
+
MO: "Macao",
|
|
1177
|
+
MG: "Madagascar",
|
|
1178
|
+
MW: "Malawi",
|
|
1179
|
+
MY: "Malaysia",
|
|
1180
|
+
MV: "Maldives",
|
|
1181
|
+
ML: "Mali",
|
|
1182
|
+
MT: "Malta",
|
|
1183
|
+
MH: "Marshall Islands",
|
|
1184
|
+
MQ: "Martinique",
|
|
1185
|
+
MR: "Mauritania",
|
|
1186
|
+
MU: "Mauritius",
|
|
1187
|
+
YT: "Mayotte",
|
|
1188
|
+
MX: "Mexico",
|
|
1189
|
+
MD: "Moldova",
|
|
1190
|
+
MC: "Monaco",
|
|
1191
|
+
MN: "Mongolia",
|
|
1192
|
+
ME: "Montenegro",
|
|
1193
|
+
MS: "Montserrat",
|
|
1194
|
+
MA: "Morocco",
|
|
1195
|
+
MZ: "Mozambique",
|
|
1196
|
+
MM: "Myanmar",
|
|
1197
|
+
NA: "Namibia",
|
|
1198
|
+
NR: "Nauru",
|
|
1199
|
+
NP: "Nepal",
|
|
1200
|
+
NL: "Netherlands",
|
|
1201
|
+
NC: "New Caledonia",
|
|
1202
|
+
NZ: "New Zealand",
|
|
1203
|
+
NI: "Nicaragua",
|
|
1204
|
+
NE: "Niger",
|
|
1205
|
+
NG: "Nigeria",
|
|
1206
|
+
NU: "Niue",
|
|
1207
|
+
NF: "Norfolk Island",
|
|
1208
|
+
KP: "North Korea",
|
|
1209
|
+
MK: "North Macedonia",
|
|
1210
|
+
MP: "Northern Mariana Islands",
|
|
1211
|
+
NO: "Norway",
|
|
1212
|
+
OM: "Oman",
|
|
1213
|
+
PK: "Pakistan",
|
|
1214
|
+
PW: "Palau",
|
|
1215
|
+
PS: "Palestine",
|
|
1216
|
+
PA: "Panama",
|
|
1217
|
+
PG: "Papua New Guinea",
|
|
1218
|
+
PY: "Paraguay",
|
|
1219
|
+
PE: "Peru",
|
|
1220
|
+
PH: "Philippines",
|
|
1221
|
+
PL: "Poland",
|
|
1222
|
+
PT: "Portugal",
|
|
1223
|
+
PR: "Puerto Rico",
|
|
1224
|
+
QA: "Qatar",
|
|
1225
|
+
RE: "Reunion",
|
|
1226
|
+
RO: "Romania",
|
|
1227
|
+
RU: "Russia",
|
|
1228
|
+
RW: "Rwanda",
|
|
1229
|
+
BL: "Saint Barth\xE9lemy",
|
|
1230
|
+
SH: "Saint Helena",
|
|
1231
|
+
KN: "Saint Kitts and Nevis",
|
|
1232
|
+
LC: "Saint Lucia",
|
|
1233
|
+
MF: "Saint Martin (French Part)",
|
|
1234
|
+
PM: "Saint Pierre and Miquelon",
|
|
1235
|
+
VC: "Saint Vincent and the Grenadines",
|
|
1236
|
+
WS: "Samoa",
|
|
1237
|
+
SM: "San Marino",
|
|
1238
|
+
ST: "Sao Tome and Principe",
|
|
1239
|
+
SA: "Saudi Arabia",
|
|
1240
|
+
SN: "Senegal",
|
|
1241
|
+
RS: "Serbia",
|
|
1242
|
+
SC: "Seychelles",
|
|
1243
|
+
SL: "Sierra Leone",
|
|
1244
|
+
SG: "Singapore",
|
|
1245
|
+
SX: "Sint Maarten",
|
|
1246
|
+
SK: "Slovakia",
|
|
1247
|
+
SI: "Slovenia",
|
|
1248
|
+
SB: "Solomon Islands",
|
|
1249
|
+
SO: "Somalia",
|
|
1250
|
+
ZA: "South Africa",
|
|
1251
|
+
KR: "South Korea",
|
|
1252
|
+
SS: "South Sudan",
|
|
1253
|
+
ES: "Spain",
|
|
1254
|
+
LK: "Sri Lanka",
|
|
1255
|
+
SD: "Sudan",
|
|
1256
|
+
SR: "Suriname",
|
|
1257
|
+
SJ: "Svalbard and Jan Mayen",
|
|
1258
|
+
SZ: "Swaziland",
|
|
1259
|
+
SE: "Sweden",
|
|
1260
|
+
CH: "Switzerland",
|
|
1261
|
+
SY: "Syria",
|
|
1262
|
+
TW: "Taiwan",
|
|
1263
|
+
TJ: "Tajikistan",
|
|
1264
|
+
TZ: "Tanzania",
|
|
1265
|
+
TH: "Thailand",
|
|
1266
|
+
TL: "Timor-Leste",
|
|
1267
|
+
TG: "Togo",
|
|
1268
|
+
TK: "Tokelau",
|
|
1269
|
+
TO: "Tonga",
|
|
1270
|
+
TT: "Trinidad and Tobago",
|
|
1271
|
+
TA: "Tristan da Cunha",
|
|
1272
|
+
TN: "Tunisia",
|
|
1273
|
+
TR: "Turkey",
|
|
1274
|
+
TM: "Turkmenistan",
|
|
1275
|
+
TC: "Turks and Caicos Islands",
|
|
1276
|
+
TV: "Tuvalu",
|
|
1277
|
+
UG: "Uganda",
|
|
1278
|
+
UA: "Ukraine",
|
|
1279
|
+
AE: "United Arab Emirates",
|
|
1280
|
+
GB: "United Kingdom",
|
|
1281
|
+
US: "United States",
|
|
1282
|
+
UY: "Uruguay",
|
|
1283
|
+
UZ: "Uzbekistan",
|
|
1284
|
+
VU: "Vanuatu",
|
|
1285
|
+
VE: "Venezuela",
|
|
1286
|
+
VN: "Vietnam",
|
|
1287
|
+
VG: "Virgin Islands, British",
|
|
1288
|
+
VI: "Virgin Islands, U.S.",
|
|
1289
|
+
WF: "Wallis and Futuna",
|
|
1290
|
+
EH: "Western Sahara",
|
|
1291
|
+
YE: "Yemen",
|
|
1292
|
+
ZM: "Zambia",
|
|
1293
|
+
ZW: "Zimbabwe"
|
|
1294
|
+
}
|
|
1295
|
+
};
|
|
1296
|
+
var input_phone_default = messages3;
|
|
1297
|
+
|
|
1030
1298
|
// src/i18n/messages/en/index.ts
|
|
1031
1299
|
var enMessages = {
|
|
1032
1300
|
pagination: pagination_default,
|
|
1033
|
-
inputSelect: input_select_default
|
|
1301
|
+
inputSelect: input_select_default,
|
|
1302
|
+
inputPhone: input_phone_default
|
|
1034
1303
|
};
|
|
1035
1304
|
|
|
1036
1305
|
// src/i18n/messages/es/pagination.ts
|
|
1037
|
-
var
|
|
1306
|
+
var messages4 = {
|
|
1038
1307
|
totalResultsLabel(pagesSize, totalResults) {
|
|
1039
1308
|
if (totalResults < pagesSize) {
|
|
1040
1309
|
pagesSize = totalResults;
|
|
@@ -1045,22 +1314,275 @@ var messages3 = {
|
|
|
1045
1314
|
return `P\xE1gina ${currentPage} de ${totalPages}`;
|
|
1046
1315
|
}
|
|
1047
1316
|
};
|
|
1048
|
-
var pagination_default2 =
|
|
1317
|
+
var pagination_default2 = messages4;
|
|
1049
1318
|
|
|
1050
1319
|
// src/i18n/messages/es/input-select.ts
|
|
1051
|
-
var
|
|
1320
|
+
var messages5 = {
|
|
1052
1321
|
noOptions: "No hay opciones disponibles"
|
|
1053
1322
|
};
|
|
1054
|
-
var input_select_default2 =
|
|
1323
|
+
var input_select_default2 = messages5;
|
|
1324
|
+
|
|
1325
|
+
// src/i18n/messages/es/input-phone.ts
|
|
1326
|
+
var messages6 = {
|
|
1327
|
+
countries: {
|
|
1328
|
+
AF: "Afganist\xE1n",
|
|
1329
|
+
AX: "Islas \xC5land",
|
|
1330
|
+
AL: "Albania",
|
|
1331
|
+
DZ: "Argelia",
|
|
1332
|
+
AS: "Samoa Americana",
|
|
1333
|
+
AD: "Andorra",
|
|
1334
|
+
AO: "Angola",
|
|
1335
|
+
AI: "Anguilla",
|
|
1336
|
+
AG: "Antigua y Barbuda",
|
|
1337
|
+
AR: "Argentina",
|
|
1338
|
+
AM: "Armenia",
|
|
1339
|
+
AW: "Aruba",
|
|
1340
|
+
AC: "Isla de Ascensi\xF3n",
|
|
1341
|
+
AU: "Australia",
|
|
1342
|
+
AT: "Austria",
|
|
1343
|
+
AZ: "Azerbaiy\xE1n",
|
|
1344
|
+
BS: "Bahamas",
|
|
1345
|
+
BH: "Bar\xE9in",
|
|
1346
|
+
BD: "Banglad\xE9s",
|
|
1347
|
+
BB: "Barbados",
|
|
1348
|
+
BY: "Bielorrusia",
|
|
1349
|
+
BE: "B\xE9lgica",
|
|
1350
|
+
BZ: "Belice",
|
|
1351
|
+
BJ: "Ben\xEDn",
|
|
1352
|
+
BM: "Bermudas",
|
|
1353
|
+
BT: "But\xE1n",
|
|
1354
|
+
BO: "Bolivia",
|
|
1355
|
+
BQ: "Bonaire, San Eustaquio y Saba",
|
|
1356
|
+
BA: "Bosnia y Herzegovina",
|
|
1357
|
+
BW: "Botsuana",
|
|
1358
|
+
BR: "Brasil",
|
|
1359
|
+
IO: "Territorio Brit\xE1nico del Oc\xE9ano \xCDndico",
|
|
1360
|
+
BN: "Brun\xE9i",
|
|
1361
|
+
BG: "Bulgaria",
|
|
1362
|
+
BF: "Burkina Faso",
|
|
1363
|
+
BI: "Burundi",
|
|
1364
|
+
KH: "Camboya",
|
|
1365
|
+
CM: "Camer\xFAn",
|
|
1366
|
+
CA: "Canad\xE1",
|
|
1367
|
+
CV: "Cabo Verde",
|
|
1368
|
+
KY: "Islas Caim\xE1n",
|
|
1369
|
+
CF: "Rep\xFAblica Centroafricana",
|
|
1370
|
+
TD: "Chad",
|
|
1371
|
+
CL: "Chile",
|
|
1372
|
+
CN: "China",
|
|
1373
|
+
CX: "Isla Christmas",
|
|
1374
|
+
CC: "Islas Cocos (Keeling)",
|
|
1375
|
+
CO: "Colombia",
|
|
1376
|
+
KM: "Comoras",
|
|
1377
|
+
CG: "Congo",
|
|
1378
|
+
CD: "Rep\xFAblica Democr\xE1tica del Congo",
|
|
1379
|
+
CK: "Islas Cook",
|
|
1380
|
+
CR: "Costa Rica",
|
|
1381
|
+
CI: "C\xF4te d'Ivoire",
|
|
1382
|
+
HR: "Croacia",
|
|
1383
|
+
CU: "Cuba",
|
|
1384
|
+
CW: "Curazao",
|
|
1385
|
+
CY: "Chipre",
|
|
1386
|
+
CZ: "Rep\xFAblica Checa",
|
|
1387
|
+
DK: "Dinamarca",
|
|
1388
|
+
DJ: "Yibuti",
|
|
1389
|
+
DM: "Dominica",
|
|
1390
|
+
DO: "Rep\xFAblica Dominicana",
|
|
1391
|
+
EC: "Ecuador",
|
|
1392
|
+
EG: "Egipto",
|
|
1393
|
+
SV: "El Salvador",
|
|
1394
|
+
GQ: "Guinea Ecuatorial",
|
|
1395
|
+
ER: "Eritrea",
|
|
1396
|
+
EE: "Estonia",
|
|
1397
|
+
ET: "Etiop\xEDa",
|
|
1398
|
+
FK: "Islas Malvinas",
|
|
1399
|
+
FO: "Islas Feroe",
|
|
1400
|
+
FM: "Micronesia",
|
|
1401
|
+
FJ: "Fiyi",
|
|
1402
|
+
FI: "Finlandia",
|
|
1403
|
+
FR: "Francia",
|
|
1404
|
+
GF: "Guayana Francesa",
|
|
1405
|
+
PF: "Polinesia Francesa",
|
|
1406
|
+
GA: "Gab\xF3n",
|
|
1407
|
+
GM: "Gambia",
|
|
1408
|
+
GE: "Georgia",
|
|
1409
|
+
DE: "Alemania",
|
|
1410
|
+
GH: "Ghana",
|
|
1411
|
+
GI: "Gibraltar",
|
|
1412
|
+
GR: "Grecia",
|
|
1413
|
+
GL: "Groenlandia",
|
|
1414
|
+
GD: "Granada",
|
|
1415
|
+
GP: "Guadalupe",
|
|
1416
|
+
GU: "Guam",
|
|
1417
|
+
GT: "Guatemala",
|
|
1418
|
+
GG: "Guernesey",
|
|
1419
|
+
GN: "Guinea",
|
|
1420
|
+
GW: "Guinea-Bis\xE1u",
|
|
1421
|
+
GY: "Guyana",
|
|
1422
|
+
HT: "Hait\xED",
|
|
1423
|
+
VA: "Santa Sede (Ciudad del Vaticano)",
|
|
1424
|
+
HN: "Honduras",
|
|
1425
|
+
HK: "Hong Kong",
|
|
1426
|
+
HU: "Hungr\xEDa",
|
|
1427
|
+
IS: "Islandia",
|
|
1428
|
+
IN: "India",
|
|
1429
|
+
ID: "Indonesia",
|
|
1430
|
+
IR: "Ir\xE1n",
|
|
1431
|
+
IQ: "Iraq",
|
|
1432
|
+
IE: "Irlanda",
|
|
1433
|
+
IM: "Isla de Man",
|
|
1434
|
+
IL: "Israel",
|
|
1435
|
+
IT: "Italia",
|
|
1436
|
+
JM: "Jamaica",
|
|
1437
|
+
JP: "Jap\xF3n",
|
|
1438
|
+
JE: "Jersey",
|
|
1439
|
+
JO: "Jordania",
|
|
1440
|
+
KZ: "Kazajist\xE1n",
|
|
1441
|
+
KE: "Kenia",
|
|
1442
|
+
KI: "Kiribati",
|
|
1443
|
+
XK: "Kosovo",
|
|
1444
|
+
KW: "Kuwait",
|
|
1445
|
+
KG: "Kirguist\xE1n",
|
|
1446
|
+
LA: "Laos",
|
|
1447
|
+
LV: "Letonia",
|
|
1448
|
+
LB: "L\xEDbano",
|
|
1449
|
+
LS: "Lesoto",
|
|
1450
|
+
LR: "Liberia",
|
|
1451
|
+
LY: "Libia",
|
|
1452
|
+
LI: "Liechtenstein",
|
|
1453
|
+
LT: "Lituania",
|
|
1454
|
+
LU: "Luxemburgo",
|
|
1455
|
+
MO: "Macao",
|
|
1456
|
+
MG: "Madagascar",
|
|
1457
|
+
MW: "Malaui",
|
|
1458
|
+
MY: "Malasia",
|
|
1459
|
+
MV: "Maldivas",
|
|
1460
|
+
ML: "Mal\xED",
|
|
1461
|
+
MT: "Malta",
|
|
1462
|
+
MH: "Islas Marshall",
|
|
1463
|
+
MQ: "Martinica",
|
|
1464
|
+
MR: "Mauritania",
|
|
1465
|
+
MU: "Mauricio",
|
|
1466
|
+
YT: "Mayotte",
|
|
1467
|
+
MX: "M\xE9xico",
|
|
1468
|
+
MD: "Moldavia",
|
|
1469
|
+
MC: "M\xF3naco",
|
|
1470
|
+
MN: "Mongolia",
|
|
1471
|
+
ME: "Montenegro",
|
|
1472
|
+
MS: "Montserrat",
|
|
1473
|
+
MA: "Marruecos",
|
|
1474
|
+
MZ: "Mozambique",
|
|
1475
|
+
MM: "Myanmar",
|
|
1476
|
+
NA: "Namibia",
|
|
1477
|
+
NR: "Nauru",
|
|
1478
|
+
NP: "Nepal",
|
|
1479
|
+
NL: "Pa\xEDses Bajos",
|
|
1480
|
+
NC: "Nueva Caledonia",
|
|
1481
|
+
NZ: "Nueva Zelanda",
|
|
1482
|
+
NI: "Nicaragua",
|
|
1483
|
+
NE: "N\xEDger",
|
|
1484
|
+
NG: "Nigeria",
|
|
1485
|
+
NU: "Niue",
|
|
1486
|
+
NF: "Isla Norfolk",
|
|
1487
|
+
KP: "Corea del Norte",
|
|
1488
|
+
MK: "Macedonia del Norte",
|
|
1489
|
+
MP: "Islas Marianas del Norte",
|
|
1490
|
+
NO: "Noruega",
|
|
1491
|
+
OM: "Om\xE1n",
|
|
1492
|
+
PK: "Pakist\xE1n",
|
|
1493
|
+
PW: "Palau",
|
|
1494
|
+
PS: "Palestina",
|
|
1495
|
+
PA: "Panam\xE1",
|
|
1496
|
+
PG: "Pap\xFAa Nueva Guinea",
|
|
1497
|
+
PY: "Paraguay",
|
|
1498
|
+
PE: "Per\xFA",
|
|
1499
|
+
PH: "Filipinas",
|
|
1500
|
+
PL: "Polonia",
|
|
1501
|
+
PT: "Portugal",
|
|
1502
|
+
PR: "Puerto Rico",
|
|
1503
|
+
QA: "Catar",
|
|
1504
|
+
RE: "Reuni\xF3n",
|
|
1505
|
+
RO: "Ruman\xEDa",
|
|
1506
|
+
RU: "Rusia",
|
|
1507
|
+
RW: "Ruanda",
|
|
1508
|
+
BL: "San Bartolom\xE9",
|
|
1509
|
+
SH: "Santa Elena",
|
|
1510
|
+
KN: "San Crist\xF3bal y Nieves",
|
|
1511
|
+
LC: "Santa Luc\xEDa",
|
|
1512
|
+
MF: "San Mart\xEDn (parte francesa)",
|
|
1513
|
+
PM: "San Pedro y Miquel\xF3n",
|
|
1514
|
+
VC: "San Vicente y las Granadinas",
|
|
1515
|
+
WS: "Samoa",
|
|
1516
|
+
SM: "San Marino",
|
|
1517
|
+
ST: "Santo Tom\xE9 y Pr\xEDncipe",
|
|
1518
|
+
SA: "Arabia Saudita",
|
|
1519
|
+
SN: "Senegal",
|
|
1520
|
+
RS: "Serbia",
|
|
1521
|
+
SC: "Seychelles",
|
|
1522
|
+
SL: "Sierra Leona",
|
|
1523
|
+
SG: "Singapur",
|
|
1524
|
+
SX: "Sint Maarten",
|
|
1525
|
+
SK: "Eslovaquia",
|
|
1526
|
+
SI: "Eslovenia",
|
|
1527
|
+
SB: "Islas Salom\xF3n",
|
|
1528
|
+
SO: "Somalia",
|
|
1529
|
+
ZA: "Sud\xE1frica",
|
|
1530
|
+
KR: "Corea del Sur",
|
|
1531
|
+
SS: "Sud\xE1n del Sur",
|
|
1532
|
+
ES: "Espa\xF1a",
|
|
1533
|
+
LK: "Sri Lanka",
|
|
1534
|
+
SD: "Sud\xE1n",
|
|
1535
|
+
SR: "Surinam",
|
|
1536
|
+
SJ: "Svalbard y Jan Mayen",
|
|
1537
|
+
SZ: "Suazilandia",
|
|
1538
|
+
SE: "Suecia",
|
|
1539
|
+
CH: "Suiza",
|
|
1540
|
+
SY: "Siria",
|
|
1541
|
+
TW: "Taiw\xE1n",
|
|
1542
|
+
TJ: "Tayikist\xE1n",
|
|
1543
|
+
TZ: "Tanzania",
|
|
1544
|
+
TH: "Tailandia",
|
|
1545
|
+
TL: "Timor-Leste",
|
|
1546
|
+
TG: "Togo",
|
|
1547
|
+
TK: "Tokelau",
|
|
1548
|
+
TO: "Tonga",
|
|
1549
|
+
TT: "Trinidad y Tobago",
|
|
1550
|
+
TA: "Trist\xE1n de Acu\xF1a",
|
|
1551
|
+
TN: "T\xFAnez",
|
|
1552
|
+
TR: "Turqu\xEDa",
|
|
1553
|
+
TM: "Turkmenist\xE1n",
|
|
1554
|
+
TC: "Islas Turcas y Caicos",
|
|
1555
|
+
TV: "Tuvalu",
|
|
1556
|
+
UG: "Uganda",
|
|
1557
|
+
UA: "Ucrania",
|
|
1558
|
+
AE: "Emiratos \xC1rabes Unidos",
|
|
1559
|
+
GB: "Reino Unido",
|
|
1560
|
+
US: "Estados Unidos",
|
|
1561
|
+
UY: "Uruguay",
|
|
1562
|
+
UZ: "Uzbekist\xE1n",
|
|
1563
|
+
VU: "Vanuatu",
|
|
1564
|
+
VE: "Venezuela",
|
|
1565
|
+
VN: "Vietnam",
|
|
1566
|
+
VG: "Islas V\xEDrgenes Brit\xE1nicas",
|
|
1567
|
+
VI: "Islas V\xEDrgenes de los EE.UU.",
|
|
1568
|
+
WF: "Wallis y Futuna",
|
|
1569
|
+
EH: "Sahara Occidental",
|
|
1570
|
+
YE: "Yemen",
|
|
1571
|
+
ZM: "Zambia",
|
|
1572
|
+
ZW: "Zimbabue"
|
|
1573
|
+
}
|
|
1574
|
+
};
|
|
1575
|
+
var input_phone_default2 = messages6;
|
|
1055
1576
|
|
|
1056
1577
|
// src/i18n/messages/es/index.ts
|
|
1057
1578
|
var esMessages = {
|
|
1058
1579
|
pagination: pagination_default2,
|
|
1059
|
-
inputSelect: input_select_default2
|
|
1580
|
+
inputSelect: input_select_default2,
|
|
1581
|
+
inputPhone: input_phone_default2
|
|
1060
1582
|
};
|
|
1061
1583
|
|
|
1062
1584
|
// src/i18n/messages/pt-br/pagination.ts
|
|
1063
|
-
var
|
|
1585
|
+
var messages7 = {
|
|
1064
1586
|
totalResultsLabel(pagesSize, totalResults) {
|
|
1065
1587
|
if (totalResults < pagesSize) {
|
|
1066
1588
|
pagesSize = totalResults;
|
|
@@ -1071,21 +1593,274 @@ var messages5 = {
|
|
|
1071
1593
|
return `P\xE1gina ${currentPage} de ${totalPages}`;
|
|
1072
1594
|
}
|
|
1073
1595
|
};
|
|
1074
|
-
var pagination_default3 =
|
|
1596
|
+
var pagination_default3 = messages7;
|
|
1075
1597
|
|
|
1076
1598
|
// src/i18n/messages/pt-br/input-select.ts
|
|
1077
|
-
var
|
|
1599
|
+
var messages8 = {
|
|
1078
1600
|
noOptions: "Nenhuma op\xE7\xE3o dispon\xEDvel"
|
|
1079
1601
|
};
|
|
1080
|
-
var input_select_default3 =
|
|
1602
|
+
var input_select_default3 = messages8;
|
|
1603
|
+
|
|
1604
|
+
// src/i18n/messages/pt-br/input-phone.ts
|
|
1605
|
+
var messages9 = {
|
|
1606
|
+
countries: {
|
|
1607
|
+
AF: "Afeganist\xE3o",
|
|
1608
|
+
AX: "Ilhas \xC5land",
|
|
1609
|
+
AL: "Alb\xE2nia",
|
|
1610
|
+
DZ: "Arg\xE9lia",
|
|
1611
|
+
AS: "Samoa Americana",
|
|
1612
|
+
AD: "Andorra",
|
|
1613
|
+
AO: "Angola",
|
|
1614
|
+
AI: "Anguila",
|
|
1615
|
+
AG: "Ant\xEDgua e Barbuda",
|
|
1616
|
+
AR: "Argentina",
|
|
1617
|
+
AM: "Arm\xEAnia",
|
|
1618
|
+
AW: "Aruba",
|
|
1619
|
+
AC: "Ilha de Ascens\xE3o",
|
|
1620
|
+
AU: "Austr\xE1lia",
|
|
1621
|
+
AT: "\xC1ustria",
|
|
1622
|
+
AZ: "Azerbaij\xE3o",
|
|
1623
|
+
BS: "Bahamas",
|
|
1624
|
+
BH: "Bahrein",
|
|
1625
|
+
BD: "Bangladesh",
|
|
1626
|
+
BB: "Barbados",
|
|
1627
|
+
BY: "Bielorr\xFAssia",
|
|
1628
|
+
BE: "B\xE9lgica",
|
|
1629
|
+
BZ: "Belize",
|
|
1630
|
+
BJ: "Benim",
|
|
1631
|
+
BM: "Bermudas",
|
|
1632
|
+
BT: "But\xE3o",
|
|
1633
|
+
BO: "Bol\xEDvia",
|
|
1634
|
+
BQ: "Bonaire, Santo Eust\xE1quio e Saba",
|
|
1635
|
+
BA: "B\xF3snia e Herzegovina",
|
|
1636
|
+
BW: "Botsuana",
|
|
1637
|
+
BR: "Brasil",
|
|
1638
|
+
IO: "Territ\xF3rio Brit\xE2nico do Oceano \xCDndico",
|
|
1639
|
+
BN: "Brunei",
|
|
1640
|
+
BG: "Bulg\xE1ria",
|
|
1641
|
+
BF: "Burquina Faso",
|
|
1642
|
+
BI: "Burundi",
|
|
1643
|
+
KH: "Camboja",
|
|
1644
|
+
CM: "Camar\xF5es",
|
|
1645
|
+
CA: "Canad\xE1",
|
|
1646
|
+
CV: "Cabo Verde",
|
|
1647
|
+
KY: "Ilhas Cayman",
|
|
1648
|
+
CF: "Rep\xFAblica Centro-Africana",
|
|
1649
|
+
TD: "Chade",
|
|
1650
|
+
CL: "Chile",
|
|
1651
|
+
CN: "China",
|
|
1652
|
+
CX: "Ilha Christmas",
|
|
1653
|
+
CC: "Ilhas Cocos (Keeling)",
|
|
1654
|
+
CO: "Col\xF4mbia",
|
|
1655
|
+
KM: "Comores",
|
|
1656
|
+
CG: "Congo",
|
|
1657
|
+
CD: "Rep\xFAblica Democr\xE1tica do Congo",
|
|
1658
|
+
CK: "Ilhas Cook",
|
|
1659
|
+
CR: "Costa Rica",
|
|
1660
|
+
CI: "Costa do Marfim",
|
|
1661
|
+
HR: "Cro\xE1cia",
|
|
1662
|
+
CU: "Cuba",
|
|
1663
|
+
CW: "Cura\xE7au",
|
|
1664
|
+
CY: "Chipre",
|
|
1665
|
+
CZ: "Rep\xFAblica Tcheca",
|
|
1666
|
+
DK: "Dinamarca",
|
|
1667
|
+
DJ: "Djibouti",
|
|
1668
|
+
DM: "Dominica",
|
|
1669
|
+
DO: "Rep\xFAblica Dominicana",
|
|
1670
|
+
EC: "Equador",
|
|
1671
|
+
EG: "Egito",
|
|
1672
|
+
SV: "El Salvador",
|
|
1673
|
+
GQ: "Guin\xE9 Equatorial",
|
|
1674
|
+
ER: "Eritreia",
|
|
1675
|
+
EE: "Est\xF4nia",
|
|
1676
|
+
ET: "Eti\xF3pia",
|
|
1677
|
+
FK: "Ilhas Malvinas",
|
|
1678
|
+
FO: "Ilhas Faro\xE9",
|
|
1679
|
+
FM: "Micron\xE9sia",
|
|
1680
|
+
FJ: "Fiji",
|
|
1681
|
+
FI: "Finl\xE2ndia",
|
|
1682
|
+
FR: "Fran\xE7a",
|
|
1683
|
+
GF: "Guiana Francesa",
|
|
1684
|
+
PF: "Polin\xE9sia Francesa",
|
|
1685
|
+
GA: "Gab\xE3o",
|
|
1686
|
+
GM: "G\xE2mbia",
|
|
1687
|
+
GE: "Ge\xF3rgia",
|
|
1688
|
+
DE: "Alemanha",
|
|
1689
|
+
GH: "Gana",
|
|
1690
|
+
GI: "Gibraltar",
|
|
1691
|
+
GR: "Gr\xE9cia",
|
|
1692
|
+
GL: "Groenl\xE2ndia",
|
|
1693
|
+
GD: "Granada",
|
|
1694
|
+
GP: "Guadalupe",
|
|
1695
|
+
GU: "Guam",
|
|
1696
|
+
GT: "Guatemala",
|
|
1697
|
+
GG: "Guernsey",
|
|
1698
|
+
GN: "Guin\xE9",
|
|
1699
|
+
GW: "Guin\xE9-Bissau",
|
|
1700
|
+
GY: "Guiana",
|
|
1701
|
+
HT: "Haiti",
|
|
1702
|
+
VA: "Santa S\xE9 (Cidade do Vaticano)",
|
|
1703
|
+
HN: "Honduras",
|
|
1704
|
+
HK: "Hong Kong",
|
|
1705
|
+
HU: "Hungria",
|
|
1706
|
+
IS: "Isl\xE2ndia",
|
|
1707
|
+
IN: "\xCDndia",
|
|
1708
|
+
ID: "Indon\xE9sia",
|
|
1709
|
+
IR: "Ir\xE3",
|
|
1710
|
+
IQ: "Iraque",
|
|
1711
|
+
IE: "Irlanda",
|
|
1712
|
+
IM: "Ilha de Man",
|
|
1713
|
+
IL: "Israel",
|
|
1714
|
+
IT: "It\xE1lia",
|
|
1715
|
+
JM: "Jamaica",
|
|
1716
|
+
JP: "Jap\xE3o",
|
|
1717
|
+
JE: "Jersey",
|
|
1718
|
+
JO: "Jord\xE2nia",
|
|
1719
|
+
KZ: "Cazaquist\xE3o",
|
|
1720
|
+
KE: "Qu\xEAnia",
|
|
1721
|
+
KI: "Quirib\xE1ti",
|
|
1722
|
+
XK: "Kosovo",
|
|
1723
|
+
KW: "Kuwait",
|
|
1724
|
+
KG: "Quirguist\xE3o",
|
|
1725
|
+
LA: "Laos",
|
|
1726
|
+
LV: "Let\xF4nia",
|
|
1727
|
+
LB: "L\xEDbano",
|
|
1728
|
+
LS: "Lesoto",
|
|
1729
|
+
LR: "Lib\xE9ria",
|
|
1730
|
+
LY: "L\xEDbia",
|
|
1731
|
+
LI: "Liechtenstein",
|
|
1732
|
+
LT: "Litu\xE2nia",
|
|
1733
|
+
LU: "Luxemburgo",
|
|
1734
|
+
MO: "Macau",
|
|
1735
|
+
MG: "Madag\xE1scar",
|
|
1736
|
+
MW: "Malawi",
|
|
1737
|
+
MY: "Mal\xE1sia",
|
|
1738
|
+
MV: "Maldivas",
|
|
1739
|
+
ML: "Mali",
|
|
1740
|
+
MT: "Malta",
|
|
1741
|
+
MH: "Ilhas Marshall",
|
|
1742
|
+
MQ: "Martinica",
|
|
1743
|
+
MR: "Maurit\xE2nia",
|
|
1744
|
+
MU: "Maur\xEDcio",
|
|
1745
|
+
YT: "Mayotte",
|
|
1746
|
+
MX: "M\xE9xico",
|
|
1747
|
+
MD: "Mold\xE1via",
|
|
1748
|
+
MC: "M\xF4naco",
|
|
1749
|
+
MN: "Mong\xF3lia",
|
|
1750
|
+
ME: "Montenegro",
|
|
1751
|
+
MS: "Montserrat",
|
|
1752
|
+
MA: "Marrocos",
|
|
1753
|
+
MZ: "Mo\xE7ambique",
|
|
1754
|
+
MM: "Mianmar",
|
|
1755
|
+
NA: "Nam\xEDbia",
|
|
1756
|
+
NR: "Nauru",
|
|
1757
|
+
NP: "Nepal",
|
|
1758
|
+
NL: "Pa\xEDses Baixos",
|
|
1759
|
+
NC: "Nova Caled\xF4nia",
|
|
1760
|
+
NZ: "Nova Zel\xE2ndia",
|
|
1761
|
+
NI: "Nicar\xE1gua",
|
|
1762
|
+
NE: "N\xEDger",
|
|
1763
|
+
NG: "Nig\xE9ria",
|
|
1764
|
+
NU: "Niue",
|
|
1765
|
+
NF: "Ilha Norfolk",
|
|
1766
|
+
KP: "Coreia do Norte",
|
|
1767
|
+
MK: "Maced\xF4nia do Norte",
|
|
1768
|
+
MP: "Ilhas Marianas do Norte",
|
|
1769
|
+
NO: "Noruega",
|
|
1770
|
+
OM: "Om\xE3",
|
|
1771
|
+
PK: "Paquist\xE3o",
|
|
1772
|
+
PW: "Palau",
|
|
1773
|
+
PS: "Palestina",
|
|
1774
|
+
PA: "Panam\xE1",
|
|
1775
|
+
PG: "Papua-Nova Guin\xE9",
|
|
1776
|
+
PY: "Paraguai",
|
|
1777
|
+
PE: "Peru",
|
|
1778
|
+
PH: "Filipinas",
|
|
1779
|
+
PL: "Pol\xF4nia",
|
|
1780
|
+
PT: "Portugal",
|
|
1781
|
+
PR: "Porto Rico",
|
|
1782
|
+
QA: "Catar",
|
|
1783
|
+
RE: "Reuni\xE3o",
|
|
1784
|
+
RO: "Rom\xEAnia",
|
|
1785
|
+
RU: "R\xFAssia",
|
|
1786
|
+
RW: "Ruanda",
|
|
1787
|
+
BL: "S\xE3o Bartolomeu",
|
|
1788
|
+
SH: "Santa Helena",
|
|
1789
|
+
KN: "S\xE3o Crist\xF3v\xE3o e Neves",
|
|
1790
|
+
LC: "Santa L\xFAcia",
|
|
1791
|
+
MF: "S\xE3o Martinho (parte francesa)",
|
|
1792
|
+
PM: "S\xE3o Pedro e Miquel\xE3o",
|
|
1793
|
+
VC: "S\xE3o Vicente e Granadinas",
|
|
1794
|
+
WS: "Samoa",
|
|
1795
|
+
SM: "San Marino",
|
|
1796
|
+
ST: "S\xE3o Tom\xE9 e Pr\xEDncipe",
|
|
1797
|
+
SA: "Ar\xE1bia Saudita",
|
|
1798
|
+
SN: "Senegal",
|
|
1799
|
+
RS: "S\xE9rvia",
|
|
1800
|
+
SC: "Seicheles",
|
|
1801
|
+
SL: "Serra Leoa",
|
|
1802
|
+
SG: "Singapura",
|
|
1803
|
+
SX: "Sint Maarten",
|
|
1804
|
+
SK: "Eslov\xE1quia",
|
|
1805
|
+
SI: "Eslov\xEAnia",
|
|
1806
|
+
SB: "Ilhas Salom\xE3o",
|
|
1807
|
+
SO: "Som\xE1lia",
|
|
1808
|
+
ZA: "\xC1frica do Sul",
|
|
1809
|
+
KR: "Coreia do Sul",
|
|
1810
|
+
SS: "Sud\xE3o do Sul",
|
|
1811
|
+
ES: "Espanha",
|
|
1812
|
+
LK: "Sri Lanka",
|
|
1813
|
+
SD: "Sud\xE3o",
|
|
1814
|
+
SR: "Suriname",
|
|
1815
|
+
SJ: "Svalbard e Jan Mayen",
|
|
1816
|
+
SZ: "Essuat\xEDni",
|
|
1817
|
+
SE: "Su\xE9cia",
|
|
1818
|
+
CH: "Su\xED\xE7a",
|
|
1819
|
+
SY: "S\xEDria",
|
|
1820
|
+
TW: "Taiwan",
|
|
1821
|
+
TJ: "Tajiquist\xE3o",
|
|
1822
|
+
TZ: "Tanz\xE2nia",
|
|
1823
|
+
TH: "Tail\xE2ndia",
|
|
1824
|
+
TL: "Timor-Leste",
|
|
1825
|
+
TG: "Togo",
|
|
1826
|
+
TK: "Toquelau",
|
|
1827
|
+
TO: "Tonga",
|
|
1828
|
+
TT: "Trindade e Tobago",
|
|
1829
|
+
TA: "Trist\xE3o da Cunha",
|
|
1830
|
+
TN: "Tun\xEDsia",
|
|
1831
|
+
TR: "Turquia",
|
|
1832
|
+
TM: "Turcomenist\xE3o",
|
|
1833
|
+
TC: "Ilhas Turcas e Caicos",
|
|
1834
|
+
TV: "Tuvalu",
|
|
1835
|
+
UG: "Uganda",
|
|
1836
|
+
UA: "Ucr\xE2nia",
|
|
1837
|
+
AE: "Emirados \xC1rabes Unidos",
|
|
1838
|
+
GB: "Reino Unido",
|
|
1839
|
+
US: "Estados Unidos",
|
|
1840
|
+
UY: "Uruguai",
|
|
1841
|
+
UZ: "Uzbequist\xE3o",
|
|
1842
|
+
VU: "Vanuatu",
|
|
1843
|
+
VE: "Venezuela",
|
|
1844
|
+
VN: "Vietn\xE3",
|
|
1845
|
+
VG: "Ilhas Virgens Brit\xE2nicas",
|
|
1846
|
+
VI: "Ilhas Virgens Americanas",
|
|
1847
|
+
WF: "Wallis e Futuna",
|
|
1848
|
+
EH: "Saara Ocidental",
|
|
1849
|
+
YE: "I\xE9men",
|
|
1850
|
+
ZM: "Z\xE2mbia",
|
|
1851
|
+
ZW: "Zimb\xE1bue"
|
|
1852
|
+
}
|
|
1853
|
+
};
|
|
1854
|
+
var input_phone_default3 = messages9;
|
|
1081
1855
|
|
|
1082
1856
|
// src/i18n/messages/pt-br/index.ts
|
|
1083
1857
|
var ptBrMessages = {
|
|
1084
1858
|
pagination: pagination_default3,
|
|
1085
|
-
inputSelect: input_select_default3
|
|
1859
|
+
inputSelect: input_select_default3,
|
|
1860
|
+
inputPhone: input_phone_default3
|
|
1086
1861
|
};
|
|
1087
1862
|
|
|
1088
|
-
// src/i18n/
|
|
1863
|
+
// src/i18n/message-storage-handler.ts
|
|
1089
1864
|
var customNebulaI18nStorageKey = "custom-nebula-i18n-key";
|
|
1090
1865
|
var localStorageKey = "nebula-i18n-key";
|
|
1091
1866
|
var getNebulaI18nStorageKey = () => {
|
|
@@ -1107,7 +1882,7 @@ var setNebulaLanguage = (language) => {
|
|
|
1107
1882
|
}
|
|
1108
1883
|
localStorage.setItem(getNebulaI18nStorageKey(), language);
|
|
1109
1884
|
};
|
|
1110
|
-
var
|
|
1885
|
+
var messages10 = /* @__PURE__ */ new Map([
|
|
1111
1886
|
[null, enMessages],
|
|
1112
1887
|
[void 0, enMessages],
|
|
1113
1888
|
["en-US", enMessages],
|
|
@@ -1125,14 +1900,14 @@ var NebulaI18nProvider = ({
|
|
|
1125
1900
|
() => customI18nStorageKey ?? localStorageKey,
|
|
1126
1901
|
[customI18nStorageKey]
|
|
1127
1902
|
);
|
|
1128
|
-
const [
|
|
1129
|
-
|
|
1903
|
+
const [messages11, setMessages] = React8.useState(
|
|
1904
|
+
messages10.get(getNebulaLanguage()) ?? messages10.get("en-US")
|
|
1130
1905
|
);
|
|
1131
1906
|
const handleStorageChange = React8.useCallback(
|
|
1132
1907
|
({ detail }) => {
|
|
1133
1908
|
if (detail.key === storageKey) {
|
|
1134
1909
|
setMessages(
|
|
1135
|
-
|
|
1910
|
+
messages10.get(detail.value) ?? messages10.get("en-US")
|
|
1136
1911
|
);
|
|
1137
1912
|
}
|
|
1138
1913
|
},
|
|
@@ -1172,7 +1947,7 @@ var NebulaI18nProvider = ({
|
|
|
1172
1947
|
localStorage.removeItem(localStorageKey);
|
|
1173
1948
|
localStorage.setItem(customNebulaI18nStorageKey, customI18nStorageKey);
|
|
1174
1949
|
}, [customI18nStorageKey]);
|
|
1175
|
-
return /* @__PURE__ */ jsxRuntime.jsx(NebulaI18nContext.Provider, { value: { messages:
|
|
1950
|
+
return /* @__PURE__ */ jsxRuntime.jsx(NebulaI18nContext.Provider, { value: { messages: messages11 }, children });
|
|
1176
1951
|
};
|
|
1177
1952
|
var useNebulaI18n = () => {
|
|
1178
1953
|
const context = React8.useContext(NebulaI18nContext);
|
|
@@ -1189,7 +1964,7 @@ var Pagination = ({
|
|
|
1189
1964
|
onChangePage,
|
|
1190
1965
|
...props
|
|
1191
1966
|
}) => {
|
|
1192
|
-
const { messages:
|
|
1967
|
+
const { messages: messages11 } = useNebulaI18n();
|
|
1193
1968
|
const totalPages = React8.useMemo(() => {
|
|
1194
1969
|
return Math.ceil(total / (pageSize || 1));
|
|
1195
1970
|
}, [total, pageSize]);
|
|
@@ -1222,13 +1997,13 @@ var Pagination = ({
|
|
|
1222
1997
|
}, [totalPages, pageSize, total]);
|
|
1223
1998
|
const totalResultsLabel = React8.useMemo(() => {
|
|
1224
1999
|
if (page === totalPages) {
|
|
1225
|
-
return
|
|
2000
|
+
return messages11.pagination.totalResultsLabel(lastPageSize, total);
|
|
1226
2001
|
}
|
|
1227
|
-
return
|
|
1228
|
-
}, [
|
|
2002
|
+
return messages11.pagination.totalResultsLabel(pageSize, total);
|
|
2003
|
+
}, [messages11.pagination, pageSize, total, page, totalPages, lastPageSize]);
|
|
1229
2004
|
const currentPageLabel = React8.useMemo(
|
|
1230
|
-
() =>
|
|
1231
|
-
[
|
|
2005
|
+
() => messages11.pagination.currentPageLabel(normalizedPage, totalPages),
|
|
2006
|
+
[messages11.pagination, normalizedPage, totalPages]
|
|
1232
2007
|
);
|
|
1233
2008
|
return /* @__PURE__ */ jsxRuntime.jsxs(
|
|
1234
2009
|
"nav",
|
|
@@ -1242,28 +2017,28 @@ var Pagination = ({
|
|
|
1242
2017
|
/* @__PURE__ */ jsxRuntime.jsxs(PaginationContent, { children: [
|
|
1243
2018
|
totalPages > 0 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: "nebula-ds select-none text-pagination-text text-sm font-medium mr-[14px]", children: currentPageLabel }),
|
|
1244
2019
|
/* @__PURE__ */ jsxRuntime.jsx(PaginationItem, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1245
|
-
|
|
2020
|
+
PaginationButtonFirstPage,
|
|
1246
2021
|
{
|
|
1247
2022
|
onClick: () => handleChangePage(1),
|
|
1248
2023
|
disabled: disabledPreviousPage
|
|
1249
2024
|
}
|
|
1250
2025
|
) }),
|
|
1251
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1252
|
-
|
|
2026
|
+
/* @__PURE__ */ jsxRuntime.jsx(PaginationItem, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
2027
|
+
PaginationButtonPreviousPage,
|
|
1253
2028
|
{
|
|
1254
2029
|
onClick: () => handleChangePage(normalizedPage - 1),
|
|
1255
2030
|
disabled: disabledPreviousPage
|
|
1256
2031
|
}
|
|
1257
|
-
),
|
|
2032
|
+
) }),
|
|
1258
2033
|
/* @__PURE__ */ jsxRuntime.jsx(PaginationItem, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1259
|
-
|
|
2034
|
+
PaginationButtonNextPage,
|
|
1260
2035
|
{
|
|
1261
2036
|
onClick: () => handleChangePage(normalizedPage + 1),
|
|
1262
2037
|
disabled: disabledNextPage
|
|
1263
2038
|
}
|
|
1264
2039
|
) }),
|
|
1265
2040
|
/* @__PURE__ */ jsxRuntime.jsx(PaginationItem, { children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
1266
|
-
|
|
2041
|
+
PaginationButtonLastPage,
|
|
1267
2042
|
{
|
|
1268
2043
|
onClick: () => handleChangePage(totalPages),
|
|
1269
2044
|
disabled: disabledNextPage
|
|
@@ -1342,18 +2117,50 @@ var PaginationButton = ({
|
|
|
1342
2117
|
);
|
|
1343
2118
|
};
|
|
1344
2119
|
PaginationButton.displayName = "PaginationButton";
|
|
1345
|
-
var
|
|
2120
|
+
var PaginationButtonFirstPage = ({ ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2121
|
+
PaginationButton,
|
|
2122
|
+
{
|
|
2123
|
+
"aria-label": "Go to previous chunk",
|
|
2124
|
+
"data-testid": "nebula-pagination-button-first-page",
|
|
2125
|
+
...props,
|
|
2126
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(ChevronsLeft, { className: "nebula-ds h-4 w-4" })
|
|
2127
|
+
}
|
|
2128
|
+
);
|
|
2129
|
+
PaginationButtonFirstPage.displayName = "PaginationButtonFirstPage";
|
|
2130
|
+
var PaginationButtonPreviousPage = ({
|
|
1346
2131
|
...props
|
|
1347
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1348
|
-
|
|
1349
|
-
|
|
2132
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2133
|
+
PaginationButton,
|
|
2134
|
+
{
|
|
2135
|
+
"aria-label": "Go to previous page",
|
|
2136
|
+
"data-testid": "nebula-pagination-button-previous-page",
|
|
2137
|
+
...props,
|
|
2138
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(ChevronLeft, { className: "nebula-ds h-4" })
|
|
2139
|
+
}
|
|
2140
|
+
);
|
|
2141
|
+
PaginationButtonPreviousPage.displayName = "PaginationButtonPreviousPage";
|
|
2142
|
+
var PaginationButtonNextPage = ({
|
|
1350
2143
|
...props
|
|
1351
|
-
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
2144
|
+
}) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2145
|
+
PaginationButton,
|
|
2146
|
+
{
|
|
2147
|
+
"aria-label": "Go to next page",
|
|
2148
|
+
"data-testid": "nebula-pagination-button-next-page",
|
|
2149
|
+
...props,
|
|
2150
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(ChevronRight, { className: "nebula-ds h-4" })
|
|
2151
|
+
}
|
|
2152
|
+
);
|
|
2153
|
+
PaginationButtonNextPage.displayName = "PaginationButtonNextPage";
|
|
2154
|
+
var PaginationButtonLastPage = ({ ...props }) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2155
|
+
PaginationButton,
|
|
2156
|
+
{
|
|
2157
|
+
"aria-label": "Go to next chunk",
|
|
2158
|
+
"data-testid": "nebula-pagination-button-last-page",
|
|
2159
|
+
...props,
|
|
2160
|
+
children: /* @__PURE__ */ jsxRuntime.jsx(ChevronsRight, { className: "nebula-ds h-4 w-4" })
|
|
2161
|
+
}
|
|
2162
|
+
);
|
|
2163
|
+
PaginationButtonLastPage.displayName = "PaginationButtonLastPage";
|
|
1357
2164
|
var tagVariantsEnum = /* @__PURE__ */ ((tagVariantsEnum2) => {
|
|
1358
2165
|
tagVariantsEnum2["blue"] = "bg-tag-colorIndicator-blue";
|
|
1359
2166
|
tagVariantsEnum2["green"] = "bg-tag-colorIndicator-green";
|
|
@@ -1469,7 +2276,7 @@ var createStyledSelect = (BaseSelect, displayName) => {
|
|
|
1469
2276
|
isError = false,
|
|
1470
2277
|
...props
|
|
1471
2278
|
}) => {
|
|
1472
|
-
const { messages:
|
|
2279
|
+
const { messages: messages11 } = useNebulaI18n();
|
|
1473
2280
|
const customClassNames = React8.useMemo(() => {
|
|
1474
2281
|
return {
|
|
1475
2282
|
control: (props2) => controlStyles(props2, isError),
|
|
@@ -1516,7 +2323,7 @@ var createStyledSelect = (BaseSelect, displayName) => {
|
|
|
1516
2323
|
isDisabled: disabled,
|
|
1517
2324
|
components: customComponents,
|
|
1518
2325
|
classNames: customClassNames,
|
|
1519
|
-
noOptionsMessage: () => /* @__PURE__ */ jsxRuntime.jsx("p", { children:
|
|
2326
|
+
noOptionsMessage: () => /* @__PURE__ */ jsxRuntime.jsx("p", { children: messages11.inputSelect.noOptions }),
|
|
1520
2327
|
...props
|
|
1521
2328
|
}
|
|
1522
2329
|
);
|
|
@@ -2491,13 +3298,13 @@ function custom(message, options) {
|
|
|
2491
3298
|
}
|
|
2492
3299
|
);
|
|
2493
3300
|
}
|
|
2494
|
-
async function promise(promise2,
|
|
3301
|
+
async function promise(promise2, messages11, options) {
|
|
2495
3302
|
const loadingToast = sonner.toast.custom(
|
|
2496
3303
|
(t) => /* @__PURE__ */ jsxRuntime.jsx(
|
|
2497
3304
|
ToastComponent,
|
|
2498
3305
|
{
|
|
2499
3306
|
type: "info",
|
|
2500
|
-
message:
|
|
3307
|
+
message: messages11.loading,
|
|
2501
3308
|
options,
|
|
2502
3309
|
t
|
|
2503
3310
|
}
|
|
@@ -2511,7 +3318,7 @@ async function promise(promise2, messages8, options) {
|
|
|
2511
3318
|
ToastComponent,
|
|
2512
3319
|
{
|
|
2513
3320
|
type: "success",
|
|
2514
|
-
message:
|
|
3321
|
+
message: messages11.success,
|
|
2515
3322
|
options,
|
|
2516
3323
|
t
|
|
2517
3324
|
}
|
|
@@ -2526,7 +3333,7 @@ async function promise(promise2, messages8, options) {
|
|
|
2526
3333
|
ToastComponent,
|
|
2527
3334
|
{
|
|
2528
3335
|
type: "error",
|
|
2529
|
-
message:
|
|
3336
|
+
message: messages11.error,
|
|
2530
3337
|
options,
|
|
2531
3338
|
t
|
|
2532
3339
|
}
|
|
@@ -2602,6 +3409,112 @@ var ActionBarContent = React8__namespace.forwardRef(({ className, children, port
|
|
|
2602
3409
|
) });
|
|
2603
3410
|
});
|
|
2604
3411
|
ActionBarContent.displayName = "ActionBarContent";
|
|
3412
|
+
var CountrySelect = ({
|
|
3413
|
+
disabled,
|
|
3414
|
+
value,
|
|
3415
|
+
onChange,
|
|
3416
|
+
options
|
|
3417
|
+
}) => {
|
|
3418
|
+
const handleSelect = (event) => {
|
|
3419
|
+
onChange(event.target.value);
|
|
3420
|
+
};
|
|
3421
|
+
const { messages: messages11 } = useNebulaI18n();
|
|
3422
|
+
const { countries } = messages11.inputPhone;
|
|
3423
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "nebula-ds rounded-s-[20px] relative inline-flex items-center self-stretch py-2 ps-4 pe-2 transition-[color,box-shadow] outline-none has-disabled:pointer-events-none has-disabled:opacity-50", children: [
|
|
3424
|
+
/* @__PURE__ */ jsxRuntime.jsxs("div", { className: "nebula-ds inline-flex items-center gap-1", "aria-hidden": "true", children: [
|
|
3425
|
+
/* @__PURE__ */ jsxRuntime.jsx(FlagComponent, { country: value, countryName: value, "aria-hidden": "true" }),
|
|
3426
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "nebula-ds text-inputText-text-filled focus:text-inputText-text-focus", children: /* @__PURE__ */ jsxRuntime.jsx(ChevronDown, { size: 16, "aria-hidden": "true" }) })
|
|
3427
|
+
] }),
|
|
3428
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3429
|
+
"select",
|
|
3430
|
+
{
|
|
3431
|
+
disabled,
|
|
3432
|
+
value,
|
|
3433
|
+
onChange: handleSelect,
|
|
3434
|
+
className: "nebula-ds absolute bg-inputText-background-default inset-0 text-sm opacity-0 text-inputText-text-filled focus:text-inputText-text-focus",
|
|
3435
|
+
"aria-label": "Select country",
|
|
3436
|
+
children: options.filter((x) => x.value).map((option, i) => /* @__PURE__ */ jsxRuntime.jsxs("option", { value: option.value, children: [
|
|
3437
|
+
option.value && countries[option.value],
|
|
3438
|
+
" ",
|
|
3439
|
+
option.value && `+${RPNInput__namespace.getCountryCallingCode(option.value)}`
|
|
3440
|
+
] }, option.value ?? `empty-${i}`))
|
|
3441
|
+
}
|
|
3442
|
+
)
|
|
3443
|
+
] });
|
|
3444
|
+
};
|
|
3445
|
+
var FlagComponent = ({ country, countryName }) => {
|
|
3446
|
+
const Flag = flags__default.default[country];
|
|
3447
|
+
return /* @__PURE__ */ jsxRuntime.jsx("span", { className: "nebula-ds w-5 overflow-hidden rounded-sm", children: Flag ? /* @__PURE__ */ jsxRuntime.jsx(Flag, { title: countryName }) : /* @__PURE__ */ jsxRuntime.jsx(Phone, { size: 16, "aria-hidden": "true" }) });
|
|
3448
|
+
};
|
|
3449
|
+
var PhoneInput = React8__namespace.default.forwardRef(({ className, ...props }, ref) => {
|
|
3450
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "nebula-ds flex items-center justify-center rounded-e-[20px] w-full", children: [
|
|
3451
|
+
/* @__PURE__ */ jsxRuntime.jsx(Separator2, { orientation: "vertical", className: "nebula-ds w-[2px] h-5" }),
|
|
3452
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3453
|
+
InputText,
|
|
3454
|
+
{
|
|
3455
|
+
"data-slot": "phone-input",
|
|
3456
|
+
ref,
|
|
3457
|
+
className: cn(
|
|
3458
|
+
"-ms-px rounded-s-none shadow-none focus-visible:z-10 ring-0 focus:ring-0 border-0 w-full",
|
|
3459
|
+
className
|
|
3460
|
+
),
|
|
3461
|
+
...props
|
|
3462
|
+
}
|
|
3463
|
+
)
|
|
3464
|
+
] });
|
|
3465
|
+
});
|
|
3466
|
+
PhoneInput.displayName = "Input";
|
|
3467
|
+
function InputPhone({
|
|
3468
|
+
value,
|
|
3469
|
+
onChange,
|
|
3470
|
+
className,
|
|
3471
|
+
disabled,
|
|
3472
|
+
isError = false,
|
|
3473
|
+
defaultCountry = "BR",
|
|
3474
|
+
...props
|
|
3475
|
+
}) {
|
|
3476
|
+
const valueCorrection = value.length && !value.startsWith("+") ? `+${value}` : value;
|
|
3477
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3478
|
+
RPNInput__namespace.default,
|
|
3479
|
+
{
|
|
3480
|
+
className: cn(
|
|
3481
|
+
"flex w-full bg-inputText-background-default rounded-[20px] border border-inputText-border-default focus-within:ring-[3px] focus-within:ring-inputText-border-focus focus-within:border-inputText-border-focus",
|
|
3482
|
+
{ "bg-inputText-background-disabled": disabled },
|
|
3483
|
+
{
|
|
3484
|
+
"text-inputText-icon-danger border-inputText-border-danger focus-within:border-inputText-border-danger focus-within:ring-button-danger-border-focus": isError
|
|
3485
|
+
},
|
|
3486
|
+
className
|
|
3487
|
+
),
|
|
3488
|
+
flagComponent: FlagComponent,
|
|
3489
|
+
limitMaxLength: true,
|
|
3490
|
+
countrySelectComponent: CountrySelect,
|
|
3491
|
+
inputComponent: PhoneInput,
|
|
3492
|
+
disabled,
|
|
3493
|
+
value: valueCorrection,
|
|
3494
|
+
onChange: (newValue) => onChange(newValue ?? ""),
|
|
3495
|
+
countryCallingCodeEditable: true,
|
|
3496
|
+
initialValueFormat: "national",
|
|
3497
|
+
defaultCountry,
|
|
3498
|
+
...props
|
|
3499
|
+
}
|
|
3500
|
+
);
|
|
3501
|
+
}
|
|
3502
|
+
var Skeleton = React8__namespace.default.forwardRef(
|
|
3503
|
+
({ className, ...rest }, ref) => {
|
|
3504
|
+
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
3505
|
+
"div",
|
|
3506
|
+
{
|
|
3507
|
+
ref,
|
|
3508
|
+
className: cn(
|
|
3509
|
+
"animate-pulse bg-skeleton-background rounded-lg",
|
|
3510
|
+
className
|
|
3511
|
+
),
|
|
3512
|
+
...rest
|
|
3513
|
+
}
|
|
3514
|
+
);
|
|
3515
|
+
}
|
|
3516
|
+
);
|
|
3517
|
+
Skeleton.displayName = "Skeleton";
|
|
2605
3518
|
|
|
2606
3519
|
// src/tailwind.ts
|
|
2607
3520
|
function content({ base = "./" } = {}) {
|
|
@@ -2632,6 +3545,7 @@ lucide-react/dist/esm/icons/eye-off.js:
|
|
|
2632
3545
|
lucide-react/dist/esm/icons/eye.js:
|
|
2633
3546
|
lucide-react/dist/esm/icons/info.js:
|
|
2634
3547
|
lucide-react/dist/esm/icons/minus.js:
|
|
3548
|
+
lucide-react/dist/esm/icons/phone.js:
|
|
2635
3549
|
lucide-react/dist/esm/icons/x.js:
|
|
2636
3550
|
lucide-react/dist/esm/lucide-react.js:
|
|
2637
3551
|
(**
|
|
@@ -2716,6 +3630,7 @@ exports.DropdownMenuSub = DropdownMenuSub;
|
|
|
2716
3630
|
exports.DropdownMenuSubContent = DropdownMenuSubContent;
|
|
2717
3631
|
exports.DropdownMenuSubTrigger = DropdownMenuSubTrigger;
|
|
2718
3632
|
exports.DropdownMenuTrigger = DropdownMenuTrigger;
|
|
3633
|
+
exports.InputPhone = InputPhone;
|
|
2719
3634
|
exports.InputText = InputText;
|
|
2720
3635
|
exports.Label = Label;
|
|
2721
3636
|
exports.NebulaI18nProvider = NebulaI18nProvider;
|
|
@@ -2725,6 +3640,7 @@ exports.PopoverContent = PopoverContent;
|
|
|
2725
3640
|
exports.PopoverTrigger = PopoverTrigger;
|
|
2726
3641
|
exports.Select = StyledSelect;
|
|
2727
3642
|
exports.Separator = Separator2;
|
|
3643
|
+
exports.Skeleton = Skeleton;
|
|
2728
3644
|
exports.Space = Space;
|
|
2729
3645
|
exports.SpaceDirectionEnum = SpaceDirectionEnum;
|
|
2730
3646
|
exports.SpaceSizeEnum = SpaceSizeEnum;
|
|
@@ -2751,7 +3667,7 @@ exports.buttonSizeEnum = buttonSizeEnum;
|
|
|
2751
3667
|
exports.buttonVariantEnum = buttonVariantEnum;
|
|
2752
3668
|
exports.buttonVariantsConfig = buttonVariantsConfig;
|
|
2753
3669
|
exports.getNebulaLanguage = getNebulaLanguage;
|
|
2754
|
-
exports.messages =
|
|
3670
|
+
exports.messages = messages10;
|
|
2755
3671
|
exports.separatorVariants = separatorVariants;
|
|
2756
3672
|
exports.setNebulaLanguage = setNebulaLanguage;
|
|
2757
3673
|
exports.tagVariantsEnum = tagVariantsEnum;
|