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