@cloudscape-design/components-themeable 3.0.413 → 3.0.415
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.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +21 -13
- package/lib/internal/scss/app-layout/visual-refresh/main.scss +2 -1
- package/lib/internal/scss/pie-chart/constants.scss +18 -0
- package/lib/internal/scss/pie-chart/styles.scss +9 -0
- package/lib/internal/scss/split-panel/styles.scss +4 -8
- package/lib/internal/scss/table/sticky-scrollbar/styles.scss +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/context.js +8 -4
- package/lib/internal/template/app-layout/visual-refresh/context.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/drawers.js +12 -10
- package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/main.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/main.js +2 -1
- package/lib/internal/template/app-layout/visual-refresh/main.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +76 -74
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +183 -177
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +76 -74
- package/lib/internal/template/container/internal.d.ts.map +1 -1
- package/lib/internal/template/container/internal.js +7 -3
- package/lib/internal/template/container/internal.js.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts +1 -4
- package/lib/internal/template/expandable-section/expandable-section-container.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-container.js +5 -3
- package/lib/internal/template/expandable-section/expandable-section-container.js.map +1 -1
- package/lib/internal/template/expandable-section/index.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/index.js +1 -13
- package/lib/internal/template/expandable-section/index.js.map +1 -1
- package/lib/internal/template/expandable-section/internal.d.ts +2 -3
- package/lib/internal/template/expandable-section/internal.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/internal.js +2 -2
- package/lib/internal/template/expandable-section/internal.js.map +1 -1
- package/lib/internal/template/form/index.d.ts.map +1 -1
- package/lib/internal/template/form/index.js +6 -4
- package/lib/internal/template/form/index.js.map +1 -1
- package/lib/internal/template/i18n/dynamic.js +2 -0
- package/lib/internal/template/i18n/messages/all.all.js +778 -4
- package/lib/internal/template/i18n/messages/all.all.json +788 -4
- package/lib/internal/template/i18n/messages/all.de.js +6 -1
- package/lib/internal/template/i18n/messages/all.de.json +6 -1
- package/lib/internal/template/i18n/messages/all.en-GB.js +5 -0
- package/lib/internal/template/i18n/messages/all.en-GB.json +5 -0
- package/lib/internal/template/i18n/messages/all.en.js +4 -0
- package/lib/internal/template/i18n/messages/all.en.json +4 -0
- package/lib/internal/template/i18n/messages/all.es.js +7 -2
- package/lib/internal/template/i18n/messages/all.es.json +7 -2
- package/lib/internal/template/i18n/messages/all.fr.js +5 -0
- package/lib/internal/template/i18n/messages/all.fr.json +5 -0
- package/lib/internal/template/i18n/messages/all.id.js +5 -0
- package/lib/internal/template/i18n/messages/all.id.json +5 -0
- package/lib/internal/template/i18n/messages/all.it.js +5 -0
- package/lib/internal/template/i18n/messages/all.it.json +5 -0
- package/lib/internal/template/i18n/messages/all.ja.js +5 -0
- package/lib/internal/template/i18n/messages/all.ja.json +5 -0
- package/lib/internal/template/i18n/messages/all.ko.js +5 -0
- package/lib/internal/template/i18n/messages/all.ko.json +5 -0
- package/lib/internal/template/i18n/messages/all.pt-BR.js +6 -1
- package/lib/internal/template/i18n/messages/all.pt-BR.json +6 -1
- package/lib/internal/template/i18n/messages/all.tr.d.ts +3 -0
- package/lib/internal/template/i18n/messages/all.tr.js +719 -0
- package/lib/internal/template/i18n/messages/all.tr.json +729 -0
- package/lib/internal/template/i18n/messages/all.zh-CN.js +5 -0
- package/lib/internal/template/i18n/messages/all.zh-CN.json +5 -0
- package/lib/internal/template/i18n/messages/all.zh-TW.js +5 -0
- package/lib/internal/template/i18n/messages/all.zh-TW.json +5 -0
- package/lib/internal/template/i18n/messages-types.d.ts +48 -44
- package/lib/internal/template/i18n/messages-types.d.ts.map +1 -1
- package/lib/internal/template/i18n/messages-types.js.map +1 -1
- package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts +2 -2
- package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
- package/lib/internal/template/internal/analytics/components/analytics-funnel.js +6 -4
- package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
- package/lib/internal/template/internal/analytics/context/analytics-context.d.ts +1 -0
- package/lib/internal/template/internal/analytics/context/analytics-context.d.ts.map +1 -1
- package/lib/internal/template/internal/analytics/context/analytics-context.js +1 -0
- package/lib/internal/template/internal/analytics/context/analytics-context.js.map +1 -1
- package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts +1 -0
- package/lib/internal/template/internal/analytics/hooks/use-funnel.d.ts.map +1 -1
- package/lib/internal/template/internal/analytics/hooks/use-funnel.js +5 -1
- package/lib/internal/template/internal/analytics/hooks/use-funnel.js.map +1 -1
- package/lib/internal/template/internal/analytics/interfaces.d.ts +1 -0
- package/lib/internal/template/internal/analytics/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/analytics/interfaces.js.map +1 -1
- package/lib/internal/template/internal/context/modal-context.d.ts +8 -0
- package/lib/internal/template/internal/context/modal-context.d.ts.map +1 -0
- package/lib/internal/template/internal/context/modal-context.js +9 -0
- package/lib/internal/template/internal/context/modal-context.js.map +1 -0
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/modal/internal.d.ts.map +1 -1
- package/lib/internal/template/modal/internal.js +23 -18
- package/lib/internal/template/modal/internal.js.map +1 -1
- package/lib/internal/template/package.json +2 -0
- package/lib/internal/template/pie-chart/styles.css.js +27 -27
- package/lib/internal/template/pie-chart/styles.scoped.css +60 -42
- package/lib/internal/template/pie-chart/styles.selectors.js +27 -27
- package/lib/internal/template/pie-chart/utils.d.ts.map +1 -1
- package/lib/internal/template/pie-chart/utils.js +2 -1
- package/lib/internal/template/pie-chart/utils.js.map +1 -1
- package/lib/internal/template/property-filter/utils.d.ts +1 -1
- package/lib/internal/template/split-panel/side.d.ts.map +1 -1
- package/lib/internal/template/split-panel/side.js +0 -1
- package/lib/internal/template/split-panel/side.js.map +1 -1
- package/lib/internal/template/split-panel/styles.css.js +55 -56
- package/lib/internal/template/split-panel/styles.scoped.css +80 -84
- package/lib/internal/template/split-panel/styles.selectors.js +55 -56
- package/lib/internal/template/table/internal.d.ts.map +1 -1
- package/lib/internal/template/table/internal.js +4 -4
- package/lib/internal/template/table/internal.js.map +1 -1
- package/lib/internal/template/table/sticky-scrollbar/styles.css.js +6 -6
- package/lib/internal/template/table/sticky-scrollbar/styles.scoped.css +8 -8
- package/lib/internal/template/table/sticky-scrollbar/styles.selectors.js +6 -6
- package/package.json +1 -1
|
@@ -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
|
|
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
|
|
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" }],
|