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