@cloudscape-design/components 3.0.472 → 3.0.474

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/i18n/dynamic.js +2 -0
  2. package/i18n/messages/all.all.js +5225 -442
  3. package/i18n/messages/all.all.json +5230 -470
  4. package/i18n/messages/all.de.js +334 -23
  5. package/i18n/messages/all.de.json +338 -27
  6. package/i18n/messages/all.en-GB.js +334 -23
  7. package/i18n/messages/all.en-GB.json +338 -27
  8. package/i18n/messages/all.en.js +334 -23
  9. package/i18n/messages/all.en.json +338 -27
  10. package/i18n/messages/all.es.js +339 -19
  11. package/i18n/messages/all.es.json +340 -23
  12. package/i18n/messages/all.fr.js +334 -23
  13. package/i18n/messages/all.fr.json +338 -27
  14. package/i18n/messages/all.id.js +318 -19
  15. package/i18n/messages/all.id.json +319 -23
  16. package/i18n/messages/all.it.js +297 -19
  17. package/i18n/messages/all.it.json +298 -23
  18. package/i18n/messages/all.ja.js +339 -19
  19. package/i18n/messages/all.ja.json +340 -23
  20. package/i18n/messages/all.ko.js +339 -17
  21. package/i18n/messages/all.ko.json +340 -21
  22. package/i18n/messages/all.pt-BR.js +334 -23
  23. package/i18n/messages/all.pt-BR.json +338 -27
  24. package/i18n/messages/all.th.d.ts +3 -0
  25. package/i18n/messages/all.th.js +733 -0
  26. package/i18n/messages/all.th.json +734 -0
  27. package/i18n/messages/all.tr.js +339 -19
  28. package/i18n/messages/all.tr.json +340 -23
  29. package/i18n/messages/all.zh-CN.js +339 -19
  30. package/i18n/messages/all.zh-CN.json +340 -23
  31. package/i18n/messages/all.zh-TW.js +339 -19
  32. package/i18n/messages/all.zh-TW.json +340 -23
  33. package/i18n/messages-types.d.ts +5 -2
  34. package/i18n/messages-types.d.ts.map +1 -1
  35. package/i18n/messages-types.js.map +1 -1
  36. package/internal/environment.js +1 -1
  37. package/internal/environment.json +1 -1
  38. package/internal/manifest.json +1 -1
  39. package/mixed-line-bar-chart/chart-container.d.ts +2 -3
  40. package/mixed-line-bar-chart/chart-container.d.ts.map +1 -1
  41. package/mixed-line-bar-chart/chart-container.js +2 -6
  42. package/mixed-line-bar-chart/chart-container.js.map +1 -1
  43. package/mixed-line-bar-chart/internal.d.ts.map +1 -1
  44. package/mixed-line-bar-chart/internal.js +1 -1
  45. package/mixed-line-bar-chart/internal.js.map +1 -1
  46. package/package.json +1 -1
  47. package/table/table-role/grid-navigation.d.ts +1 -4
  48. package/table/table-role/grid-navigation.d.ts.map +1 -1
  49. package/table/table-role/grid-navigation.js +52 -62
  50. package/table/table-role/grid-navigation.js.map +1 -1
  51. package/table/table-role/table-role-helper.d.ts.map +1 -1
  52. package/table/table-role/table-role-helper.js +2 -0
  53. package/table/table-role/table-role-helper.js.map +1 -1
  54. package/table/table-role/utils.d.ts +5 -5
  55. package/table/table-role/utils.d.ts.map +1 -1
  56. package/table/table-role/utils.js +16 -28
  57. package/table/table-role/utils.js.map +1 -1
@@ -200,6 +200,7 @@ export default {
200
200
  },
201
201
  ],
202
202
  },
203
+ 'copy-to-clipboard': { 'i18nStrings.copyButtonText': [{ type: 0, value: 'Copiar' }] },
203
204
  'date-range-picker': {
204
205
  'i18nStrings.relativeModeTitle': [{ type: 0, value: 'Modo relativo' }],
205
206
  'i18nStrings.absoluteModeTitle': [{ type: 0, value: 'Modo absoluto' }],
@@ -230,37 +231,356 @@ export default {
230
231
  ],
231
232
  'i18nStrings.formatRelativeRange': [
232
233
  {
233
- type: 6,
234
- value: 'amount',
234
+ type: 5,
235
+ value: 'unit',
235
236
  options: {
236
- one: {
237
+ second: {
237
238
  value: [
238
- { type: 0, value: 'Último ' },
239
- { type: 1, value: 'amount' },
240
- { type: 0, value: ' ' },
241
- { type: 1, value: 'unit' },
239
+ {
240
+ type: 6,
241
+ value: 'amount',
242
+ options: {
243
+ zero: {
244
+ value: [
245
+ { type: 0, value: 'Últimos ' },
246
+ { type: 1, value: 'amount' },
247
+ { type: 0, value: ' segundos' },
248
+ ],
249
+ },
250
+ one: {
251
+ value: [
252
+ { type: 0, value: 'Último ' },
253
+ { type: 1, value: 'amount' },
254
+ { type: 0, value: ' segundo' },
255
+ ],
256
+ },
257
+ other: {
258
+ value: [
259
+ { type: 0, value: 'Últimos ' },
260
+ { type: 1, value: 'amount' },
261
+ { type: 0, value: ' segundos' },
262
+ ],
263
+ },
264
+ },
265
+ offset: 0,
266
+ pluralType: 'cardinal',
267
+ },
242
268
  ],
243
269
  },
244
- other: {
270
+ minute: {
245
271
  value: [
246
- { type: 0, value: 'Últimos ' },
247
- { type: 1, value: 'amount' },
248
- { type: 0, value: ' ' },
249
- { type: 1, value: 'unit' },
272
+ {
273
+ type: 6,
274
+ value: 'amount',
275
+ options: {
276
+ zero: {
277
+ value: [
278
+ { type: 0, value: 'Últimos ' },
279
+ { type: 1, value: 'amount' },
280
+ { type: 0, value: ' minutos' },
281
+ ],
282
+ },
283
+ one: {
284
+ value: [
285
+ { type: 0, value: 'Último ' },
286
+ { type: 1, value: 'amount' },
287
+ { type: 0, value: ' minuto' },
288
+ ],
289
+ },
290
+ other: {
291
+ value: [
292
+ { type: 0, value: 'Últimos ' },
293
+ { type: 1, value: 'amount' },
294
+ { type: 0, value: ' minutos' },
295
+ ],
296
+ },
297
+ },
298
+ offset: 0,
299
+ pluralType: 'cardinal',
300
+ },
250
301
  ],
251
302
  },
303
+ hour: {
304
+ value: [
305
+ {
306
+ type: 6,
307
+ value: 'amount',
308
+ options: {
309
+ zero: {
310
+ value: [
311
+ { type: 0, value: 'Últimas ' },
312
+ { type: 1, value: 'amount' },
313
+ { type: 0, value: ' horas' },
314
+ ],
315
+ },
316
+ one: {
317
+ value: [
318
+ { type: 0, value: 'Última ' },
319
+ { type: 1, value: 'amount' },
320
+ { type: 0, value: ' hora' },
321
+ ],
322
+ },
323
+ other: {
324
+ value: [
325
+ { type: 0, value: 'Últimas ' },
326
+ { type: 1, value: 'amount' },
327
+ { type: 0, value: ' horas' },
328
+ ],
329
+ },
330
+ },
331
+ offset: 0,
332
+ pluralType: 'cardinal',
333
+ },
334
+ ],
335
+ },
336
+ day: {
337
+ value: [
338
+ {
339
+ type: 6,
340
+ value: 'amount',
341
+ options: {
342
+ zero: {
343
+ value: [
344
+ { type: 0, value: 'Últimos ' },
345
+ { type: 1, value: 'amount' },
346
+ { type: 0, value: ' días' },
347
+ ],
348
+ },
349
+ one: {
350
+ value: [
351
+ { type: 0, value: 'Último ' },
352
+ { type: 1, value: 'amount' },
353
+ { type: 0, value: ' día' },
354
+ ],
355
+ },
356
+ other: {
357
+ value: [
358
+ { type: 0, value: 'Últimos ' },
359
+ { type: 1, value: 'amount' },
360
+ { type: 0, value: ' días' },
361
+ ],
362
+ },
363
+ },
364
+ offset: 0,
365
+ pluralType: 'cardinal',
366
+ },
367
+ ],
368
+ },
369
+ week: {
370
+ value: [
371
+ {
372
+ type: 6,
373
+ value: 'amount',
374
+ options: {
375
+ zero: {
376
+ value: [
377
+ { type: 0, value: 'Últimas ' },
378
+ { type: 1, value: 'amount' },
379
+ { type: 0, value: ' semanas' },
380
+ ],
381
+ },
382
+ one: {
383
+ value: [
384
+ { type: 0, value: 'Última ' },
385
+ { type: 1, value: 'amount' },
386
+ { type: 0, value: ' semana' },
387
+ ],
388
+ },
389
+ other: {
390
+ value: [
391
+ { type: 0, value: 'Últimas ' },
392
+ { type: 1, value: 'amount' },
393
+ { type: 0, value: ' semanas' },
394
+ ],
395
+ },
396
+ },
397
+ offset: 0,
398
+ pluralType: 'cardinal',
399
+ },
400
+ ],
401
+ },
402
+ month: {
403
+ value: [
404
+ {
405
+ type: 6,
406
+ value: 'amount',
407
+ options: {
408
+ zero: {
409
+ value: [
410
+ { type: 0, value: 'Últimos ' },
411
+ { type: 1, value: 'amount' },
412
+ { type: 0, value: ' meses' },
413
+ ],
414
+ },
415
+ one: {
416
+ value: [
417
+ { type: 0, value: 'Último ' },
418
+ { type: 1, value: 'amount' },
419
+ { type: 0, value: ' mes' },
420
+ ],
421
+ },
422
+ other: {
423
+ value: [
424
+ { type: 0, value: 'Últimos ' },
425
+ { type: 1, value: 'amount' },
426
+ { type: 0, value: ' meses' },
427
+ ],
428
+ },
429
+ },
430
+ offset: 0,
431
+ pluralType: 'cardinal',
432
+ },
433
+ ],
434
+ },
435
+ year: {
436
+ value: [
437
+ {
438
+ type: 6,
439
+ value: 'amount',
440
+ options: {
441
+ zero: {
442
+ value: [
443
+ { type: 0, value: 'Últimos ' },
444
+ { type: 1, value: 'amount' },
445
+ { type: 0, value: ' años' },
446
+ ],
447
+ },
448
+ one: {
449
+ value: [
450
+ { type: 0, value: 'Último ' },
451
+ { type: 1, value: 'amount' },
452
+ { type: 0, value: ' año' },
453
+ ],
454
+ },
455
+ other: {
456
+ value: [
457
+ { type: 0, value: 'Últimos ' },
458
+ { type: 1, value: 'amount' },
459
+ { type: 0, value: ' años' },
460
+ ],
461
+ },
462
+ },
463
+ offset: 0,
464
+ pluralType: 'cardinal',
465
+ },
466
+ ],
467
+ },
468
+ other: { value: [] },
252
469
  },
253
- offset: 0,
254
- pluralType: 'cardinal',
255
470
  },
256
471
  ],
257
472
  'i18nStrings.formatUnit': [
258
473
  {
259
- type: 6,
260
- value: 'amount',
261
- options: { one: { value: [{ type: 1, value: 'unit' }] }, other: { value: [{ type: 1, value: 'unit' }] } },
262
- offset: 0,
263
- pluralType: 'cardinal',
474
+ type: 5,
475
+ value: 'unit',
476
+ options: {
477
+ second: {
478
+ value: [
479
+ {
480
+ type: 6,
481
+ value: 'amount',
482
+ options: {
483
+ zero: { value: [{ type: 0, value: 'segundos' }] },
484
+ one: { value: [{ type: 0, value: 'segundo' }] },
485
+ other: { value: [{ type: 0, value: 'segundos' }] },
486
+ },
487
+ offset: 0,
488
+ pluralType: 'cardinal',
489
+ },
490
+ ],
491
+ },
492
+ minute: {
493
+ value: [
494
+ {
495
+ type: 6,
496
+ value: 'amount',
497
+ options: {
498
+ zero: { value: [{ type: 0, value: 'minutos' }] },
499
+ one: { value: [{ type: 0, value: 'minuto' }] },
500
+ other: { value: [{ type: 0, value: 'minutos' }] },
501
+ },
502
+ offset: 0,
503
+ pluralType: 'cardinal',
504
+ },
505
+ ],
506
+ },
507
+ hour: {
508
+ value: [
509
+ {
510
+ type: 6,
511
+ value: 'amount',
512
+ options: {
513
+ zero: { value: [{ type: 0, value: 'horas' }] },
514
+ one: { value: [{ type: 0, value: 'hora' }] },
515
+ other: { value: [{ type: 0, value: 'horas' }] },
516
+ },
517
+ offset: 0,
518
+ pluralType: 'cardinal',
519
+ },
520
+ ],
521
+ },
522
+ day: {
523
+ value: [
524
+ {
525
+ type: 6,
526
+ value: 'amount',
527
+ options: {
528
+ zero: { value: [{ type: 0, value: 'días' }] },
529
+ one: { value: [{ type: 0, value: 'día' }] },
530
+ other: { value: [{ type: 0, value: 'días' }] },
531
+ },
532
+ offset: 0,
533
+ pluralType: 'cardinal',
534
+ },
535
+ ],
536
+ },
537
+ week: {
538
+ value: [
539
+ {
540
+ type: 6,
541
+ value: 'amount',
542
+ options: {
543
+ zero: { value: [{ type: 0, value: 'semanas' }] },
544
+ one: { value: [{ type: 0, value: 'semana' }] },
545
+ other: { value: [{ type: 0, value: 'semanas' }] },
546
+ },
547
+ offset: 0,
548
+ pluralType: 'cardinal',
549
+ },
550
+ ],
551
+ },
552
+ month: {
553
+ value: [
554
+ {
555
+ type: 6,
556
+ value: 'amount',
557
+ options: {
558
+ zero: { value: [{ type: 0, value: 'meses' }] },
559
+ one: { value: [{ type: 0, value: 'mes' }] },
560
+ other: { value: [{ type: 0, value: 'meses' }] },
561
+ },
562
+ offset: 0,
563
+ pluralType: 'cardinal',
564
+ },
565
+ ],
566
+ },
567
+ year: {
568
+ value: [
569
+ {
570
+ type: 6,
571
+ value: 'amount',
572
+ options: {
573
+ zero: { value: [{ type: 0, value: 'años' }] },
574
+ one: { value: [{ type: 0, value: 'año' }] },
575
+ other: { value: [{ type: 0, value: 'años' }] },
576
+ },
577
+ offset: 0,
578
+ pluralType: 'cardinal',
579
+ },
580
+ ],
581
+ },
582
+ other: { value: [] },
583
+ },
264
584
  },
265
585
  ],
266
586
  },