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