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