@cloudscape-design/components 3.0.473 → 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 (50) 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/package.json +1 -1
  40. package/table/table-role/grid-navigation.d.ts +1 -4
  41. package/table/table-role/grid-navigation.d.ts.map +1 -1
  42. package/table/table-role/grid-navigation.js +52 -62
  43. package/table/table-role/grid-navigation.js.map +1 -1
  44. package/table/table-role/table-role-helper.d.ts.map +1 -1
  45. package/table/table-role/table-role-helper.js +2 -0
  46. package/table/table-role/table-role-helper.js.map +1 -1
  47. package/table/table-role/utils.d.ts +5 -5
  48. package/table/table-role/utils.d.ts.map +1 -1
  49. package/table/table-role/utils.js +16 -28
  50. package/table/table-role/utils.js.map +1 -1
@@ -205,6 +205,7 @@
205
205
  }
206
206
  ]
207
207
  },
208
+ "copy-to-clipboard": { "i18nStrings.copyButtonText": [{ "type": 0, "value": "Kopieren" }] },
208
209
  "date-range-picker": {
209
210
  "i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Relativer Modus" }],
210
211
  "i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Absoluter Modus" }],
@@ -238,46 +239,356 @@
238
239
  ],
239
240
  "i18nStrings.formatRelativeRange": [
240
241
  {
241
- "type": 6,
242
- "value": "amount",
242
+ "type": 5,
243
+ "value": "unit",
243
244
  "options": {
244
- "one": {
245
+ "second": {
245
246
  "value": [
246
- { "type": 0, "value": "Letzte " },
247
- { "type": 1, "value": "amount" },
248
- { "type": 0, "value": " " },
249
- { "type": 1, "value": "unit" }
247
+ {
248
+ "type": 6,
249
+ "value": "amount",
250
+ "options": {
251
+ "zero": {
252
+ "value": [
253
+ { "type": 0, "value": "Letzte " },
254
+ { "type": 1, "value": "amount" },
255
+ { "type": 0, "value": " Sekunden" }
256
+ ]
257
+ },
258
+ "one": {
259
+ "value": [
260
+ { "type": 0, "value": "Letzte " },
261
+ { "type": 1, "value": "amount" },
262
+ { "type": 0, "value": " Sekunde" }
263
+ ]
264
+ },
265
+ "other": {
266
+ "value": [
267
+ { "type": 0, "value": "Letzte " },
268
+ { "type": 1, "value": "amount" },
269
+ { "type": 0, "value": " Sekunden" }
270
+ ]
271
+ }
272
+ },
273
+ "offset": 0,
274
+ "pluralType": "cardinal"
275
+ }
250
276
  ]
251
277
  },
252
- "other": {
278
+ "minute": {
253
279
  "value": [
254
- { "type": 0, "value": "Letzte " },
255
- { "type": 1, "value": "amount" },
256
- { "type": 0, "value": " " },
257
- { "type": 1, "value": "unit" },
258
- { "type": 0, "value": "s" }
280
+ {
281
+ "type": 6,
282
+ "value": "amount",
283
+ "options": {
284
+ "zero": {
285
+ "value": [
286
+ { "type": 0, "value": "Letzte " },
287
+ { "type": 1, "value": "amount" },
288
+ { "type": 0, "value": " Minuten" }
289
+ ]
290
+ },
291
+ "one": {
292
+ "value": [
293
+ { "type": 0, "value": "Letzte " },
294
+ { "type": 1, "value": "amount" },
295
+ { "type": 0, "value": " Minute" }
296
+ ]
297
+ },
298
+ "other": {
299
+ "value": [
300
+ { "type": 0, "value": "Letzte " },
301
+ { "type": 1, "value": "amount" },
302
+ { "type": 0, "value": " Minuten" }
303
+ ]
304
+ }
305
+ },
306
+ "offset": 0,
307
+ "pluralType": "cardinal"
308
+ }
259
309
  ]
260
- }
261
- },
262
- "offset": 0,
263
- "pluralType": "cardinal"
310
+ },
311
+ "hour": {
312
+ "value": [
313
+ {
314
+ "type": 6,
315
+ "value": "amount",
316
+ "options": {
317
+ "zero": {
318
+ "value": [
319
+ { "type": 0, "value": "Letzte " },
320
+ { "type": 1, "value": "amount" },
321
+ { "type": 0, "value": " Stunden" }
322
+ ]
323
+ },
324
+ "one": {
325
+ "value": [
326
+ { "type": 0, "value": "Letzte " },
327
+ { "type": 1, "value": "amount" },
328
+ { "type": 0, "value": " Stunde" }
329
+ ]
330
+ },
331
+ "other": {
332
+ "value": [
333
+ { "type": 0, "value": "Letzte " },
334
+ { "type": 1, "value": "amount" },
335
+ { "type": 0, "value": " Stunden" }
336
+ ]
337
+ }
338
+ },
339
+ "offset": 0,
340
+ "pluralType": "cardinal"
341
+ }
342
+ ]
343
+ },
344
+ "day": {
345
+ "value": [
346
+ {
347
+ "type": 6,
348
+ "value": "amount",
349
+ "options": {
350
+ "zero": {
351
+ "value": [
352
+ { "type": 0, "value": "Letzte " },
353
+ { "type": 1, "value": "amount" },
354
+ { "type": 0, "value": " Tage" }
355
+ ]
356
+ },
357
+ "one": {
358
+ "value": [
359
+ { "type": 0, "value": "Letzter " },
360
+ { "type": 1, "value": "amount" },
361
+ { "type": 0, "value": " Tag" }
362
+ ]
363
+ },
364
+ "other": {
365
+ "value": [
366
+ { "type": 0, "value": "Letzte " },
367
+ { "type": 1, "value": "amount" },
368
+ { "type": 0, "value": " Tage" }
369
+ ]
370
+ }
371
+ },
372
+ "offset": 0,
373
+ "pluralType": "cardinal"
374
+ }
375
+ ]
376
+ },
377
+ "week": {
378
+ "value": [
379
+ {
380
+ "type": 6,
381
+ "value": "amount",
382
+ "options": {
383
+ "zero": {
384
+ "value": [
385
+ { "type": 0, "value": "Letzte " },
386
+ { "type": 1, "value": "amount" },
387
+ { "type": 0, "value": " Wochen" }
388
+ ]
389
+ },
390
+ "one": {
391
+ "value": [
392
+ { "type": 0, "value": "Letzte " },
393
+ { "type": 1, "value": "amount" },
394
+ { "type": 0, "value": " Woche" }
395
+ ]
396
+ },
397
+ "other": {
398
+ "value": [
399
+ { "type": 0, "value": "Letzte " },
400
+ { "type": 1, "value": "amount" },
401
+ { "type": 0, "value": " Wochen" }
402
+ ]
403
+ }
404
+ },
405
+ "offset": 0,
406
+ "pluralType": "cardinal"
407
+ }
408
+ ]
409
+ },
410
+ "month": {
411
+ "value": [
412
+ {
413
+ "type": 6,
414
+ "value": "amount",
415
+ "options": {
416
+ "zero": {
417
+ "value": [
418
+ { "type": 0, "value": "Letzte " },
419
+ { "type": 1, "value": "amount" },
420
+ { "type": 0, "value": " Monate" }
421
+ ]
422
+ },
423
+ "one": {
424
+ "value": [
425
+ { "type": 0, "value": "Letzter " },
426
+ { "type": 1, "value": "amount" },
427
+ { "type": 0, "value": " Monat" }
428
+ ]
429
+ },
430
+ "other": {
431
+ "value": [
432
+ { "type": 0, "value": "Letzte " },
433
+ { "type": 1, "value": "amount" },
434
+ { "type": 0, "value": " Monate" }
435
+ ]
436
+ }
437
+ },
438
+ "offset": 0,
439
+ "pluralType": "cardinal"
440
+ }
441
+ ]
442
+ },
443
+ "year": {
444
+ "value": [
445
+ {
446
+ "type": 6,
447
+ "value": "amount",
448
+ "options": {
449
+ "zero": {
450
+ "value": [
451
+ { "type": 0, "value": "Letzte " },
452
+ { "type": 1, "value": "amount" },
453
+ { "type": 0, "value": " Jahre" }
454
+ ]
455
+ },
456
+ "one": {
457
+ "value": [
458
+ { "type": 0, "value": "Letztes " },
459
+ { "type": 1, "value": "amount" },
460
+ { "type": 0, "value": " Jahr" }
461
+ ]
462
+ },
463
+ "other": {
464
+ "value": [
465
+ { "type": 0, "value": "Letzte " },
466
+ { "type": 1, "value": "amount" },
467
+ { "type": 0, "value": " Jahre" }
468
+ ]
469
+ }
470
+ },
471
+ "offset": 0,
472
+ "pluralType": "cardinal"
473
+ }
474
+ ]
475
+ },
476
+ "other": { "value": [] }
477
+ }
264
478
  }
265
479
  ],
266
480
  "i18nStrings.formatUnit": [
267
481
  {
268
- "type": 6,
269
- "value": "amount",
482
+ "type": 5,
483
+ "value": "unit",
270
484
  "options": {
271
- "one": { "value": [{ "type": 1, "value": "unit" }] },
272
- "other": {
485
+ "second": {
273
486
  "value": [
274
- { "type": 1, "value": "unit" },
275
- { "type": 0, "value": "s" }
487
+ {
488
+ "type": 6,
489
+ "value": "amount",
490
+ "options": {
491
+ "zero": { "value": [{ "type": 0, "value": "Sekunden" }] },
492
+ "one": { "value": [{ "type": 0, "value": "Sekunde" }] },
493
+ "other": { "value": [{ "type": 0, "value": "Sekunden" }] }
494
+ },
495
+ "offset": 0,
496
+ "pluralType": "cardinal"
497
+ }
276
498
  ]
277
- }
278
- },
279
- "offset": 0,
280
- "pluralType": "cardinal"
499
+ },
500
+ "minute": {
501
+ "value": [
502
+ {
503
+ "type": 6,
504
+ "value": "amount",
505
+ "options": {
506
+ "zero": { "value": [{ "type": 0, "value": "Minuten" }] },
507
+ "one": { "value": [{ "type": 0, "value": "Minute" }] },
508
+ "other": { "value": [{ "type": 0, "value": "Minuten" }] }
509
+ },
510
+ "offset": 0,
511
+ "pluralType": "cardinal"
512
+ }
513
+ ]
514
+ },
515
+ "hour": {
516
+ "value": [
517
+ {
518
+ "type": 6,
519
+ "value": "amount",
520
+ "options": {
521
+ "zero": { "value": [{ "type": 0, "value": "Stunden" }] },
522
+ "one": { "value": [{ "type": 0, "value": "Stunde" }] },
523
+ "other": { "value": [{ "type": 0, "value": "Stunden" }] }
524
+ },
525
+ "offset": 0,
526
+ "pluralType": "cardinal"
527
+ }
528
+ ]
529
+ },
530
+ "day": {
531
+ "value": [
532
+ {
533
+ "type": 6,
534
+ "value": "amount",
535
+ "options": {
536
+ "zero": { "value": [{ "type": 0, "value": "Tage" }] },
537
+ "one": { "value": [{ "type": 0, "value": "Tag" }] },
538
+ "other": { "value": [{ "type": 0, "value": "Tage" }] }
539
+ },
540
+ "offset": 0,
541
+ "pluralType": "cardinal"
542
+ }
543
+ ]
544
+ },
545
+ "week": {
546
+ "value": [
547
+ {
548
+ "type": 6,
549
+ "value": "amount",
550
+ "options": {
551
+ "zero": { "value": [{ "type": 0, "value": "Wochen" }] },
552
+ "one": { "value": [{ "type": 0, "value": "Woche" }] },
553
+ "other": { "value": [{ "type": 0, "value": "Wochen" }] }
554
+ },
555
+ "offset": 0,
556
+ "pluralType": "cardinal"
557
+ }
558
+ ]
559
+ },
560
+ "month": {
561
+ "value": [
562
+ {
563
+ "type": 6,
564
+ "value": "amount",
565
+ "options": {
566
+ "zero": { "value": [{ "type": 0, "value": "Monate" }] },
567
+ "one": { "value": [{ "type": 0, "value": "Monat" }] },
568
+ "other": { "value": [{ "type": 0, "value": "Monate" }] }
569
+ },
570
+ "offset": 0,
571
+ "pluralType": "cardinal"
572
+ }
573
+ ]
574
+ },
575
+ "year": {
576
+ "value": [
577
+ {
578
+ "type": 6,
579
+ "value": "amount",
580
+ "options": {
581
+ "zero": { "value": [{ "type": 0, "value": "Jahre" }] },
582
+ "one": { "value": [{ "type": 0, "value": "Jahr" }] },
583
+ "other": { "value": [{ "type": 0, "value": "Jahre" }] }
584
+ },
585
+ "offset": 0,
586
+ "pluralType": "cardinal"
587
+ }
588
+ ]
589
+ },
590
+ "other": { "value": [] }
591
+ }
281
592
  }
282
593
  ]
283
594
  },