@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
|
@@ -3418,134 +3418,134 @@ const PRAXIS_LIST_EN_US = {
|
|
|
3418
3418
|
};
|
|
3419
3419
|
|
|
3420
3420
|
const PRAXIS_LIST_PT_BR = {
|
|
3421
|
-
configEdit: 'Editar
|
|
3421
|
+
configEdit: 'Editar configurações',
|
|
3422
3422
|
expandDetails: 'Expandir detalhes',
|
|
3423
3423
|
collapseDetails: 'Recolher detalhes',
|
|
3424
3424
|
itemDetails: 'Detalhes do item',
|
|
3425
|
-
emptyState: 'Nenhum item
|
|
3425
|
+
emptyState: 'Nenhum item disponível',
|
|
3426
3426
|
Data: 'Dados',
|
|
3427
|
-
Actions: '
|
|
3427
|
+
Actions: 'Ações',
|
|
3428
3428
|
Layout: 'Layout',
|
|
3429
|
-
Content: '
|
|
3429
|
+
Content: 'Conteúdo',
|
|
3430
3430
|
'i18n/A11y': 'i18n/A11y',
|
|
3431
|
-
Selection: '
|
|
3432
|
-
Appearance: '
|
|
3433
|
-
'Assistant-applied adjustments replace the entire configuration object.': '
|
|
3434
|
-
'applyConfigFromAdapter does not perform a deep merge. Make sure the adapter sends the full config.': 'O applyConfigFromAdapter
|
|
3431
|
+
Selection: 'Seleção',
|
|
3432
|
+
Appearance: 'Aparência',
|
|
3433
|
+
'Assistant-applied adjustments replace the entire configuration object.': 'Observação: ajustes aplicados pelo assistente substituem o objeto de configuração inteiro.',
|
|
3434
|
+
'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.',
|
|
3435
3435
|
'Resource (API)': 'Recurso (API)',
|
|
3436
|
-
'e.g.: users': 'ex.: users',
|
|
3436
|
+
'e.g.: users': 'ex.: usuários (users)',
|
|
3437
3437
|
'Resource endpoint (resourcePath).': 'Endpoint do recurso (resourcePath).',
|
|
3438
|
-
'Query (JSON)': '
|
|
3439
|
-
'e.g.: {"status":"active","department":"sales"}': 'ex.: {"status":"
|
|
3440
|
-
'Optional. Use valid JSON for initial filters.': 'Opcional. Use JSON
|
|
3438
|
+
'Query (JSON)': 'Consulta (JSON)',
|
|
3439
|
+
'e.g.: {"status":"active","department":"sales"}': 'ex.: {"status":"ativo","department":"vendas"}',
|
|
3440
|
+
'Optional. Use valid JSON for initial filters.': 'Opcional. Use JSON válido para filtros iniciais.',
|
|
3441
3441
|
'Sort by': 'Ordenar por',
|
|
3442
3442
|
'Resource base field.': 'Campo base do recurso.',
|
|
3443
|
-
Direction: '
|
|
3443
|
+
Direction: 'Direção',
|
|
3444
3444
|
Ascending: 'Ascendente',
|
|
3445
3445
|
Descending: 'Descendente',
|
|
3446
|
-
'Configure per-item action buttons (icon, label, color, visibility)': 'Configure
|
|
3447
|
-
'Add action': 'Adicionar
|
|
3448
|
-
'Global action (Praxis)': '
|
|
3446
|
+
'Configure per-item action buttons (icon, label, color, visibility)': 'Configure botões de ação por item (ícone, rótulo, cor, visibilidade)',
|
|
3447
|
+
'Add action': 'Adicionar ação',
|
|
3448
|
+
'Global action (Praxis)': 'Ação global (Praxis)',
|
|
3449
3449
|
'-- Select --': '-- Selecionar --',
|
|
3450
|
-
'No global action registered.': 'Nenhuma
|
|
3450
|
+
'No global action registered.': 'Nenhuma ação global registrada.',
|
|
3451
3451
|
'Select to add with a global `command`.': 'Selecione para adicionar com `command` global.',
|
|
3452
|
-
'Action type': 'Tipo de
|
|
3453
|
-
Icon: '
|
|
3454
|
-
Button: '
|
|
3455
|
-
'e.g.: edit, delete': 'ex.:
|
|
3456
|
-
Label: '
|
|
3452
|
+
'Action type': 'Tipo de ação',
|
|
3453
|
+
Icon: 'Ícone',
|
|
3454
|
+
Button: 'Botão',
|
|
3455
|
+
'e.g.: edit, delete': 'ex.: editar, excluir',
|
|
3456
|
+
Label: 'Rótulo',
|
|
3457
3457
|
Variant: 'Variante',
|
|
3458
3458
|
Outlined: 'Contorno',
|
|
3459
3459
|
Raised: 'Elevado',
|
|
3460
3460
|
Filled: 'Preenchido',
|
|
3461
|
-
'Action color': 'Cor da
|
|
3461
|
+
'Action color': 'Cor da ação',
|
|
3462
3462
|
'Custom color': 'Cor personalizada',
|
|
3463
3463
|
'Use custom color': 'Usar cor personalizada',
|
|
3464
|
-
'Action payload': '
|
|
3465
|
-
Default: '
|
|
3466
|
-
"Show when (e.g.: ${item.status} == 'done')": "Exibir quando (ex.: ${item.status} == '
|
|
3467
|
-
"Supported syntax: \"${item.field} == 'value'\". Advanced expressions are not evaluated.": 'Sintaxe suportada: "${item.field} == \'
|
|
3468
|
-
Action: '
|
|
3469
|
-
Preview: 'Pr
|
|
3464
|
+
'Action payload': 'Dados da ação (Payload)',
|
|
3465
|
+
Default: 'Padrão',
|
|
3466
|
+
"Show when (e.g.: ${item.status} == 'done')": "Exibir quando (ex.: ${item.status} == 'concluído')",
|
|
3467
|
+
"Supported syntax: \"${item.field} == 'value'\". Advanced expressions are not evaluated.": 'Sintaxe suportada: "${item.field} == \'valor\'". Expressões avançadas não são avaliadas.',
|
|
3468
|
+
Action: 'Ação',
|
|
3469
|
+
Preview: 'Pré-visualização',
|
|
3470
3470
|
Remove: 'Remover',
|
|
3471
|
-
'Show loading': 'Mostrar
|
|
3472
|
-
Confirmation: '
|
|
3471
|
+
'Show loading': 'Mostrar carregamento',
|
|
3472
|
+
Confirmation: 'Confirmação',
|
|
3473
3473
|
Type: 'Tipo',
|
|
3474
|
-
Title: '
|
|
3474
|
+
Title: 'Título',
|
|
3475
3475
|
Message: 'Mensagem',
|
|
3476
|
-
'Confirm action': 'Confirmar
|
|
3476
|
+
'Confirm action': 'Confirmar ação',
|
|
3477
3477
|
'Are you sure you want to continue?': 'Tem certeza que deseja continuar?',
|
|
3478
|
-
'Set a title or message for the confirmation.': 'Defina um
|
|
3479
|
-
'Payload (JSON/Template)': '
|
|
3480
|
-
'Invalid JSON': 'JSON
|
|
3478
|
+
'Set a title or message for the confirmation.': 'Defina um título ou mensagem para a confirmação.',
|
|
3479
|
+
'Payload (JSON/Template)': 'Dados (JSON/Template)',
|
|
3480
|
+
'Invalid JSON': 'JSON inválido',
|
|
3481
3481
|
'Insert example': 'Inserir exemplo',
|
|
3482
|
-
'Emit local event too': 'Emitir evento local
|
|
3482
|
+
'Emit local event too': 'Emitir evento local também',
|
|
3483
3483
|
JSON: 'JSON',
|
|
3484
3484
|
ID: 'ID',
|
|
3485
3485
|
'Command (global)': 'Comando (global)',
|
|
3486
|
-
Catalog: '
|
|
3486
|
+
Catalog: 'Catálogo',
|
|
3487
3487
|
Danger: 'Perigo',
|
|
3488
3488
|
Warning: 'Aviso',
|
|
3489
|
-
Info: 'Info',
|
|
3490
|
-
'Primary (Theme)': '
|
|
3489
|
+
Info: 'Informativo (Info)',
|
|
3490
|
+
'Primary (Theme)': 'Primário (Tema)',
|
|
3491
3491
|
'Accent (Theme)': 'Destaque (Tema)',
|
|
3492
3492
|
'Warn (Theme)': 'Aviso (Tema)',
|
|
3493
|
-
'M3 Primary': 'M3
|
|
3494
|
-
'M3 Secondary': 'M3
|
|
3495
|
-
'M3 Tertiary': 'M3
|
|
3493
|
+
'M3 Primary': 'M3 Primário',
|
|
3494
|
+
'M3 Secondary': 'M3 Secundário',
|
|
3495
|
+
'M3 Tertiary': 'M3 Terciário',
|
|
3496
3496
|
'M3 Error': 'M3 Erro',
|
|
3497
|
-
'M3 On Surface': 'M3 Na
|
|
3498
|
-
'M3 On Surface Variant': 'M3
|
|
3499
|
-
'e.g.: {{currency}}': 'ex.: {{
|
|
3497
|
+
'M3 On Surface': 'M3 Na Superfície',
|
|
3498
|
+
'M3 On Surface Variant': 'M3 Variação Na Superfície',
|
|
3499
|
+
'e.g.: {{currency}}': 'ex.: {{moeda}}',
|
|
3500
3500
|
'e.g.: 1.25rem': 'ex.: 1.25rem',
|
|
3501
3501
|
'e.g.: var(--md-sys-elevation-level2)': 'ex.: var(--md-sys-elevation-level2)',
|
|
3502
3502
|
'e.g.: 8px': 'ex.: 8px',
|
|
3503
|
-
'e.g.: my-list-skin': 'ex.:
|
|
3503
|
+
'e.g.: my-list-skin': 'ex.: minha-skin-da-lista',
|
|
3504
3504
|
'Example:': 'Exemplo:',
|
|
3505
3505
|
Item: 'Item',
|
|
3506
3506
|
Value: 'Valor',
|
|
3507
|
-
'Payload emitted by the action.': '
|
|
3508
|
-
'Modern tiles preset': '
|
|
3507
|
+
'Payload emitted by the action.': 'Dados (payload) emitidos pela ação.',
|
|
3508
|
+
'Modern tiles preset': 'Predefinição de blocos modernos',
|
|
3509
3509
|
List: 'Lista',
|
|
3510
3510
|
Lines: 'Linhas',
|
|
3511
|
-
'Items per page': 'Itens por
|
|
3511
|
+
'Items per page': 'Itens por página',
|
|
3512
3512
|
Density: 'Densidade',
|
|
3513
|
-
Comfortable: '
|
|
3513
|
+
Comfortable: 'Confortável',
|
|
3514
3514
|
Compact: 'Compacta',
|
|
3515
3515
|
'List tools': 'Ferramentas da lista',
|
|
3516
3516
|
'Show search': 'Mostrar busca',
|
|
3517
3517
|
'Show sorting': 'Mostrar ordenar',
|
|
3518
|
-
'Show total X-Y range': 'Mostrar faixa X-Y
|
|
3518
|
+
'Show total X-Y range': 'Mostrar faixa total X-Y',
|
|
3519
3519
|
'Field to search': 'Campo para buscar',
|
|
3520
|
-
'Search placeholder': '
|
|
3521
|
-
'e.g.: Search by title': 'ex.: Buscar por
|
|
3522
|
-
'Sorting options (label
|
|
3523
|
-
'Add option': 'Adicionar
|
|
3520
|
+
'Search placeholder': 'Texto de busca (placeholder)',
|
|
3521
|
+
'e.g.: Search by title': 'ex.: Buscar por título',
|
|
3522
|
+
'Sorting options (label → field+direction)': 'Opções de ordenação (rótulo → campo + direção)',
|
|
3523
|
+
'Add option': 'Adicionar opção',
|
|
3524
3524
|
Field: 'Campo',
|
|
3525
|
-
'Duplicate option (field+direction)': '
|
|
3526
|
-
'Primary (Title)': '
|
|
3527
|
-
'Not mapped': '
|
|
3528
|
-
'Secondary (Summary)': '
|
|
3525
|
+
'Duplicate option (field+direction)': 'Opção duplicada (campo + direção)',
|
|
3526
|
+
'Primary (Title)': 'Primário (Título)',
|
|
3527
|
+
'Not mapped': 'Não mapeado',
|
|
3528
|
+
'Secondary (Summary)': 'Secundário (Resumo)',
|
|
3529
3529
|
'Meta (Detail/Side)': 'Meta (Detalhe/Lateral)',
|
|
3530
3530
|
'Composed field ({{count}})': 'Campo composto ({{count}})',
|
|
3531
3531
|
Features: 'Recursos',
|
|
3532
3532
|
'Enable features': 'Ativar recursos',
|
|
3533
3533
|
'Sync with Meta': 'Sincronizar com Meta',
|
|
3534
|
-
'Expression/Text': '
|
|
3534
|
+
'Expression/Text': 'Expressão/Texto',
|
|
3535
3535
|
'Add feature': 'Adicionar recurso',
|
|
3536
|
-
'Section header': '
|
|
3537
|
-
'Not configured': '
|
|
3536
|
+
'Section header': 'Cabeçalho de Seção',
|
|
3537
|
+
'Not configured': 'Não configurado',
|
|
3538
3538
|
'Empty state': 'Estado Vazio',
|
|
3539
3539
|
'Apply mapping': 'Aplicar mapeamento',
|
|
3540
|
-
'Infer from schema': 'Inferir do schema',
|
|
3541
|
-
'Theme preview': '
|
|
3540
|
+
'Infer from schema': 'Inferir do esquema (schema)',
|
|
3541
|
+
'Theme preview': 'Prévia de tema',
|
|
3542
3542
|
Light: 'Claro',
|
|
3543
3543
|
Dark: 'Escuro',
|
|
3544
|
-
Grid: 'Grade',
|
|
3545
|
-
'Default locale': 'Locale
|
|
3546
|
-
'e.g.: en-US': 'ex.:
|
|
3547
|
-
'Default currency': 'Moeda
|
|
3548
|
-
'Sticky section header': '
|
|
3544
|
+
Grid: 'Grade (Grid)',
|
|
3545
|
+
'Default locale': 'Localidade (Locale) padrão',
|
|
3546
|
+
'e.g.: en-US': 'ex.: pt-BR',
|
|
3547
|
+
'Default currency': 'Moeda padrão',
|
|
3548
|
+
'Sticky section header': 'Cabeçalho de seção fixo',
|
|
3549
3549
|
'Virtual scroll': 'Rolagem virtual',
|
|
3550
3550
|
'aria-label': 'aria-label',
|
|
3551
3551
|
'aria-labelledby': 'aria-labelledby',
|
|
@@ -3561,85 +3561,85 @@ const PRAXIS_LIST_PT_BR = {
|
|
|
3561
3561
|
'Reduce motion': 'Reduzir movimento',
|
|
3562
3562
|
Events: 'Eventos',
|
|
3563
3563
|
Mode: 'Modo',
|
|
3564
|
-
'No selection': 'Sem
|
|
3565
|
-
Single: '
|
|
3566
|
-
Multiple: '
|
|
3567
|
-
'Form name': 'Nome no
|
|
3568
|
-
'Form path': 'Caminho no
|
|
3564
|
+
'No selection': 'Sem seleção',
|
|
3565
|
+
Single: 'Única',
|
|
3566
|
+
Multiple: 'Múltipla',
|
|
3567
|
+
'Form name': 'Nome no formulário',
|
|
3568
|
+
'Form path': 'Caminho no formulário',
|
|
3569
3569
|
'Compare by (field)': 'Comparar por (campo)',
|
|
3570
|
-
'Unique item key.': 'Chave
|
|
3570
|
+
'Unique item key.': 'Chave única do item.',
|
|
3571
3571
|
Return: 'Retorno',
|
|
3572
|
-
'Composition mode': 'Modo de
|
|
3573
|
-
'Fields to compose (multi-select)': 'Campos para compor (
|
|
3572
|
+
'Composition mode': 'Modo de composição',
|
|
3573
|
+
'Fields to compose (multi-select)': 'Campos para compor (múltipla seleção)',
|
|
3574
3574
|
Separator: 'Separador',
|
|
3575
|
-
'(Second) in parentheses': '(Segundo) entre
|
|
3575
|
+
'(Second) in parentheses': '(Segundo) entre parênteses',
|
|
3576
3576
|
'-- None --': '-- Nenhum --',
|
|
3577
|
-
'Advanced options': '
|
|
3578
|
-
Position: '
|
|
3577
|
+
'Advanced options': 'Opções avançadas',
|
|
3578
|
+
Position: 'Posição',
|
|
3579
3579
|
'Side (right)': 'Lateral (direita)',
|
|
3580
3580
|
'Inline (below)': 'Na linha (abaixo)',
|
|
3581
|
-
'Trailing (right)': '
|
|
3581
|
+
'Trailing (right)': 'Ao final (direita)',
|
|
3582
3582
|
'Status chip': 'Chip de status',
|
|
3583
|
-
Price: '
|
|
3584
|
-
'URL / Expr': 'URL /
|
|
3583
|
+
Price: 'Preço',
|
|
3584
|
+
'URL / Expr': 'URL / Expressão',
|
|
3585
3585
|
'https://... or ${item.imageUrl}': 'https://... ou ${item.imageUrl}',
|
|
3586
|
-
'Use an absolute/relative URL or a ${item.field} expression.': 'Use uma URL absoluta/relativa ou uma
|
|
3587
|
-
'URL/expr is required': 'URL/
|
|
3588
|
-
'Set the URL/expr to render the image.': 'Defina a URL/
|
|
3586
|
+
'Use an absolute/relative URL or a ${item.field} expression.': 'Use uma URL absoluta/relativa ou uma expressão ${item.field}.',
|
|
3587
|
+
'URL/expr is required': 'URL/expressão obrigatória',
|
|
3588
|
+
'Set the URL/expr to render the image.': 'Defina a URL/expressão para renderizar a imagem.',
|
|
3589
3589
|
Class: 'Classe',
|
|
3590
3590
|
Style: 'Estilo',
|
|
3591
|
-
'Leading (left)': '
|
|
3592
|
-
'Static icon': '
|
|
3593
|
-
'Static image': 'Imagem
|
|
3594
|
-
'Avatar icon': 'Avatar com
|
|
3595
|
-
'Avatar image + badge': 'Avatar com imagem + badge',
|
|
3591
|
+
'Leading (left)': 'No início (esquerda)',
|
|
3592
|
+
'Static icon': 'Ícone estático',
|
|
3593
|
+
'Static image': 'Imagem estática',
|
|
3594
|
+
'Avatar icon': 'Avatar com ícone',
|
|
3595
|
+
'Avatar image + badge': 'Avatar com imagem + emblema (badge)',
|
|
3596
3596
|
'Tag chip': 'Chip de tag',
|
|
3597
|
-
'Use the `|iconMap` pipe in the extra pipe for dynamic rendering.': 'Use o pipe `|iconMap` no extra pipe para
|
|
3597
|
+
'Use the `|iconMap` pipe in the extra pipe for dynamic rendering.': 'Use o pipe `|iconMap` no extra pipe para renderização dinâmica.',
|
|
3598
3598
|
'Image URL': 'URL da imagem',
|
|
3599
3599
|
'Alt text': 'Texto alternativo',
|
|
3600
|
-
'Badge text': 'Texto do badge',
|
|
3601
|
-
'Message / Expr': 'Mensagem /
|
|
3602
|
-
'Default message': 'Mensagem
|
|
3603
|
-
'Default image': 'Imagem
|
|
3600
|
+
'Badge text': 'Texto do emblema (badge)',
|
|
3601
|
+
'Message / Expr': 'Mensagem / Expressão',
|
|
3602
|
+
'Default message': 'Mensagem padrão',
|
|
3603
|
+
'Default image': 'Imagem padrão',
|
|
3604
3604
|
'No results': 'Sem resultados',
|
|
3605
|
-
'Skeleton count': 'Quantidade de skeleton',
|
|
3605
|
+
'Skeleton count': 'Quantidade de esqueleto (skeleton)',
|
|
3606
3606
|
Model: 'Modelo',
|
|
3607
|
-
'Spacing between items': '
|
|
3608
|
-
'No extra space': 'Sem
|
|
3607
|
+
'Spacing between items': 'Espaçamento entre itens',
|
|
3608
|
+
'No extra space': 'Sem espaço extra',
|
|
3609
3609
|
Tight: 'Ajustado',
|
|
3610
|
-
Standard: '
|
|
3610
|
+
Standard: 'Padrão',
|
|
3611
3611
|
Relaxed: 'Relaxado',
|
|
3612
3612
|
Dividers: 'Divisores',
|
|
3613
3613
|
None: 'Nenhum',
|
|
3614
3614
|
'Between groups': 'Entre grupos',
|
|
3615
3615
|
All: 'Todos',
|
|
3616
3616
|
'Group by': 'Agrupar por',
|
|
3617
|
-
Cards: 'Cards',
|
|
3618
|
-
Tiles: 'Tiles',
|
|
3619
|
-
'Pill Soft': 'Pill Soft',
|
|
3620
|
-
'Gradient Tile': '
|
|
3621
|
-
Glass: 'Vidro',
|
|
3617
|
+
Cards: 'Cartões (Cards)',
|
|
3618
|
+
Tiles: 'Blocos (Tiles)',
|
|
3619
|
+
'Pill Soft': 'Pílula Suave (Pill Soft)',
|
|
3620
|
+
'Gradient Tile': 'Bloco com degradê',
|
|
3621
|
+
Glass: 'Vidro (Glass)',
|
|
3622
3622
|
Elevated: 'Elevado',
|
|
3623
3623
|
Outline: 'Contorno',
|
|
3624
3624
|
Flat: 'Plano',
|
|
3625
3625
|
Neumorphism: 'Neumorfismo',
|
|
3626
3626
|
Text: 'Texto',
|
|
3627
3627
|
Chip: 'Chip',
|
|
3628
|
-
Rating: 'Rating',
|
|
3628
|
+
Rating: 'Avaliação (Rating)',
|
|
3629
3629
|
Image: 'Imagem',
|
|
3630
3630
|
HTML: 'HTML',
|
|
3631
3631
|
Currency: 'Moeda',
|
|
3632
3632
|
Date: 'Data',
|
|
3633
|
-
'Default text': 'Texto
|
|
3634
|
-
'Default chip': 'Chip
|
|
3633
|
+
'Default text': 'Texto padrão',
|
|
3634
|
+
'Default chip': 'Chip padrão',
|
|
3635
3635
|
'Fields:': 'Campos:',
|
|
3636
|
-
' (Required)': ' (
|
|
3637
|
-
'Example available': 'Exemplo
|
|
3638
|
-
'No schema available.': 'Nenhum schema
|
|
3639
|
-
'This action may be irreversible. Do you want to continue?': 'Esta
|
|
3640
|
-
'Do you want to proceed with this action?': 'Deseja prosseguir com esta
|
|
3641
|
-
Attention: '
|
|
3642
|
-
'CSS class example (add this to your global styles):': 'Exemplo de classe CSS (adicione
|
|
3636
|
+
' (Required)': ' (Obrigatório)',
|
|
3637
|
+
'Example available': 'Exemplo disponível',
|
|
3638
|
+
'No schema available.': 'Nenhum esquema (schema) disponível.',
|
|
3639
|
+
'This action may be irreversible. Do you want to continue?': 'Esta ação pode ser irreversível. Deseja continuar?',
|
|
3640
|
+
'Do you want to proceed with this action?': 'Deseja prosseguir com esta ação?',
|
|
3641
|
+
Attention: 'Atenção',
|
|
3642
|
+
'CSS class example (add this to your global styles):': 'Exemplo de classe CSS (adicione isto aos seus estilos globais):',
|
|
3643
3643
|
};
|
|
3644
3644
|
|
|
3645
3645
|
const PRAXIS_LIST_I18N_NAMESPACE = 'praxis-list';
|
|
@@ -10904,4 +10904,3 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.17", ngImpo
|
|
|
10904
10904
|
*/
|
|
10905
10905
|
|
|
10906
10906
|
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 };
|
|
10907
|
-
//# sourceMappingURL=praxisui-list.mjs.map
|