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