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