@praxisui/list 3.0.0-beta.8 → 4.0.0-beta.0
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/fesm2022/praxisui-list.mjs +116 -117
- package/index.d.ts +116 -116
- package/package.json +2 -2
- package/fesm2022/praxisui-list.mjs.map +0 -1
package/index.d.ts
CHANGED
|
@@ -2022,134 +2022,134 @@ declare const PRAXIS_LIST_I18N_NAMESPACE = "praxis-list";
|
|
|
2022
2022
|
declare function providePraxisListI18n(): i0.Provider;
|
|
2023
2023
|
|
|
2024
2024
|
declare const PRAXIS_LIST_PT_BR: {
|
|
2025
|
-
readonly configEdit: "Editar
|
|
2025
|
+
readonly configEdit: "Editar configurações";
|
|
2026
2026
|
readonly expandDetails: "Expandir detalhes";
|
|
2027
2027
|
readonly collapseDetails: "Recolher detalhes";
|
|
2028
2028
|
readonly itemDetails: "Detalhes do item";
|
|
2029
|
-
readonly emptyState: "Nenhum item
|
|
2029
|
+
readonly emptyState: "Nenhum item disponível";
|
|
2030
2030
|
readonly Data: "Dados";
|
|
2031
|
-
readonly Actions: "
|
|
2031
|
+
readonly Actions: "Ações";
|
|
2032
2032
|
readonly Layout: "Layout";
|
|
2033
|
-
readonly Content: "
|
|
2033
|
+
readonly Content: "Conteúdo";
|
|
2034
2034
|
readonly 'i18n/A11y': "i18n/A11y";
|
|
2035
|
-
readonly Selection: "
|
|
2036
|
-
readonly Appearance: "
|
|
2037
|
-
readonly 'Assistant-applied adjustments replace the entire configuration object.': "
|
|
2038
|
-
readonly 'applyConfigFromAdapter does not perform a deep merge. Make sure the adapter sends the full config.': "O applyConfigFromAdapter
|
|
2035
|
+
readonly Selection: "Seleção";
|
|
2036
|
+
readonly Appearance: "Aparência";
|
|
2037
|
+
readonly 'Assistant-applied adjustments replace the entire configuration object.': "Observação: ajustes aplicados pelo assistente substituem o objeto de configuração inteiro.";
|
|
2038
|
+
readonly 'applyConfigFromAdapter does not perform a deep merge. Make sure the adapter sends the full config.': "O applyConfigFromAdapter não faz merge profundo. Garanta que o adapter envie a configuração completa.";
|
|
2039
2039
|
readonly 'Resource (API)': "Recurso (API)";
|
|
2040
|
-
readonly 'e.g.: users': "ex.: users";
|
|
2040
|
+
readonly 'e.g.: users': "ex.: usuários (users)";
|
|
2041
2041
|
readonly 'Resource endpoint (resourcePath).': "Endpoint do recurso (resourcePath).";
|
|
2042
|
-
readonly 'Query (JSON)': "
|
|
2043
|
-
readonly 'e.g.: {"status":"active","department":"sales"}': "ex.: {\"status\":\"
|
|
2044
|
-
readonly 'Optional. Use valid JSON for initial filters.': "Opcional. Use JSON
|
|
2042
|
+
readonly 'Query (JSON)': "Consulta (JSON)";
|
|
2043
|
+
readonly 'e.g.: {"status":"active","department":"sales"}': "ex.: {\"status\":\"ativo\",\"department\":\"vendas\"}";
|
|
2044
|
+
readonly 'Optional. Use valid JSON for initial filters.': "Opcional. Use JSON válido para filtros iniciais.";
|
|
2045
2045
|
readonly 'Sort by': "Ordenar por";
|
|
2046
2046
|
readonly 'Resource base field.': "Campo base do recurso.";
|
|
2047
|
-
readonly Direction: "
|
|
2047
|
+
readonly Direction: "Direção";
|
|
2048
2048
|
readonly Ascending: "Ascendente";
|
|
2049
2049
|
readonly Descending: "Descendente";
|
|
2050
|
-
readonly 'Configure per-item action buttons (icon, label, color, visibility)': "Configure
|
|
2051
|
-
readonly 'Add action': "Adicionar
|
|
2052
|
-
readonly 'Global action (Praxis)': "
|
|
2050
|
+
readonly 'Configure per-item action buttons (icon, label, color, visibility)': "Configure botões de ação por item (ícone, rótulo, cor, visibilidade)";
|
|
2051
|
+
readonly 'Add action': "Adicionar ação";
|
|
2052
|
+
readonly 'Global action (Praxis)': "Ação global (Praxis)";
|
|
2053
2053
|
readonly '-- Select --': "-- Selecionar --";
|
|
2054
|
-
readonly 'No global action registered.': "Nenhuma
|
|
2054
|
+
readonly 'No global action registered.': "Nenhuma ação global registrada.";
|
|
2055
2055
|
readonly 'Select to add with a global `command`.': "Selecione para adicionar com `command` global.";
|
|
2056
|
-
readonly 'Action type': "Tipo de
|
|
2057
|
-
readonly Icon: "
|
|
2058
|
-
readonly Button: "
|
|
2059
|
-
readonly 'e.g.: edit, delete': "ex.:
|
|
2060
|
-
readonly Label: "
|
|
2056
|
+
readonly 'Action type': "Tipo de ação";
|
|
2057
|
+
readonly Icon: "Ícone";
|
|
2058
|
+
readonly Button: "Botão";
|
|
2059
|
+
readonly 'e.g.: edit, delete': "ex.: editar, excluir";
|
|
2060
|
+
readonly Label: "Rótulo";
|
|
2061
2061
|
readonly Variant: "Variante";
|
|
2062
2062
|
readonly Outlined: "Contorno";
|
|
2063
2063
|
readonly Raised: "Elevado";
|
|
2064
2064
|
readonly Filled: "Preenchido";
|
|
2065
|
-
readonly 'Action color': "Cor da
|
|
2065
|
+
readonly 'Action color': "Cor da ação";
|
|
2066
2066
|
readonly 'Custom color': "Cor personalizada";
|
|
2067
2067
|
readonly 'Use custom color': "Usar cor personalizada";
|
|
2068
|
-
readonly 'Action payload': "
|
|
2069
|
-
readonly Default: "
|
|
2070
|
-
readonly "Show when (e.g.: ${item.status} == 'done')": "Exibir quando (ex.: ${item.status} == '
|
|
2071
|
-
readonly "Supported syntax: \"${item.field} == 'value'\". Advanced expressions are not evaluated.": "Sintaxe suportada: \"${item.field} == '
|
|
2072
|
-
readonly Action: "
|
|
2073
|
-
readonly Preview: "Pr
|
|
2068
|
+
readonly 'Action payload': "Dados da ação (Payload)";
|
|
2069
|
+
readonly Default: "Padrão";
|
|
2070
|
+
readonly "Show when (e.g.: ${item.status} == 'done')": "Exibir quando (ex.: ${item.status} == 'concluído')";
|
|
2071
|
+
readonly "Supported syntax: \"${item.field} == 'value'\". Advanced expressions are not evaluated.": "Sintaxe suportada: \"${item.field} == 'valor'\". Expressões avançadas não são avaliadas.";
|
|
2072
|
+
readonly Action: "Ação";
|
|
2073
|
+
readonly Preview: "Pré-visualização";
|
|
2074
2074
|
readonly Remove: "Remover";
|
|
2075
|
-
readonly 'Show loading': "Mostrar
|
|
2076
|
-
readonly Confirmation: "
|
|
2075
|
+
readonly 'Show loading': "Mostrar carregamento";
|
|
2076
|
+
readonly Confirmation: "Confirmação";
|
|
2077
2077
|
readonly Type: "Tipo";
|
|
2078
|
-
readonly Title: "
|
|
2078
|
+
readonly Title: "Título";
|
|
2079
2079
|
readonly Message: "Mensagem";
|
|
2080
|
-
readonly 'Confirm action': "Confirmar
|
|
2080
|
+
readonly 'Confirm action': "Confirmar ação";
|
|
2081
2081
|
readonly 'Are you sure you want to continue?': "Tem certeza que deseja continuar?";
|
|
2082
|
-
readonly 'Set a title or message for the confirmation.': "Defina um
|
|
2083
|
-
readonly 'Payload (JSON/Template)': "
|
|
2084
|
-
readonly 'Invalid JSON': "JSON
|
|
2082
|
+
readonly 'Set a title or message for the confirmation.': "Defina um título ou mensagem para a confirmação.";
|
|
2083
|
+
readonly 'Payload (JSON/Template)': "Dados (JSON/Template)";
|
|
2084
|
+
readonly 'Invalid JSON': "JSON inválido";
|
|
2085
2085
|
readonly 'Insert example': "Inserir exemplo";
|
|
2086
|
-
readonly 'Emit local event too': "Emitir evento local
|
|
2086
|
+
readonly 'Emit local event too': "Emitir evento local também";
|
|
2087
2087
|
readonly JSON: "JSON";
|
|
2088
2088
|
readonly ID: "ID";
|
|
2089
2089
|
readonly 'Command (global)': "Comando (global)";
|
|
2090
|
-
readonly Catalog: "
|
|
2090
|
+
readonly Catalog: "Catálogo";
|
|
2091
2091
|
readonly Danger: "Perigo";
|
|
2092
2092
|
readonly Warning: "Aviso";
|
|
2093
|
-
readonly Info: "Info";
|
|
2094
|
-
readonly 'Primary (Theme)': "
|
|
2093
|
+
readonly Info: "Informativo (Info)";
|
|
2094
|
+
readonly 'Primary (Theme)': "Primário (Tema)";
|
|
2095
2095
|
readonly 'Accent (Theme)': "Destaque (Tema)";
|
|
2096
2096
|
readonly 'Warn (Theme)': "Aviso (Tema)";
|
|
2097
|
-
readonly 'M3 Primary': "M3
|
|
2098
|
-
readonly 'M3 Secondary': "M3
|
|
2099
|
-
readonly 'M3 Tertiary': "M3
|
|
2097
|
+
readonly 'M3 Primary': "M3 Primário";
|
|
2098
|
+
readonly 'M3 Secondary': "M3 Secundário";
|
|
2099
|
+
readonly 'M3 Tertiary': "M3 Terciário";
|
|
2100
2100
|
readonly 'M3 Error': "M3 Erro";
|
|
2101
|
-
readonly 'M3 On Surface': "M3 Na
|
|
2102
|
-
readonly 'M3 On Surface Variant': "M3
|
|
2103
|
-
readonly 'e.g.: {{currency}}': "ex.: {{
|
|
2101
|
+
readonly 'M3 On Surface': "M3 Na Superfície";
|
|
2102
|
+
readonly 'M3 On Surface Variant': "M3 Variação Na Superfície";
|
|
2103
|
+
readonly 'e.g.: {{currency}}': "ex.: {{moeda}}";
|
|
2104
2104
|
readonly 'e.g.: 1.25rem': "ex.: 1.25rem";
|
|
2105
2105
|
readonly 'e.g.: var(--md-sys-elevation-level2)': "ex.: var(--md-sys-elevation-level2)";
|
|
2106
2106
|
readonly 'e.g.: 8px': "ex.: 8px";
|
|
2107
|
-
readonly 'e.g.: my-list-skin': "ex.:
|
|
2107
|
+
readonly 'e.g.: my-list-skin': "ex.: minha-skin-da-lista";
|
|
2108
2108
|
readonly 'Example:': "Exemplo:";
|
|
2109
2109
|
readonly Item: "Item";
|
|
2110
2110
|
readonly Value: "Valor";
|
|
2111
|
-
readonly 'Payload emitted by the action.': "
|
|
2112
|
-
readonly 'Modern tiles preset': "
|
|
2111
|
+
readonly 'Payload emitted by the action.': "Dados (payload) emitidos pela ação.";
|
|
2112
|
+
readonly 'Modern tiles preset': "Predefinição de blocos modernos";
|
|
2113
2113
|
readonly List: "Lista";
|
|
2114
2114
|
readonly Lines: "Linhas";
|
|
2115
|
-
readonly 'Items per page': "Itens por
|
|
2115
|
+
readonly 'Items per page': "Itens por página";
|
|
2116
2116
|
readonly Density: "Densidade";
|
|
2117
|
-
readonly Comfortable: "
|
|
2117
|
+
readonly Comfortable: "Confortável";
|
|
2118
2118
|
readonly Compact: "Compacta";
|
|
2119
2119
|
readonly 'List tools': "Ferramentas da lista";
|
|
2120
2120
|
readonly 'Show search': "Mostrar busca";
|
|
2121
2121
|
readonly 'Show sorting': "Mostrar ordenar";
|
|
2122
|
-
readonly 'Show total X-Y range': "Mostrar faixa X-Y
|
|
2122
|
+
readonly 'Show total X-Y range': "Mostrar faixa total X-Y";
|
|
2123
2123
|
readonly 'Field to search': "Campo para buscar";
|
|
2124
|
-
readonly 'Search placeholder': "
|
|
2125
|
-
readonly 'e.g.: Search by title': "ex.: Buscar por
|
|
2126
|
-
readonly 'Sorting options (label \
|
|
2127
|
-
readonly 'Add option': "Adicionar
|
|
2124
|
+
readonly 'Search placeholder': "Texto de busca (placeholder)";
|
|
2125
|
+
readonly 'e.g.: Search by title': "ex.: Buscar por título";
|
|
2126
|
+
readonly 'Sorting options (label \u2192 field+direction)': "Opções de ordenação (rótulo → campo + direção)";
|
|
2127
|
+
readonly 'Add option': "Adicionar opção";
|
|
2128
2128
|
readonly Field: "Campo";
|
|
2129
|
-
readonly 'Duplicate option (field+direction)': "
|
|
2130
|
-
readonly 'Primary (Title)': "
|
|
2131
|
-
readonly 'Not mapped': "
|
|
2132
|
-
readonly 'Secondary (Summary)': "
|
|
2129
|
+
readonly 'Duplicate option (field+direction)': "Opção duplicada (campo + direção)";
|
|
2130
|
+
readonly 'Primary (Title)': "Primário (Título)";
|
|
2131
|
+
readonly 'Not mapped': "Não mapeado";
|
|
2132
|
+
readonly 'Secondary (Summary)': "Secundário (Resumo)";
|
|
2133
2133
|
readonly 'Meta (Detail/Side)': "Meta (Detalhe/Lateral)";
|
|
2134
2134
|
readonly 'Composed field ({{count}})': "Campo composto ({{count}})";
|
|
2135
2135
|
readonly Features: "Recursos";
|
|
2136
2136
|
readonly 'Enable features': "Ativar recursos";
|
|
2137
2137
|
readonly 'Sync with Meta': "Sincronizar com Meta";
|
|
2138
|
-
readonly 'Expression/Text': "
|
|
2138
|
+
readonly 'Expression/Text': "Expressão/Texto";
|
|
2139
2139
|
readonly 'Add feature': "Adicionar recurso";
|
|
2140
|
-
readonly 'Section header': "
|
|
2141
|
-
readonly 'Not configured': "
|
|
2140
|
+
readonly 'Section header': "Cabeçalho de Seção";
|
|
2141
|
+
readonly 'Not configured': "Não configurado";
|
|
2142
2142
|
readonly 'Empty state': "Estado Vazio";
|
|
2143
2143
|
readonly 'Apply mapping': "Aplicar mapeamento";
|
|
2144
|
-
readonly 'Infer from schema': "Inferir do schema";
|
|
2145
|
-
readonly 'Theme preview': "
|
|
2144
|
+
readonly 'Infer from schema': "Inferir do esquema (schema)";
|
|
2145
|
+
readonly 'Theme preview': "Prévia de tema";
|
|
2146
2146
|
readonly Light: "Claro";
|
|
2147
2147
|
readonly Dark: "Escuro";
|
|
2148
|
-
readonly Grid: "Grade";
|
|
2149
|
-
readonly 'Default locale': "Locale
|
|
2150
|
-
readonly 'e.g.: en-US': "ex.:
|
|
2151
|
-
readonly 'Default currency': "Moeda
|
|
2152
|
-
readonly 'Sticky section header': "
|
|
2148
|
+
readonly Grid: "Grade (Grid)";
|
|
2149
|
+
readonly 'Default locale': "Localidade (Locale) padrão";
|
|
2150
|
+
readonly 'e.g.: en-US': "ex.: pt-BR";
|
|
2151
|
+
readonly 'Default currency': "Moeda padrão";
|
|
2152
|
+
readonly 'Sticky section header': "Cabeçalho de seção fixo";
|
|
2153
2153
|
readonly 'Virtual scroll': "Rolagem virtual";
|
|
2154
2154
|
readonly 'aria-label': "aria-label";
|
|
2155
2155
|
readonly 'aria-labelledby': "aria-labelledby";
|
|
@@ -2165,85 +2165,85 @@ declare const PRAXIS_LIST_PT_BR: {
|
|
|
2165
2165
|
readonly 'Reduce motion': "Reduzir movimento";
|
|
2166
2166
|
readonly Events: "Eventos";
|
|
2167
2167
|
readonly Mode: "Modo";
|
|
2168
|
-
readonly 'No selection': "Sem
|
|
2169
|
-
readonly Single: "
|
|
2170
|
-
readonly Multiple: "
|
|
2171
|
-
readonly 'Form name': "Nome no
|
|
2172
|
-
readonly 'Form path': "Caminho no
|
|
2168
|
+
readonly 'No selection': "Sem seleção";
|
|
2169
|
+
readonly Single: "Única";
|
|
2170
|
+
readonly Multiple: "Múltipla";
|
|
2171
|
+
readonly 'Form name': "Nome no formulário";
|
|
2172
|
+
readonly 'Form path': "Caminho no formulário";
|
|
2173
2173
|
readonly 'Compare by (field)': "Comparar por (campo)";
|
|
2174
|
-
readonly 'Unique item key.': "Chave
|
|
2174
|
+
readonly 'Unique item key.': "Chave única do item.";
|
|
2175
2175
|
readonly Return: "Retorno";
|
|
2176
|
-
readonly 'Composition mode': "Modo de
|
|
2177
|
-
readonly 'Fields to compose (multi-select)': "Campos para compor (
|
|
2176
|
+
readonly 'Composition mode': "Modo de composição";
|
|
2177
|
+
readonly 'Fields to compose (multi-select)': "Campos para compor (múltipla seleção)";
|
|
2178
2178
|
readonly Separator: "Separador";
|
|
2179
|
-
readonly '(Second) in parentheses': "(Segundo) entre
|
|
2179
|
+
readonly '(Second) in parentheses': "(Segundo) entre parênteses";
|
|
2180
2180
|
readonly '-- None --': "-- Nenhum --";
|
|
2181
|
-
readonly 'Advanced options': "
|
|
2182
|
-
readonly Position: "
|
|
2181
|
+
readonly 'Advanced options': "Opções avançadas";
|
|
2182
|
+
readonly Position: "Posição";
|
|
2183
2183
|
readonly 'Side (right)': "Lateral (direita)";
|
|
2184
2184
|
readonly 'Inline (below)': "Na linha (abaixo)";
|
|
2185
|
-
readonly 'Trailing (right)': "
|
|
2185
|
+
readonly 'Trailing (right)': "Ao final (direita)";
|
|
2186
2186
|
readonly 'Status chip': "Chip de status";
|
|
2187
|
-
readonly Price: "
|
|
2188
|
-
readonly 'URL / Expr': "URL /
|
|
2187
|
+
readonly Price: "Preço";
|
|
2188
|
+
readonly 'URL / Expr': "URL / Expressão";
|
|
2189
2189
|
readonly 'https://... or ${item.imageUrl}': "https://... ou ${item.imageUrl}";
|
|
2190
|
-
readonly 'Use an absolute/relative URL or a ${item.field} expression.': "Use uma URL absoluta/relativa ou uma
|
|
2191
|
-
readonly 'URL/expr is required': "URL/
|
|
2192
|
-
readonly 'Set the URL/expr to render the image.': "Defina a URL/
|
|
2190
|
+
readonly 'Use an absolute/relative URL or a ${item.field} expression.': "Use uma URL absoluta/relativa ou uma expressão ${item.field}.";
|
|
2191
|
+
readonly 'URL/expr is required': "URL/expressão obrigatória";
|
|
2192
|
+
readonly 'Set the URL/expr to render the image.': "Defina a URL/expressão para renderizar a imagem.";
|
|
2193
2193
|
readonly Class: "Classe";
|
|
2194
2194
|
readonly Style: "Estilo";
|
|
2195
|
-
readonly 'Leading (left)': "
|
|
2196
|
-
readonly 'Static icon': "
|
|
2197
|
-
readonly 'Static image': "Imagem
|
|
2198
|
-
readonly 'Avatar icon': "Avatar com
|
|
2199
|
-
readonly 'Avatar image + badge': "Avatar com imagem + badge";
|
|
2195
|
+
readonly 'Leading (left)': "No início (esquerda)";
|
|
2196
|
+
readonly 'Static icon': "Ícone estático";
|
|
2197
|
+
readonly 'Static image': "Imagem estática";
|
|
2198
|
+
readonly 'Avatar icon': "Avatar com ícone";
|
|
2199
|
+
readonly 'Avatar image + badge': "Avatar com imagem + emblema (badge)";
|
|
2200
2200
|
readonly 'Tag chip': "Chip de tag";
|
|
2201
|
-
readonly 'Use the `|iconMap` pipe in the extra pipe for dynamic rendering.': "Use o pipe `|iconMap` no extra pipe para
|
|
2201
|
+
readonly 'Use the `|iconMap` pipe in the extra pipe for dynamic rendering.': "Use o pipe `|iconMap` no extra pipe para renderização dinâmica.";
|
|
2202
2202
|
readonly 'Image URL': "URL da imagem";
|
|
2203
2203
|
readonly 'Alt text': "Texto alternativo";
|
|
2204
|
-
readonly 'Badge text': "Texto do badge";
|
|
2205
|
-
readonly 'Message / Expr': "Mensagem /
|
|
2206
|
-
readonly 'Default message': "Mensagem
|
|
2207
|
-
readonly 'Default image': "Imagem
|
|
2204
|
+
readonly 'Badge text': "Texto do emblema (badge)";
|
|
2205
|
+
readonly 'Message / Expr': "Mensagem / Expressão";
|
|
2206
|
+
readonly 'Default message': "Mensagem padrão";
|
|
2207
|
+
readonly 'Default image': "Imagem padrão";
|
|
2208
2208
|
readonly 'No results': "Sem resultados";
|
|
2209
|
-
readonly 'Skeleton count': "Quantidade de skeleton";
|
|
2209
|
+
readonly 'Skeleton count': "Quantidade de esqueleto (skeleton)";
|
|
2210
2210
|
readonly Model: "Modelo";
|
|
2211
|
-
readonly 'Spacing between items': "
|
|
2212
|
-
readonly 'No extra space': "Sem
|
|
2211
|
+
readonly 'Spacing between items': "Espaçamento entre itens";
|
|
2212
|
+
readonly 'No extra space': "Sem espaço extra";
|
|
2213
2213
|
readonly Tight: "Ajustado";
|
|
2214
|
-
readonly Standard: "
|
|
2214
|
+
readonly Standard: "Padrão";
|
|
2215
2215
|
readonly Relaxed: "Relaxado";
|
|
2216
2216
|
readonly Dividers: "Divisores";
|
|
2217
2217
|
readonly None: "Nenhum";
|
|
2218
2218
|
readonly 'Between groups': "Entre grupos";
|
|
2219
2219
|
readonly All: "Todos";
|
|
2220
2220
|
readonly 'Group by': "Agrupar por";
|
|
2221
|
-
readonly Cards: "Cards";
|
|
2222
|
-
readonly Tiles: "Tiles";
|
|
2223
|
-
readonly 'Pill Soft': "Pill Soft";
|
|
2224
|
-
readonly 'Gradient Tile': "
|
|
2225
|
-
readonly Glass: "Vidro";
|
|
2221
|
+
readonly Cards: "Cartões (Cards)";
|
|
2222
|
+
readonly Tiles: "Blocos (Tiles)";
|
|
2223
|
+
readonly 'Pill Soft': "Pílula Suave (Pill Soft)";
|
|
2224
|
+
readonly 'Gradient Tile': "Bloco com degradê";
|
|
2225
|
+
readonly Glass: "Vidro (Glass)";
|
|
2226
2226
|
readonly Elevated: "Elevado";
|
|
2227
2227
|
readonly Outline: "Contorno";
|
|
2228
2228
|
readonly Flat: "Plano";
|
|
2229
2229
|
readonly Neumorphism: "Neumorfismo";
|
|
2230
2230
|
readonly Text: "Texto";
|
|
2231
2231
|
readonly Chip: "Chip";
|
|
2232
|
-
readonly Rating: "Rating";
|
|
2232
|
+
readonly Rating: "Avaliação (Rating)";
|
|
2233
2233
|
readonly Image: "Imagem";
|
|
2234
2234
|
readonly HTML: "HTML";
|
|
2235
2235
|
readonly Currency: "Moeda";
|
|
2236
2236
|
readonly Date: "Data";
|
|
2237
|
-
readonly 'Default text': "Texto
|
|
2238
|
-
readonly 'Default chip': "Chip
|
|
2237
|
+
readonly 'Default text': "Texto padrão";
|
|
2238
|
+
readonly 'Default chip': "Chip padrão";
|
|
2239
2239
|
readonly 'Fields:': "Campos:";
|
|
2240
|
-
readonly ' (Required)': " (
|
|
2241
|
-
readonly 'Example available': "Exemplo
|
|
2242
|
-
readonly 'No schema available.': "Nenhum schema
|
|
2243
|
-
readonly 'This action may be irreversible. Do you want to continue?': "Esta
|
|
2244
|
-
readonly 'Do you want to proceed with this action?': "Deseja prosseguir com esta
|
|
2245
|
-
readonly Attention: "
|
|
2246
|
-
readonly 'CSS class example (add this to your global styles):': "Exemplo de classe CSS (adicione
|
|
2240
|
+
readonly ' (Required)': " (Obrigatório)";
|
|
2241
|
+
readonly 'Example available': "Exemplo disponível";
|
|
2242
|
+
readonly 'No schema available.': "Nenhum esquema (schema) disponível.";
|
|
2243
|
+
readonly 'This action may be irreversible. Do you want to continue?': "Esta ação pode ser irreversível. Deseja continuar?";
|
|
2244
|
+
readonly 'Do you want to proceed with this action?': "Deseja prosseguir com esta ação?";
|
|
2245
|
+
readonly Attention: "Atenção";
|
|
2246
|
+
readonly 'CSS class example (add this to your global styles):': "Exemplo de classe CSS (adicione isto aos seus estilos globais):";
|
|
2247
2247
|
};
|
|
2248
2248
|
|
|
2249
2249
|
export { ExecutiveAlertsComponent, ExecutiveBadgeComponent, ExecutiveOwnerComponent, LIST_AI_CAPABILITIES, ListDataService, ListSkinService, PRAXIS_LIST_COMPONENT_METADATA, PRAXIS_LIST_EN_US, PRAXIS_LIST_I18N_NAMESPACE, PRAXIS_LIST_PT_BR, PraxisList, PraxisListConfigEditor, PraxisListDocPageComponent, PraxisListJsonConfigEditorComponent, adaptSelection, buildListApplyPlan, createListAuthoringDocument, evalExpr, evaluateTemplate, inferListAuthoringDocument, inferTemplatingFromSchema, normalizeListActionPayloads, normalizeListAuthoringDocument, normalizeListConfig, parseLegacyOrListDocument, projectListAuthoringDocument, providePraxisListI18n, providePraxisListMetadata, serializeListAuthoringDocument, toCanonicalListConfig, validateListAuthoringDocument };
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/list",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0-beta.0",
|
|
4
4
|
"description": "List components and helpers for Praxis UI.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": ">=16 <21",
|
|
7
7
|
"@angular/core": ">=16 <21",
|
|
8
8
|
"@angular/material": ">=16 <21",
|
|
9
|
-
"@praxisui/dynamic-fields": "^
|
|
9
|
+
"@praxisui/dynamic-fields": "^4.0.0-beta.0",
|
|
10
10
|
"rxjs": ">=7 <9"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|