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