@skygraph/react 0.5.4 → 0.6.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.
Files changed (57) hide show
  1. package/README.md +70 -70
  2. package/dist/{Table-CMKo6Pc3.d.cts → Table-Bhlshbs2.d.cts} +39 -0
  3. package/dist/{Table-CAay8MmA.d.ts → Table-DOGK_njf.d.ts} +39 -0
  4. package/dist/{chunk-Y6XZ5TLD.js → chunk-B6BK5B64.js} +3 -3
  5. package/dist/chunk-B6BK5B64.js.map +1 -0
  6. package/dist/{chunk-PEX2UTNG.js → chunk-EA2J67A4.js} +2 -2
  7. package/dist/chunk-EA2J67A4.js.map +1 -0
  8. package/dist/{chunk-BNMJSYI2.js → chunk-EWUB2QCP.js} +2 -2
  9. package/dist/chunk-EWUB2QCP.js.map +1 -0
  10. package/dist/{chunk-7AA2JPZB.js → chunk-G4MRXKGC.js} +21 -14
  11. package/dist/chunk-G4MRXKGC.js.map +1 -0
  12. package/dist/{chunk-EFDB2ENB.js → chunk-MTHPDCO3.js} +8 -6
  13. package/dist/chunk-MTHPDCO3.js.map +1 -0
  14. package/dist/{chunk-KGFFQGCM.js → chunk-N4S66XHX.js} +8 -4
  15. package/dist/chunk-N4S66XHX.js.map +1 -0
  16. package/dist/{chunk-SEQI65CF.js → chunk-U7BXGUMC.js} +1 -1
  17. package/dist/chunk-U7BXGUMC.js.map +1 -0
  18. package/dist/{chunk-45YW5VSP.js → chunk-UCCGEZPJ.js} +2 -2
  19. package/dist/chunk-UCCGEZPJ.js.map +1 -0
  20. package/dist/{chunk-VLRLCHEL.js → chunk-YJZKXU5O.js} +1 -1
  21. package/dist/chunk-YJZKXU5O.js.map +1 -0
  22. package/dist/{chunk-ZJC2QUWA.js → chunk-YWCL3MUL.js} +1 -1
  23. package/dist/chunk-YWCL3MUL.js.map +1 -0
  24. package/dist/datagrid.cjs +3 -4
  25. package/dist/datagrid.cjs.map +1 -1
  26. package/dist/datagrid.js +4 -4
  27. package/dist/devtools.cjs.map +1 -1
  28. package/dist/devtools.js +1 -1
  29. package/dist/form.cjs.map +1 -1
  30. package/dist/form.js +3 -3
  31. package/dist/index.cjs +1239 -255
  32. package/dist/index.cjs.map +1 -1
  33. package/dist/index.d.cts +16 -4
  34. package/dist/index.d.ts +16 -4
  35. package/dist/index.js +1113 -150
  36. package/dist/index.js.map +1 -1
  37. package/dist/table.cjs +17 -10
  38. package/dist/table.cjs.map +1 -1
  39. package/dist/table.d.cts +1 -1
  40. package/dist/table.d.ts +1 -1
  41. package/dist/table.js +4 -4
  42. package/dist/tree.cjs +11 -7
  43. package/dist/tree.cjs.map +1 -1
  44. package/dist/tree.js +3 -3
  45. package/dist/virtual.cjs.map +1 -1
  46. package/dist/virtual.js +2 -2
  47. package/package.json +2 -2
  48. package/dist/chunk-45YW5VSP.js.map +0 -1
  49. package/dist/chunk-7AA2JPZB.js.map +0 -1
  50. package/dist/chunk-BNMJSYI2.js.map +0 -1
  51. package/dist/chunk-EFDB2ENB.js.map +0 -1
  52. package/dist/chunk-KGFFQGCM.js.map +0 -1
  53. package/dist/chunk-PEX2UTNG.js.map +0 -1
  54. package/dist/chunk-SEQI65CF.js.map +0 -1
  55. package/dist/chunk-VLRLCHEL.js.map +0 -1
  56. package/dist/chunk-Y6XZ5TLD.js.map +0 -1
  57. package/dist/chunk-ZJC2QUWA.js.map +0 -1
package/dist/index.js CHANGED
@@ -22,7 +22,7 @@ import {
22
22
  zodRule,
23
23
  zodRules,
24
24
  zodToJsonSchema
25
- } from "./chunk-Y6XZ5TLD.js";
25
+ } from "./chunk-B6BK5B64.js";
26
26
  import {
27
27
  Pagination,
28
28
  Select,
@@ -31,40 +31,40 @@ import {
31
31
  buildPrintHtml,
32
32
  printElement,
33
33
  useTable
34
- } from "./chunk-7AA2JPZB.js";
34
+ } from "./chunk-G4MRXKGC.js";
35
35
  import {
36
36
  Button,
37
37
  Input,
38
38
  Transition
39
- } from "./chunk-45YW5VSP.js";
39
+ } from "./chunk-UCCGEZPJ.js";
40
40
  import {
41
41
  Tree,
42
42
  TreeSelect,
43
43
  useTree
44
- } from "./chunk-KGFFQGCM.js";
44
+ } from "./chunk-N4S66XHX.js";
45
45
  import {
46
46
  DataGrid
47
- } from "./chunk-EFDB2ENB.js";
47
+ } from "./chunk-MTHPDCO3.js";
48
48
  import {
49
49
  Checkbox
50
- } from "./chunk-PEX2UTNG.js";
50
+ } from "./chunk-EA2J67A4.js";
51
51
  import {
52
52
  ConfigProvider,
53
53
  Spin,
54
54
  buildThemeVars,
55
55
  useConfig,
56
56
  useConfigWithDefaults
57
- } from "./chunk-VLRLCHEL.js";
57
+ } from "./chunk-YJZKXU5O.js";
58
58
  import {
59
59
  VirtualList
60
- } from "./chunk-BNMJSYI2.js";
60
+ } from "./chunk-EWUB2QCP.js";
61
61
  import {
62
62
  useVirtualScroll
63
- } from "./chunk-SEQI65CF.js";
63
+ } from "./chunk-U7BXGUMC.js";
64
64
  import {
65
65
  HistoryPanel,
66
66
  useHistory
67
- } from "./chunk-ZJC2QUWA.js";
67
+ } from "./chunk-YWCL3MUL.js";
68
68
 
69
69
  // src/locales/en_US.ts
70
70
  var en_US = {
@@ -229,6 +229,31 @@ var en_US = {
229
229
  moveFieldDown: "Move field down",
230
230
  duplicateField: "Duplicate field",
231
231
  deleteField: "Delete field"
232
+ },
233
+ table: {
234
+ emptyText: "No data",
235
+ searchPlaceholder: "Search..."
236
+ },
237
+ dataGrid: {
238
+ noData: "No data",
239
+ selectAll: "Select all"
240
+ },
241
+ tree: {
242
+ emptyText: "No data",
243
+ searchPlaceholder: "Search...",
244
+ clearSearch: "Clear search"
245
+ },
246
+ list: {
247
+ loading: "Loading"
248
+ },
249
+ diagram: {
250
+ ariaLabel: "Diagram"
251
+ },
252
+ colorPicker: {
253
+ pickColor: "Pick color"
254
+ },
255
+ pinInput: {
256
+ ariaLabel: "PIN input"
232
257
  }
233
258
  };
234
259
 
@@ -395,6 +420,31 @@ var ru_RU = {
395
420
  moveFieldDown: "\u041F\u0435\u0440\u0435\u043C\u0435\u0441\u0442\u0438\u0442\u044C \u0432\u043D\u0438\u0437",
396
421
  duplicateField: "\u0414\u0443\u0431\u043B\u0438\u0440\u043E\u0432\u0430\u0442\u044C \u043F\u043E\u043B\u0435",
397
422
  deleteField: "\u0423\u0434\u0430\u043B\u0438\u0442\u044C \u043F\u043E\u043B\u0435"
423
+ },
424
+ table: {
425
+ emptyText: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445",
426
+ searchPlaceholder: "\u041F\u043E\u0438\u0441\u043A..."
427
+ },
428
+ dataGrid: {
429
+ noData: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445",
430
+ selectAll: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0432\u0441\u0435"
431
+ },
432
+ tree: {
433
+ emptyText: "\u041D\u0435\u0442 \u0434\u0430\u043D\u043D\u044B\u0445",
434
+ searchPlaceholder: "\u041F\u043E\u0438\u0441\u043A...",
435
+ clearSearch: "\u041E\u0447\u0438\u0441\u0442\u0438\u0442\u044C \u043F\u043E\u0438\u0441\u043A"
436
+ },
437
+ list: {
438
+ loading: "\u0417\u0430\u0433\u0440\u0443\u0437\u043A\u0430"
439
+ },
440
+ diagram: {
441
+ ariaLabel: "\u0414\u0438\u0430\u0433\u0440\u0430\u043C\u043C\u0430"
442
+ },
443
+ colorPicker: {
444
+ pickColor: "\u0412\u044B\u0431\u0440\u0430\u0442\u044C \u0446\u0432\u0435\u0442"
445
+ },
446
+ pinInput: {
447
+ ariaLabel: "\u0412\u0432\u043E\u0434 PIN"
398
448
  }
399
449
  };
400
450
 
@@ -561,6 +611,31 @@ var zh_CN = {
561
611
  moveFieldDown: "\u4E0B\u79FB\u5B57\u6BB5",
562
612
  duplicateField: "\u590D\u5236\u5B57\u6BB5",
563
613
  deleteField: "\u5220\u9664\u5B57\u6BB5"
614
+ },
615
+ table: {
616
+ emptyText: "\u6682\u65E0\u6570\u636E",
617
+ searchPlaceholder: "\u641C\u7D22..."
618
+ },
619
+ dataGrid: {
620
+ noData: "\u6682\u65E0\u6570\u636E",
621
+ selectAll: "\u5168\u9009"
622
+ },
623
+ tree: {
624
+ emptyText: "\u6682\u65E0\u6570\u636E",
625
+ searchPlaceholder: "\u641C\u7D22...",
626
+ clearSearch: "\u6E05\u9664\u641C\u7D22"
627
+ },
628
+ list: {
629
+ loading: "\u52A0\u8F7D\u4E2D"
630
+ },
631
+ diagram: {
632
+ ariaLabel: "\u56FE\u8868"
633
+ },
634
+ colorPicker: {
635
+ pickColor: "\u9009\u62E9\u989C\u8272"
636
+ },
637
+ pinInput: {
638
+ ariaLabel: "PIN \u8F93\u5165"
564
639
  }
565
640
  };
566
641
 
@@ -727,6 +802,31 @@ var de_DE = {
727
802
  moveFieldDown: "Feld nach unten verschieben",
728
803
  duplicateField: "Feld duplizieren",
729
804
  deleteField: "Feld l\xF6schen"
805
+ },
806
+ table: {
807
+ emptyText: "Keine Daten",
808
+ searchPlaceholder: "Suchen..."
809
+ },
810
+ dataGrid: {
811
+ noData: "Keine Daten",
812
+ selectAll: "Alle ausw\xE4hlen"
813
+ },
814
+ tree: {
815
+ emptyText: "Keine Daten",
816
+ searchPlaceholder: "Suchen...",
817
+ clearSearch: "Suche l\xF6schen"
818
+ },
819
+ list: {
820
+ loading: "Wird geladen"
821
+ },
822
+ diagram: {
823
+ ariaLabel: "Diagramm"
824
+ },
825
+ colorPicker: {
826
+ pickColor: "Farbe w\xE4hlen"
827
+ },
828
+ pinInput: {
829
+ ariaLabel: "PIN-Eingabe"
730
830
  }
731
831
  };
732
832
 
@@ -893,6 +993,31 @@ var fr_FR = {
893
993
  moveFieldDown: "D\xE9placer vers le bas",
894
994
  duplicateField: "Dupliquer le champ",
895
995
  deleteField: "Supprimer le champ"
996
+ },
997
+ table: {
998
+ emptyText: "Aucune donn\xE9e",
999
+ searchPlaceholder: "Rechercher..."
1000
+ },
1001
+ dataGrid: {
1002
+ noData: "Aucune donn\xE9e",
1003
+ selectAll: "Tout s\xE9lectionner"
1004
+ },
1005
+ tree: {
1006
+ emptyText: "Aucune donn\xE9e",
1007
+ searchPlaceholder: "Rechercher...",
1008
+ clearSearch: "Effacer la recherche"
1009
+ },
1010
+ list: {
1011
+ loading: "Chargement"
1012
+ },
1013
+ diagram: {
1014
+ ariaLabel: "Diagramme"
1015
+ },
1016
+ colorPicker: {
1017
+ pickColor: "Choisir une couleur"
1018
+ },
1019
+ pinInput: {
1020
+ ariaLabel: "Saisie du code PIN"
896
1021
  }
897
1022
  };
898
1023
 
@@ -1059,6 +1184,795 @@ var es_ES = {
1059
1184
  moveFieldDown: "Mover campo abajo",
1060
1185
  duplicateField: "Duplicar campo",
1061
1186
  deleteField: "Eliminar campo"
1187
+ },
1188
+ table: {
1189
+ emptyText: "Sin datos",
1190
+ searchPlaceholder: "Buscar..."
1191
+ },
1192
+ dataGrid: {
1193
+ noData: "Sin datos",
1194
+ selectAll: "Seleccionar todo"
1195
+ },
1196
+ tree: {
1197
+ emptyText: "Sin datos",
1198
+ searchPlaceholder: "Buscar...",
1199
+ clearSearch: "Borrar b\xFAsqueda"
1200
+ },
1201
+ list: {
1202
+ loading: "Cargando"
1203
+ },
1204
+ diagram: {
1205
+ ariaLabel: "Diagrama"
1206
+ },
1207
+ colorPicker: {
1208
+ pickColor: "Elegir color"
1209
+ },
1210
+ pinInput: {
1211
+ ariaLabel: "Entrada de PIN"
1212
+ }
1213
+ };
1214
+
1215
+ // src/locales/ja_JP.ts
1216
+ var ja_JP = {
1217
+ empty: {
1218
+ description: "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093"
1219
+ },
1220
+ pagination: {
1221
+ totalPrefix: "\u5408\u8A08",
1222
+ itemsPerPage: "/ \u30DA\u30FC\u30B8",
1223
+ jump: "\u79FB\u52D5",
1224
+ page: "\u30DA\u30FC\u30B8",
1225
+ ariaLabel: "\u30DA\u30FC\u30B8\u30CD\u30FC\u30B7\u30E7\u30F3"
1226
+ },
1227
+ popconfirm: {
1228
+ okText: "\u306F\u3044",
1229
+ cancelText: "\u3044\u3044\u3048"
1230
+ },
1231
+ modal: {
1232
+ okText: "OK",
1233
+ cancelText: "\u30AD\u30E3\u30F3\u30BB\u30EB",
1234
+ closeAriaLabel: "\u9589\u3058\u308B"
1235
+ },
1236
+ form: {
1237
+ required: "*",
1238
+ optional: "(\u4EFB\u610F)",
1239
+ submitText: "\u9001\u4FE1",
1240
+ resetText: "\u30EA\u30BB\u30C3\u30C8"
1241
+ },
1242
+ upload: {
1243
+ uploadText: "\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9",
1244
+ removeFile: "\u30D5\u30A1\u30A4\u30EB\u3092\u524A\u9664",
1245
+ uploadError: "\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9\u306B\u5931\u6557\u3057\u307E\u3057\u305F",
1246
+ previewFile: "\u30D7\u30EC\u30D3\u30E5\u30FC",
1247
+ uploadAriaLabel: "\u30D5\u30A1\u30A4\u30EB\u3092\u30A2\u30C3\u30D7\u30ED\u30FC\u30C9"
1248
+ },
1249
+ transfer: {
1250
+ titles: ["\u30BD\u30FC\u30B9", "\u30BF\u30FC\u30B2\u30C3\u30C8"],
1251
+ searchPlaceholder: "\u691C\u7D22",
1252
+ itemUnit: "\u4EF6",
1253
+ itemsUnit: "\u4EF6",
1254
+ notFoundContent: "\u898B\u3064\u304B\u308A\u307E\u305B\u3093",
1255
+ selectAll: "\u3059\u3079\u3066\u9078\u629E",
1256
+ deselectAll: "\u3059\u3079\u3066\u9078\u629E\u89E3\u9664"
1257
+ },
1258
+ calendar: {
1259
+ monthNames: [
1260
+ "1\u6708",
1261
+ "2\u6708",
1262
+ "3\u6708",
1263
+ "4\u6708",
1264
+ "5\u6708",
1265
+ "6\u6708",
1266
+ "7\u6708",
1267
+ "8\u6708",
1268
+ "9\u6708",
1269
+ "10\u6708",
1270
+ "11\u6708",
1271
+ "12\u6708"
1272
+ ],
1273
+ dayNames: ["\u65E5", "\u6708", "\u706B", "\u6C34", "\u6728", "\u91D1", "\u571F"],
1274
+ today: "\u4ECA\u65E5",
1275
+ now: "\u73FE\u5728",
1276
+ week: "\u9031",
1277
+ prevYear: "\u524D\u5E74",
1278
+ nextYear: "\u7FCC\u5E74",
1279
+ prevMonth: "\u524D\u6708",
1280
+ nextMonth: "\u7FCC\u6708"
1281
+ },
1282
+ input: {
1283
+ clear: "\u30AF\u30EA\u30A2"
1284
+ },
1285
+ inputPassword: {
1286
+ showPassword: "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u8868\u793A",
1287
+ hidePassword: "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u975E\u8868\u793A"
1288
+ },
1289
+ searchInput: {
1290
+ clear: "\u30AF\u30EA\u30A2"
1291
+ },
1292
+ inlineEdit: {
1293
+ save: "\u4FDD\u5B58",
1294
+ cancel: "\u30AD\u30E3\u30F3\u30BB\u30EB"
1295
+ },
1296
+ tagInput: {
1297
+ removeTag: (tag) => `${tag} \u3092\u524A\u9664`
1298
+ },
1299
+ drawer: {
1300
+ closeAriaLabel: "\u9589\u3058\u308B"
1301
+ },
1302
+ notification: {
1303
+ closeAriaLabel: "\u9589\u3058\u308B"
1304
+ },
1305
+ tag: {
1306
+ closeAriaLabel: "\u9589\u3058\u308B"
1307
+ },
1308
+ spin: {
1309
+ loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D"
1310
+ },
1311
+ skeleton: {
1312
+ loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D"
1313
+ },
1314
+ breadcrumb: {
1315
+ ariaLabel: "\u30D1\u30F3\u304F\u305A\u30EA\u30B9\u30C8"
1316
+ },
1317
+ carousel: {
1318
+ slide: (index) => `\u30B9\u30E9\u30A4\u30C9 ${index}`
1319
+ },
1320
+ rate: {
1321
+ ariaLabel: "\u8A55\u4FA1",
1322
+ star: (n) => `${n} \u3064\u661F`
1323
+ },
1324
+ charts: {
1325
+ lineChart: "\u6298\u308C\u7DDA\u30B0\u30E9\u30D5",
1326
+ barChart: "\u68D2\u30B0\u30E9\u30D5",
1327
+ areaChart: "\u30A8\u30EA\u30A2\u30B0\u30E9\u30D5",
1328
+ pieChart: "\u5186\u30B0\u30E9\u30D5",
1329
+ legend: "\u51E1\u4F8B",
1330
+ actions: "\u30B0\u30E9\u30D5\u64CD\u4F5C"
1331
+ },
1332
+ datePicker: {
1333
+ prevYear: "\u524D\u5E74",
1334
+ nextYear: "\u7FCC\u5E74",
1335
+ prevMonth: "\u524D\u6708",
1336
+ nextMonth: "\u7FCC\u6708"
1337
+ },
1338
+ cascader: {
1339
+ searchPlaceholder: "\u691C\u7D22...",
1340
+ noMatches: "\u4E00\u81F4\u306A\u3057"
1341
+ },
1342
+ treeSelect: {
1343
+ searchPlaceholder: "\u691C\u7D22...",
1344
+ noMatches: "\u4E00\u81F4\u306A\u3057"
1345
+ },
1346
+ dashboard: {
1347
+ ariaLabel: "\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9",
1348
+ editorAriaLabel: "\u30C0\u30C3\u30B7\u30E5\u30DC\u30FC\u30C9\u30A8\u30C7\u30A3\u30BF\u30FC",
1349
+ resizeWidget: "\u30A6\u30A3\u30B8\u30A7\u30C3\u30C8\u306E\u30B5\u30A4\u30BA\u5909\u66F4",
1350
+ widgetActions: "\u30A6\u30A3\u30B8\u30A7\u30C3\u30C8\u64CD\u4F5C"
1351
+ },
1352
+ gantt: {
1353
+ ariaLabel: "\u30AC\u30F3\u30C8\u30C1\u30E3\u30FC\u30C8",
1354
+ resizeTask: "\u30BF\u30B9\u30AF\u306E\u30B5\u30A4\u30BA\u5909\u66F4"
1355
+ },
1356
+ resourceCalendar: {
1357
+ ariaLabel: "\u30EA\u30BD\u30FC\u30B9\u30AB\u30EC\u30F3\u30C0\u30FC",
1358
+ resource: (name) => `\u30EA\u30BD\u30FC\u30B9 ${name}`,
1359
+ capacity: (n) => `\u30B9\u30ED\u30C3\u30C8\u3042\u305F\u308A\u306E\u5BB9\u91CF ${n}`,
1360
+ resizeStart: "\u958B\u59CB\u3092\u30B5\u30A4\u30BA\u5909\u66F4",
1361
+ resizeEnd: "\u7D42\u4E86\u3092\u30B5\u30A4\u30BA\u5909\u66F4",
1362
+ conflictSuffix: "\uFF08\u7AF6\u5408\uFF09"
1363
+ },
1364
+ timeline: {
1365
+ ariaLabel: "\u30BF\u30A4\u30E0\u30E9\u30A4\u30F3"
1366
+ },
1367
+ schemaFormEditor: {
1368
+ undo: "\u5143\u306B\u623B\u3059",
1369
+ redo: "\u3084\u308A\u76F4\u3057",
1370
+ removeOption: "\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u524A\u9664",
1371
+ schemaView: "\u751F\u6210\u3055\u308C\u305F JSON \u30B9\u30AD\u30FC\u30DE",
1372
+ optionLabelPlaceholder: "\u30E9\u30D9\u30EB",
1373
+ optionValuePlaceholder: "\u5024",
1374
+ moveFieldUp: "\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u4E0A\u3078",
1375
+ moveFieldDown: "\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u4E0B\u3078",
1376
+ duplicateField: "\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u8907\u88FD",
1377
+ deleteField: "\u30D5\u30A3\u30FC\u30EB\u30C9\u3092\u524A\u9664"
1378
+ },
1379
+ table: {
1380
+ emptyText: "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093",
1381
+ searchPlaceholder: "\u691C\u7D22..."
1382
+ },
1383
+ dataGrid: {
1384
+ noData: "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093",
1385
+ selectAll: "\u3059\u3079\u3066\u9078\u629E"
1386
+ },
1387
+ tree: {
1388
+ emptyText: "\u30C7\u30FC\u30BF\u304C\u3042\u308A\u307E\u305B\u3093",
1389
+ searchPlaceholder: "\u691C\u7D22...",
1390
+ clearSearch: "\u691C\u7D22\u3092\u30AF\u30EA\u30A2"
1391
+ },
1392
+ list: {
1393
+ loading: "\u8AAD\u307F\u8FBC\u307F\u4E2D"
1394
+ },
1395
+ diagram: {
1396
+ ariaLabel: "\u56F3"
1397
+ },
1398
+ colorPicker: {
1399
+ pickColor: "\u8272\u3092\u9078\u629E"
1400
+ },
1401
+ pinInput: {
1402
+ ariaLabel: "PIN \u5165\u529B"
1403
+ }
1404
+ };
1405
+
1406
+ // src/locales/ko_KR.ts
1407
+ var ko_KR = {
1408
+ empty: {
1409
+ description: "\uB370\uC774\uD130 \uC5C6\uC74C"
1410
+ },
1411
+ pagination: {
1412
+ totalPrefix: "\uD569\uACC4",
1413
+ itemsPerPage: "/ \uD398\uC774\uC9C0",
1414
+ jump: "\uC774\uB3D9",
1415
+ page: "\uD398\uC774\uC9C0",
1416
+ ariaLabel: "\uD398\uC774\uC9C0\uB124\uC774\uC158"
1417
+ },
1418
+ popconfirm: {
1419
+ okText: "\uC608",
1420
+ cancelText: "\uC544\uB2C8\uC624"
1421
+ },
1422
+ modal: {
1423
+ okText: "\uD655\uC778",
1424
+ cancelText: "\uCDE8\uC18C",
1425
+ closeAriaLabel: "\uB2EB\uAE30"
1426
+ },
1427
+ form: {
1428
+ required: "*",
1429
+ optional: "(\uC120\uD0DD)",
1430
+ submitText: "\uC81C\uCD9C",
1431
+ resetText: "\uCD08\uAE30\uD654"
1432
+ },
1433
+ upload: {
1434
+ uploadText: "\uC5C5\uB85C\uB4DC",
1435
+ removeFile: "\uD30C\uC77C \uC0AD\uC81C",
1436
+ uploadError: "\uC5C5\uB85C\uB4DC \uC2E4\uD328",
1437
+ previewFile: "\uBBF8\uB9AC\uBCF4\uAE30",
1438
+ uploadAriaLabel: "\uD30C\uC77C \uC5C5\uB85C\uB4DC"
1439
+ },
1440
+ transfer: {
1441
+ titles: ["\uC6D0\uBCF8", "\uB300\uC0C1"],
1442
+ searchPlaceholder: "\uAC80\uC0C9",
1443
+ itemUnit: "\uAC1C",
1444
+ itemsUnit: "\uAC1C",
1445
+ notFoundContent: "\uC5C6\uC74C",
1446
+ selectAll: "\uC804\uCCB4 \uC120\uD0DD",
1447
+ deselectAll: "\uC804\uCCB4 \uC120\uD0DD \uD574\uC81C"
1448
+ },
1449
+ calendar: {
1450
+ monthNames: [
1451
+ "1\uC6D4",
1452
+ "2\uC6D4",
1453
+ "3\uC6D4",
1454
+ "4\uC6D4",
1455
+ "5\uC6D4",
1456
+ "6\uC6D4",
1457
+ "7\uC6D4",
1458
+ "8\uC6D4",
1459
+ "9\uC6D4",
1460
+ "10\uC6D4",
1461
+ "11\uC6D4",
1462
+ "12\uC6D4"
1463
+ ],
1464
+ dayNames: ["\uC77C", "\uC6D4", "\uD654", "\uC218", "\uBAA9", "\uAE08", "\uD1A0"],
1465
+ today: "\uC624\uB298",
1466
+ now: "\uC9C0\uAE08",
1467
+ week: "\uC8FC",
1468
+ prevYear: "\uC774\uC804 \uD574",
1469
+ nextYear: "\uB2E4\uC74C \uD574",
1470
+ prevMonth: "\uC774\uC804 \uB2EC",
1471
+ nextMonth: "\uB2E4\uC74C \uB2EC"
1472
+ },
1473
+ input: {
1474
+ clear: "\uC9C0\uC6B0\uAE30"
1475
+ },
1476
+ inputPassword: {
1477
+ showPassword: "\uBE44\uBC00\uBC88\uD638 \uD45C\uC2DC",
1478
+ hidePassword: "\uBE44\uBC00\uBC88\uD638 \uC228\uAE30\uAE30"
1479
+ },
1480
+ searchInput: {
1481
+ clear: "\uC9C0\uC6B0\uAE30"
1482
+ },
1483
+ inlineEdit: {
1484
+ save: "\uC800\uC7A5",
1485
+ cancel: "\uCDE8\uC18C"
1486
+ },
1487
+ tagInput: {
1488
+ removeTag: (tag) => `${tag} \uC0AD\uC81C`
1489
+ },
1490
+ drawer: {
1491
+ closeAriaLabel: "\uB2EB\uAE30"
1492
+ },
1493
+ notification: {
1494
+ closeAriaLabel: "\uB2EB\uAE30"
1495
+ },
1496
+ tag: {
1497
+ closeAriaLabel: "\uB2EB\uAE30"
1498
+ },
1499
+ spin: {
1500
+ loading: "\uB85C\uB529 \uC911"
1501
+ },
1502
+ skeleton: {
1503
+ loading: "\uB85C\uB529 \uC911"
1504
+ },
1505
+ breadcrumb: {
1506
+ ariaLabel: "\uACBD\uB85C \uD0D0\uC0C9"
1507
+ },
1508
+ carousel: {
1509
+ slide: (index) => `\uC2AC\uB77C\uC774\uB4DC ${index}`
1510
+ },
1511
+ rate: {
1512
+ ariaLabel: "\uD3C9\uC810",
1513
+ star: (n) => `\uBCC4 ${n}\uAC1C`
1514
+ },
1515
+ charts: {
1516
+ lineChart: "\uC120 \uCC28\uD2B8",
1517
+ barChart: "\uB9C9\uB300 \uCC28\uD2B8",
1518
+ areaChart: "\uC601\uC5ED \uCC28\uD2B8",
1519
+ pieChart: "\uC6D0\uD615 \uCC28\uD2B8",
1520
+ legend: "\uCC28\uD2B8 \uBC94\uB840",
1521
+ actions: "\uCC28\uD2B8 \uC791\uC5C5"
1522
+ },
1523
+ datePicker: {
1524
+ prevYear: "\uC774\uC804 \uD574",
1525
+ nextYear: "\uB2E4\uC74C \uD574",
1526
+ prevMonth: "\uC774\uC804 \uB2EC",
1527
+ nextMonth: "\uB2E4\uC74C \uB2EC"
1528
+ },
1529
+ cascader: {
1530
+ searchPlaceholder: "\uAC80\uC0C9...",
1531
+ noMatches: "\uC77C\uCE58 \uD56D\uBAA9 \uC5C6\uC74C"
1532
+ },
1533
+ treeSelect: {
1534
+ searchPlaceholder: "\uAC80\uC0C9...",
1535
+ noMatches: "\uC77C\uCE58 \uD56D\uBAA9 \uC5C6\uC74C"
1536
+ },
1537
+ dashboard: {
1538
+ ariaLabel: "\uB300\uC2DC\uBCF4\uB4DC",
1539
+ editorAriaLabel: "\uB300\uC2DC\uBCF4\uB4DC \uD3B8\uC9D1\uAE30",
1540
+ resizeWidget: "\uC704\uC82F \uD06C\uAE30 \uC870\uC815",
1541
+ widgetActions: "\uC704\uC82F \uC791\uC5C5"
1542
+ },
1543
+ gantt: {
1544
+ ariaLabel: "\uAC04\uD2B8 \uCC28\uD2B8",
1545
+ resizeTask: "\uC791\uC5C5 \uD06C\uAE30 \uC870\uC815"
1546
+ },
1547
+ resourceCalendar: {
1548
+ ariaLabel: "\uB9AC\uC18C\uC2A4 \uCE98\uB9B0\uB354",
1549
+ resource: (name) => `\uB9AC\uC18C\uC2A4 ${name}`,
1550
+ capacity: (n) => `\uC2AC\uB86F\uB2F9 \uC6A9\uB7C9 ${n}`,
1551
+ resizeStart: "\uC2DC\uC791 \uD06C\uAE30 \uC870\uC815",
1552
+ resizeEnd: "\uC885\uB8CC \uD06C\uAE30 \uC870\uC815",
1553
+ conflictSuffix: " (\uCDA9\uB3CC)"
1554
+ },
1555
+ timeline: {
1556
+ ariaLabel: "\uD0C0\uC784\uB77C\uC778"
1557
+ },
1558
+ schemaFormEditor: {
1559
+ undo: "\uC2E4\uD589 \uCDE8\uC18C",
1560
+ redo: "\uB2E4\uC2DC \uC2E4\uD589",
1561
+ removeOption: "\uC635\uC158 \uC0AD\uC81C",
1562
+ schemaView: "\uC0DD\uC131\uB41C JSON \uC2A4\uD0A4\uB9C8",
1563
+ optionLabelPlaceholder: "\uB808\uC774\uBE14",
1564
+ optionValuePlaceholder: "\uAC12",
1565
+ moveFieldUp: "\uD544\uB4DC \uC704\uB85C \uC774\uB3D9",
1566
+ moveFieldDown: "\uD544\uB4DC \uC544\uB798\uB85C \uC774\uB3D9",
1567
+ duplicateField: "\uD544\uB4DC \uBCF5\uC81C",
1568
+ deleteField: "\uD544\uB4DC \uC0AD\uC81C"
1569
+ },
1570
+ table: {
1571
+ emptyText: "\uB370\uC774\uD130 \uC5C6\uC74C",
1572
+ searchPlaceholder: "\uAC80\uC0C9..."
1573
+ },
1574
+ dataGrid: {
1575
+ noData: "\uB370\uC774\uD130 \uC5C6\uC74C",
1576
+ selectAll: "\uC804\uCCB4 \uC120\uD0DD"
1577
+ },
1578
+ tree: {
1579
+ emptyText: "\uB370\uC774\uD130 \uC5C6\uC74C",
1580
+ searchPlaceholder: "\uAC80\uC0C9...",
1581
+ clearSearch: "\uAC80\uC0C9 \uC9C0\uC6B0\uAE30"
1582
+ },
1583
+ list: {
1584
+ loading: "\uB85C\uB529 \uC911"
1585
+ },
1586
+ diagram: {
1587
+ ariaLabel: "\uB2E4\uC774\uC5B4\uADF8\uB7A8"
1588
+ },
1589
+ colorPicker: {
1590
+ pickColor: "\uC0C9\uC0C1 \uC120\uD0DD"
1591
+ },
1592
+ pinInput: {
1593
+ ariaLabel: "PIN \uC785\uB825"
1594
+ }
1595
+ };
1596
+
1597
+ // src/locales/pt_BR.ts
1598
+ var pt_BR = {
1599
+ empty: {
1600
+ description: "Sem dados"
1601
+ },
1602
+ pagination: {
1603
+ totalPrefix: "Total",
1604
+ itemsPerPage: "/ p\xE1gina",
1605
+ jump: "Ir para",
1606
+ page: "p\xE1gina",
1607
+ ariaLabel: "Pagina\xE7\xE3o"
1608
+ },
1609
+ popconfirm: {
1610
+ okText: "Sim",
1611
+ cancelText: "N\xE3o"
1612
+ },
1613
+ modal: {
1614
+ okText: "OK",
1615
+ cancelText: "Cancelar",
1616
+ closeAriaLabel: "Fechar"
1617
+ },
1618
+ form: {
1619
+ required: "*",
1620
+ optional: "(opcional)",
1621
+ submitText: "Enviar",
1622
+ resetText: "Redefinir"
1623
+ },
1624
+ upload: {
1625
+ uploadText: "Enviar",
1626
+ removeFile: "Remover arquivo",
1627
+ uploadError: "Falha no envio",
1628
+ previewFile: "Visualizar",
1629
+ uploadAriaLabel: "Enviar arquivo"
1630
+ },
1631
+ transfer: {
1632
+ titles: ["Origem", "Destino"],
1633
+ searchPlaceholder: "Buscar",
1634
+ itemUnit: "item",
1635
+ itemsUnit: "itens",
1636
+ notFoundContent: "N\xE3o encontrado",
1637
+ selectAll: "Selecionar tudo",
1638
+ deselectAll: "Desmarcar tudo"
1639
+ },
1640
+ calendar: {
1641
+ monthNames: [
1642
+ "Janeiro",
1643
+ "Fevereiro",
1644
+ "Mar\xE7o",
1645
+ "Abril",
1646
+ "Maio",
1647
+ "Junho",
1648
+ "Julho",
1649
+ "Agosto",
1650
+ "Setembro",
1651
+ "Outubro",
1652
+ "Novembro",
1653
+ "Dezembro"
1654
+ ],
1655
+ dayNames: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "S\xE1b"],
1656
+ today: "Hoje",
1657
+ now: "Agora",
1658
+ week: "Sem",
1659
+ prevYear: "Ano anterior",
1660
+ nextYear: "Pr\xF3ximo ano",
1661
+ prevMonth: "M\xEAs anterior",
1662
+ nextMonth: "Pr\xF3ximo m\xEAs"
1663
+ },
1664
+ input: {
1665
+ clear: "Limpar"
1666
+ },
1667
+ inputPassword: {
1668
+ showPassword: "Mostrar senha",
1669
+ hidePassword: "Ocultar senha"
1670
+ },
1671
+ searchInput: {
1672
+ clear: "Limpar"
1673
+ },
1674
+ inlineEdit: {
1675
+ save: "Salvar",
1676
+ cancel: "Cancelar"
1677
+ },
1678
+ tagInput: {
1679
+ removeTag: (tag) => `Remover ${tag}`
1680
+ },
1681
+ drawer: {
1682
+ closeAriaLabel: "Fechar"
1683
+ },
1684
+ notification: {
1685
+ closeAriaLabel: "Fechar"
1686
+ },
1687
+ tag: {
1688
+ closeAriaLabel: "Fechar"
1689
+ },
1690
+ spin: {
1691
+ loading: "Carregando"
1692
+ },
1693
+ skeleton: {
1694
+ loading: "Carregando"
1695
+ },
1696
+ breadcrumb: {
1697
+ ariaLabel: "Trilha de navega\xE7\xE3o"
1698
+ },
1699
+ carousel: {
1700
+ slide: (index) => `Slide ${index}`
1701
+ },
1702
+ rate: {
1703
+ ariaLabel: "Avalia\xE7\xE3o",
1704
+ star: (n) => `${n} estrela${n > 1 ? "s" : ""}`
1705
+ },
1706
+ charts: {
1707
+ lineChart: "Gr\xE1fico de linhas",
1708
+ barChart: "Gr\xE1fico de barras",
1709
+ areaChart: "Gr\xE1fico de \xE1rea",
1710
+ pieChart: "Gr\xE1fico de pizza",
1711
+ legend: "Legenda do gr\xE1fico",
1712
+ actions: "A\xE7\xF5es do gr\xE1fico"
1713
+ },
1714
+ datePicker: {
1715
+ prevYear: "Ano anterior",
1716
+ nextYear: "Pr\xF3ximo ano",
1717
+ prevMonth: "M\xEAs anterior",
1718
+ nextMonth: "Pr\xF3ximo m\xEAs"
1719
+ },
1720
+ cascader: {
1721
+ searchPlaceholder: "Buscar...",
1722
+ noMatches: "Nenhuma correspond\xEAncia"
1723
+ },
1724
+ treeSelect: {
1725
+ searchPlaceholder: "Buscar...",
1726
+ noMatches: "Nenhuma correspond\xEAncia"
1727
+ },
1728
+ dashboard: {
1729
+ ariaLabel: "Painel",
1730
+ editorAriaLabel: "Editor de painel",
1731
+ resizeWidget: "Redimensionar widget",
1732
+ widgetActions: "A\xE7\xF5es do widget"
1733
+ },
1734
+ gantt: {
1735
+ ariaLabel: "Gr\xE1fico de Gantt",
1736
+ resizeTask: "Redimensionar tarefa"
1737
+ },
1738
+ resourceCalendar: {
1739
+ ariaLabel: "Calend\xE1rio de recursos",
1740
+ resource: (name) => `Recurso ${name}`,
1741
+ capacity: (n) => `capacidade ${n} por intervalo`,
1742
+ resizeStart: "Redimensionar in\xEDcio",
1743
+ resizeEnd: "Redimensionar fim",
1744
+ conflictSuffix: " (conflito)"
1745
+ },
1746
+ timeline: {
1747
+ ariaLabel: "Linha do tempo"
1748
+ },
1749
+ schemaFormEditor: {
1750
+ undo: "Desfazer",
1751
+ redo: "Refazer",
1752
+ removeOption: "Remover op\xE7\xE3o",
1753
+ schemaView: "JSON Schema gerado",
1754
+ optionLabelPlaceholder: "R\xF3tulo",
1755
+ optionValuePlaceholder: "Valor",
1756
+ moveFieldUp: "Mover campo para cima",
1757
+ moveFieldDown: "Mover campo para baixo",
1758
+ duplicateField: "Duplicar campo",
1759
+ deleteField: "Excluir campo"
1760
+ },
1761
+ table: {
1762
+ emptyText: "Sem dados",
1763
+ searchPlaceholder: "Buscar..."
1764
+ },
1765
+ dataGrid: {
1766
+ noData: "Sem dados",
1767
+ selectAll: "Selecionar tudo"
1768
+ },
1769
+ tree: {
1770
+ emptyText: "Sem dados",
1771
+ searchPlaceholder: "Buscar...",
1772
+ clearSearch: "Limpar busca"
1773
+ },
1774
+ list: {
1775
+ loading: "Carregando"
1776
+ },
1777
+ diagram: {
1778
+ ariaLabel: "Diagrama"
1779
+ },
1780
+ colorPicker: {
1781
+ pickColor: "Escolher cor"
1782
+ },
1783
+ pinInput: {
1784
+ ariaLabel: "Entrada de PIN"
1785
+ }
1786
+ };
1787
+
1788
+ // src/locales/it_IT.ts
1789
+ var it_IT = {
1790
+ empty: {
1791
+ description: "Nessun dato"
1792
+ },
1793
+ pagination: {
1794
+ totalPrefix: "Totale",
1795
+ itemsPerPage: "/ pagina",
1796
+ jump: "Vai a",
1797
+ page: "pagina",
1798
+ ariaLabel: "Paginazione"
1799
+ },
1800
+ popconfirm: {
1801
+ okText: "S\xEC",
1802
+ cancelText: "No"
1803
+ },
1804
+ modal: {
1805
+ okText: "OK",
1806
+ cancelText: "Annulla",
1807
+ closeAriaLabel: "Chiudi"
1808
+ },
1809
+ form: {
1810
+ required: "*",
1811
+ optional: "(facoltativo)",
1812
+ submitText: "Invia",
1813
+ resetText: "Reimposta"
1814
+ },
1815
+ upload: {
1816
+ uploadText: "Carica",
1817
+ removeFile: "Rimuovi file",
1818
+ uploadError: "Caricamento non riuscito",
1819
+ previewFile: "Anteprima",
1820
+ uploadAriaLabel: "Carica file"
1821
+ },
1822
+ transfer: {
1823
+ titles: ["Origine", "Destinazione"],
1824
+ searchPlaceholder: "Cerca",
1825
+ itemUnit: "elemento",
1826
+ itemsUnit: "elementi",
1827
+ notFoundContent: "Non trovato",
1828
+ selectAll: "Seleziona tutto",
1829
+ deselectAll: "Deseleziona tutto"
1830
+ },
1831
+ calendar: {
1832
+ monthNames: [
1833
+ "Gennaio",
1834
+ "Febbraio",
1835
+ "Marzo",
1836
+ "Aprile",
1837
+ "Maggio",
1838
+ "Giugno",
1839
+ "Luglio",
1840
+ "Agosto",
1841
+ "Settembre",
1842
+ "Ottobre",
1843
+ "Novembre",
1844
+ "Dicembre"
1845
+ ],
1846
+ dayNames: ["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"],
1847
+ today: "Oggi",
1848
+ now: "Adesso",
1849
+ week: "Set",
1850
+ prevYear: "Anno precedente",
1851
+ nextYear: "Anno successivo",
1852
+ prevMonth: "Mese precedente",
1853
+ nextMonth: "Mese successivo"
1854
+ },
1855
+ input: {
1856
+ clear: "Cancella"
1857
+ },
1858
+ inputPassword: {
1859
+ showPassword: "Mostra password",
1860
+ hidePassword: "Nascondi password"
1861
+ },
1862
+ searchInput: {
1863
+ clear: "Cancella"
1864
+ },
1865
+ inlineEdit: {
1866
+ save: "Salva",
1867
+ cancel: "Annulla"
1868
+ },
1869
+ tagInput: {
1870
+ removeTag: (tag) => `Rimuovi ${tag}`
1871
+ },
1872
+ drawer: {
1873
+ closeAriaLabel: "Chiudi"
1874
+ },
1875
+ notification: {
1876
+ closeAriaLabel: "Chiudi"
1877
+ },
1878
+ tag: {
1879
+ closeAriaLabel: "Chiudi"
1880
+ },
1881
+ spin: {
1882
+ loading: "Caricamento"
1883
+ },
1884
+ skeleton: {
1885
+ loading: "Caricamento"
1886
+ },
1887
+ breadcrumb: {
1888
+ ariaLabel: "Percorso di navigazione"
1889
+ },
1890
+ carousel: {
1891
+ slide: (index) => `Diapositiva ${index}`
1892
+ },
1893
+ rate: {
1894
+ ariaLabel: "Valutazione",
1895
+ star: (n) => `${n} ${n > 1 ? "stelle" : "stella"}`
1896
+ },
1897
+ charts: {
1898
+ lineChart: "Grafico a linee",
1899
+ barChart: "Grafico a barre",
1900
+ areaChart: "Grafico ad area",
1901
+ pieChart: "Grafico a torta",
1902
+ legend: "Legenda del grafico",
1903
+ actions: "Azioni del grafico"
1904
+ },
1905
+ datePicker: {
1906
+ prevYear: "Anno precedente",
1907
+ nextYear: "Anno successivo",
1908
+ prevMonth: "Mese precedente",
1909
+ nextMonth: "Mese successivo"
1910
+ },
1911
+ cascader: {
1912
+ searchPlaceholder: "Cerca...",
1913
+ noMatches: "Nessuna corrispondenza"
1914
+ },
1915
+ treeSelect: {
1916
+ searchPlaceholder: "Cerca...",
1917
+ noMatches: "Nessuna corrispondenza"
1918
+ },
1919
+ dashboard: {
1920
+ ariaLabel: "Dashboard",
1921
+ editorAriaLabel: "Editor dashboard",
1922
+ resizeWidget: "Ridimensiona widget",
1923
+ widgetActions: "Azioni widget"
1924
+ },
1925
+ gantt: {
1926
+ ariaLabel: "Diagramma di Gantt",
1927
+ resizeTask: "Ridimensiona attivit\xE0"
1928
+ },
1929
+ resourceCalendar: {
1930
+ ariaLabel: "Calendario risorse",
1931
+ resource: (name) => `Risorsa ${name}`,
1932
+ capacity: (n) => `capacit\xE0 ${n} per slot`,
1933
+ resizeStart: "Ridimensiona inizio",
1934
+ resizeEnd: "Ridimensiona fine",
1935
+ conflictSuffix: " (conflitto)"
1936
+ },
1937
+ timeline: {
1938
+ ariaLabel: "Cronologia"
1939
+ },
1940
+ schemaFormEditor: {
1941
+ undo: "Annulla",
1942
+ redo: "Ripeti",
1943
+ removeOption: "Rimuovi opzione",
1944
+ schemaView: "JSON Schema generato",
1945
+ optionLabelPlaceholder: "Etichetta",
1946
+ optionValuePlaceholder: "Valore",
1947
+ moveFieldUp: "Sposta campo su",
1948
+ moveFieldDown: "Sposta campo gi\xF9",
1949
+ duplicateField: "Duplica campo",
1950
+ deleteField: "Elimina campo"
1951
+ },
1952
+ table: {
1953
+ emptyText: "Nessun dato",
1954
+ searchPlaceholder: "Cerca..."
1955
+ },
1956
+ dataGrid: {
1957
+ noData: "Nessun dato",
1958
+ selectAll: "Seleziona tutto"
1959
+ },
1960
+ tree: {
1961
+ emptyText: "Nessun dato",
1962
+ searchPlaceholder: "Cerca...",
1963
+ clearSearch: "Cancella ricerca"
1964
+ },
1965
+ list: {
1966
+ loading: "Caricamento"
1967
+ },
1968
+ diagram: {
1969
+ ariaLabel: "Diagramma"
1970
+ },
1971
+ colorPicker: {
1972
+ pickColor: "Scegli colore"
1973
+ },
1974
+ pinInput: {
1975
+ ariaLabel: "Inserimento PIN"
1062
1976
  }
1063
1977
  };
1064
1978
 
@@ -3757,6 +4671,8 @@ function TimePicker({
3757
4671
  const config = useConfig();
3758
4672
  const size = sizeProp ?? config.size ?? "middle";
3759
4673
  const disabled = disabledProp ?? config.disabled ?? false;
4674
+ const nowLabel = config.locale?.calendar?.now ?? "Now";
4675
+ const clearLabel = config.locale?.input?.clear ?? "Clear";
3760
4676
  const fmt = formatProp ?? (use12Hours ? "hh:mm:ss A" : showSecond ? "HH:mm:ss" : "HH:mm");
3761
4677
  const [internalValue, setInternalValue] = useState6(value ?? defaultValue ?? "");
3762
4678
  const [internalOpen, setInternalOpen] = useState6(false);
@@ -3880,7 +4796,16 @@ function TimePicker({
3880
4796
  }
3881
4797
  ),
3882
4798
  /* @__PURE__ */ jsx9("span", { className: unstyled ? "" : "sg-timepicker-suffix", children: loading ? /* @__PURE__ */ jsx9(Spin, { size: "small", unstyled }) : /* @__PURE__ */ jsxs9(Fragment3, { children: [
3883
- allowClear && currentValue && /* @__PURE__ */ jsx9("span", { className: unstyled ? "" : "sg-timepicker-clear", onClick: handleClear, children: "\xD7" }),
4799
+ allowClear && currentValue && /* @__PURE__ */ jsx9(
4800
+ "span",
4801
+ {
4802
+ className: unstyled ? "" : "sg-timepicker-clear",
4803
+ role: "button",
4804
+ "aria-label": clearLabel,
4805
+ onClick: handleClear,
4806
+ children: "\xD7"
4807
+ }
4808
+ ),
3884
4809
  /* @__PURE__ */ jsx9(
3885
4810
  "svg",
3886
4811
  {
@@ -3959,7 +4884,7 @@ function TimePicker({
3959
4884
  )
3960
4885
  ] })
3961
4886
  ] }),
3962
- showNow && /* @__PURE__ */ jsx9("div", { className: unstyled ? "" : "sg-tp-footer", children: /* @__PURE__ */ jsx9("button", { className: unstyled ? "" : "sg-tp-now-btn", onClick: handleNow, children: "Now" }) })
4887
+ showNow && /* @__PURE__ */ jsx9("div", { className: unstyled ? "" : "sg-tp-footer", children: /* @__PURE__ */ jsx9("button", { className: unstyled ? "" : "sg-tp-now-btn", onClick: handleNow, children: nowLabel }) })
3963
4888
  ] })
3964
4889
  ] });
3965
4890
  }
@@ -3988,6 +4913,7 @@ function TimeRangePicker({
3988
4913
  const config = useConfig();
3989
4914
  const size = sizeProp ?? config.size ?? "middle";
3990
4915
  const disabled = disabledProp ?? config.disabled ?? false;
4916
+ const clearLabel = config.locale?.input?.clear ?? "Clear";
3991
4917
  const fmt = formatProp ?? (use12Hours ? "hh:mm:ss A" : showSecond ? "HH:mm:ss" : "HH:mm");
3992
4918
  const [internalValue, setInternalValue] = useState6(
3993
4919
  value ?? defaultValue ?? ["", ""]
@@ -4045,7 +4971,16 @@ function TimeRangePicker({
4045
4971
  /* @__PURE__ */ jsx9("span", { children: currentValue[0] || placeholder[0] }),
4046
4972
  /* @__PURE__ */ jsx9("span", { className: unstyled ? "" : "sg-timepicker-separator", children: separator }),
4047
4973
  /* @__PURE__ */ jsx9("span", { children: currentValue[1] || placeholder[1] }),
4048
- /* @__PURE__ */ jsx9("span", { className: unstyled ? "" : "sg-timepicker-suffix", children: allowClear && (currentValue[0] || currentValue[1]) && /* @__PURE__ */ jsx9("span", { className: unstyled ? "" : "sg-timepicker-clear", onClick: handleClear, children: "\xD7" }) })
4974
+ /* @__PURE__ */ jsx9("span", { className: unstyled ? "" : "sg-timepicker-suffix", children: allowClear && (currentValue[0] || currentValue[1]) && /* @__PURE__ */ jsx9(
4975
+ "span",
4976
+ {
4977
+ className: unstyled ? "" : "sg-timepicker-clear",
4978
+ role: "button",
4979
+ "aria-label": clearLabel,
4980
+ onClick: handleClear,
4981
+ children: "\xD7"
4982
+ }
4983
+ ) })
4049
4984
  ]
4050
4985
  }
4051
4986
  ),
@@ -5992,12 +6927,7 @@ function CollapsePanel({
5992
6927
  }
5993
6928
 
5994
6929
  // src/components/ui/ColorPicker.tsx
5995
- import {
5996
- useState as useState14,
5997
- useRef as useRef15,
5998
- useEffect as useEffect15,
5999
- useCallback as useCallback9
6000
- } from "react";
6930
+ import { useState as useState14, useRef as useRef15, useEffect as useEffect15, useCallback as useCallback9 } from "react";
6001
6931
  import { jsx as jsx25, jsxs as jsxs23 } from "react/jsx-runtime";
6002
6932
  function hexToRgb(hex) {
6003
6933
  const clean = hex.replace("#", "");
@@ -6092,9 +7022,7 @@ function parseColor(input) {
6092
7022
  const full = clean.length === 3 ? "#" + clean[0] + clean[0] + clean[1] + clean[1] + clean[2] + clean[2] : trimmed;
6093
7023
  return full.toLowerCase();
6094
7024
  }
6095
- const rgbMatch = trimmed.match(
6096
- /^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i
6097
- );
7025
+ const rgbMatch = trimmed.match(/^rgb\(\s*(\d{1,3})\s*,\s*(\d{1,3})\s*,\s*(\d{1,3})\s*\)$/i);
6098
7026
  if (rgbMatch) {
6099
7027
  const [, rs, gs, bs] = rgbMatch;
6100
7028
  const r = Math.min(255, parseInt(rs));
@@ -6126,9 +7054,8 @@ function ColorPicker({
6126
7054
  const config = useConfig();
6127
7055
  const size = sizeProp ?? config.size ?? "middle";
6128
7056
  const disabled = disabledProp ?? config.disabled ?? false;
6129
- const [internalColor, setInternalColor] = useState14(
6130
- value ?? defaultValue ?? DEFAULT_COLOR
6131
- );
7057
+ const pickColorLabel = config.locale?.colorPicker?.pickColor ?? "Pick color";
7058
+ const [internalColor, setInternalColor] = useState14(value ?? defaultValue ?? DEFAULT_COLOR);
6132
7059
  const currentHex = (value ?? internalColor).toLowerCase();
6133
7060
  const [hsv, setHsv] = useState14(() => {
6134
7061
  const [r, g, b] = hexToRgb(currentHex);
@@ -6251,67 +7178,94 @@ function ColorPicker({
6251
7178
  };
6252
7179
  const hueColor = hsvToHex(hsv.h, 1, 1);
6253
7180
  if (unstyled) {
6254
- return /* @__PURE__ */ jsxs23("div", { ref: wrapperRef, className, style: { ...style, position: "relative", display: "inline-block" }, children: [
6255
- /* @__PURE__ */ jsxs23(
6256
- "button",
6257
- {
6258
- type: "button",
6259
- disabled,
6260
- "aria-haspopup": "dialog",
6261
- "aria-expanded": isOpen,
6262
- "aria-label": ariaLabel,
6263
- "aria-labelledby": ariaLabelledBy,
6264
- onClick: handleTriggerClick,
6265
- onMouseEnter: handleMouseEnter,
6266
- onMouseLeave: handleMouseLeave,
6267
- children: [
6268
- /* @__PURE__ */ jsx25("span", { style: { display: "inline-block", width: 16, height: 16, background: currentHex } }),
6269
- renderText()
6270
- ]
6271
- }
6272
- ),
6273
- isOpen && /* @__PURE__ */ jsxs23("div", { onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, children: [
6274
- /* @__PURE__ */ jsx25(
6275
- "div",
6276
- {
6277
- ref: satPanelRef,
6278
- style: { width: 200, height: 150, position: "relative", background: `linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, ${hueColor})` },
6279
- onPointerDown: handleSatPointerDown,
6280
- onPointerMove: handleSatPointerMove,
6281
- onPointerUp: handleSatPointerUp
6282
- }
6283
- ),
6284
- /* @__PURE__ */ jsx25(
6285
- "div",
6286
- {
6287
- ref: hueBarRef,
6288
- style: { width: 200, height: 12, background: "linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%)" },
6289
- onPointerDown: handleHuePointerDown,
6290
- onPointerMove: handleHuePointerMove,
6291
- onPointerUp: handleHuePointerUp
6292
- }
6293
- ),
6294
- /* @__PURE__ */ jsx25("input", { value: textInput, onChange: handleTextChange }),
6295
- presets?.map((group) => /* @__PURE__ */ jsxs23("div", { children: [
6296
- /* @__PURE__ */ jsx25("div", { children: group.label }),
6297
- /* @__PURE__ */ jsx25("div", { style: { display: "flex", flexWrap: "wrap", gap: 4 }, children: group.colors.map((c) => /* @__PURE__ */ jsx25(
7181
+ return /* @__PURE__ */ jsxs23(
7182
+ "div",
7183
+ {
7184
+ ref: wrapperRef,
7185
+ className,
7186
+ style: { ...style, position: "relative", display: "inline-block" },
7187
+ children: [
7188
+ /* @__PURE__ */ jsxs23(
6298
7189
  "button",
6299
7190
  {
6300
- style: { width: 16, height: 16, background: c },
6301
- onClick: () => handlePresetClick(c)
6302
- },
6303
- c
6304
- )) })
6305
- ] }, group.label))
6306
- ] })
6307
- ] });
7191
+ type: "button",
7192
+ disabled,
7193
+ "aria-haspopup": "dialog",
7194
+ "aria-expanded": isOpen,
7195
+ "aria-label": ariaLabel ?? pickColorLabel,
7196
+ "aria-labelledby": ariaLabelledBy,
7197
+ onClick: handleTriggerClick,
7198
+ onMouseEnter: handleMouseEnter,
7199
+ onMouseLeave: handleMouseLeave,
7200
+ children: [
7201
+ /* @__PURE__ */ jsx25(
7202
+ "span",
7203
+ {
7204
+ style: { display: "inline-block", width: 16, height: 16, background: currentHex }
7205
+ }
7206
+ ),
7207
+ renderText()
7208
+ ]
7209
+ }
7210
+ ),
7211
+ isOpen && /* @__PURE__ */ jsxs23("div", { onMouseEnter: handleMouseEnter, onMouseLeave: handleMouseLeave, children: [
7212
+ /* @__PURE__ */ jsx25(
7213
+ "div",
7214
+ {
7215
+ ref: satPanelRef,
7216
+ style: {
7217
+ width: 200,
7218
+ height: 150,
7219
+ position: "relative",
7220
+ background: `linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, ${hueColor})`
7221
+ },
7222
+ onPointerDown: handleSatPointerDown,
7223
+ onPointerMove: handleSatPointerMove,
7224
+ onPointerUp: handleSatPointerUp
7225
+ }
7226
+ ),
7227
+ /* @__PURE__ */ jsx25(
7228
+ "div",
7229
+ {
7230
+ ref: hueBarRef,
7231
+ style: {
7232
+ width: 200,
7233
+ height: 12,
7234
+ background: "linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%)"
7235
+ },
7236
+ onPointerDown: handleHuePointerDown,
7237
+ onPointerMove: handleHuePointerMove,
7238
+ onPointerUp: handleHuePointerUp
7239
+ }
7240
+ ),
7241
+ /* @__PURE__ */ jsx25("input", { value: textInput, onChange: handleTextChange }),
7242
+ presets?.map((group) => /* @__PURE__ */ jsxs23("div", { children: [
7243
+ /* @__PURE__ */ jsx25("div", { children: group.label }),
7244
+ /* @__PURE__ */ jsx25("div", { style: { display: "flex", flexWrap: "wrap", gap: 4 }, children: group.colors.map((c) => /* @__PURE__ */ jsx25(
7245
+ "button",
7246
+ {
7247
+ style: { width: 16, height: 16, background: c },
7248
+ onClick: () => handlePresetClick(c)
7249
+ },
7250
+ c
7251
+ )) })
7252
+ ] }, group.label))
7253
+ ] })
7254
+ ]
7255
+ }
7256
+ );
6308
7257
  }
6309
7258
  const sizeClass = `sg-colorpicker-${size}`;
6310
7259
  return /* @__PURE__ */ jsxs23(
6311
7260
  "div",
6312
7261
  {
6313
7262
  ref: wrapperRef,
6314
- className: ["sg-colorpicker-wrapper", sizeClass, disabled ? "sg-colorpicker-disabled" : "", className].filter(Boolean).join(" "),
7263
+ className: [
7264
+ "sg-colorpicker-wrapper",
7265
+ sizeClass,
7266
+ disabled ? "sg-colorpicker-disabled" : "",
7267
+ className
7268
+ ].filter(Boolean).join(" "),
6315
7269
  style,
6316
7270
  onMouseEnter: handleMouseEnter,
6317
7271
  onMouseLeave: handleMouseLeave,
@@ -6325,7 +7279,7 @@ function ColorPicker({
6325
7279
  disabled,
6326
7280
  "aria-haspopup": "dialog",
6327
7281
  "aria-expanded": isOpen,
6328
- "aria-label": ariaLabel,
7282
+ "aria-label": ariaLabel ?? pickColorLabel,
6329
7283
  "aria-labelledby": ariaLabelledBy,
6330
7284
  children: [
6331
7285
  /* @__PURE__ */ jsx25("span", { className: "sg-colorpicker-swatch", style: { background: currentHex } }),
@@ -6345,7 +7299,9 @@ function ColorPicker({
6345
7299
  {
6346
7300
  ref: satPanelRef,
6347
7301
  className: "sg-colorpicker-saturation",
6348
- style: { background: `linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, ${hueColor})` },
7302
+ style: {
7303
+ background: `linear-gradient(to top, #000, transparent), linear-gradient(to right, #fff, ${hueColor})`
7304
+ },
6349
7305
  onPointerDown: handleSatPointerDown,
6350
7306
  onPointerMove: handleSatPointerMove,
6351
7307
  onPointerUp: handleSatPointerUp,
@@ -6370,23 +7326,11 @@ function ColorPicker({
6370
7326
  onPointerDown: handleHuePointerDown,
6371
7327
  onPointerMove: handleHuePointerMove,
6372
7328
  onPointerUp: handleHuePointerUp,
6373
- children: /* @__PURE__ */ jsx25(
6374
- "div",
6375
- {
6376
- className: "sg-colorpicker-hue-cursor",
6377
- style: { left: `${hsv.h * 100}%` }
6378
- }
6379
- )
7329
+ children: /* @__PURE__ */ jsx25("div", { className: "sg-colorpicker-hue-cursor", style: { left: `${hsv.h * 100}%` } })
6380
7330
  }
6381
7331
  ),
6382
7332
  /* @__PURE__ */ jsxs23("div", { className: "sg-colorpicker-input-row", children: [
6383
- /* @__PURE__ */ jsx25(
6384
- "span",
6385
- {
6386
- className: "sg-colorpicker-preview",
6387
- style: { background: currentHex }
6388
- }
6389
- ),
7333
+ /* @__PURE__ */ jsx25("span", { className: "sg-colorpicker-preview", style: { background: currentHex } }),
6390
7334
  /* @__PURE__ */ jsx25(
6391
7335
  "input",
6392
7336
  {
@@ -12758,7 +13702,8 @@ function ListInner({
12758
13702
  if (scrollRafRef.current != null) cancelAnimationFrame(scrollRafRef.current);
12759
13703
  };
12760
13704
  }, []);
12761
- const emptyText = locale?.emptyText ?? "No Data";
13705
+ const config = useConfig();
13706
+ const emptyText = locale?.emptyText ?? config.locale?.empty?.description ?? "No Data";
12762
13707
  const gridStyle = React22.useMemo(() => {
12763
13708
  if (!grid) return void 0;
12764
13709
  const cols = grid.column ?? 1;
@@ -13205,10 +14150,16 @@ function Transfer({
13205
14150
  listHeight,
13206
14151
  listClassName
13207
14152
  }) {
13208
- const mergedLocale = React24.useMemo(() => ({
13209
- ...DEFAULT_TRANSFER_LOCALE,
13210
- ...locale
13211
- }), [locale]);
14153
+ const config = useConfig();
14154
+ const mergedLocale = React24.useMemo(
14155
+ () => ({
14156
+ ...DEFAULT_TRANSFER_LOCALE,
14157
+ ...config.locale?.transfer,
14158
+ ...locale
14159
+ }),
14160
+ [config.locale?.transfer, locale]
14161
+ );
14162
+ const resolvedTitles = titles ?? config.locale?.transfer?.titles;
13212
14163
  const [internalSourceSelected, setInternalSourceSelected] = React24.useState([]);
13213
14164
  const [internalTargetSelected, setInternalTargetSelected] = React24.useState([]);
13214
14165
  const sourceSelected = controlledSelectedKeys ? controlledSelectedKeys.filter((k) => !targetKeys.includes(k)) : internalSourceSelected;
@@ -13288,7 +14239,7 @@ function Transfer({
13288
14239
  items: sourceItems,
13289
14240
  selectedKeys: sourceSelected,
13290
14241
  onSelect: setSourceSelected,
13291
- title: titles?.[0],
14242
+ title: resolvedTitles?.[0],
13292
14243
  direction: "left",
13293
14244
  footer: resolveFooter("left"),
13294
14245
  ...listCommonProps
@@ -13305,7 +14256,7 @@ function Transfer({
13305
14256
  items: targetItems,
13306
14257
  selectedKeys: targetSelected,
13307
14258
  onSelect: setTargetSelected,
13308
- title: titles?.[1],
14259
+ title: resolvedTitles?.[1],
13309
14260
  direction: "right",
13310
14261
  footer: resolveFooter("right"),
13311
14262
  ...listCommonProps
@@ -13313,54 +14264,61 @@ function Transfer({
13313
14264
  )
13314
14265
  ] });
13315
14266
  }
13316
- return /* @__PURE__ */ jsxs52("div", { className: cls3("sg-transfer", disabled && "sg-transfer-disabled", className), style, children: [
13317
- /* @__PURE__ */ jsx57(
13318
- TransferList,
13319
- {
13320
- items: sourceItems,
13321
- selectedKeys: sourceSelected,
13322
- onSelect: setSourceSelected,
13323
- title: titles?.[0] ?? "Source",
13324
- direction: "left",
13325
- footer: resolveFooter("left"),
13326
- ...listCommonProps
13327
- }
13328
- ),
13329
- /* @__PURE__ */ jsxs52("div", { className: "sg-transfer-operations", style: operationsStyle, children: [
13330
- operations ? operations[0] : /* @__PURE__ */ jsx57(
13331
- Button,
13332
- {
13333
- type: "primary",
13334
- size: "small",
13335
- disabled: disabled || !canMoveRight,
13336
- onClick: moveToRight,
13337
- children: "\u2192"
13338
- }
13339
- ),
13340
- !oneWay && (operations ? operations[1] : /* @__PURE__ */ jsx57(
13341
- Button,
13342
- {
13343
- type: "primary",
13344
- size: "small",
13345
- disabled: disabled || !canMoveLeft,
13346
- onClick: moveToLeft,
13347
- children: "\u2190"
13348
- }
13349
- ))
13350
- ] }),
13351
- /* @__PURE__ */ jsx57(
13352
- TransferList,
13353
- {
13354
- items: targetItems,
13355
- selectedKeys: targetSelected,
13356
- onSelect: setTargetSelected,
13357
- title: titles?.[1] ?? "Target",
13358
- direction: "right",
13359
- footer: resolveFooter("right"),
13360
- ...listCommonProps
13361
- }
13362
- )
13363
- ] });
14267
+ return /* @__PURE__ */ jsxs52(
14268
+ "div",
14269
+ {
14270
+ className: cls3("sg-transfer", disabled && "sg-transfer-disabled", className),
14271
+ style,
14272
+ children: [
14273
+ /* @__PURE__ */ jsx57(
14274
+ TransferList,
14275
+ {
14276
+ items: sourceItems,
14277
+ selectedKeys: sourceSelected,
14278
+ onSelect: setSourceSelected,
14279
+ title: resolvedTitles?.[0] ?? "Source",
14280
+ direction: "left",
14281
+ footer: resolveFooter("left"),
14282
+ ...listCommonProps
14283
+ }
14284
+ ),
14285
+ /* @__PURE__ */ jsxs52("div", { className: "sg-transfer-operations", style: operationsStyle, children: [
14286
+ operations ? operations[0] : /* @__PURE__ */ jsx57(
14287
+ Button,
14288
+ {
14289
+ type: "primary",
14290
+ size: "small",
14291
+ disabled: disabled || !canMoveRight,
14292
+ onClick: moveToRight,
14293
+ children: "\u2192"
14294
+ }
14295
+ ),
14296
+ !oneWay && (operations ? operations[1] : /* @__PURE__ */ jsx57(
14297
+ Button,
14298
+ {
14299
+ type: "primary",
14300
+ size: "small",
14301
+ disabled: disabled || !canMoveLeft,
14302
+ onClick: moveToLeft,
14303
+ children: "\u2190"
14304
+ }
14305
+ ))
14306
+ ] }),
14307
+ /* @__PURE__ */ jsx57(
14308
+ TransferList,
14309
+ {
14310
+ items: targetItems,
14311
+ selectedKeys: targetSelected,
14312
+ onSelect: setTargetSelected,
14313
+ title: resolvedTitles?.[1] ?? "Target",
14314
+ direction: "right",
14315
+ footer: resolveFooter("right"),
14316
+ ...listCommonProps
14317
+ }
14318
+ )
14319
+ ]
14320
+ }
14321
+ );
13364
14322
  }
13365
14323
 
13366
14324
  // src/components/ui/Mentions.tsx
@@ -13903,11 +14861,12 @@ function PinInput({
13903
14861
  className,
13904
14862
  style,
13905
14863
  unstyled,
13906
- "aria-label": ariaLabel = "PIN input"
14864
+ "aria-label": ariaLabelProp
13907
14865
  }) {
13908
14866
  const config = useConfig();
13909
14867
  const size = sizeProp ?? config.size ?? "middle";
13910
14868
  const disabled = disabledProp ?? config.disabled ?? false;
14869
+ const ariaLabel = ariaLabelProp ?? config.locale?.pinInput?.ariaLabel ?? "PIN input";
13911
14870
  const id = useId6();
13912
14871
  const pad2 = (s) => s.padEnd(length, "").slice(0, length);
13913
14872
  const [internal, setInternal] = useState33(() => pad2(defaultValue));
@@ -14320,15 +15279,19 @@ export {
14320
15279
  en_US,
14321
15280
  es_ES,
14322
15281
  fr_FR,
15282
+ it_IT,
15283
+ ja_JP,
14323
15284
  jsonSchemaToDefaults,
14324
15285
  jsonSchemaToEditorSchema,
14325
15286
  jsonSchemaToFields,
14326
15287
  jsonSchemaToRules,
15288
+ ko_KR,
14327
15289
  makeChartContextMenuHandler,
14328
15290
  makeSeriesContextMenuHandler,
14329
15291
  measureSvg,
14330
15292
  notification,
14331
15293
  printElement,
15294
+ pt_BR,
14332
15295
  resolveBrushConfig,
14333
15296
  resolveChartActions,
14334
15297
  resolveChartAnimation,