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