@cloudscape-design/components 3.0.473 → 3.0.475

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