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