@cloudscape-design/components 3.0.400 → 3.0.402

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 (107) hide show
  1. package/app-layout/visual-refresh/context.d.ts.map +1 -1
  2. package/app-layout/visual-refresh/context.js +8 -4
  3. package/app-layout/visual-refresh/context.js.map +1 -1
  4. package/app-layout/visual-refresh/drawers.d.ts.map +1 -1
  5. package/app-layout/visual-refresh/drawers.js +12 -10
  6. package/app-layout/visual-refresh/drawers.js.map +1 -1
  7. package/app-layout/visual-refresh/main.d.ts.map +1 -1
  8. package/app-layout/visual-refresh/main.js +2 -1
  9. package/app-layout/visual-refresh/main.js.map +1 -1
  10. package/app-layout/visual-refresh/styles.css.js +76 -74
  11. package/app-layout/visual-refresh/styles.scoped.css +183 -177
  12. package/app-layout/visual-refresh/styles.selectors.js +76 -74
  13. package/container/internal.d.ts.map +1 -1
  14. package/container/internal.js +7 -3
  15. package/container/internal.js.map +1 -1
  16. package/expandable-section/expandable-section-container.d.ts +1 -4
  17. package/expandable-section/expandable-section-container.d.ts.map +1 -1
  18. package/expandable-section/expandable-section-container.js +5 -3
  19. package/expandable-section/expandable-section-container.js.map +1 -1
  20. package/expandable-section/index.d.ts.map +1 -1
  21. package/expandable-section/index.js +1 -13
  22. package/expandable-section/index.js.map +1 -1
  23. package/expandable-section/internal.d.ts +2 -3
  24. package/expandable-section/internal.d.ts.map +1 -1
  25. package/expandable-section/internal.js +2 -2
  26. package/expandable-section/internal.js.map +1 -1
  27. package/form/index.d.ts.map +1 -1
  28. package/form/index.js +6 -4
  29. package/form/index.js.map +1 -1
  30. package/i18n/dynamic.js +2 -0
  31. package/i18n/messages/all.all.js +778 -4
  32. package/i18n/messages/all.all.json +788 -4
  33. package/i18n/messages/all.de.js +6 -1
  34. package/i18n/messages/all.de.json +6 -1
  35. package/i18n/messages/all.en-GB.js +5 -0
  36. package/i18n/messages/all.en-GB.json +5 -0
  37. package/i18n/messages/all.en.js +4 -0
  38. package/i18n/messages/all.en.json +4 -0
  39. package/i18n/messages/all.es.js +7 -2
  40. package/i18n/messages/all.es.json +7 -2
  41. package/i18n/messages/all.fr.js +5 -0
  42. package/i18n/messages/all.fr.json +5 -0
  43. package/i18n/messages/all.id.js +5 -0
  44. package/i18n/messages/all.id.json +5 -0
  45. package/i18n/messages/all.it.js +5 -0
  46. package/i18n/messages/all.it.json +5 -0
  47. package/i18n/messages/all.ja.js +5 -0
  48. package/i18n/messages/all.ja.json +5 -0
  49. package/i18n/messages/all.ko.js +5 -0
  50. package/i18n/messages/all.ko.json +5 -0
  51. package/i18n/messages/all.pt-BR.js +6 -1
  52. package/i18n/messages/all.pt-BR.json +6 -1
  53. package/i18n/messages/all.tr.d.ts +3 -0
  54. package/i18n/messages/all.tr.js +719 -0
  55. package/i18n/messages/all.tr.json +729 -0
  56. package/i18n/messages/all.zh-CN.js +5 -0
  57. package/i18n/messages/all.zh-CN.json +5 -0
  58. package/i18n/messages/all.zh-TW.js +5 -0
  59. package/i18n/messages/all.zh-TW.json +5 -0
  60. package/i18n/messages-types.d.ts +48 -44
  61. package/i18n/messages-types.d.ts.map +1 -1
  62. package/i18n/messages-types.js.map +1 -1
  63. package/internal/analytics/components/analytics-funnel.d.ts +2 -2
  64. package/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  65. package/internal/analytics/components/analytics-funnel.js +6 -4
  66. package/internal/analytics/components/analytics-funnel.js.map +1 -1
  67. package/internal/analytics/context/analytics-context.d.ts +1 -0
  68. package/internal/analytics/context/analytics-context.d.ts.map +1 -1
  69. package/internal/analytics/context/analytics-context.js +1 -0
  70. package/internal/analytics/context/analytics-context.js.map +1 -1
  71. package/internal/analytics/hooks/use-funnel.d.ts +1 -0
  72. package/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
  73. package/internal/analytics/hooks/use-funnel.js +5 -1
  74. package/internal/analytics/hooks/use-funnel.js.map +1 -1
  75. package/internal/analytics/interfaces.d.ts +1 -0
  76. package/internal/analytics/interfaces.d.ts.map +1 -1
  77. package/internal/analytics/interfaces.js.map +1 -1
  78. package/internal/context/modal-context.d.ts +8 -0
  79. package/internal/context/modal-context.d.ts.map +1 -0
  80. package/internal/context/modal-context.js +9 -0
  81. package/internal/context/modal-context.js.map +1 -0
  82. package/internal/environment.js +1 -1
  83. package/internal/environment.json +1 -1
  84. package/internal/manifest.json +1 -1
  85. package/modal/internal.d.ts.map +1 -1
  86. package/modal/internal.js +23 -18
  87. package/modal/internal.js.map +1 -1
  88. package/package.json +3 -1
  89. package/pie-chart/styles.css.js +27 -27
  90. package/pie-chart/styles.scoped.css +60 -42
  91. package/pie-chart/styles.selectors.js +27 -27
  92. package/pie-chart/utils.d.ts.map +1 -1
  93. package/pie-chart/utils.js +2 -1
  94. package/pie-chart/utils.js.map +1 -1
  95. package/property-filter/utils.d.ts +1 -1
  96. package/split-panel/side.d.ts.map +1 -1
  97. package/split-panel/side.js +0 -1
  98. package/split-panel/side.js.map +1 -1
  99. package/split-panel/styles.css.js +55 -56
  100. package/split-panel/styles.scoped.css +80 -84
  101. package/split-panel/styles.selectors.js +55 -56
  102. package/table/internal.d.ts.map +1 -1
  103. package/table/internal.js +4 -4
  104. package/table/internal.js.map +1 -1
  105. package/table/sticky-scrollbar/styles.css.js +6 -6
  106. package/table/sticky-scrollbar/styles.scoped.css +8 -8
  107. package/table/sticky-scrollbar/styles.selectors.js +6 -6
@@ -8,6 +8,7 @@
8
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "표시된 데이터 필터링" }],
9
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "데이터 필터링" }],
10
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "범례" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "차트" }],
11
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "x축" }],
12
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "y축" }]
13
14
  },
@@ -56,6 +57,8 @@
56
57
  ]
57
58
  },
58
59
  "app-layout": {
60
+ "ariaLabels.drawers": [{ "type": 0, "value": "드로어" }],
61
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "드로어 오버플로" }],
59
62
  "ariaLabels.navigation": [{ "type": 0, "value": "측면 탐색" }],
60
63
  "ariaLabels.navigationClose": [{ "type": 0, "value": "측면 탐색 닫기" }],
61
64
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "측면 탐색 열기" }],
@@ -313,6 +316,7 @@
313
316
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "보다 큼" }],
314
317
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "작거나 같음" }],
315
318
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "보다 작음" }],
319
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "로 시작" }],
316
320
  "i18nStrings.operatorText": [{ "type": 0, "value": "연산자" }],
317
321
  "i18nStrings.operatorsText": [{ "type": 0, "value": "연산자" }],
318
322
  "i18nStrings.propertyText": [{ "type": 0, "value": "속성" }],
@@ -503,6 +507,7 @@
503
507
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "분할 패널 크기 조정" }]
504
508
  },
505
509
  "table": {
510
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "크기 조정 버튼" }],
506
511
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "편집 제출 중" }],
507
512
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "편집 성공" }],
508
513
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "오류" }],
@@ -8,6 +8,7 @@ export default {
8
8
  'i18nStrings.filterLabel': [{ type: 0, value: 'Filtrar dados exibidos' }],
9
9
  'i18nStrings.filterPlaceholder': [{ type: 0, value: 'Filtrar dados' }],
10
10
  'i18nStrings.legendAriaLabel': [{ type: 0, value: 'Legenda' }],
11
+ 'i18nStrings.chartAriaRoleDescription': [{ type: 0, value: 'Gráfico' }],
11
12
  'i18nStrings.xAxisAriaRoleDescription': [{ type: 0, value: 'Eixo x' }],
12
13
  'i18nStrings.yAxisAriaRoleDescription': [{ type: 0, value: 'Eixo Y' }],
13
14
  },
@@ -56,13 +57,15 @@ export default {
56
57
  ],
57
58
  },
58
59
  'app-layout': {
60
+ 'ariaLabels.drawers': [{ type: 0, value: 'Gavetas' }],
61
+ 'ariaLabels.drawersOverflow': [{ type: 0, value: 'Transbordamento de gavetas' }],
59
62
  'ariaLabels.navigation': [{ type: 0, value: 'Navegação lateral' }],
60
63
  'ariaLabels.navigationClose': [{ type: 0, value: 'Fechar navegação lateral' }],
61
64
  'ariaLabels.navigationToggle': [{ type: 0, value: 'Abrir navegação lateral' }],
62
65
  'ariaLabels.notifications': [{ type: 0, value: 'Notificações' }],
63
66
  'ariaLabels.tools': [{ type: 0, value: 'Painel de ajuda' }],
64
67
  'ariaLabels.toolsClose': [{ type: 0, value: 'Fechar o painel de ajuda' }],
65
- 'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir o painel de ajuda' }],
68
+ 'ariaLabels.toolsToggle': [{ type: 0, value: 'Abrir painel de ajuda' }],
66
69
  },
67
70
  'area-chart': { 'i18nStrings.detailTotalLabel': [{ type: 0, value: 'Total' }] },
68
71
  'attribute-editor': { removeButtonText: [{ type: 0, value: 'Remover' }] },
@@ -326,6 +329,7 @@ export default {
326
329
  'i18nStrings.operatorGreaterText': [{ type: 0, value: 'Maior que' }],
327
330
  'i18nStrings.operatorLessOrEqualText': [{ type: 0, value: 'Menor que ou igual a' }],
328
331
  'i18nStrings.operatorLessText': [{ type: 0, value: 'Menor que' }],
332
+ 'i18nStrings.operatorStartsWithText': [{ type: 0, value: 'Começa com' }],
329
333
  'i18nStrings.operatorText': [{ type: 0, value: 'Operador' }],
330
334
  'i18nStrings.operatorsText': [{ type: 0, value: 'Operadores' }],
331
335
  'i18nStrings.propertyText': [{ type: 0, value: 'Propriedade' }],
@@ -516,6 +520,7 @@ export default {
516
520
  'i18nStrings.resizeHandleAriaLabel': [{ type: 0, value: 'Redimensionar painel dividido' }],
517
521
  },
518
522
  table: {
523
+ 'ariaLabels.resizerRoleDescription': [{ type: 0, value: 'botão de redimensionamento' }],
519
524
  'ariaLabels.submittingEditText': [{ type: 0, value: 'Envio de edição' }],
520
525
  'ariaLabels.successfulEditLabel': [{ type: 0, value: 'A edição foi bem sucedida' }],
521
526
  'columnDefinitions.editConfig.errorIconAriaLabel': [{ type: 0, value: 'Erro' }],
@@ -8,6 +8,7 @@
8
8
  "i18nStrings.filterLabel": [{ "type": 0, "value": "Filtrar dados exibidos" }],
9
9
  "i18nStrings.filterPlaceholder": [{ "type": 0, "value": "Filtrar dados" }],
10
10
  "i18nStrings.legendAriaLabel": [{ "type": 0, "value": "Legenda" }],
11
+ "i18nStrings.chartAriaRoleDescription": [{ "type": 0, "value": "Gráfico" }],
11
12
  "i18nStrings.xAxisAriaRoleDescription": [{ "type": 0, "value": "Eixo x" }],
12
13
  "i18nStrings.yAxisAriaRoleDescription": [{ "type": 0, "value": "Eixo Y" }]
13
14
  },
@@ -56,13 +57,15 @@
56
57
  ]
57
58
  },
58
59
  "app-layout": {
60
+ "ariaLabels.drawers": [{ "type": 0, "value": "Gavetas" }],
61
+ "ariaLabels.drawersOverflow": [{ "type": 0, "value": "Transbordamento de gavetas" }],
59
62
  "ariaLabels.navigation": [{ "type": 0, "value": "Navegação lateral" }],
60
63
  "ariaLabels.navigationClose": [{ "type": 0, "value": "Fechar navegação lateral" }],
61
64
  "ariaLabels.navigationToggle": [{ "type": 0, "value": "Abrir navegação lateral" }],
62
65
  "ariaLabels.notifications": [{ "type": 0, "value": "Notificações" }],
63
66
  "ariaLabels.tools": [{ "type": 0, "value": "Painel de ajuda" }],
64
67
  "ariaLabels.toolsClose": [{ "type": 0, "value": "Fechar o painel de ajuda" }],
65
- "ariaLabels.toolsToggle": [{ "type": 0, "value": "Abrir o painel de ajuda" }]
68
+ "ariaLabels.toolsToggle": [{ "type": 0, "value": "Abrir painel de ajuda" }]
66
69
  },
67
70
  "area-chart": { "i18nStrings.detailTotalLabel": [{ "type": 0, "value": "Total" }] },
68
71
  "attribute-editor": { "removeButtonText": [{ "type": 0, "value": "Remover" }] },
@@ -325,6 +328,7 @@
325
328
  "i18nStrings.operatorGreaterText": [{ "type": 0, "value": "Maior que" }],
326
329
  "i18nStrings.operatorLessOrEqualText": [{ "type": 0, "value": "Menor que ou igual a" }],
327
330
  "i18nStrings.operatorLessText": [{ "type": 0, "value": "Menor que" }],
331
+ "i18nStrings.operatorStartsWithText": [{ "type": 0, "value": "Começa com" }],
328
332
  "i18nStrings.operatorText": [{ "type": 0, "value": "Operador" }],
329
333
  "i18nStrings.operatorsText": [{ "type": 0, "value": "Operadores" }],
330
334
  "i18nStrings.propertyText": [{ "type": 0, "value": "Propriedade" }],
@@ -522,6 +526,7 @@
522
526
  "i18nStrings.resizeHandleAriaLabel": [{ "type": 0, "value": "Redimensionar painel dividido" }]
523
527
  },
524
528
  "table": {
529
+ "ariaLabels.resizerRoleDescription": [{ "type": 0, "value": "botão de redimensionamento" }],
525
530
  "ariaLabels.submittingEditText": [{ "type": 0, "value": "Envio de edição" }],
526
531
  "ariaLabels.successfulEditLabel": [{ "type": 0, "value": "A edição foi bem sucedida" }],
527
532
  "columnDefinitions.editConfig.errorIconAriaLabel": [{ "type": 0, "value": "Erro" }],
@@ -0,0 +1,3 @@
1
+ import { I18nProviderProps } from '../provider';
2
+ declare const messages: I18nProviderProps.Messages;
3
+ export default messages;