@praxisui/list 9.0.0-beta.9 → 9.0.0-beta.90
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/README.md +4 -1
- package/ai/component-registry.json +9349 -0
- package/fesm2022/praxisui-list.mjs +1101 -766
- package/package.json +11 -7
- package/src/lib/editors/praxis-list-config-editor.json-api.md +1 -0
- package/src/lib/praxis-list.json-api.md +11 -4
- package/types/praxisui-list.d.ts +279 -7
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/list",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.90",
|
|
4
4
|
"description": "List components and helpers for Praxis UI.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
7
7
|
"@angular/core": "^21.0.0",
|
|
8
8
|
"@angular/material": "^21.0.0",
|
|
9
|
-
"@praxisui/dynamic-fields": "^9.0.0-beta.
|
|
9
|
+
"@praxisui/dynamic-fields": "^9.0.0-beta.90",
|
|
10
10
|
"rxjs": ">=7 <9",
|
|
11
11
|
"@angular/forms": "^21.0.0",
|
|
12
12
|
"@angular/router": "^21.0.0",
|
|
13
|
-
"@praxisui/ai": "^9.0.0-beta.
|
|
14
|
-
"@praxisui/core": "^9.0.0-beta.
|
|
15
|
-
"@praxisui/rich-content": "^9.0.0-beta.
|
|
16
|
-
"@praxisui/settings-panel": "^9.0.0-beta.
|
|
13
|
+
"@praxisui/ai": "^9.0.0-beta.90",
|
|
14
|
+
"@praxisui/core": "^9.0.0-beta.90",
|
|
15
|
+
"@praxisui/rich-content": "^9.0.0-beta.90",
|
|
16
|
+
"@praxisui/settings-panel": "^9.0.0-beta.90"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.3.0",
|
|
@@ -27,6 +27,7 @@
|
|
|
27
27
|
"keywords": [
|
|
28
28
|
"angular",
|
|
29
29
|
"praxisui",
|
|
30
|
+
"praxis",
|
|
30
31
|
"list",
|
|
31
32
|
"cards",
|
|
32
33
|
"selection",
|
|
@@ -42,7 +43,10 @@
|
|
|
42
43
|
".": {
|
|
43
44
|
"types": "./types/praxisui-list.d.ts",
|
|
44
45
|
"default": "./fesm2022/praxisui-list.mjs"
|
|
46
|
+
},
|
|
47
|
+
"./ai/component-registry.json": {
|
|
48
|
+
"default": "./ai/component-registry.json"
|
|
45
49
|
}
|
|
46
50
|
},
|
|
47
51
|
"type": "module"
|
|
48
|
-
}
|
|
52
|
+
}
|
|
@@ -335,6 +335,7 @@ A integracao com host ocorre por `SettingsValueProvider`:
|
|
|
335
335
|
| `actions[].id/icon/label/color/kind/buttonVariant/showIf/placement` | Active | Authoring completo de acoes por item; `showIf` usa Json Logic serializavel e `placement` controla a regiao visual da acao. |
|
|
336
336
|
| `actions[].globalAction/emitLocal/showLoading/confirmation` | Active | Suporte a acoes globais estruturadas, confirmacao para acoes locais e globais, loading por acao e emissao local opcional. |
|
|
337
337
|
| `actions[].globalAction.payload/payloadExpr` | Active | `payload` estruturado e `payloadExpr` avancado sao editaveis; ao definir um deles, o editor remove o outro para manter semantica canonica de execucao. |
|
|
338
|
+
| `actions[].action/recordOpen` | Runtime-governed | Preservado no round-trip, mas nao editavel: Metadata/Config publicam a referencia minima e o runtime reconsulta a surface contextual. |
|
|
338
339
|
| `actions[].emitPayload` | Declared-only | Preservado em JSON/config round-trip; nao aparece no editor visual de Ações porque nao altera o payload nativo da lista. |
|
|
339
340
|
| `ui.showSearch/searchField/searchPlaceholder` | Active | Bloco de busca. |
|
|
340
341
|
| `ui.showSort/sortOptions` | Active | Editor visual com deteccao de duplicatas. |
|
|
@@ -273,7 +273,7 @@ A maior parte das falhas opera em modo fail-open (persistência, inferência, co
|
|
|
273
273
|
| Condition | Mode | Runtime behavior | Consumer impact |
|
|
274
274
|
| --------------------------------- | --------- | ------------------------------------------------ | ---------------------------------- |
|
|
275
275
|
| Falha em `loadConfig/saveConfig` | fail-open | ignora persistência e mantém config ativa | sem perda de renderização |
|
|
276
|
-
| `showIf`
|
|
276
|
+
| `showIf` invalido | fail-closed | item/acao e ocultado com warning | evita renderizacao indevida |
|
|
277
277
|
| comando global não disponível | fail-open | ação global não executa; fluxo local continua | comportamento parcial, sem crash |
|
|
278
278
|
| contrato de seleção inconsistente | fail-soft | adapter normaliza payload para formato suportado | pode reduzir fidelidade do payload |
|
|
279
279
|
|
|
@@ -687,6 +687,8 @@ Notas de UX/WCAG:
|
|
|
687
687
|
| `actions[].buttonVariant` | Active | `stroked/raised/flat` |
|
|
688
688
|
| `actions[].showIf` | Active | condição Json Logic avaliada no contexto `row` |
|
|
689
689
|
| `actions[].emitPayload` | Declared-only | sem uso no payload de ações nativas; ações `rich-content` hospedadas podem emitir `payload?` próprio |
|
|
690
|
+
| `actions[].action` | Active | `surface.open` identifica a execução contextual governada quando acompanhada de `recordOpen` |
|
|
691
|
+
| `actions[].recordOpen` | Active | referência mínima `{ sourceIdentityField, target: { resourceKey, surfaceId } }`; o runtime reconsulta catálogo, item e `_links.surfaces` antes de materializar |
|
|
690
692
|
| `actions[].globalAction` | Active | integra com `GlobalActionService.executeRef`; suporta `navigation.openRoute` para navegação interna canônica |
|
|
691
693
|
| `actions[].globalAction.actionId` | Active | identificador canonico da acao global |
|
|
692
694
|
| `actions[].globalAction.payload` | Active | template/JSON resolvido recursivamente, inclusive `item.id` em rotas internas |
|
|
@@ -700,9 +702,12 @@ Notas de UX/WCAG:
|
|
|
700
702
|
Semantica de execucao:
|
|
701
703
|
|
|
702
704
|
1. valida confirmacao (quando configurada);
|
|
703
|
-
2.
|
|
704
|
-
3.
|
|
705
|
-
4.
|
|
705
|
+
2. quando `action='surface.open'`, exige `recordOpen`, extrai somente o `sourceIdentityField` declarado, reconsulta o recurso e a surface contextual do principal corrente e falha fechado se qualquer identidade/availability divergir;
|
|
706
|
+
3. fora desse fluxo, executa acao global estruturada (se `globalAction` estiver presente), incluindo `navigation.openRoute` para abrir rotas internas com contexto do item;
|
|
707
|
+
4. remove loading;
|
|
708
|
+
5. emite `actionClick` conforme regra `emitLocal`; uma intencao `recordOpen` nao cai em emissao local por default quando a resolucao falha.
|
|
709
|
+
|
|
710
|
+
`recordOpen` e materializacao governada de runtime e round-trip. O editor visual e o manifesto AI local nao authoram esse campo livremente; a fonte e a projection validada por Metadata/Config.
|
|
706
711
|
|
|
707
712
|
#### UI, i18n, a11y e events
|
|
708
713
|
|
|
@@ -868,6 +873,8 @@ AI:
|
|
|
868
873
|
| `actions[].buttonVariant` | Active | raised/flat/stroked |
|
|
869
874
|
| `actions[].showIf` | Active | visibilidade |
|
|
870
875
|
| `actions[].emitPayload` | Declared-only | sem efeito runtime |
|
|
876
|
+
| `actions[].action` | Active | `surface.open` contextual governado |
|
|
877
|
+
| `actions[].recordOpen` | Active | identidade mínima resolvida por catálogo e HATEOAS |
|
|
871
878
|
| `actions[].globalAction` | Active | acao global estruturada |
|
|
872
879
|
| `actions[].globalAction.actionId` | Active | identificador canonico da acao global |
|
|
873
880
|
| `actions[].globalAction.payload` | Active | payload template/json |
|
package/types/praxisui-list.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { MatSelectionListChange } from '@angular/material/list';
|
|
|
6
6
|
import { MatPaginatorSelectConfig, PageEvent } from '@angular/material/paginator';
|
|
7
7
|
import { FormGroup, FormControl } from '@angular/forms';
|
|
8
8
|
import * as _praxisui_core from '@praxisui/core';
|
|
9
|
-
import { PraxisExportFormat, PraxisExportScope, PraxisRuntimeConditionalEffectRule, JsonLogicExpression, RichContentDocument, GlobalActionRef, LocalizationConfig, AiCapability, PraxisDataQueryContext, RichBlockNode, RichBlockHostCapabilities, GlobalActionCatalogEntry, SurfaceOpenPayload, SettingsValueProvider as SettingsValueProvider$1, RichPresenterNode, RichComposeNode, ComponentDocMeta, AiCapabilityCategory, AiCapabilityCatalog, AiValueKind, ComponentAuthoringManifest } from '@praxisui/core';
|
|
9
|
+
import { PraxisExportFormat, PraxisExportScope, PraxisRuntimeConditionalEffectRule, JsonLogicExpression, RichContentDocument, ResourceRecordOpenRef, GlobalActionRef, LocalizationConfig, AiCapability, PraxisDataQueryContext, RichBlockNode, RichBlockHostCapabilities, GlobalActionCatalogEntry, SurfaceOpenPayload, SettingsValueProvider as SettingsValueProvider$1, RichPresenterNode, RichComposeNode, ComponentDocMeta, AiCapabilityCategory, AiCapabilityCatalog, AiValueKind, ComponentAuthoringManifest } from '@praxisui/core';
|
|
10
10
|
import { BaseAiAdapter, AiResponseCompileResult, PatchResult, PraxisAssistantTurnViewState, PraxisAssistantShellLayout, PraxisAssistantShellLabels, PraxisAssistantSessionSnapshot, PraxisAssistantShellQuickReply, PraxisAssistantShellMessage } from '@praxisui/ai';
|
|
11
11
|
import { SettingsValueProvider } from '@praxisui/settings-panel';
|
|
12
12
|
import * as _praxisui_list from '@praxisui/list';
|
|
@@ -294,6 +294,8 @@ interface PraxisListConfig {
|
|
|
294
294
|
buttonVariant?: 'stroked' | 'raised' | 'flat';
|
|
295
295
|
showIf?: JsonLogicExpression | null;
|
|
296
296
|
emitPayload?: 'item' | 'id' | 'value';
|
|
297
|
+
action?: 'surface.open';
|
|
298
|
+
recordOpen?: ResourceRecordOpenRef;
|
|
297
299
|
globalAction?: GlobalActionRef;
|
|
298
300
|
emitLocal?: boolean;
|
|
299
301
|
showLoading?: boolean;
|
|
@@ -521,6 +523,7 @@ declare class PraxisList implements OnInit, OnChanges, AfterViewInit, OnDestroy
|
|
|
521
523
|
private readonly jsonLogic;
|
|
522
524
|
private readonly i18n;
|
|
523
525
|
private readonly collectionExport;
|
|
526
|
+
private readonly recordOpenResolver;
|
|
524
527
|
private readonly paginatorIntl;
|
|
525
528
|
private readonly snackBar;
|
|
526
529
|
private readonly aiApi;
|
|
@@ -652,6 +655,8 @@ declare class PraxisList implements OnInit, OnChanges, AfterViewInit, OnDestroy
|
|
|
652
655
|
buttonVariant?: "stroked" | "raised" | "flat";
|
|
653
656
|
showIf?: JsonLogicExpression | null;
|
|
654
657
|
emitPayload?: "item" | "id" | "value";
|
|
658
|
+
action?: "surface.open";
|
|
659
|
+
recordOpen?: ResourceRecordOpenRef;
|
|
655
660
|
globalAction?: GlobalActionRef;
|
|
656
661
|
emitLocal?: boolean;
|
|
657
662
|
showLoading?: boolean;
|
|
@@ -673,6 +678,8 @@ declare class PraxisList implements OnInit, OnChanges, AfterViewInit, OnDestroy
|
|
|
673
678
|
emptyStateLabel(): string;
|
|
674
679
|
isResourceConnectionMissing(): boolean;
|
|
675
680
|
onActionClick(ev: MouseEvent, actionId: string, item: any, index: number): Promise<void>;
|
|
681
|
+
private executeRecordOpenAction;
|
|
682
|
+
private reportRecordOpenFailure;
|
|
676
683
|
private resolveActionPayload;
|
|
677
684
|
private resolveTemplate;
|
|
678
685
|
private isDeferredTemplateExpressionKey;
|
|
@@ -803,6 +810,7 @@ declare class PraxisList implements OnInit, OnChanges, AfterViewInit, OnDestroy
|
|
|
803
810
|
isThemeColor(color?: string): boolean;
|
|
804
811
|
chipStyle(color?: string, variant?: 'filled' | 'outlined'): string;
|
|
805
812
|
iconStyle(color?: string): string;
|
|
813
|
+
actionIconStyle(color?: string): string;
|
|
806
814
|
buttonStyle(color?: string, variant?: 'stroked' | 'raised' | 'flat'): string;
|
|
807
815
|
ratingMax(def?: any): number;
|
|
808
816
|
ratingThemeColor(def?: any): string | undefined;
|
|
@@ -2049,6 +2057,8 @@ declare class PraxisListDocPageComponent {
|
|
|
2049
2057
|
buttonVariant?: "stroked" | "raised" | "flat";
|
|
2050
2058
|
showIf?: _praxisui_core.JsonLogicExpression | null;
|
|
2051
2059
|
emitPayload?: "item" | "id" | "value";
|
|
2060
|
+
action?: "surface.open";
|
|
2061
|
+
recordOpen?: _praxisui_core.ResourceRecordOpenRef;
|
|
2052
2062
|
globalAction?: _praxisui_core.GlobalActionRef;
|
|
2053
2063
|
emitLocal?: boolean;
|
|
2054
2064
|
showLoading?: boolean;
|
|
@@ -2119,6 +2129,7 @@ declare const PRAXIS_LIST_EN_US: {
|
|
|
2119
2129
|
readonly itemDetails: "Item details";
|
|
2120
2130
|
readonly emptyState: "No items available";
|
|
2121
2131
|
readonly emptyStateConnectResource: "Connect this list to a resource to load items.";
|
|
2132
|
+
readonly recordOpenUnavailable: "Unable to open details for this item.";
|
|
2122
2133
|
readonly 'pagination.itemsPerPage': "Items per page:";
|
|
2123
2134
|
readonly 'pagination.nextPage': "Next page";
|
|
2124
2135
|
readonly 'pagination.previousPage': "Previous page";
|
|
@@ -2225,7 +2236,7 @@ declare const PRAXIS_LIST_EN_US: {
|
|
|
2225
2236
|
readonly 'Field to search': "Field to search";
|
|
2226
2237
|
readonly 'Search placeholder': "Search placeholder";
|
|
2227
2238
|
readonly 'e.g.: Search by title': "e.g.: Search by title";
|
|
2228
|
-
readonly 'Sorting options (label \
|
|
2239
|
+
readonly 'Sorting options (label \u2192 field+direction)': "Sorting options (label → field+direction)";
|
|
2229
2240
|
readonly 'Add option': "Add option";
|
|
2230
2241
|
readonly Field: "Field";
|
|
2231
2242
|
readonly 'Duplicate option (field+direction)': "Duplicate option (field+direction)";
|
|
@@ -2239,6 +2250,9 @@ declare const PRAXIS_LIST_EN_US: {
|
|
|
2239
2250
|
readonly 'Sync with Meta': "Sync with Meta";
|
|
2240
2251
|
readonly 'Expression/Text': "Expression/Text";
|
|
2241
2252
|
readonly 'Add feature': "Add feature";
|
|
2253
|
+
readonly 'Choose icon': "Choose icon";
|
|
2254
|
+
readonly 'Choose feature icon': "Choose feature icon";
|
|
2255
|
+
readonly 'Remove feature': "Remove feature";
|
|
2242
2256
|
readonly 'Section header': "Section header";
|
|
2243
2257
|
readonly 'Not configured': "Not configured";
|
|
2244
2258
|
readonly 'Empty state': "Empty state";
|
|
@@ -2338,6 +2352,7 @@ declare const PRAXIS_LIST_EN_US: {
|
|
|
2338
2352
|
readonly Date: "Date";
|
|
2339
2353
|
readonly 'Default text': "Default text";
|
|
2340
2354
|
readonly 'Default chip': "Default chip";
|
|
2355
|
+
readonly 'No items available': "No items available";
|
|
2341
2356
|
readonly 'Fields:': "Fields:";
|
|
2342
2357
|
readonly ' (Required)': " (Required)";
|
|
2343
2358
|
readonly 'Example available': "Example available";
|
|
@@ -2346,6 +2361,132 @@ declare const PRAXIS_LIST_EN_US: {
|
|
|
2346
2361
|
readonly 'Do you want to proceed with this action?': "Do you want to proceed with this action?";
|
|
2347
2362
|
readonly Attention: "Attention";
|
|
2348
2363
|
readonly 'CSS class example (add this to your global styles):': "CSS class example (add this to your global styles):";
|
|
2364
|
+
readonly 'No local dataset configured.': "No local dataset configured.";
|
|
2365
|
+
readonly '{{count}} local rows \u00B7 {{columns}} columns': "{{count}} local rows · {{columns}} columns";
|
|
2366
|
+
readonly 'Local data is present and will take precedence over the remote resource.': "Local data is present and will take precedence over the remote resource.";
|
|
2367
|
+
readonly Rules: "Rules";
|
|
2368
|
+
readonly Expansion: "Expansion";
|
|
2369
|
+
readonly Export: "Export";
|
|
2370
|
+
readonly 'Row layout': "Row layout";
|
|
2371
|
+
readonly 'Enable row layout': "Enable row layout";
|
|
2372
|
+
readonly 'Stable columns for list rows': "Stable columns for list rows";
|
|
2373
|
+
readonly 'Corporate row preset': "Corporate row preset";
|
|
2374
|
+
readonly 'Name + role': "Name + role";
|
|
2375
|
+
readonly Salary: "Salary";
|
|
2376
|
+
readonly 'Status icon': "Status icon";
|
|
2377
|
+
readonly Shell: "Shell";
|
|
2378
|
+
readonly 'Control placement': "Control placement";
|
|
2379
|
+
readonly 'Actions column': "Actions column";
|
|
2380
|
+
readonly Trailing: "Trailing";
|
|
2381
|
+
readonly 'Layout type': "Layout type";
|
|
2382
|
+
readonly Flex: "Flex";
|
|
2383
|
+
readonly Align: "Align";
|
|
2384
|
+
readonly 'Vertical alignment': "Vertical alignment";
|
|
2385
|
+
readonly 'Add column': "Add column";
|
|
2386
|
+
readonly Slot: "Slot";
|
|
2387
|
+
readonly Width: "Width";
|
|
2388
|
+
readonly 'Min width': "Min width";
|
|
2389
|
+
readonly 'Max width': "Max width";
|
|
2390
|
+
readonly Justify: "Justify";
|
|
2391
|
+
readonly 'Move column left': "Move column left";
|
|
2392
|
+
readonly 'Move column right': "Move column right";
|
|
2393
|
+
readonly 'Remove column': "Remove column";
|
|
2394
|
+
readonly 'Select a slot for this column.': "Select a slot for this column.";
|
|
2395
|
+
readonly 'This slot is not supported by the list runtime.': "This slot is not supported by the list runtime.";
|
|
2396
|
+
readonly 'This slot has no template or conditional override yet.': "This slot has no template or conditional override yet.";
|
|
2397
|
+
readonly 'Enable expansion': "Enable expansion";
|
|
2398
|
+
readonly Sections: "Sections";
|
|
2399
|
+
readonly Details: "Details";
|
|
2400
|
+
readonly 'Inline details for list rows': "Inline details for list rows";
|
|
2401
|
+
readonly 'Add section': "Add section";
|
|
2402
|
+
readonly 'Move section up': "Move section up";
|
|
2403
|
+
readonly 'Move section down': "Move section down";
|
|
2404
|
+
readonly 'Remove section': "Remove section";
|
|
2405
|
+
readonly Id: "Id";
|
|
2406
|
+
readonly Name: "Name";
|
|
2407
|
+
readonly Placement: "Placement";
|
|
2408
|
+
readonly Trigger: "Trigger";
|
|
2409
|
+
readonly 'Items expression': "Items expression";
|
|
2410
|
+
readonly 'Expression (item.key)': "Expression (item.key)";
|
|
2411
|
+
readonly 'Empty label': "Empty label";
|
|
2412
|
+
readonly 'No details available': "No details available";
|
|
2413
|
+
readonly 'Inline expansion sections only.': "Inline expansion sections only.";
|
|
2414
|
+
readonly 'Remote expansion config preserved \u00B7 {{mode}} \u00B7 {{nodes}} allowed node types': "Remote expansion config preserved · {{mode}} · {{nodes}} allowed node types";
|
|
2415
|
+
readonly 'resourcePath mode should declare resourceAllowList before remote detail loading is enabled.': "resourcePath mode should declare resourceAllowList before remote detail loading is enabled.";
|
|
2416
|
+
readonly 'Remote expansion should declare schemaContract for fail-closed rendering.': "Remote expansion should declare schemaContract for fail-closed rendering.";
|
|
2417
|
+
readonly 'schemaContract has no allowedNodes; remote sections may render fail-closed.': "schemaContract has no allowedNodes; remote sections may render fail-closed.";
|
|
2418
|
+
readonly 'The visual editor currently authors inline sections; remote expansion details remain JSON-governed.': "The visual editor currently authors inline sections; remote expansion details remain JSON-governed.";
|
|
2419
|
+
readonly 'Enable export': "Enable export";
|
|
2420
|
+
readonly Formats: "Formats";
|
|
2421
|
+
readonly Scope: "Scope";
|
|
2422
|
+
readonly 'Default file name': "Default file name";
|
|
2423
|
+
readonly 'Max rows': "Max rows";
|
|
2424
|
+
readonly 'Include headers': "Include headers";
|
|
2425
|
+
readonly 'Included fields': "Included fields";
|
|
2426
|
+
readonly 'Empty means all fields': "Empty means all fields";
|
|
2427
|
+
readonly 'Formats, scope and file options': "Formats, scope and file options";
|
|
2428
|
+
readonly 'Export preview': "Export preview";
|
|
2429
|
+
readonly 'No fields available for preview yet.': "No fields available for preview yet.";
|
|
2430
|
+
readonly '{{formats}} \u00B7 {{scope}} \u00B7 {{columns}} columns{{limit}}': "{{formats}} · {{scope}} · {{columns}} columns{{limit}}";
|
|
2431
|
+
readonly 'max {{count}} rows': "max {{count}} rows";
|
|
2432
|
+
readonly 'Unknown export fields: {{fields}}': "Unknown export fields: {{fields}}";
|
|
2433
|
+
readonly Columns: "Columns";
|
|
2434
|
+
readonly Presets: "Presets";
|
|
2435
|
+
readonly 'Single field': "Single field";
|
|
2436
|
+
readonly 'Card with media': "Card with media";
|
|
2437
|
+
readonly 'Tile with media': "Tile with media";
|
|
2438
|
+
readonly 'Media on the left': "Media on the left";
|
|
2439
|
+
readonly 'Hotel tile': "Hotel tile";
|
|
2440
|
+
readonly 'Hotel (large media)': "Hotel (large media)";
|
|
2441
|
+
readonly 'Standard tile': "Standard tile";
|
|
2442
|
+
readonly Hotel: "Hotel";
|
|
2443
|
+
readonly Subtitle: "Subtitle";
|
|
2444
|
+
readonly 'Short date': "Short date";
|
|
2445
|
+
readonly 'Apply formatting': "Apply formatting";
|
|
2446
|
+
readonly 'Formatting and style': "Formatting and style";
|
|
2447
|
+
readonly 'Pipes / Format': "Pipes / Format";
|
|
2448
|
+
readonly 'Open formatting menu': "Open formatting menu";
|
|
2449
|
+
readonly Map: "Map";
|
|
2450
|
+
readonly 'CSS class': "CSS class";
|
|
2451
|
+
readonly Border: "Border";
|
|
2452
|
+
readonly Background: "Background";
|
|
2453
|
+
readonly Padding: "Padding";
|
|
2454
|
+
readonly Gap: "Gap";
|
|
2455
|
+
readonly Angle: "Angle";
|
|
2456
|
+
readonly 'Gradient from': "Gradient from";
|
|
2457
|
+
readonly 'Gradient to': "Gradient to";
|
|
2458
|
+
readonly Custom: "Custom";
|
|
2459
|
+
readonly 'Show when (Json Logic)': "Show when (Json Logic)";
|
|
2460
|
+
readonly 'Condition (Json Logic)': "Condition (Json Logic)";
|
|
2461
|
+
readonly 'Use a Json Logic object, for example {"==":[{"var":"row.status"},"done"]}.': "Use a Json Logic object, for example {\"==\":[{\"var\":\"row.status\"},\"done\"]}.";
|
|
2462
|
+
readonly 'Item style rules': "Item style rules";
|
|
2463
|
+
readonly 'Apply class, style, border or background when Json Logic matches.': "Apply class, style, border or background when Json Logic matches.";
|
|
2464
|
+
readonly 'Add item rule': "Add item rule";
|
|
2465
|
+
readonly 'Item rule': "Item rule";
|
|
2466
|
+
readonly 'Canonical effect': "Canonical effect";
|
|
2467
|
+
readonly 'Materialize the first effects[] entry used by the runtime.': "Materialize the first effects[] entry used by the runtime.";
|
|
2468
|
+
readonly 'Use direct fields': "Use direct fields";
|
|
2469
|
+
readonly 'Use effects[]': "Use effects[]";
|
|
2470
|
+
readonly 'Effect class': "Effect class";
|
|
2471
|
+
readonly 'Effect style': "Effect style";
|
|
2472
|
+
readonly 'Effect border': "Effect border";
|
|
2473
|
+
readonly 'Effect background': "Effect background";
|
|
2474
|
+
readonly 'Slot override rules': "Slot override rules";
|
|
2475
|
+
readonly 'Replace, decorate or hide a slot when Json Logic matches.': "Replace, decorate or hide a slot when Json Logic matches.";
|
|
2476
|
+
readonly 'Add slot rule': "Add slot rule";
|
|
2477
|
+
readonly 'Slot rule': "Slot rule";
|
|
2478
|
+
readonly 'Template type': "Template type";
|
|
2479
|
+
readonly 'Template expression': "Template expression";
|
|
2480
|
+
readonly 'Hide slot': "Hide slot";
|
|
2481
|
+
readonly 'Effect template type': "Effect template type";
|
|
2482
|
+
readonly 'Effect template expression': "Effect template expression";
|
|
2483
|
+
readonly 'Effect hides slot': "Effect hides slot";
|
|
2484
|
+
readonly 'Payload expression': "Payload expression";
|
|
2485
|
+
readonly 'Advanced escape hatch. When set, payload is resolved from this expression and no default item payload is injected.': "Advanced escape hatch. When set, payload is resolved from this expression and no default item payload is injected.";
|
|
2486
|
+
readonly 'e.g.: department': "e.g.: department";
|
|
2487
|
+
readonly 'e.g.: Most recent': "e.g.: Most recent";
|
|
2488
|
+
readonly 'Local columns': "Local columns";
|
|
2489
|
+
readonly 'Advanced row CSS': "Advanced row CSS";
|
|
2349
2490
|
};
|
|
2350
2491
|
|
|
2351
2492
|
declare const PRAXIS_LIST_I18N_NAMESPACE = "praxis-list";
|
|
@@ -2358,6 +2499,7 @@ declare const PRAXIS_LIST_PT_BR: {
|
|
|
2358
2499
|
readonly itemDetails: "Detalhes do item";
|
|
2359
2500
|
readonly emptyState: "Nenhum item disponível";
|
|
2360
2501
|
readonly emptyStateConnectResource: "Conecte a lista a um recurso para carregar os itens.";
|
|
2502
|
+
readonly recordOpenUnavailable: "Não foi possível abrir os detalhes deste item.";
|
|
2361
2503
|
readonly 'pagination.itemsPerPage': "Itens por página:";
|
|
2362
2504
|
readonly 'pagination.nextPage': "Próxima página";
|
|
2363
2505
|
readonly 'pagination.previousPage': "Página anterior";
|
|
@@ -2478,6 +2620,9 @@ declare const PRAXIS_LIST_PT_BR: {
|
|
|
2478
2620
|
readonly 'Sync with Meta': "Sincronizar com Meta";
|
|
2479
2621
|
readonly 'Expression/Text': "Expressão/Texto";
|
|
2480
2622
|
readonly 'Add feature': "Adicionar recurso";
|
|
2623
|
+
readonly 'Choose icon': "Escolher ícone";
|
|
2624
|
+
readonly 'Choose feature icon': "Escolher ícone do recurso";
|
|
2625
|
+
readonly 'Remove feature': "Remover recurso";
|
|
2481
2626
|
readonly 'Section header': "Cabeçalho de Seção";
|
|
2482
2627
|
readonly 'Not configured': "Não configurado";
|
|
2483
2628
|
readonly 'Empty state': "Estado Vazio";
|
|
@@ -2559,24 +2704,25 @@ declare const PRAXIS_LIST_PT_BR: {
|
|
|
2559
2704
|
readonly 'Between groups': "Entre grupos";
|
|
2560
2705
|
readonly All: "Todos";
|
|
2561
2706
|
readonly 'Group by': "Agrupar por";
|
|
2562
|
-
readonly Cards: "Cartões
|
|
2563
|
-
readonly Tiles: "Blocos
|
|
2564
|
-
readonly 'Pill Soft': "Pílula
|
|
2707
|
+
readonly Cards: "Cartões";
|
|
2708
|
+
readonly Tiles: "Blocos";
|
|
2709
|
+
readonly 'Pill Soft': "Pílula suave";
|
|
2565
2710
|
readonly 'Gradient Tile': "Bloco com degradê";
|
|
2566
|
-
readonly Glass: "Vidro
|
|
2711
|
+
readonly Glass: "Vidro";
|
|
2567
2712
|
readonly Elevated: "Elevado";
|
|
2568
2713
|
readonly Outline: "Contorno";
|
|
2569
2714
|
readonly Flat: "Plano";
|
|
2570
2715
|
readonly Neumorphism: "Neumorfismo";
|
|
2571
2716
|
readonly Text: "Texto";
|
|
2572
2717
|
readonly Chip: "Chip";
|
|
2573
|
-
readonly Rating: "Avaliação
|
|
2718
|
+
readonly Rating: "Avaliação";
|
|
2574
2719
|
readonly Image: "Imagem";
|
|
2575
2720
|
readonly HTML: "HTML";
|
|
2576
2721
|
readonly Currency: "Moeda";
|
|
2577
2722
|
readonly Date: "Data";
|
|
2578
2723
|
readonly 'Default text': "Texto padrão";
|
|
2579
2724
|
readonly 'Default chip': "Chip padrão";
|
|
2725
|
+
readonly 'No items available': "Nenhum item disponível";
|
|
2580
2726
|
readonly 'Fields:': "Campos:";
|
|
2581
2727
|
readonly ' (Required)': " (Obrigatório)";
|
|
2582
2728
|
readonly 'Example available': "Exemplo disponível";
|
|
@@ -2585,6 +2731,132 @@ declare const PRAXIS_LIST_PT_BR: {
|
|
|
2585
2731
|
readonly 'Do you want to proceed with this action?': "Deseja prosseguir com esta ação?";
|
|
2586
2732
|
readonly Attention: "Atenção";
|
|
2587
2733
|
readonly 'CSS class example (add this to your global styles):': "Exemplo de classe CSS (adicione isto aos seus estilos globais):";
|
|
2734
|
+
readonly 'No local dataset configured.': "Nenhum conjunto de dados local configurado.";
|
|
2735
|
+
readonly '{{count}} local rows \u00B7 {{columns}} columns': "{{count}} linhas locais · {{columns}} colunas";
|
|
2736
|
+
readonly 'Local data is present and will take precedence over the remote resource.': "Há dados locais configurados e eles terão precedência sobre o recurso remoto.";
|
|
2737
|
+
readonly Rules: "Regras";
|
|
2738
|
+
readonly Expansion: "Expansão";
|
|
2739
|
+
readonly Export: "Exportação";
|
|
2740
|
+
readonly 'Row layout': "Layout da linha";
|
|
2741
|
+
readonly 'Enable row layout': "Ativar layout da linha";
|
|
2742
|
+
readonly 'Stable columns for list rows': "Colunas estáveis para linhas da lista";
|
|
2743
|
+
readonly 'Corporate row preset': "Preset de linha corporativa";
|
|
2744
|
+
readonly 'Name + role': "Nome + função";
|
|
2745
|
+
readonly Salary: "Salário";
|
|
2746
|
+
readonly 'Status icon': "Ícone de status";
|
|
2747
|
+
readonly Shell: "Estrutura";
|
|
2748
|
+
readonly 'Control placement': "Posição do controle";
|
|
2749
|
+
readonly 'Actions column': "Coluna de ações";
|
|
2750
|
+
readonly Trailing: "Final";
|
|
2751
|
+
readonly 'Layout type': "Tipo de layout";
|
|
2752
|
+
readonly Flex: "Flexível";
|
|
2753
|
+
readonly Align: "Alinhamento";
|
|
2754
|
+
readonly 'Vertical alignment': "Alinhamento vertical";
|
|
2755
|
+
readonly 'Add column': "Adicionar coluna";
|
|
2756
|
+
readonly Slot: "Slot";
|
|
2757
|
+
readonly Width: "Largura";
|
|
2758
|
+
readonly 'Min width': "Largura mínima";
|
|
2759
|
+
readonly 'Max width': "Largura máxima";
|
|
2760
|
+
readonly Justify: "Justificar";
|
|
2761
|
+
readonly 'Move column left': "Mover coluna para a esquerda";
|
|
2762
|
+
readonly 'Move column right': "Mover coluna para a direita";
|
|
2763
|
+
readonly 'Remove column': "Remover coluna";
|
|
2764
|
+
readonly 'Select a slot for this column.': "Selecione um slot para esta coluna.";
|
|
2765
|
+
readonly 'This slot is not supported by the list runtime.': "Este slot não é suportado pelo runtime da lista.";
|
|
2766
|
+
readonly 'This slot has no template or conditional override yet.': "Este slot ainda não tem template ou substituição condicional.";
|
|
2767
|
+
readonly 'Enable expansion': "Ativar expansão";
|
|
2768
|
+
readonly Sections: "Seções";
|
|
2769
|
+
readonly Details: "Detalhes";
|
|
2770
|
+
readonly 'Inline details for list rows': "Detalhes inline para linhas da lista";
|
|
2771
|
+
readonly 'Add section': "Adicionar seção";
|
|
2772
|
+
readonly 'Move section up': "Mover seção para cima";
|
|
2773
|
+
readonly 'Move section down': "Mover seção para baixo";
|
|
2774
|
+
readonly 'Remove section': "Remover seção";
|
|
2775
|
+
readonly Id: "Id";
|
|
2776
|
+
readonly Name: "Nome";
|
|
2777
|
+
readonly Placement: "Posicionamento";
|
|
2778
|
+
readonly Trigger: "Gatilho";
|
|
2779
|
+
readonly 'Items expression': "Expressão dos itens";
|
|
2780
|
+
readonly 'Expression (item.key)': "Expressão (item.key)";
|
|
2781
|
+
readonly 'Empty label': "Rótulo vazio";
|
|
2782
|
+
readonly 'No details available': "Nenhum detalhe disponível";
|
|
2783
|
+
readonly 'Inline expansion sections only.': "Somente seções de expansão inline.";
|
|
2784
|
+
readonly 'Remote expansion config preserved \u00B7 {{mode}} \u00B7 {{nodes}} allowed node types': "Configuração de expansão remota preservada · {{mode}} · {{nodes}} tipos de nós permitidos";
|
|
2785
|
+
readonly 'resourcePath mode should declare resourceAllowList before remote detail loading is enabled.': "O modo resourcePath deve declarar resourceAllowList antes de habilitar o carregamento remoto de detalhes.";
|
|
2786
|
+
readonly 'Remote expansion should declare schemaContract for fail-closed rendering.': "A expansão remota deve declarar schemaContract para renderização fail-closed.";
|
|
2787
|
+
readonly 'schemaContract has no allowedNodes; remote sections may render fail-closed.': "schemaContract não tem allowedNodes; seções remotas podem renderizar em modo fail-closed.";
|
|
2788
|
+
readonly 'The visual editor currently authors inline sections; remote expansion details remain JSON-governed.': "O editor visual authora seções inline; detalhes de expansão remota continuam governados por JSON.";
|
|
2789
|
+
readonly 'Enable export': "Ativar exportação";
|
|
2790
|
+
readonly Formats: "Formatos";
|
|
2791
|
+
readonly Scope: "Escopo";
|
|
2792
|
+
readonly 'Default file name': "Nome padrão do arquivo";
|
|
2793
|
+
readonly 'Max rows': "Máximo de linhas";
|
|
2794
|
+
readonly 'Include headers': "Incluir cabeçalhos";
|
|
2795
|
+
readonly 'Included fields': "Campos incluídos";
|
|
2796
|
+
readonly 'Empty means all fields': "Vazio significa todos os campos";
|
|
2797
|
+
readonly 'Formats, scope and file options': "Formatos, escopo e opções de arquivo";
|
|
2798
|
+
readonly 'Export preview': "Prévia da exportação";
|
|
2799
|
+
readonly 'No fields available for preview yet.': "Ainda não há campos disponíveis para prévia.";
|
|
2800
|
+
readonly '{{formats}} \u00B7 {{scope}} \u00B7 {{columns}} columns{{limit}}': "{{formats}} · {{scope}} · {{columns}} colunas{{limit}}";
|
|
2801
|
+
readonly 'max {{count}} rows': "máx. {{count}} linhas";
|
|
2802
|
+
readonly 'Unknown export fields: {{fields}}': "Campos de exportação desconhecidos: {{fields}}";
|
|
2803
|
+
readonly Columns: "Colunas";
|
|
2804
|
+
readonly Presets: "Presets";
|
|
2805
|
+
readonly 'Single field': "Campo único";
|
|
2806
|
+
readonly 'Card with media': "Cartão com mídia";
|
|
2807
|
+
readonly 'Tile with media': "Bloco com mídia";
|
|
2808
|
+
readonly 'Media on the left': "Mídia à esquerda";
|
|
2809
|
+
readonly 'Hotel tile': "Bloco de hotel";
|
|
2810
|
+
readonly 'Hotel (large media)': "Hotel (mídia grande)";
|
|
2811
|
+
readonly 'Standard tile': "Bloco padrão";
|
|
2812
|
+
readonly Hotel: "Hotel";
|
|
2813
|
+
readonly Subtitle: "Subtítulo";
|
|
2814
|
+
readonly 'Short date': "Data curta";
|
|
2815
|
+
readonly 'Apply formatting': "Aplicar formatação";
|
|
2816
|
+
readonly 'Formatting and style': "Formatação e estilo";
|
|
2817
|
+
readonly 'Pipes / Format': "Pipes / Formato";
|
|
2818
|
+
readonly 'Open formatting menu': "Abrir menu de formatação";
|
|
2819
|
+
readonly Map: "Mapear";
|
|
2820
|
+
readonly 'CSS class': "Classe CSS";
|
|
2821
|
+
readonly Border: "Borda";
|
|
2822
|
+
readonly Background: "Fundo";
|
|
2823
|
+
readonly Padding: "Espaçamento interno";
|
|
2824
|
+
readonly Gap: "Espaçamento";
|
|
2825
|
+
readonly Angle: "Ângulo";
|
|
2826
|
+
readonly 'Gradient from': "Degradê inicial";
|
|
2827
|
+
readonly 'Gradient to': "Degradê final";
|
|
2828
|
+
readonly Custom: "Personalizado";
|
|
2829
|
+
readonly 'Show when (Json Logic)': "Exibir quando (Json Logic)";
|
|
2830
|
+
readonly 'Condition (Json Logic)': "Condição (Json Logic)";
|
|
2831
|
+
readonly 'Use a Json Logic object, for example {"==":[{"var":"row.status"},"done"]}.': "Use um objeto Json Logic, por exemplo {\"==\":[{\"var\":\"row.status\"},\"done\"]}.";
|
|
2832
|
+
readonly 'Item style rules': "Regras de estilo do item";
|
|
2833
|
+
readonly 'Apply class, style, border or background when Json Logic matches.': "Aplique classe, estilo, borda ou fundo quando o Json Logic corresponder.";
|
|
2834
|
+
readonly 'Add item rule': "Adicionar regra de item";
|
|
2835
|
+
readonly 'Item rule': "Regra de item";
|
|
2836
|
+
readonly 'Canonical effect': "Efeito canônico";
|
|
2837
|
+
readonly 'Materialize the first effects[] entry used by the runtime.': "Materialize a primeira entrada effects[] usada pelo runtime.";
|
|
2838
|
+
readonly 'Use direct fields': "Usar campos diretos";
|
|
2839
|
+
readonly 'Use effects[]': "Usar effects[]";
|
|
2840
|
+
readonly 'Effect class': "Classe do efeito";
|
|
2841
|
+
readonly 'Effect style': "Estilo do efeito";
|
|
2842
|
+
readonly 'Effect border': "Borda do efeito";
|
|
2843
|
+
readonly 'Effect background': "Fundo do efeito";
|
|
2844
|
+
readonly 'Slot override rules': "Regras de substituição de slot";
|
|
2845
|
+
readonly 'Replace, decorate or hide a slot when Json Logic matches.': "Substitua, decore ou oculte um slot quando o Json Logic corresponder.";
|
|
2846
|
+
readonly 'Add slot rule': "Adicionar regra de slot";
|
|
2847
|
+
readonly 'Slot rule': "Regra de slot";
|
|
2848
|
+
readonly 'Template type': "Tipo de template";
|
|
2849
|
+
readonly 'Template expression': "Expressão do template";
|
|
2850
|
+
readonly 'Hide slot': "Ocultar slot";
|
|
2851
|
+
readonly 'Effect template type': "Tipo de template do efeito";
|
|
2852
|
+
readonly 'Effect template expression': "Expressão do template do efeito";
|
|
2853
|
+
readonly 'Effect hides slot': "Efeito oculta o slot";
|
|
2854
|
+
readonly 'Payload expression': "Expressão do payload";
|
|
2855
|
+
readonly 'Advanced escape hatch. When set, payload is resolved from this expression and no default item payload is injected.': "Escape hatch avançado. Quando definido, o payload é resolvido por esta expressão e nenhum payload padrão do item é injetado.";
|
|
2856
|
+
readonly 'e.g.: department': "ex.: departamento";
|
|
2857
|
+
readonly 'e.g.: Most recent': "ex.: Mais recentes";
|
|
2858
|
+
readonly 'Local columns': "Colunas locais";
|
|
2859
|
+
readonly 'Advanced row CSS': "CSS avançado da linha";
|
|
2588
2860
|
};
|
|
2589
2861
|
|
|
2590
2862
|
export { ExecutiveAlertsComponent, ExecutiveBadgeComponent, ExecutiveOwnerComponent, LIST_AI_CAPABILITIES, ListDataService, ListSkinService, PRAXIS_LIST_AUTHORING_MANIFEST, PRAXIS_LIST_COMPONENT_METADATA, PRAXIS_LIST_EN_US, PRAXIS_LIST_I18N_NAMESPACE, PRAXIS_LIST_PT_BR, PraxisList, PraxisListConfigEditor, PraxisListDocPageComponent, PraxisListJsonConfigEditorComponent, PraxisListWidgetConfigEditor, adaptSelection, buildListApplyPlan, createListAuthoringDocument, evalExpr, evaluateTemplate, inferListAuthoringDocument, inferTemplatingFromSchema, isListTemplateSupportedByRichContentP0, mapListTemplateToRichContentP0, normalizeListActionPayloads, normalizeListAuthoringDocument, normalizeListConfig, parseLegacyOrListDocument, projectListAuthoringDocument, providePraxisListI18n, providePraxisListMetadata, serializeListAuthoringDocument, toCanonicalListConfig, validateListAuthoringDocument };
|