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