@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
@@ -193,6 +193,7 @@
193
193
  }
194
194
  ]
195
195
  },
196
+ "copy-to-clipboard": { "i18nStrings.copyButtonText": [{ "type": 0, "value": "Copy" }] },
196
197
  "date-range-picker": {
197
198
  "i18nStrings.relativeModeTitle": [{ "type": 0, "value": "Relative mode" }],
198
199
  "i18nStrings.absoluteModeTitle": [{ "type": 0, "value": "Absolute mode" }],
@@ -221,46 +222,356 @@
221
222
  ],
222
223
  "i18nStrings.formatRelativeRange": [
223
224
  {
224
- "type": 6,
225
- "value": "amount",
225
+ "type": 5,
226
+ "value": "unit",
226
227
  "options": {
227
- "one": {
228
+ "second": {
228
229
  "value": [
229
- { "type": 0, "value": "Last " },
230
- { "type": 1, "value": "amount" },
231
- { "type": 0, "value": " " },
232
- { "type": 1, "value": "unit" }
230
+ {
231
+ "type": 6,
232
+ "value": "amount",
233
+ "options": {
234
+ "zero": {
235
+ "value": [
236
+ { "type": 0, "value": "Last " },
237
+ { "type": 1, "value": "amount" },
238
+ { "type": 0, "value": " seconds" }
239
+ ]
240
+ },
241
+ "one": {
242
+ "value": [
243
+ { "type": 0, "value": "Last " },
244
+ { "type": 1, "value": "amount" },
245
+ { "type": 0, "value": " second" }
246
+ ]
247
+ },
248
+ "other": {
249
+ "value": [
250
+ { "type": 0, "value": "Last " },
251
+ { "type": 1, "value": "amount" },
252
+ { "type": 0, "value": " seconds" }
253
+ ]
254
+ }
255
+ },
256
+ "offset": 0,
257
+ "pluralType": "cardinal"
258
+ }
233
259
  ]
234
260
  },
235
- "other": {
261
+ "minute": {
236
262
  "value": [
237
- { "type": 0, "value": "Last " },
238
- { "type": 1, "value": "amount" },
239
- { "type": 0, "value": " " },
240
- { "type": 1, "value": "unit" },
241
- { "type": 0, "value": "s" }
263
+ {
264
+ "type": 6,
265
+ "value": "amount",
266
+ "options": {
267
+ "zero": {
268
+ "value": [
269
+ { "type": 0, "value": "Last " },
270
+ { "type": 1, "value": "amount" },
271
+ { "type": 0, "value": " minutes" }
272
+ ]
273
+ },
274
+ "one": {
275
+ "value": [
276
+ { "type": 0, "value": "Last " },
277
+ { "type": 1, "value": "amount" },
278
+ { "type": 0, "value": " minute" }
279
+ ]
280
+ },
281
+ "other": {
282
+ "value": [
283
+ { "type": 0, "value": "Last " },
284
+ { "type": 1, "value": "amount" },
285
+ { "type": 0, "value": " minutes" }
286
+ ]
287
+ }
288
+ },
289
+ "offset": 0,
290
+ "pluralType": "cardinal"
291
+ }
242
292
  ]
243
- }
244
- },
245
- "offset": 0,
246
- "pluralType": "cardinal"
293
+ },
294
+ "hour": {
295
+ "value": [
296
+ {
297
+ "type": 6,
298
+ "value": "amount",
299
+ "options": {
300
+ "zero": {
301
+ "value": [
302
+ { "type": 0, "value": "Last " },
303
+ { "type": 1, "value": "amount" },
304
+ { "type": 0, "value": " hours" }
305
+ ]
306
+ },
307
+ "one": {
308
+ "value": [
309
+ { "type": 0, "value": "Last " },
310
+ { "type": 1, "value": "amount" },
311
+ { "type": 0, "value": " hour" }
312
+ ]
313
+ },
314
+ "other": {
315
+ "value": [
316
+ { "type": 0, "value": "Last " },
317
+ { "type": 1, "value": "amount" },
318
+ { "type": 0, "value": " hours" }
319
+ ]
320
+ }
321
+ },
322
+ "offset": 0,
323
+ "pluralType": "cardinal"
324
+ }
325
+ ]
326
+ },
327
+ "day": {
328
+ "value": [
329
+ {
330
+ "type": 6,
331
+ "value": "amount",
332
+ "options": {
333
+ "zero": {
334
+ "value": [
335
+ { "type": 0, "value": "Last " },
336
+ { "type": 1, "value": "amount" },
337
+ { "type": 0, "value": " days" }
338
+ ]
339
+ },
340
+ "one": {
341
+ "value": [
342
+ { "type": 0, "value": "Last " },
343
+ { "type": 1, "value": "amount" },
344
+ { "type": 0, "value": " day" }
345
+ ]
346
+ },
347
+ "other": {
348
+ "value": [
349
+ { "type": 0, "value": "Last " },
350
+ { "type": 1, "value": "amount" },
351
+ { "type": 0, "value": " days" }
352
+ ]
353
+ }
354
+ },
355
+ "offset": 0,
356
+ "pluralType": "cardinal"
357
+ }
358
+ ]
359
+ },
360
+ "week": {
361
+ "value": [
362
+ {
363
+ "type": 6,
364
+ "value": "amount",
365
+ "options": {
366
+ "zero": {
367
+ "value": [
368
+ { "type": 0, "value": "Last " },
369
+ { "type": 1, "value": "amount" },
370
+ { "type": 0, "value": " weeks" }
371
+ ]
372
+ },
373
+ "one": {
374
+ "value": [
375
+ { "type": 0, "value": "Last " },
376
+ { "type": 1, "value": "amount" },
377
+ { "type": 0, "value": " week" }
378
+ ]
379
+ },
380
+ "other": {
381
+ "value": [
382
+ { "type": 0, "value": "Last " },
383
+ { "type": 1, "value": "amount" },
384
+ { "type": 0, "value": " weeks" }
385
+ ]
386
+ }
387
+ },
388
+ "offset": 0,
389
+ "pluralType": "cardinal"
390
+ }
391
+ ]
392
+ },
393
+ "month": {
394
+ "value": [
395
+ {
396
+ "type": 6,
397
+ "value": "amount",
398
+ "options": {
399
+ "zero": {
400
+ "value": [
401
+ { "type": 0, "value": "Last " },
402
+ { "type": 1, "value": "amount" },
403
+ { "type": 0, "value": " months" }
404
+ ]
405
+ },
406
+ "one": {
407
+ "value": [
408
+ { "type": 0, "value": "Last " },
409
+ { "type": 1, "value": "amount" },
410
+ { "type": 0, "value": " month" }
411
+ ]
412
+ },
413
+ "other": {
414
+ "value": [
415
+ { "type": 0, "value": "Last " },
416
+ { "type": 1, "value": "amount" },
417
+ { "type": 0, "value": " months" }
418
+ ]
419
+ }
420
+ },
421
+ "offset": 0,
422
+ "pluralType": "cardinal"
423
+ }
424
+ ]
425
+ },
426
+ "year": {
427
+ "value": [
428
+ {
429
+ "type": 6,
430
+ "value": "amount",
431
+ "options": {
432
+ "zero": {
433
+ "value": [
434
+ { "type": 0, "value": "Last " },
435
+ { "type": 1, "value": "amount" },
436
+ { "type": 0, "value": " years" }
437
+ ]
438
+ },
439
+ "one": {
440
+ "value": [
441
+ { "type": 0, "value": "Last " },
442
+ { "type": 1, "value": "amount" },
443
+ { "type": 0, "value": " year" }
444
+ ]
445
+ },
446
+ "other": {
447
+ "value": [
448
+ { "type": 0, "value": "Last " },
449
+ { "type": 1, "value": "amount" },
450
+ { "type": 0, "value": " years" }
451
+ ]
452
+ }
453
+ },
454
+ "offset": 0,
455
+ "pluralType": "cardinal"
456
+ }
457
+ ]
458
+ },
459
+ "other": { "value": [] }
460
+ }
247
461
  }
248
462
  ],
249
463
  "i18nStrings.formatUnit": [
250
464
  {
251
- "type": 6,
252
- "value": "amount",
465
+ "type": 5,
466
+ "value": "unit",
253
467
  "options": {
254
- "one": { "value": [{ "type": 1, "value": "unit" }] },
255
- "other": {
468
+ "second": {
256
469
  "value": [
257
- { "type": 1, "value": "unit" },
258
- { "type": 0, "value": "s" }
470
+ {
471
+ "type": 6,
472
+ "value": "amount",
473
+ "options": {
474
+ "zero": { "value": [{ "type": 0, "value": "seconds" }] },
475
+ "one": { "value": [{ "type": 0, "value": "second" }] },
476
+ "other": { "value": [{ "type": 0, "value": "seconds" }] }
477
+ },
478
+ "offset": 0,
479
+ "pluralType": "cardinal"
480
+ }
259
481
  ]
260
- }
261
- },
262
- "offset": 0,
263
- "pluralType": "cardinal"
482
+ },
483
+ "minute": {
484
+ "value": [
485
+ {
486
+ "type": 6,
487
+ "value": "amount",
488
+ "options": {
489
+ "zero": { "value": [{ "type": 0, "value": "minutes" }] },
490
+ "one": { "value": [{ "type": 0, "value": "minute" }] },
491
+ "other": { "value": [{ "type": 0, "value": "minutes" }] }
492
+ },
493
+ "offset": 0,
494
+ "pluralType": "cardinal"
495
+ }
496
+ ]
497
+ },
498
+ "hour": {
499
+ "value": [
500
+ {
501
+ "type": 6,
502
+ "value": "amount",
503
+ "options": {
504
+ "zero": { "value": [{ "type": 0, "value": "hours" }] },
505
+ "one": { "value": [{ "type": 0, "value": "hour" }] },
506
+ "other": { "value": [{ "type": 0, "value": "hours" }] }
507
+ },
508
+ "offset": 0,
509
+ "pluralType": "cardinal"
510
+ }
511
+ ]
512
+ },
513
+ "day": {
514
+ "value": [
515
+ {
516
+ "type": 6,
517
+ "value": "amount",
518
+ "options": {
519
+ "zero": { "value": [{ "type": 0, "value": "days" }] },
520
+ "one": { "value": [{ "type": 0, "value": "day" }] },
521
+ "other": { "value": [{ "type": 0, "value": "days" }] }
522
+ },
523
+ "offset": 0,
524
+ "pluralType": "cardinal"
525
+ }
526
+ ]
527
+ },
528
+ "week": {
529
+ "value": [
530
+ {
531
+ "type": 6,
532
+ "value": "amount",
533
+ "options": {
534
+ "zero": { "value": [{ "type": 0, "value": "weeks" }] },
535
+ "one": { "value": [{ "type": 0, "value": "week" }] },
536
+ "other": { "value": [{ "type": 0, "value": "weeks" }] }
537
+ },
538
+ "offset": 0,
539
+ "pluralType": "cardinal"
540
+ }
541
+ ]
542
+ },
543
+ "month": {
544
+ "value": [
545
+ {
546
+ "type": 6,
547
+ "value": "amount",
548
+ "options": {
549
+ "zero": { "value": [{ "type": 0, "value": "months" }] },
550
+ "one": { "value": [{ "type": 0, "value": "month" }] },
551
+ "other": { "value": [{ "type": 0, "value": "months" }] }
552
+ },
553
+ "offset": 0,
554
+ "pluralType": "cardinal"
555
+ }
556
+ ]
557
+ },
558
+ "year": {
559
+ "value": [
560
+ {
561
+ "type": 6,
562
+ "value": "amount",
563
+ "options": {
564
+ "zero": { "value": [{ "type": 0, "value": "years" }] },
565
+ "one": { "value": [{ "type": 0, "value": "year" }] },
566
+ "other": { "value": [{ "type": 0, "value": "years" }] }
567
+ },
568
+ "offset": 0,
569
+ "pluralType": "cardinal"
570
+ }
571
+ ]
572
+ },
573
+ "other": { "value": [] }
574
+ }
264
575
  }
265
576
  ]
266
577
  },