@praxisui/core 9.0.0-beta.25 → 9.0.0-beta.27
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/ai/component-registry.json +4 -4
- package/fesm2022/praxisui-core.mjs +318 -4
- package/package.json +1 -1
- package/types/praxisui-core.d.ts +124 -2
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
|
-
"generatedAt": "2026-
|
|
3
|
+
"generatedAt": "2026-07-01T19:52:01.852Z",
|
|
4
4
|
"packageName": "@praxisui/core",
|
|
5
|
-
"packageVersion": "9.0.0-beta.
|
|
5
|
+
"packageVersion": "9.0.0-beta.27",
|
|
6
6
|
"sourceRegistry": "praxis-component-registry-ingestion",
|
|
7
7
|
"sourceRegistryVersion": "1.0.0",
|
|
8
8
|
"componentCount": 3,
|
|
@@ -3159,9 +3159,9 @@
|
|
|
3159
3159
|
{
|
|
3160
3160
|
"chunkIndex": 27,
|
|
3161
3161
|
"chunkKind": "recipe",
|
|
3162
|
-
"content": "{\n \"_comment\": \"Recipe para agentes criarem uma Praxis Dynamic Page com formulario de lifecycle usando regras, validacao reativa e actions.\",\n \"_comment2\": \"Use quando a meta for mostrar conditionalDisplay, conditionalRequired, formRules e workflow fields em praxis-dynamic-form.\",\n \"templateMeta\": {\n \"registryKey\": \"praxis-dynamic-page\",\n \"variantId\": \"lifecycle-form\",\n \"status\": \"public-example\",\n \"useWhen\": \"Create a metadata-driven edit form with lifecycle rules and host-owned workflow fields.\",\n \"examplePrompts\": [\n \"crie um formulario com regras condicionais para funcionario\",\n \"mostre conditionalDisplay e conditionalRequired no dynamic form\",\n \"gere uma pagina de lifecycle com validacao reativa e actions\"\n ]\n },\n \"platformValue\": {\n \"canonicalContract\": \"praxis-metadata-starter publishes the funcionario resource contract; host workflow fields remain explicit UI state.\",\n \"referenceApi\": \"praxis-api-quickstart serves funcionario detail data, options and capabilities.\",\n \"angularRuntime\": \"@praxisui/dynamic-form applies sections, fieldMetadata, conditional rules, validation and action placement.\",\n \"publicExamples\": \"praxis-ui-landing-page exposes this envelope, runtime preview and feature coverage.\",\n \"agentCorpus\": \"This recipe teaches LLMs how to add lifecycle logic without redefining backend resource semantics.\"\n },\n \"operationalEvidence\": {\n \"baseUrl\": \"https://praxis-api-quickstart.onrender.com\",\n \"safeFirstIds\": [\n \"filtered-schema-response-funcionarios\",\n \"funcionarios-get-by-id\",\n \"cargos-options-filter\",\n \"departamentos-options-filter\"\n ],\n \"pendingHttpIds\": [],\n \"httpExamples\": [\n \"praxisui-http-examples/http/metadata/filtered_schema_response_funcionarios.http\",\n \"praxisui-http-examples/http/resources/funcionarios_get_by_id.http\",\n \"praxisui-http-examples/http/resources/cargos_options_filter.http\",\n \"praxisui-http-examples/http/resources/departamentos_options_filter.http\"\n ]\n },\n \"authoringGuidance\": [\n \"Keep persisted resource fields aligned to the published response schema.\",\n \"Use host-owned workflow fields for lifecycle decisions that are not part of the canonical resource DTO.\",\n \"Use conditionalDisplay and conditionalRequired for field-level rules.\",\n \"Use formRules for section, row, column, action or field property patches driven by form state.\",\n \"Use behavior.reactiveValidation or inputs.reactiveValidation when rules should re-evaluate during editing.\",\n \"Use asyncSelect with canonical option endpoints for assignment changes.\"\n ],\n \"teaches\": [\n \"dynamic-form.conditionalDisplay\",\n \"dynamic-form.conditionalRequired\",\n \"dynamic-form.formRules\",\n \"dynamic-form.reactiveValidation\",\n \"dynamic-form.actions.custom\",\n \"dynamic-fields.asyncSelect\",\n \"dynamic-fields.currency\",\n \"remote-options\",\n \"host-workflow-fields\"\n ],\n \"page\": {\n \"layout\": {\n \"orientation\": \"columns\",\n \"columns\": 1,\n \"gap\": \"16px\"\n },\n \"widgets\": [\n {\n \"key\": \"funcionarioLifecycleForm\",\n \"shell\": {\n \"kind\": \"dashboard-card\",\n \"icon\": \"rule\",\n \"title\": \"Funcionario lifecycle\",\n \"subtitle\": \"Rules, validations and workflow-only fields\"\n },\n \"definition\": {\n \"id\": \"praxis-dynamic-form\",\n \"bindingOrder\": [\n \"config\",\n \"resourcePath\",\n \"formId\",\n \"resourceId\",\n \"initialValue\"\n ],\n \"inputs\": {\n \"formId\": \"human-resources-funcionarios-lifecycle\",\n \"resourcePath\": \"human-resources/funcionarios\",\n \"resourceId\": 1,\n \"mode\": \"edit\",\n \"reactiveValidation\": true,\n \"reactiveValidationDebounceMs\": 200,\n \"initialValue\": {\n \"lifecycleAction\": \"UPDATE_ASSIGNMENT\",\n \"keepPayrollActive\": true\n },\n \"config\": {\n \"metadata\": {\n \"name\": \"Funcionario lifecycle workflow\",\n \"version\": \"1.0.0\"\n },\n \"behavior\": {\n \"reactiveValidation\": true,\n \"reactiveValidationDebounceMs\": 200\n },\n \"sections\": [\n {\n \"id\": \"current-state\",\n \"title\": \"Current state\",\n \"description\": \"Read the current employee data before choosing a lifecycle path.\",\n \"appearance\": \"outlined\",\n \"rows\": [\n {\n \"id\": \"current-state-row\",\n \"columns\": [\n {\n \"id\": \"current-identity\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"nomeCompleto\",\n \"email\",\n \"ativo\"\n ]\n },\n {\n \"id\": \"current-assignment\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"cargoId\",\n \"departamentoId\",\n \"salario\"\n ]\n }\n ]\n }\n ]\n },\n {\n \"id\": \"workflow-decision\",\n \"title\": \"Lifecycle decision\",\n \"description\": \"Host-owned workflow fields drive conditional display and validation.\",\n \"appearance\": \"outlined\",\n \"rows\": [\n {\n \"id\": \"decision-row-1\",\n \"columns\": [\n {\n \"id\": \"decision-main\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"lifecycleAction\",\n \"effectiveDate\"\n ]\n },\n {\n \"id\": \"decision-flags\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"keepPayrollActive\",\n \"requiresManagerApproval\"\n ]\n }\n ]\n }\n ]\n },\n {\n \"id\": \"assignment-change\",\n \"title\": \"Assignment change\",\n \"description\": \"Only required when the selected lifecycle path changes assignment.\",\n \"appearance\": \"outlined\",\n \"rows\": [\n {\n \"id\": \"assignment-change-row\",\n \"columns\": [\n {\n \"id\": \"assignment-change-main\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"newCargoId\",\n \"newDepartamentoId\"\n ]\n },\n {\n \"id\": \"assignment-change-payroll\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"newSalary\",\n \"assignmentReason\"\n ]\n }\n ]\n }\n ]\n },\n {\n \"id\": \"deactivation\",\n \"title\": \"Deactivation\",\n \"description\": \"Visible only for deactivation requests.\",\n \"appearance\": \"outlined\",\n \"rows\": [\n {\n \"id\": \"deactivation-row\",\n \"columns\": [\n {\n \"id\": \"deactivation-main\",\n \"fields\": [\n \"deactivationReason\",\n \"deactivationNotes\"\n ]\n }\n ]\n }\n ]\n }\n ],\n \"fieldMetadata\": [\n {\n \"name\": \"nomeCompleto\",\n \"label\": \"Nome Completo\",\n \"controlType\": \"input\",\n \"readonly\": true,\n \"validators\": {\n \"required\": true,\n \"maxLength\": 160\n }\n },\n {\n \"name\": \"email\",\n \"label\": \"Email\",\n \"controlType\": \"email\",\n \"readonly\": true,\n \"validators\": {\n \"email\": true\n }\n },\n {\n \"name\": \"ativo\",\n \"label\": \"Ativo\",\n \"controlType\": \"toggle\",\n \"readonly\": true\n },\n {\n \"name\": \"cargoId\",\n \"label\": \"Cargo atual\",\n \"controlType\": \"asyncSelect\",\n \"endpoint\": \"/api/human-resources/cargos/options/filter\",\n \"displayField\": \"label\",\n \"valueField\": \"id\",\n \"readonly\": true\n },\n {\n \"name\": \"departamentoId\",\n \"label\": \"Departamento atual\",\n \"controlType\": \"asyncSelect\",\n \"endpoint\": \"/api/human-resources/departamentos/options/filter\",\n \"displayField\": \"label\",\n \"valueField\": \"id\",\n \"readonly\": true\n },\n {\n \"name\": \"salario\",\n \"label\": \"Salario atual\",\n \"controlType\": \"currency\",\n \"currencyCode\": \"BRL\",\n \"locale\": \"pt-BR\",\n \"readonly\": true\n },\n {\n \"name\": \"lifecycleAction\",\n \"label\": \"Lifecycle action\",\n \"controlType\": \"select\",\n \"validators\": {\n \"required\": true\n },\n \"options\": [\n {\n \"label\": \"Update assignment\",\n \"value\": \"UPDATE_ASSIGNMENT\"\n },\n {\n \"label\": \"Promote\",\n \"value\": \"PROMOTE\"\n },\n {\n \"label\": \"Deactivate\",\n \"value\": \"DEACTIVATE\"\n }\n ]\n },\n {\n \"name\": \"effectiveDate\",\n \"label\": \"Effective date\",\n \"controlType\": \"date\",\n \"validators\": {\n \"required\": true\n }\n },\n {\n \"name\": \"keepPayrollActive\",\n \"label\": \"Keep payroll active\",\n \"controlType\": \"toggle\",\n \"conditionalDisplay\": \"lifecycleAction != 'DEACTIVATE'\"\n },\n {\n \"name\": \"requiresManagerApproval\",\n \"label\": \"Requires manager approval\",\n \"controlType\": \"checkbox\",\n \"conditionalDisplay\": \"lifecycleAction == 'PROMOTE' || lifecycleAction == 'DEACTIVATE'\",\n \"conditionalRequired\": \"lifecycleAction == 'PROMOTE' || lifecycleAction == 'DEACTIVATE'\"\n },\n {\n \"name\": \"newCargoId\",\n \"label\": \"New cargo\",\n \"controlType\": \"asyncSelect\",\n \"endpoint\": \"/api/human-resources/cargos/options/filter\",\n \"displayField\": \"label\",\n \"valueField\": \"id\",\n \"conditionalDisplay\": \"lifecycleAction == 'UPDATE_ASSIGNMENT' || lifecycleAction == 'PROMOTE'\",\n \"conditionalRequired\": \"lifecycleAction == 'UPDATE_ASSIGNMENT' || lifecycleAction == 'PROMOTE'\"\n },\n {\n \"name\": \"newDepartamentoId\",\n \"label\": \"New departamento\",\n \"controlType\": \"asyncSelect\",\n \"endpoint\": \"/api/human-resources/departamentos/options/filter\",\n \"displayField\": \"label\",\n \"valueField\": \"id\",\n \"conditionalDisplay\": \"lifecycleAction == 'UPDATE_ASSIGNMENT' || lifecycleAction == 'PROMOTE'\",\n \"conditionalRequired\": \"lifecycleAction == 'UPDATE_ASSIGNMENT'\"\n },\n {\n \"name\": \"newSalary\",\n \"label\": \"New salary\",\n \"controlType\": \"currency\",\n \"currencyCode\": \"BRL\",\n \"locale\": \"pt-BR\",\n \"validators\": {\n \"min\": 0\n },\n \"conditionalDisplay\": \"lifecycleAction == 'PROMOTE'\",\n \"conditionalRequired\": \"lifecycleAction == 'PROMOTE'\"\n },\n {\n \"name\": \"assignmentReason\",\n \"label\": \"Assignment reason\",\n \"controlType\": \"textarea\",\n \"rows\": 3,\n \"validators\": {\n \"minLength\": 12,\n \"maxLength\": 500\n },\n \"conditionalDisplay\": \"lifecycleAction == 'UPDATE_ASSIGNMENT' || lifecycleAction == 'PROMOTE'\",\n \"conditionalRequired\": \"lifecycleAction == 'UPDATE_ASSIGNMENT' || lifecycleAction == 'PROMOTE'\"\n },\n {\n \"name\": \"deactivationReason\",\n \"label\": \"Deactivation reason\",\n \"controlType\": \"select\",\n \"options\": [\n {\n \"label\": \"Contract ended\",\n \"value\": \"CONTRACT_ENDED\"\n },\n {\n \"label\": \"Transferred\",\n \"value\": \"TRANSFERRED\"\n },\n {\n \"label\": \"Security hold\",\n \"value\": \"SECURITY_HOLD\"\n }\n ],\n \"conditionalDisplay\": \"lifecycleAction == 'DEACTIVATE'\",\n \"conditionalRequired\": \"lifecycleAction == 'DEACTIVATE'\"\n },\n {\n \"name\": \"deactivationNotes\",\n \"label\": \"Deactivation notes\",\n \"controlType\": \"textarea\",\n \"rows\": 4,\n \"validators\": {\n \"minLength\": 20,\n \"maxLength\": 800\n },\n \"conditionalDisplay\": \"lifecycleAction == 'DEACTIVATE'\",\n \"conditionalRequired\": \"lifecycleAction == 'DEACTIVATE'\"\n }\n ],\n \"formRules\": [\n {\n \"id\": \"deactivation-hides-assignment-change\",\n \"name\": \"Deactivation hides assignment change section\",\n \"targetType\": \"section\",\n \"targetId\": \"assignment-change\",\n \"condition\": \"lifecycleAction == 'DEACTIVATE'\",\n \"effect\": {\n \"propertiesWhenTrue\": {\n \"visible\": false\n },\n \"propertiesWhenFalse\": {\n \"visible\": true\n }\n }\n },\n {\n \"id\": \"assignment-path-hides-deactivation-section\",\n \"name\": \"Assignment paths hide deactivation section\",\n \"targetType\": \"section\",\n \"targetId\": \"deactivation\",\n \"condition\": \"lifecycleAction == 'DEACTIVATE'\",\n \"effect\": {\n \"propertiesWhenTrue\": {\n \"visible\": true\n },\n \"propertiesWhenFalse\": {\n \"visible\": false\n }\n }\n }\n ],\n \"actions\": {\n \"submit\": {\n \"id\": \"submit-lifecycle-request\",\n \"label\": \"Submit request\",\n \"icon\": \"send\",\n \"color\": \"primary\",\n \"visible\": true,\n \"type\": \"submit\"\n },\n \"cancel\": {\n \"id\": \"cancel-lifecycle\",\n \"label\": \"Cancel\",\n \"icon\": \"close\",\n \"visible\": true,\n \"type\": \"button\"\n },\n \"reset\": {\n \"id\": \"reset-lifecycle\",\n \"label\": \"Reset workflow\",\n \"visible\": true,\n \"type\": \"reset\"\n },\n \"custom\": [\n {\n \"id\": \"preview-policy\",\n \"label\": \"Preview policy\",\n \"icon\": \"policy\",\n \"visible\": true,\n \"action\": \"previewPolicy\"\n }\n ],\n \"position\": \"right\",\n \"placement\": \"afterSections\",\n \"spacing\": \"normal\"\n }\n }\n }\n }\n }\n ]\n }\n}\n",
|
|
3162
|
+
"content": "{\n \"_comment\": \"Recipe para agentes criarem uma Praxis Dynamic Page com formulario de lifecycle usando regras, validacao reativa e actions.\",\n \"_comment2\": \"Use quando a meta for mostrar conditionalDisplay, conditionalRequired, formRules e workflow fields em praxis-dynamic-form.\",\n \"templateMeta\": {\n \"registryKey\": \"praxis-dynamic-page\",\n \"variantId\": \"lifecycle-form\",\n \"status\": \"public-example\",\n \"useWhen\": \"Create a metadata-driven edit form with lifecycle rules and host-owned workflow fields.\",\n \"examplePrompts\": [\n \"crie um formulario com regras condicionais para funcionario\",\n \"mostre conditionalDisplay e conditionalRequired no dynamic form\",\n \"gere uma pagina de lifecycle com validacao reativa e actions\"\n ]\n },\n \"platformValue\": {\n \"canonicalContract\": \"praxis-metadata-starter publishes the funcionario resource contract; host workflow fields remain explicit UI state.\",\n \"referenceApi\": \"praxis-api-quickstart serves funcionario detail data, options and capabilities.\",\n \"angularRuntime\": \"@praxisui/dynamic-form applies sections, fieldMetadata, conditional rules, validation and action placement.\",\n \"publicExamples\": \"praxis-ui-landing-page exposes this envelope, runtime preview and feature coverage.\",\n \"agentCorpus\": \"This recipe teaches LLMs how to add lifecycle logic without redefining backend resource semantics.\"\n },\n \"operationalEvidence\": {\n \"baseUrl\": \"https://praxis-api-quickstart.onrender.com\",\n \"safeFirstIds\": [\n \"filtered-schema-response-funcionarios\",\n \"funcionarios-get-by-id\",\n \"cargos-options-filter\",\n \"departamentos-options-filter\"\n ],\n \"pendingHttpIds\": [],\n \"httpExamples\": [\n \"praxisui-http-examples/http/metadata/filtered_schema_response_funcionarios.http\",\n \"praxisui-http-examples/http/resources/funcionarios_get_by_id.http\",\n \"praxisui-http-examples/http/resources/cargos_options_filter.http\",\n \"praxisui-http-examples/http/resources/departamentos_options_filter.http\"\n ]\n },\n \"authoringGuidance\": [\n \"Keep persisted resource fields aligned to the published response schema.\",\n \"Use host-owned workflow fields for lifecycle decisions that are not part of the canonical resource DTO.\",\n \"Use conditionalDisplay and conditionalRequired for field-level rules.\",\n \"Use formRules for section, row, column, action or field property patches driven by form state.\",\n \"Use behavior.reactiveValidation or inputs.reactiveValidation when rules should re-evaluate during editing.\",\n \"Use asyncSelect with canonical option endpoints for assignment changes.\"\n ],\n \"teaches\": [\n \"dynamic-form.conditionalDisplay\",\n \"dynamic-form.conditionalRequired\",\n \"dynamic-form.formRules\",\n \"dynamic-form.reactiveValidation\",\n \"dynamic-form.actions.custom\",\n \"dynamic-fields.asyncSelect\",\n \"dynamic-fields.currency\",\n \"remote-options\",\n \"host-workflow-fields\"\n ],\n \"page\": {\n \"layout\": {\n \"orientation\": \"columns\",\n \"columns\": 1,\n \"gap\": \"16px\"\n },\n \"widgets\": [\n {\n \"key\": \"funcionarioLifecycleForm\",\n \"shell\": {\n \"kind\": \"dashboard-card\",\n \"icon\": \"rule\",\n \"title\": \"Funcionario lifecycle\",\n \"subtitle\": \"Rules, validations and workflow-only fields\"\n },\n \"definition\": {\n \"id\": \"praxis-dynamic-form\",\n \"bindingOrder\": [\n \"config\",\n \"resourcePath\",\n \"formId\",\n \"resourceId\",\n \"initialValue\"\n ],\n \"inputs\": {\n \"formId\": \"human-resources-funcionarios-lifecycle\",\n \"resourcePath\": \"human-resources/funcionarios\",\n \"resourceId\": 1,\n \"mode\": \"edit\",\n \"reactiveValidation\": true,\n \"reactiveValidationDebounceMs\": 200,\n \"initialValue\": {\n \"lifecycleAction\": \"UPDATE_ASSIGNMENT\",\n \"keepPayrollActive\": true\n },\n \"config\": {\n \"metadata\": {\n \"name\": \"Funcionario lifecycle workflow\",\n \"version\": \"1.0.0\"\n },\n \"behavior\": {\n \"reactiveValidation\": true,\n \"reactiveValidationDebounceMs\": 200\n },\n \"sections\": [\n {\n \"id\": \"current-state\",\n \"title\": \"Current state\",\n \"description\": \"Read the current employee data before choosing a lifecycle path.\",\n \"appearance\": \"outlined\",\n \"rows\": [\n {\n \"id\": \"current-state-row\",\n \"columns\": [\n {\n \"id\": \"current-identity\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"nomeCompleto\",\n \"email\",\n \"ativo\"\n ]\n },\n {\n \"id\": \"current-assignment\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"cargoId\",\n \"departamentoId\",\n \"salario\"\n ]\n }\n ]\n }\n ]\n },\n {\n \"id\": \"workflow-decision\",\n \"title\": \"Lifecycle decision\",\n \"description\": \"Host-owned workflow fields drive conditional display and validation.\",\n \"appearance\": \"outlined\",\n \"rows\": [\n {\n \"id\": \"decision-row-1\",\n \"columns\": [\n {\n \"id\": \"decision-main\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"lifecycleAction\",\n \"effectiveDate\"\n ]\n },\n {\n \"id\": \"decision-flags\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"keepPayrollActive\",\n \"requiresManagerApproval\"\n ]\n }\n ]\n }\n ]\n },\n {\n \"id\": \"assignment-change\",\n \"title\": \"Assignment change\",\n \"description\": \"Only required when the selected lifecycle path changes assignment.\",\n \"appearance\": \"outlined\",\n \"rows\": [\n {\n \"id\": \"assignment-change-row\",\n \"columns\": [\n {\n \"id\": \"assignment-change-main\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"newCargoId\",\n \"newDepartamentoId\"\n ]\n },\n {\n \"id\": \"assignment-change-payroll\",\n \"span\": {\n \"md\": 6,\n \"lg\": 6\n },\n \"fields\": [\n \"newSalary\",\n \"assignmentReason\"\n ]\n }\n ]\n }\n ]\n },\n {\n \"id\": \"deactivation\",\n \"title\": \"Deactivation\",\n \"description\": \"Visible only for deactivation requests.\",\n \"appearance\": \"outlined\",\n \"rows\": [\n {\n \"id\": \"deactivation-row\",\n \"columns\": [\n {\n \"id\": \"deactivation-main\",\n \"fields\": [\n \"deactivationReason\",\n \"deactivationNotes\"\n ]\n }\n ]\n }\n ]\n }\n ],\n \"fieldMetadata\": [\n {\n \"name\": \"nomeCompleto\",\n \"label\": \"Nome Completo\",\n \"controlType\": \"input\",\n \"readonly\": true,\n \"validators\": {\n \"required\": true,\n \"maxLength\": 160\n }\n },\n {\n \"name\": \"email\",\n \"label\": \"Email\",\n \"controlType\": \"email\",\n \"readonly\": true,\n \"validators\": {\n \"email\": true\n }\n },\n {\n \"name\": \"ativo\",\n \"label\": \"Ativo\",\n \"controlType\": \"toggle\",\n \"readonly\": true\n },\n {\n \"name\": \"cargoId\",\n \"label\": \"Cargo atual\",\n \"controlType\": \"asyncSelect\",\n \"endpoint\": \"/api/human-resources/cargos/options/filter\",\n \"displayField\": \"label\",\n \"valueField\": \"id\",\n \"readonly\": true\n },\n {\n \"name\": \"departamentoId\",\n \"label\": \"Departamento atual\",\n \"controlType\": \"asyncSelect\",\n \"endpoint\": \"/api/human-resources/departamentos/options/filter\",\n \"displayField\": \"label\",\n \"valueField\": \"id\",\n \"readonly\": true\n },\n {\n \"name\": \"salario\",\n \"label\": \"Salario atual\",\n \"controlType\": \"currency\",\n \"currencyCode\": \"BRL\",\n \"locale\": \"pt-BR\",\n \"readonly\": true\n },\n {\n \"name\": \"lifecycleAction\",\n \"label\": \"Lifecycle action\",\n \"controlType\": \"select\",\n \"validators\": {\n \"required\": true\n },\n \"options\": [\n {\n \"label\": \"Update assignment\",\n \"value\": \"UPDATE_ASSIGNMENT\"\n },\n {\n \"label\": \"Promote\",\n \"value\": \"PROMOTE\"\n },\n {\n \"label\": \"Deactivate\",\n \"value\": \"DEACTIVATE\"\n }\n ]\n },\n {\n \"name\": \"effectiveDate\",\n \"label\": \"Effective date\",\n \"controlType\": \"date\",\n \"validators\": {\n \"required\": true\n }\n },\n {\n \"name\": \"keepPayrollActive\",\n \"label\": \"Keep payroll active\",\n \"controlType\": \"toggle\",\n \"conditionalDisplay\": {\n \"!=\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n }\n },\n {\n \"name\": \"requiresManagerApproval\",\n \"label\": \"Requires manager approval\",\n \"controlType\": \"checkbox\",\n \"conditionalDisplay\": {\n \"or\": [\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n },\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n }\n ]\n },\n \"conditionalRequired\": {\n \"or\": [\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n },\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"newCargoId\",\n \"label\": \"New cargo\",\n \"controlType\": \"asyncSelect\",\n \"endpoint\": \"/api/human-resources/cargos/options/filter\",\n \"displayField\": \"label\",\n \"valueField\": \"id\",\n \"conditionalDisplay\": {\n \"or\": [\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"UPDATE_ASSIGNMENT\"\n ]\n },\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n }\n ]\n },\n \"conditionalRequired\": {\n \"or\": [\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"UPDATE_ASSIGNMENT\"\n ]\n },\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"newDepartamentoId\",\n \"label\": \"New departamento\",\n \"controlType\": \"asyncSelect\",\n \"endpoint\": \"/api/human-resources/departamentos/options/filter\",\n \"displayField\": \"label\",\n \"valueField\": \"id\",\n \"conditionalDisplay\": {\n \"or\": [\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"UPDATE_ASSIGNMENT\"\n ]\n },\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n }\n ]\n },\n \"conditionalRequired\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"UPDATE_ASSIGNMENT\"\n ]\n }\n },\n {\n \"name\": \"newSalary\",\n \"label\": \"New salary\",\n \"controlType\": \"currency\",\n \"currencyCode\": \"BRL\",\n \"locale\": \"pt-BR\",\n \"validators\": {\n \"min\": 0\n },\n \"conditionalDisplay\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n },\n \"conditionalRequired\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n }\n },\n {\n \"name\": \"assignmentReason\",\n \"label\": \"Assignment reason\",\n \"controlType\": \"textarea\",\n \"rows\": 3,\n \"validators\": {\n \"minLength\": 12,\n \"maxLength\": 500\n },\n \"conditionalDisplay\": {\n \"or\": [\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"UPDATE_ASSIGNMENT\"\n ]\n },\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n }\n ]\n },\n \"conditionalRequired\": {\n \"or\": [\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"UPDATE_ASSIGNMENT\"\n ]\n },\n {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"PROMOTE\"\n ]\n }\n ]\n }\n },\n {\n \"name\": \"deactivationReason\",\n \"label\": \"Deactivation reason\",\n \"controlType\": \"select\",\n \"options\": [\n {\n \"label\": \"Contract ended\",\n \"value\": \"CONTRACT_ENDED\"\n },\n {\n \"label\": \"Transferred\",\n \"value\": \"TRANSFERRED\"\n },\n {\n \"label\": \"Security hold\",\n \"value\": \"SECURITY_HOLD\"\n }\n ],\n \"conditionalDisplay\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n },\n \"conditionalRequired\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n }\n },\n {\n \"name\": \"deactivationNotes\",\n \"label\": \"Deactivation notes\",\n \"controlType\": \"textarea\",\n \"rows\": 4,\n \"validators\": {\n \"minLength\": 20,\n \"maxLength\": 800\n },\n \"conditionalDisplay\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n },\n \"conditionalRequired\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n }\n }\n ],\n \"formRules\": [\n {\n \"id\": \"deactivation-hides-assignment-change\",\n \"name\": \"Deactivation hides assignment change section\",\n \"targetType\": \"section\",\n \"targetId\": \"assignment-change\",\n \"condition\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n },\n \"effect\": {\n \"propertiesWhenTrue\": {\n \"visible\": false\n },\n \"propertiesWhenFalse\": {\n \"visible\": true\n }\n }\n },\n {\n \"id\": \"assignment-path-hides-deactivation-section\",\n \"name\": \"Assignment paths hide deactivation section\",\n \"targetType\": \"section\",\n \"targetId\": \"deactivation\",\n \"condition\": {\n \"==\": [\n {\n \"var\": \"lifecycleAction\"\n },\n \"DEACTIVATE\"\n ]\n },\n \"effect\": {\n \"propertiesWhenTrue\": {\n \"visible\": true\n },\n \"propertiesWhenFalse\": {\n \"visible\": false\n }\n }\n }\n ],\n \"actions\": {\n \"submit\": {\n \"id\": \"submit-lifecycle-request\",\n \"label\": \"Submit request\",\n \"icon\": \"send\",\n \"color\": \"primary\",\n \"visible\": true,\n \"type\": \"submit\"\n },\n \"cancel\": {\n \"id\": \"cancel-lifecycle\",\n \"label\": \"Cancel\",\n \"icon\": \"close\",\n \"visible\": true,\n \"type\": \"button\"\n },\n \"reset\": {\n \"id\": \"reset-lifecycle\",\n \"label\": \"Reset workflow\",\n \"visible\": true,\n \"type\": \"reset\"\n },\n \"custom\": [\n {\n \"id\": \"preview-policy\",\n \"label\": \"Preview policy\",\n \"icon\": \"policy\",\n \"visible\": true,\n \"action\": \"previewPolicy\"\n }\n ],\n \"position\": \"right\",\n \"placement\": \"afterSections\",\n \"spacing\": \"normal\"\n }\n }\n }\n }\n }\n ]\n }\n}\n",
|
|
3163
3163
|
"sourcePointer": "praxis-ui-angular/examples/ai-recipes/praxis-dynamic-page.lifecycle-form.json",
|
|
3164
|
-
"contentHash": "
|
|
3164
|
+
"contentHash": "115707126052afd2661243bf250610e6416a678d9c5f39d82f01682c1b62a098",
|
|
3165
3165
|
"sourceKind": "component_definition",
|
|
3166
3166
|
"sourceId": "praxis-dynamic-page",
|
|
3167
3167
|
"corpusVersion": "1.0.0"
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { Component, InjectionToken, Injectable, inject, Inject, Optional, makeEnvironmentProviders, signal, computed, DestroyRef, ENVIRONMENT_INITIALIZER,
|
|
2
|
+
import { Component, InjectionToken, Injectable, inject, Inject, Optional, makeEnvironmentProviders, APP_INITIALIZER, signal, computed, DestroyRef, ENVIRONMENT_INITIALIZER, ErrorHandler, EventEmitter, Output, Input, ChangeDetectionStrategy, Directive, SecurityContext, ViewContainerRef, SimpleChange, ContentChild, HostBinding, HostListener, ViewChildren, ViewChild } from '@angular/core';
|
|
3
3
|
import * as i1 from '@angular/common/http';
|
|
4
4
|
import { HttpHeaders, HttpClient, HttpParams, HttpResponse, HttpContextToken, HTTP_INTERCEPTORS, withInterceptors } from '@angular/common/http';
|
|
5
5
|
import { of, defer, throwError, from, EMPTY, BehaviorSubject, firstValueFrom, Subject, map as map$1, switchMap as switchMap$1 } from 'rxjs';
|
|
@@ -800,6 +800,82 @@ function resolveControlTypeAlias(value, fallback = FieldControlType.INPUT) {
|
|
|
800
800
|
return raw;
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
+
function normalizeFieldAccessMetadata(value) {
|
|
804
|
+
if (!value || typeof value !== 'object' || Array.isArray(value)) {
|
|
805
|
+
return undefined;
|
|
806
|
+
}
|
|
807
|
+
const source = value;
|
|
808
|
+
const visibleForAuthorities = normalizeAuthorityList(source['visibleForAuthorities']);
|
|
809
|
+
const editableForAuthorities = normalizeAuthorityList(source['editableForAuthorities']);
|
|
810
|
+
const reason = typeof source['reason'] === 'string' && source['reason'].trim()
|
|
811
|
+
? source['reason'].trim()
|
|
812
|
+
: undefined;
|
|
813
|
+
if (!visibleForAuthorities && !editableForAuthorities) {
|
|
814
|
+
return undefined;
|
|
815
|
+
}
|
|
816
|
+
return {
|
|
817
|
+
...(visibleForAuthorities ? { visibleForAuthorities } : {}),
|
|
818
|
+
...(editableForAuthorities ? { editableForAuthorities } : {}),
|
|
819
|
+
...(reason ? { reason } : {}),
|
|
820
|
+
};
|
|
821
|
+
}
|
|
822
|
+
function evaluateFieldAccess(fieldOrAccess, context = {}) {
|
|
823
|
+
const fieldAccess = normalizeFieldAccessMetadata(isFieldAccessMetadata(fieldOrAccess)
|
|
824
|
+
? fieldOrAccess
|
|
825
|
+
: fieldOrAccess?.fieldAccess);
|
|
826
|
+
if (!fieldAccess) {
|
|
827
|
+
return { evaluated: false, visible: true, editable: true };
|
|
828
|
+
}
|
|
829
|
+
const authorities = normalizeAuthoritySet(context.authorities);
|
|
830
|
+
if (!authorities) {
|
|
831
|
+
return {
|
|
832
|
+
evaluated: false,
|
|
833
|
+
visible: true,
|
|
834
|
+
editable: true,
|
|
835
|
+
...(fieldAccess.reason ? { reason: fieldAccess.reason } : {}),
|
|
836
|
+
};
|
|
837
|
+
}
|
|
838
|
+
const editableAllowed = matchesAuthority(fieldAccess.editableForAuthorities, authorities);
|
|
839
|
+
const visibleAllowed = matchesAuthority(fieldAccess.visibleForAuthorities, authorities) ||
|
|
840
|
+
editableAllowed;
|
|
841
|
+
return {
|
|
842
|
+
evaluated: true,
|
|
843
|
+
visible: visibleAllowed,
|
|
844
|
+
editable: editableAllowed || !fieldAccess.editableForAuthorities,
|
|
845
|
+
...(fieldAccess.reason ? { reason: fieldAccess.reason } : {}),
|
|
846
|
+
};
|
|
847
|
+
}
|
|
848
|
+
function isFieldAccessMetadata(value) {
|
|
849
|
+
return !!value && ('visibleForAuthorities' in value ||
|
|
850
|
+
'editableForAuthorities' in value ||
|
|
851
|
+
'reason' in value);
|
|
852
|
+
}
|
|
853
|
+
function normalizeAuthorityList(value) {
|
|
854
|
+
if (!Array.isArray(value)) {
|
|
855
|
+
return undefined;
|
|
856
|
+
}
|
|
857
|
+
const normalized = Array.from(new Set(value
|
|
858
|
+
.filter((item) => typeof item === 'string')
|
|
859
|
+
.map((item) => item.trim())
|
|
860
|
+
.filter(Boolean)));
|
|
861
|
+
return normalized.length ? normalized : undefined;
|
|
862
|
+
}
|
|
863
|
+
function normalizeAuthoritySet(authorities) {
|
|
864
|
+
if (!Array.isArray(authorities)) {
|
|
865
|
+
return null;
|
|
866
|
+
}
|
|
867
|
+
return new Set(authorities
|
|
868
|
+
.filter((item) => typeof item === 'string')
|
|
869
|
+
.map((item) => item.trim())
|
|
870
|
+
.filter(Boolean));
|
|
871
|
+
}
|
|
872
|
+
function matchesAuthority(required, actual) {
|
|
873
|
+
if (!required || required.length === 0) {
|
|
874
|
+
return true;
|
|
875
|
+
}
|
|
876
|
+
return required.some((authority) => actual.has(authority));
|
|
877
|
+
}
|
|
878
|
+
|
|
803
879
|
const VALUE_PRESENTATION_TYPES = new Set([
|
|
804
880
|
'string',
|
|
805
881
|
'number',
|
|
@@ -1970,6 +2046,10 @@ class SchemaNormalizerService {
|
|
|
1970
2046
|
if (ui.editable !== undefined) {
|
|
1971
2047
|
field.editable = this.parseBoolean(ui.editable);
|
|
1972
2048
|
}
|
|
2049
|
+
const fieldAccess = normalizeFieldAccessMetadata(ui.fieldAccess);
|
|
2050
|
+
if (fieldAccess) {
|
|
2051
|
+
field.fieldAccess = fieldAccess;
|
|
2052
|
+
}
|
|
1973
2053
|
if (ui.inlineEditing !== undefined) {
|
|
1974
2054
|
field.inlineEditing = this.parseBoolean(ui.inlineEditing);
|
|
1975
2055
|
}
|
|
@@ -9449,6 +9529,7 @@ function mapFieldDefinitionToMetadata(field) {
|
|
|
9449
9529
|
'displayOrientation',
|
|
9450
9530
|
'disabled',
|
|
9451
9531
|
'readOnly',
|
|
9532
|
+
'fieldAccess',
|
|
9452
9533
|
'hidden',
|
|
9453
9534
|
'formHidden',
|
|
9454
9535
|
'tableHidden',
|
|
@@ -12118,6 +12199,162 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImpo
|
|
|
12118
12199
|
args: [{ providedIn: 'any' }]
|
|
12119
12200
|
}] });
|
|
12120
12201
|
|
|
12202
|
+
const PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_OPTIONS = new InjectionToken('PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_OPTIONS');
|
|
12203
|
+
const PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_READY = new InjectionToken('PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_READY');
|
|
12204
|
+
function providePraxisEnterpriseRuntimeContext(options = {}) {
|
|
12205
|
+
const normalized = {
|
|
12206
|
+
...options,
|
|
12207
|
+
includeGlobalFetchHeaders: options.includeGlobalFetchHeaders ?? true,
|
|
12208
|
+
blocking: options.blocking ?? false,
|
|
12209
|
+
errorPolicy: options.errorPolicy ?? 'ignore',
|
|
12210
|
+
};
|
|
12211
|
+
return [
|
|
12212
|
+
{ provide: PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_OPTIONS, useValue: normalized },
|
|
12213
|
+
{
|
|
12214
|
+
provide: PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_READY,
|
|
12215
|
+
useFactory: (service) => {
|
|
12216
|
+
let promise = null;
|
|
12217
|
+
return () => {
|
|
12218
|
+
if (promise)
|
|
12219
|
+
return promise;
|
|
12220
|
+
promise = service.ready().then(() => undefined);
|
|
12221
|
+
return promise;
|
|
12222
|
+
};
|
|
12223
|
+
},
|
|
12224
|
+
deps: [EnterpriseRuntimeContextService],
|
|
12225
|
+
},
|
|
12226
|
+
{
|
|
12227
|
+
provide: APP_INITIALIZER,
|
|
12228
|
+
multi: true,
|
|
12229
|
+
useFactory: (ready) => () => normalized.blocking ? ready() : undefined,
|
|
12230
|
+
deps: [PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_READY],
|
|
12231
|
+
},
|
|
12232
|
+
];
|
|
12233
|
+
}
|
|
12234
|
+
|
|
12235
|
+
class EnterpriseRuntimeContextService {
|
|
12236
|
+
http = inject(HttpClient);
|
|
12237
|
+
apiUrl = inject(API_URL, { optional: true });
|
|
12238
|
+
options = inject(PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_OPTIONS, {
|
|
12239
|
+
optional: true,
|
|
12240
|
+
});
|
|
12241
|
+
contextSubject = new BehaviorSubject(null);
|
|
12242
|
+
loadPromise = null;
|
|
12243
|
+
contextChanges$ = this.contextSubject.asObservable();
|
|
12244
|
+
get snapshot() {
|
|
12245
|
+
return this.contextSubject.value;
|
|
12246
|
+
}
|
|
12247
|
+
ready() {
|
|
12248
|
+
if (this.contextSubject.value) {
|
|
12249
|
+
return Promise.resolve(this.contextSubject.value);
|
|
12250
|
+
}
|
|
12251
|
+
if (this.loadPromise) {
|
|
12252
|
+
return this.loadPromise;
|
|
12253
|
+
}
|
|
12254
|
+
this.loadPromise = this.load()
|
|
12255
|
+
.catch((error) => {
|
|
12256
|
+
if ((this.options?.errorPolicy ?? 'ignore') === 'fail') {
|
|
12257
|
+
throw error;
|
|
12258
|
+
}
|
|
12259
|
+
return null;
|
|
12260
|
+
})
|
|
12261
|
+
.finally(() => {
|
|
12262
|
+
this.loadPromise = null;
|
|
12263
|
+
});
|
|
12264
|
+
return this.loadPromise;
|
|
12265
|
+
}
|
|
12266
|
+
refresh() {
|
|
12267
|
+
this.loadPromise = null;
|
|
12268
|
+
return this.load().catch((error) => {
|
|
12269
|
+
if ((this.options?.errorPolicy ?? 'ignore') === 'fail') {
|
|
12270
|
+
throw error;
|
|
12271
|
+
}
|
|
12272
|
+
return null;
|
|
12273
|
+
});
|
|
12274
|
+
}
|
|
12275
|
+
headers(fallback) {
|
|
12276
|
+
return {
|
|
12277
|
+
...this.normalizeHeaders(fallback ?? {}),
|
|
12278
|
+
...this.normalizeHeaders(this.headersFromSnapshot(this.contextSubject.value)),
|
|
12279
|
+
};
|
|
12280
|
+
}
|
|
12281
|
+
async load() {
|
|
12282
|
+
const context = await firstValueFrom(this.http.get(this.endpoint(), {
|
|
12283
|
+
headers: this.requestHeaders(),
|
|
12284
|
+
}));
|
|
12285
|
+
this.contextSubject.next(context ?? null);
|
|
12286
|
+
return context ?? null;
|
|
12287
|
+
}
|
|
12288
|
+
endpoint() {
|
|
12289
|
+
const configured = this.options?.endpoint?.trim();
|
|
12290
|
+
if (configured) {
|
|
12291
|
+
return configured.replace(/\/+$/, '');
|
|
12292
|
+
}
|
|
12293
|
+
const defaultEntry = this.apiUrl?.['default'];
|
|
12294
|
+
const base = defaultEntry ? buildApiUrl(defaultEntry) : '';
|
|
12295
|
+
if (base) {
|
|
12296
|
+
return `${base}/praxis/runtime/context`;
|
|
12297
|
+
}
|
|
12298
|
+
return '/api/praxis/runtime/context';
|
|
12299
|
+
}
|
|
12300
|
+
requestHeaders() {
|
|
12301
|
+
const merged = this.normalizeHeaders({
|
|
12302
|
+
...(this.options?.includeGlobalFetchHeaders ?? true ? this.globalFetchHeaders() : {}),
|
|
12303
|
+
...(this.options?.headersFactory?.() ?? {}),
|
|
12304
|
+
});
|
|
12305
|
+
let headers = new HttpHeaders();
|
|
12306
|
+
for (const [key, value] of Object.entries(merged)) {
|
|
12307
|
+
if (value) {
|
|
12308
|
+
headers = headers.set(key, value);
|
|
12309
|
+
}
|
|
12310
|
+
}
|
|
12311
|
+
return headers;
|
|
12312
|
+
}
|
|
12313
|
+
globalFetchHeaders() {
|
|
12314
|
+
try {
|
|
12315
|
+
const factory = globalThis.PAX_FETCH_HEADERS;
|
|
12316
|
+
return factory?.() ?? {};
|
|
12317
|
+
}
|
|
12318
|
+
catch {
|
|
12319
|
+
return {};
|
|
12320
|
+
}
|
|
12321
|
+
}
|
|
12322
|
+
headersFromSnapshot(context) {
|
|
12323
|
+
if (!context) {
|
|
12324
|
+
return {};
|
|
12325
|
+
}
|
|
12326
|
+
return {
|
|
12327
|
+
'X-Tenant-ID': context.activeTenant?.tenantId,
|
|
12328
|
+
'X-User-ID': context.user?.userId,
|
|
12329
|
+
'X-Env': context.environment ?? undefined,
|
|
12330
|
+
'Accept-Language': context.locale ?? undefined,
|
|
12331
|
+
'X-Timezone': context.timezone ?? undefined,
|
|
12332
|
+
'X-Praxis-Profile-ID': context.activeProfileId ?? undefined,
|
|
12333
|
+
'X-Praxis-Module-Key': context.activeModuleKey ?? undefined,
|
|
12334
|
+
};
|
|
12335
|
+
}
|
|
12336
|
+
normalizeHeaders(headers) {
|
|
12337
|
+
const normalized = {};
|
|
12338
|
+
for (const [key, value] of Object.entries(headers)) {
|
|
12339
|
+
if (typeof value !== 'string') {
|
|
12340
|
+
continue;
|
|
12341
|
+
}
|
|
12342
|
+
const trimmed = value.trim();
|
|
12343
|
+
if (!trimmed) {
|
|
12344
|
+
continue;
|
|
12345
|
+
}
|
|
12346
|
+
normalized[key] = trimmed;
|
|
12347
|
+
}
|
|
12348
|
+
return normalized;
|
|
12349
|
+
}
|
|
12350
|
+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: EnterpriseRuntimeContextService, deps: [], target: i0.ɵɵFactoryTarget.Injectable });
|
|
12351
|
+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: EnterpriseRuntimeContextService, providedIn: 'root' });
|
|
12352
|
+
}
|
|
12353
|
+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.14", ngImport: i0, type: EnterpriseRuntimeContextService, decorators: [{
|
|
12354
|
+
type: Injectable,
|
|
12355
|
+
args: [{ providedIn: 'root' }]
|
|
12356
|
+
}] });
|
|
12357
|
+
|
|
12121
12358
|
function clonePraxisRuntimeComponentObservation(observation) {
|
|
12122
12359
|
assertPraxisRuntimeComponentObservationSerializable(observation);
|
|
12123
12360
|
return JSON.parse(JSON.stringify(observation));
|
|
@@ -12640,9 +12877,10 @@ class SurfaceOpenMaterializerService {
|
|
|
12640
12877
|
: null;
|
|
12641
12878
|
if (collectionData) {
|
|
12642
12879
|
if (this.shouldPreserveCollectionPresentation(payload)) {
|
|
12880
|
+
const preservedPayload = this.ensureCollectionTableSelectionContract(payload);
|
|
12643
12881
|
return {
|
|
12644
|
-
...
|
|
12645
|
-
context: this.mergeMaterializationContext(
|
|
12882
|
+
...preservedPayload,
|
|
12883
|
+
context: this.mergeMaterializationContext(preservedPayload, {
|
|
12646
12884
|
readUrl,
|
|
12647
12885
|
dataShape: 'array',
|
|
12648
12886
|
recordCount: collectionData.length,
|
|
@@ -12867,6 +13105,52 @@ class SurfaceOpenMaterializerService {
|
|
|
12867
13105
|
}),
|
|
12868
13106
|
};
|
|
12869
13107
|
}
|
|
13108
|
+
ensureCollectionTableSelectionContract(payload) {
|
|
13109
|
+
if (payload.widget?.id !== 'praxis-table') {
|
|
13110
|
+
return payload;
|
|
13111
|
+
}
|
|
13112
|
+
const inputs = payload.widget.inputs || {};
|
|
13113
|
+
return {
|
|
13114
|
+
...payload,
|
|
13115
|
+
widget: {
|
|
13116
|
+
...payload.widget,
|
|
13117
|
+
outputs: {
|
|
13118
|
+
...(payload.widget.outputs || {}),
|
|
13119
|
+
rowClick: 'emit',
|
|
13120
|
+
selectionChange: 'emit',
|
|
13121
|
+
widgetEvent: 'emit',
|
|
13122
|
+
},
|
|
13123
|
+
inputs: {
|
|
13124
|
+
...inputs,
|
|
13125
|
+
config: this.ensureTableSelectionConfig(inputs['config']),
|
|
13126
|
+
},
|
|
13127
|
+
},
|
|
13128
|
+
};
|
|
13129
|
+
}
|
|
13130
|
+
ensureTableSelectionConfig(config) {
|
|
13131
|
+
if (!config || typeof config !== 'object' || Array.isArray(config)) {
|
|
13132
|
+
return config;
|
|
13133
|
+
}
|
|
13134
|
+
const tableConfig = config;
|
|
13135
|
+
const rawBehavior = tableConfig['behavior'];
|
|
13136
|
+
const behavior = (rawBehavior && typeof rawBehavior === 'object' && !Array.isArray(rawBehavior)
|
|
13137
|
+
? rawBehavior
|
|
13138
|
+
: {});
|
|
13139
|
+
if (behavior['selection'] && typeof behavior['selection'] === 'object') {
|
|
13140
|
+
return config;
|
|
13141
|
+
}
|
|
13142
|
+
return {
|
|
13143
|
+
...tableConfig,
|
|
13144
|
+
behavior: {
|
|
13145
|
+
...behavior,
|
|
13146
|
+
selection: {
|
|
13147
|
+
enabled: true,
|
|
13148
|
+
type: 'single',
|
|
13149
|
+
mode: 'both',
|
|
13150
|
+
},
|
|
13151
|
+
},
|
|
13152
|
+
};
|
|
13153
|
+
}
|
|
12870
13154
|
projectTableInputs(inputs) {
|
|
12871
13155
|
const supported = new Set([
|
|
12872
13156
|
'tableId',
|
|
@@ -22176,6 +22460,7 @@ const FIELD_METADATA_CAPABILITIES = {
|
|
|
22176
22460
|
'Não gere função para conditionalDisplay/conditionalRequired. Use Json Logic serializável; funções ficam restritas a transforms e validators customizados.',
|
|
22177
22461
|
'POLICY: Campos auxiliares do host devem usar source=local ou transient=true em FieldMetadata; não invente campos no DTO/backend quando eles não devem participar do payload persistido.',
|
|
22178
22462
|
'POLICY: formSubmit.formData e o payload filtrado para backend; formSubmit.rawFormData preserva os valores completos da UI, incluindo campos locais/transient.',
|
|
22463
|
+
'POLICY: fieldAccess e metadata-driven UX; nao trate como seguranca frontend. Use somente authorities explicitas, nunca capabilities como sinonimo implicito.',
|
|
22179
22464
|
'POLICY: presentation/presentationRules descrevem somente estado visual semantico em modo leitura. Nao gere CSS, HTML, comandos ou mutacoes por Json Logic.',
|
|
22180
22465
|
'POLICY: presentation.visualization e renderer-neutral. Nao gere EChartsOption, SVG, HTML ou CSS; use kind/surface/size/fallbackText e dados semanticos.',
|
|
22181
22466
|
],
|
|
@@ -23059,6 +23344,35 @@ const FIELD_METADATA_CAPABILITIES = {
|
|
|
23059
23344
|
description: 'Oculta apenas no filtro.',
|
|
23060
23345
|
intentExamples: ['esconder na busca', 'remover do filtro'],
|
|
23061
23346
|
},
|
|
23347
|
+
{
|
|
23348
|
+
path: 'fieldAccess',
|
|
23349
|
+
category: 'behavior',
|
|
23350
|
+
valueKind: 'object',
|
|
23351
|
+
description: 'Politica canonica de UX para visibilidade/edicao por authorities publicadas pelo backend.',
|
|
23352
|
+
safetyNotes: 'Nao e barreira de seguranca. O backend continua responsavel por filtrar dados sensiveis e validar payloads.',
|
|
23353
|
+
intentExamples: ['campo visivel somente para RH', 'bloquear edicao por perfil corporativo'],
|
|
23354
|
+
},
|
|
23355
|
+
{
|
|
23356
|
+
path: 'fieldAccess.visibleForAuthorities',
|
|
23357
|
+
category: 'behavior',
|
|
23358
|
+
valueKind: 'array',
|
|
23359
|
+
description: 'Authorities que podem ver o campo no runtime quando a UX tiver claims explicitas.',
|
|
23360
|
+
safetyNotes: 'Nao inferir a partir de capabilities sem mapeamento canonico publicado.',
|
|
23361
|
+
},
|
|
23362
|
+
{
|
|
23363
|
+
path: 'fieldAccess.editableForAuthorities',
|
|
23364
|
+
category: 'behavior',
|
|
23365
|
+
valueKind: 'array',
|
|
23366
|
+
description: 'Authorities que podem editar o campo no runtime quando a UX tiver claims explicitas.',
|
|
23367
|
+
safetyNotes: 'Edicao concedida implica materializacao visivel no runtime; a validacao final permanece no backend.',
|
|
23368
|
+
},
|
|
23369
|
+
{
|
|
23370
|
+
path: 'fieldAccess.reason',
|
|
23371
|
+
category: 'misc',
|
|
23372
|
+
valueKind: 'string',
|
|
23373
|
+
description: 'Justificativa explicativa/auditavel da politica de acesso do campo.',
|
|
23374
|
+
safetyNotes: 'Reason sozinho nao deve decidir acesso nem revelar detalhes sensiveis para usuarios sem permissao.',
|
|
23375
|
+
},
|
|
23062
23376
|
// =============================================================================
|
|
23063
23377
|
// DEPENDENCIES
|
|
23064
23378
|
// =============================================================================
|
|
@@ -37238,4 +37552,4 @@ function provideHookWhitelist(allowed) {
|
|
|
37238
37552
|
* Generated bundle index. Do not edit.
|
|
37239
37553
|
*/
|
|
37240
37554
|
|
|
37241
|
-
export { API_CONFIG_STORAGE_OPTIONS, API_URL, ASYNC_CONFIG_STORAGE, AllowedFileTypes, AnalyticsPresentationResolver, AnalyticsSchemaContractService, AnalyticsStatsRequestBuilderService, ApiConfigStorage, ApiEndpoint, BUILTIN_PAGE_LAYOUT_PRESETS, BUILTIN_PAGE_THEME_PRESETS, BUILTIN_SHELL_PRESETS, CONFIG_STORAGE, CONNECTION_STORAGE, ComponentKeyService, ComponentMetadataRegistry, CompositionRuntimeFacade, ConsoleLoggerSink, CrudOperationResolutionService, DEFAULT_FIELD_SELECTOR_CONTROL_TYPE_MAP, DEFAULT_JSON_LOGIC_OPERATORS, DEFAULT_TABLE_CONFIG, DOMAIN_CATALOG_COMPONENT_CONTEXT_PACK, DOMAIN_CATALOG_CONTEXT_HINT_SCHEMA_VERSION, DYNAMIC_PAGE_AI_CAPABILITIES, DYNAMIC_PAGE_COMPONENT_CONTEXT_PACK, DYNAMIC_PAGE_CONFIG_EDITOR, DYNAMIC_PAGE_SHELL_EDITOR, DefaultLoadingRenderer, DeferredAsyncConfigStorage, DomainCatalogService, DomainKnowledgeService, DomainRuleService, DynamicFormService, DynamicWidgetLoaderDirective, DynamicWidgetPageComponent, EDITORIAL_ALLOWED_CONTENT_FORMATS, EDITORIAL_COMPLIANCE_PRESETS, EDITORIAL_EXTERNAL_LINK_REL, EDITORIAL_FORM_TEMPLATE_CATALOG, EDITORIAL_HTML_ENABLED, EDITORIAL_MARKDOWN_IMAGES_ENABLED, EDITORIAL_SOLUTION_CATALOG, EDITORIAL_SOLUTION_PRESETS, EDITORIAL_THEME_PRESETS, EDITORIAL_WIDGET_CONVENTION_INPUTS, EDITORIAL_WIDGET_TAG, EMPLOYEE_ONBOARDING_EDITORIAL_SOLUTION, EMPLOYEE_ONBOARDING_EDITORIAL_TEMPLATE, EMPLOYEE_ONBOARDING_GUIDED_EDITORIAL_SOLUTION, EMPLOYEE_ONBOARDING_GUIDED_EDITORIAL_TEMPLATE, EVENT_REGISTRATION_EDITORIAL_SOLUTION, EVENT_REGISTRATION_EDITORIAL_TEMPLATE, EmptyStateCardComponent, ErrorMessageService, FIELD_METADATA_CAPABILITIES, FIELD_SELECTOR_REGISTRY_BASE, FIELD_SELECTOR_REGISTRY_DISABLE_DEFAULTS, FIELD_SELECTOR_REGISTRY_OVERRIDES, FORM_HOOKS, FORM_HOOKS_PRESETS, FORM_HOOKS_WHITELIST, FORM_HOOK_RESOLVERS, FieldControlType, FieldDataType, FieldSelectorRegistry, FormHooksRegistry, GLOBAL_ACTION_CATALOG, GLOBAL_ACTION_HANDLERS, GLOBAL_ACTION_UI_SCHEMAS, GLOBAL_ANALYTICS_SERVICE, GLOBAL_API_CLIENT, GLOBAL_CONFIG, GLOBAL_DIALOG_SERVICE, GLOBAL_ROUTE_GUARD_RESOLVER, GLOBAL_SURFACE_SERVICE, GLOBAL_TOAST_SERVICE, GenericCrudService, GlobalActionService, GlobalConfigService, INLINE_FILTER_ALIAS_TOKENS, INLINE_FILTER_CONTROL_TYPES, INLINE_FILTER_CONTROL_TYPE_SET, INLINE_FILTER_CONTROL_TYPE_VALUES, INLINE_FILTER_TOKEN_TO_BASE_CONTROL_TYPE, INLINE_FILTER_TOKEN_TO_CONTROL_TYPE, IconPickerService, IconPosition, IconSize, LOGGER_LEVEL_BY_ENV, LOGGER_LEVEL_PRIORITY, LoadingOrchestrator, LocalConnectionStorage, LocalStorageAsyncAdapter, LocalStorageCacheAdapter, LocalStorageConfigService, LoggerService, LoggerThrottleTracker, LoggerWarnOnceTracker, MemoryCacheAdapter, NestedPortCatalogService, NestedWidgetConfigAccessor, NumericFormat, OVERLAY_DECIDER_DEBUG, OVERLAY_DECISION_MATRIX, ObservabilityDashboardService, OverlayDeciderService, PRAXIS_COLLECTION_EXPORT_HTTP_OPTIONS, PRAXIS_COLLECTION_EXPORT_PROVIDER, PRAXIS_CORPORATE_SENSITIVE_KEYS, PRAXIS_DEFAULT_EXPORT_SECURITY_POLICY, PRAXIS_DEFAULT_OBSERVABILITY_ALERT_RULES, PRAXIS_DYNAMIC_PAGE_COMPONENT_METADATA, PRAXIS_EXPORT_FORMULA_PREFIXES, PRAXIS_EXPORT_SECURITY_POLICY, PRAXIS_FOOTER_LINKS_METADATA, PRAXIS_GLOBAL_ACTION_CATALOG, PRAXIS_GLOBAL_CONFIG_BOOTSTRAP_OPTIONS, PRAXIS_GLOBAL_CONFIG_BOOTSTRAP_READY, PRAXIS_GLOBAL_CONFIG_TENANT_RESOLVER, PRAXIS_HERO_BANNER_METADATA, PRAXIS_I18N_CONFIG, PRAXIS_I18N_TRANSLATOR, PRAXIS_JSON_LOGIC_OPERATORS, PRAXIS_LAYER_SCALE_DEFAULTS, PRAXIS_LAYER_SCALE_VARS, PRAXIS_LEGAL_NOTICE_METADATA, PRAXIS_LOADING_CTX, PRAXIS_LOADING_RENDERER, PRAXIS_LOGGER_CONFIG, PRAXIS_LOGGER_SINKS, PRAXIS_OBSERVABILITY_DASHBOARD_OPTIONS, PRAXIS_QUERY_FILTER_EXPRESSION_SCHEMA_VERSION, PRAXIS_RICH_TEXT_BLOCK_METADATA, PRAXIS_TELEMETRY_TRANSPORT, PRAXIS_USER_CONTEXT_SUMMARY_METADATA, PRIVACY_CONSENT_EDITORIAL_SOLUTION, PRIVACY_CONSENT_EDITORIAL_TEMPLATE, PraxisCollectionExportService, PraxisCore, PraxisFooterLinksComponent, PraxisGlobalErrorHandler, PraxisHeroBannerComponent, PraxisHttpCollectionExportProvider, PraxisI18nService, PraxisIconDirective, PraxisIconPickerComponent, PraxisJsonLogicError, PraxisJsonLogicService, PraxisLayerScaleStyleService, PraxisLegalNoticeComponent, PraxisLoadingInterceptor, PraxisRichTextBlockComponent, PraxisRuntimeComponentObservationRegistryService, PraxisSurfaceHostComponent, PraxisUserContextSummaryComponent, RESOURCE_DISCOVERY_I18N_CONFIG, RESOURCE_DISCOVERY_I18N_NAMESPACE, RULE_PROPERTY_SCHEMA, RemoteConfigStorage, ResourceActionOpenAdapterService, ResourceDiscoveryService, ResourceQuickConnectComponent, ResourceSurfaceOpenAdapterService, SCHEMA_VIEWER_CONTEXT, SETTINGS_PANEL_BRIDGE, SETTINGS_PANEL_DATA, STEPPER_CONFIG_EDITOR, SURFACE_DRAWER_BRIDGE, SURFACE_OPEN_I18N_CONFIG, SURFACE_OPEN_I18N_NAMESPACE, SURFACE_OPEN_PRESETS, SchemaMetadataClient, SchemaNormalizerService, SchemaViewerComponent, SurfaceBindingRuntimeService, SurfaceOpenActionEditorComponent, SurfaceOpenMaterializerService, TABLE_CONFIG_EDITOR, TableConfigService, TelemetryLoggerSink, TelemetryService, ValidationPattern, WidgetPageStateRuntimeService, WidgetShellComponent, applyLocalCustomizations$2 as applyLocalCustomizations, applyLocalCustomizations$1 as applyLocalFormCustomizations, assertPraxisCollectionExportArtifact, assertPraxisRuntimeComponentObservationSerializable, buildAngularValidators, buildApiUrl, buildBaseColumnFromDef, buildBaseFormField, buildFormConfigFromEditorialTemplate, buildHeaders, buildPageKey, buildPraxisEffectDistinctKey, buildPraxisLayerScaleCss, buildSchemaId, buildSchemaIdStorageKeySegment, buildValidatorsFromValidatorOptions, cancelIfCpfInvalidHook, clampRange, classifyEntityLookupResult, clonePraxisRuntimeComponentObservation, cloneTableConfig, cnpjAlphaValidator, collapseWhitespace, composeHeadersWithVersion, conditionalAsyncValidator, convertFormLayoutToConfig, createCorporateLoggerConfig, createCorporateObservabilityOptions, createCpfCnpjValidator, createDefaultFormConfig, createDefaultTableConfig, createEmptyFormConfig, createEmptyRichContentDocument, createFieldLayoutItem, createPersistedPage, customAsyncValidatorFn, customValidatorFn, debounceAsyncValidator, deepMerge, domainKnowledgeTimelineToRichContentDocument, domainRuleTimelineToRichContentDocument, ensureIds, ensureNoConflictsHookFactory, ensurePageIds, escapePraxisExportCell, extractNormalizedError, fetchWithETag, fileTypeValidator, fillUndefined, generateId, getDefaultFormHints, getEditorialCompliancePresetById, getEditorialFormTemplateById, getEditorialFormTemplateCatalog, getEditorialSolutionById, getEditorialSolutionCatalog, getEditorialSolutionPresetById, getEditorialThemePresetById, getEssentialConfig, getFieldMetadataCapabilities, getFormColumnFieldNames, getFormLayoutFieldNames, getGlobalActionCatalog, getGlobalActionPayloadActualType, getGlobalActionPayloadTypeIssue, getGlobalActionUiSchema, getMissingGlobalActionPayloadKeys, getReferencedFieldMetadata, getRequiredGlobalActionPayloadKeys, getTextTransformer, hasMeaningfulGlobalActionPayloadValue, hasPraxisCollectionExportArtifact, interpolatePraxisTranslation, isAllowedEditorialContentFormat, isAllowedEditorialHref, isCssTextTransform, isEditorialComponentMeta, isEntityLookupMultiplePayloadMode, isEntityLookupPayloadMode, isEntityLookupPayloadModeCompatible, isEntityLookupResultSelectable, isEntityLookupSinglePayloadMode, isFormLayoutItem, isGlobalActionRef, isInlineFilterControlType, isLookupDialogSize, isLookupFilterFieldType, isLookupFilterOperator, isPraxisPresentationVisualizationTableSafe, isPraxisRuntimeGlobalActionEffect, isRangeValidForFilter, isRequiredGlobalActionParamPayloadMissing, isRequiredGlobalActionPayloadMissing, isTableConfigV2, isValidFormConfig, isValidTableConfig, legacyCnpjValidator, legacyCpfValidator, logOnErrorHook, mapFieldDefinitionToMetadata, mapFieldDefinitionsToMetadata, matchFieldValidator, materializeFormLayoutFromMetadata, maxFileSizeValidator, mergeFieldMetadata, mergePraxisI18nConfigs, mergeTableConfigs, migrateFormLayoutRule, migrateLegacyCompositionLink, migrateLegacyCompositionLinks, minWordsValidator, normalizeControlTypeKey, normalizeControlTypeToken, normalizeEditorialLink, normalizeEnd, normalizeFieldConstraints, normalizeFieldPresentation, normalizeFormConfig, normalizeFormLayoutItems, normalizeFormMetadata, normalizeGlobalActionRef$1 as normalizeGlobalActionRef, normalizeLayoutPolicy, normalizeLookupFilterRequest, normalizePath, normalizePraxisDataQueryContext, normalizePraxisEffectPolicy, normalizePraxisPresentationVisualization, normalizePraxisQueryFilterExpression, normalizePraxisQueryFilterNode, normalizeResourceAvailabilityReasonCode, normalizeStart, normalizeUnknownError, normalizeWidgetEventPath, notifySuccessHook, parseJsonResponseOrEmpty, praxisLoadingInterceptorFn, prefillFromContextHook, provideDefaultFormHooks, provideFieldSelectorRegistryBase, provideFieldSelectorRegistryOverride, provideFieldSelectorRegistryRuntime, provideFormHookPresets, provideFormHooks, provideGlobalActionCatalog, provideGlobalActionHandler, provideGlobalConfig, provideGlobalConfigReady, provideGlobalConfigSeed, provideGlobalConfigTenant, provideHookResolvers, provideHookWhitelist, provideOverlayDecisionMatrix, providePraxisAnalyticsGlobalActions, providePraxisCollectionExportProvider, providePraxisDynamicPageMetadata, providePraxisFooterLinksMetadata, providePraxisGlobalActionCatalog, providePraxisGlobalActions, providePraxisGlobalConfigBootstrap, providePraxisHeroBannerMetadata, providePraxisHttpCollectionExportProvider, providePraxisHttpLoading, providePraxisI18n, providePraxisI18nConfig, providePraxisI18nTranslator, providePraxisIconDefaults, providePraxisJsonLogicOperator, providePraxisJsonLogicOperatorOverride, providePraxisLegalNoticeMetadata, providePraxisLoadingDefaults, providePraxisLogging, providePraxisRichTextBlockMetadata, providePraxisToastGlobalActions, providePraxisUserContextSummaryMetadata, provideRemoteGlobalConfig, readPraxisExportValue, reconcileFilterConfig, reconcileFormConfig, reconcileTableConfig, registerPraxisRuntimeComponentObservation, removeDiacritics, renderPraxisPresentationVisualizationHtml, reportTelemetryHookFactory, requiredCheckedValidator, requiredPresenceValidator, resolveBuiltinPresets, resolveColumnTypeFromFieldDefinition, resolveControlTypeAlias, resolveDefaultValuePresentationFormat, resolveEntityLookupPayloadMode, resolveFieldPresentation, resolveHidden, resolveInlineFilterControlType, resolveInlineFilterControlTypeToBaseControlType, resolveLoggerConfig, resolveObservabilityOptions, resolveOffset, resolveOrder, resolvePraxisCollectionExportItems, resolvePraxisExportFields, resolvePraxisExportScope, resolvePraxisFilterCriteria, resolveResourceAvailabilityReasonKey, resolveSpan, resolveTextMaskFormat, resolveTextMaskFormatFromFieldDefinition, resolveValuePresentation, resolveValuePresentationLocale, serializeEntityLookupValueForPayload, serializeOptionSourceFilterRequest, serializePraxisCollectionToCsv, serializePraxisCollectionToJson, slugify, stripMasksHook, supportsImplicitValuePresentation, syncWithServerMetadata, toCamel, toCapitalize, toKebab, toPascal, toSentenceCase, toSnake, toTitleCase, translateResourceAvailabilityReason, translateResourceDiscoveryText, translateUnavailableWorkflowMessage, trim, uniqueAsyncValidator, urlValidator, validateGlobalActionRef, validateGlobalActionRefs, withMessage, withPraxisHttpLoading };
|
|
37555
|
+
export { API_CONFIG_STORAGE_OPTIONS, API_URL, ASYNC_CONFIG_STORAGE, AllowedFileTypes, AnalyticsPresentationResolver, AnalyticsSchemaContractService, AnalyticsStatsRequestBuilderService, ApiConfigStorage, ApiEndpoint, BUILTIN_PAGE_LAYOUT_PRESETS, BUILTIN_PAGE_THEME_PRESETS, BUILTIN_SHELL_PRESETS, CONFIG_STORAGE, CONNECTION_STORAGE, ComponentKeyService, ComponentMetadataRegistry, CompositionRuntimeFacade, ConsoleLoggerSink, CrudOperationResolutionService, DEFAULT_FIELD_SELECTOR_CONTROL_TYPE_MAP, DEFAULT_JSON_LOGIC_OPERATORS, DEFAULT_TABLE_CONFIG, DOMAIN_CATALOG_COMPONENT_CONTEXT_PACK, DOMAIN_CATALOG_CONTEXT_HINT_SCHEMA_VERSION, DYNAMIC_PAGE_AI_CAPABILITIES, DYNAMIC_PAGE_COMPONENT_CONTEXT_PACK, DYNAMIC_PAGE_CONFIG_EDITOR, DYNAMIC_PAGE_SHELL_EDITOR, DefaultLoadingRenderer, DeferredAsyncConfigStorage, DomainCatalogService, DomainKnowledgeService, DomainRuleService, DynamicFormService, DynamicWidgetLoaderDirective, DynamicWidgetPageComponent, EDITORIAL_ALLOWED_CONTENT_FORMATS, EDITORIAL_COMPLIANCE_PRESETS, EDITORIAL_EXTERNAL_LINK_REL, EDITORIAL_FORM_TEMPLATE_CATALOG, EDITORIAL_HTML_ENABLED, EDITORIAL_MARKDOWN_IMAGES_ENABLED, EDITORIAL_SOLUTION_CATALOG, EDITORIAL_SOLUTION_PRESETS, EDITORIAL_THEME_PRESETS, EDITORIAL_WIDGET_CONVENTION_INPUTS, EDITORIAL_WIDGET_TAG, EMPLOYEE_ONBOARDING_EDITORIAL_SOLUTION, EMPLOYEE_ONBOARDING_EDITORIAL_TEMPLATE, EMPLOYEE_ONBOARDING_GUIDED_EDITORIAL_SOLUTION, EMPLOYEE_ONBOARDING_GUIDED_EDITORIAL_TEMPLATE, EVENT_REGISTRATION_EDITORIAL_SOLUTION, EVENT_REGISTRATION_EDITORIAL_TEMPLATE, EmptyStateCardComponent, EnterpriseRuntimeContextService, ErrorMessageService, FIELD_METADATA_CAPABILITIES, FIELD_SELECTOR_REGISTRY_BASE, FIELD_SELECTOR_REGISTRY_DISABLE_DEFAULTS, FIELD_SELECTOR_REGISTRY_OVERRIDES, FORM_HOOKS, FORM_HOOKS_PRESETS, FORM_HOOKS_WHITELIST, FORM_HOOK_RESOLVERS, FieldControlType, FieldDataType, FieldSelectorRegistry, FormHooksRegistry, GLOBAL_ACTION_CATALOG, GLOBAL_ACTION_HANDLERS, GLOBAL_ACTION_UI_SCHEMAS, GLOBAL_ANALYTICS_SERVICE, GLOBAL_API_CLIENT, GLOBAL_CONFIG, GLOBAL_DIALOG_SERVICE, GLOBAL_ROUTE_GUARD_RESOLVER, GLOBAL_SURFACE_SERVICE, GLOBAL_TOAST_SERVICE, GenericCrudService, GlobalActionService, GlobalConfigService, INLINE_FILTER_ALIAS_TOKENS, INLINE_FILTER_CONTROL_TYPES, INLINE_FILTER_CONTROL_TYPE_SET, INLINE_FILTER_CONTROL_TYPE_VALUES, INLINE_FILTER_TOKEN_TO_BASE_CONTROL_TYPE, INLINE_FILTER_TOKEN_TO_CONTROL_TYPE, IconPickerService, IconPosition, IconSize, LOGGER_LEVEL_BY_ENV, LOGGER_LEVEL_PRIORITY, LoadingOrchestrator, LocalConnectionStorage, LocalStorageAsyncAdapter, LocalStorageCacheAdapter, LocalStorageConfigService, LoggerService, LoggerThrottleTracker, LoggerWarnOnceTracker, MemoryCacheAdapter, NestedPortCatalogService, NestedWidgetConfigAccessor, NumericFormat, OVERLAY_DECIDER_DEBUG, OVERLAY_DECISION_MATRIX, ObservabilityDashboardService, OverlayDeciderService, PRAXIS_COLLECTION_EXPORT_HTTP_OPTIONS, PRAXIS_COLLECTION_EXPORT_PROVIDER, PRAXIS_CORPORATE_SENSITIVE_KEYS, PRAXIS_DEFAULT_EXPORT_SECURITY_POLICY, PRAXIS_DEFAULT_OBSERVABILITY_ALERT_RULES, PRAXIS_DYNAMIC_PAGE_COMPONENT_METADATA, PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_OPTIONS, PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_READY, PRAXIS_EXPORT_FORMULA_PREFIXES, PRAXIS_EXPORT_SECURITY_POLICY, PRAXIS_FOOTER_LINKS_METADATA, PRAXIS_GLOBAL_ACTION_CATALOG, PRAXIS_GLOBAL_CONFIG_BOOTSTRAP_OPTIONS, PRAXIS_GLOBAL_CONFIG_BOOTSTRAP_READY, PRAXIS_GLOBAL_CONFIG_TENANT_RESOLVER, PRAXIS_HERO_BANNER_METADATA, PRAXIS_I18N_CONFIG, PRAXIS_I18N_TRANSLATOR, PRAXIS_JSON_LOGIC_OPERATORS, PRAXIS_LAYER_SCALE_DEFAULTS, PRAXIS_LAYER_SCALE_VARS, PRAXIS_LEGAL_NOTICE_METADATA, PRAXIS_LOADING_CTX, PRAXIS_LOADING_RENDERER, PRAXIS_LOGGER_CONFIG, PRAXIS_LOGGER_SINKS, PRAXIS_OBSERVABILITY_DASHBOARD_OPTIONS, PRAXIS_QUERY_FILTER_EXPRESSION_SCHEMA_VERSION, PRAXIS_RICH_TEXT_BLOCK_METADATA, PRAXIS_TELEMETRY_TRANSPORT, PRAXIS_USER_CONTEXT_SUMMARY_METADATA, PRIVACY_CONSENT_EDITORIAL_SOLUTION, PRIVACY_CONSENT_EDITORIAL_TEMPLATE, PraxisCollectionExportService, PraxisCore, PraxisFooterLinksComponent, PraxisGlobalErrorHandler, PraxisHeroBannerComponent, PraxisHttpCollectionExportProvider, PraxisI18nService, PraxisIconDirective, PraxisIconPickerComponent, PraxisJsonLogicError, PraxisJsonLogicService, PraxisLayerScaleStyleService, PraxisLegalNoticeComponent, PraxisLoadingInterceptor, PraxisRichTextBlockComponent, PraxisRuntimeComponentObservationRegistryService, PraxisSurfaceHostComponent, PraxisUserContextSummaryComponent, RESOURCE_DISCOVERY_I18N_CONFIG, RESOURCE_DISCOVERY_I18N_NAMESPACE, RULE_PROPERTY_SCHEMA, RemoteConfigStorage, ResourceActionOpenAdapterService, ResourceDiscoveryService, ResourceQuickConnectComponent, ResourceSurfaceOpenAdapterService, SCHEMA_VIEWER_CONTEXT, SETTINGS_PANEL_BRIDGE, SETTINGS_PANEL_DATA, STEPPER_CONFIG_EDITOR, SURFACE_DRAWER_BRIDGE, SURFACE_OPEN_I18N_CONFIG, SURFACE_OPEN_I18N_NAMESPACE, SURFACE_OPEN_PRESETS, SchemaMetadataClient, SchemaNormalizerService, SchemaViewerComponent, SurfaceBindingRuntimeService, SurfaceOpenActionEditorComponent, SurfaceOpenMaterializerService, TABLE_CONFIG_EDITOR, TableConfigService, TelemetryLoggerSink, TelemetryService, ValidationPattern, WidgetPageStateRuntimeService, WidgetShellComponent, applyLocalCustomizations$2 as applyLocalCustomizations, applyLocalCustomizations$1 as applyLocalFormCustomizations, assertPraxisCollectionExportArtifact, assertPraxisRuntimeComponentObservationSerializable, buildAngularValidators, buildApiUrl, buildBaseColumnFromDef, buildBaseFormField, buildFormConfigFromEditorialTemplate, buildHeaders, buildPageKey, buildPraxisEffectDistinctKey, buildPraxisLayerScaleCss, buildSchemaId, buildSchemaIdStorageKeySegment, buildValidatorsFromValidatorOptions, cancelIfCpfInvalidHook, clampRange, classifyEntityLookupResult, clonePraxisRuntimeComponentObservation, cloneTableConfig, cnpjAlphaValidator, collapseWhitespace, composeHeadersWithVersion, conditionalAsyncValidator, convertFormLayoutToConfig, createCorporateLoggerConfig, createCorporateObservabilityOptions, createCpfCnpjValidator, createDefaultFormConfig, createDefaultTableConfig, createEmptyFormConfig, createEmptyRichContentDocument, createFieldLayoutItem, createPersistedPage, customAsyncValidatorFn, customValidatorFn, debounceAsyncValidator, deepMerge, domainKnowledgeTimelineToRichContentDocument, domainRuleTimelineToRichContentDocument, ensureIds, ensureNoConflictsHookFactory, ensurePageIds, escapePraxisExportCell, evaluateFieldAccess, extractNormalizedError, fetchWithETag, fileTypeValidator, fillUndefined, generateId, getDefaultFormHints, getEditorialCompliancePresetById, getEditorialFormTemplateById, getEditorialFormTemplateCatalog, getEditorialSolutionById, getEditorialSolutionCatalog, getEditorialSolutionPresetById, getEditorialThemePresetById, getEssentialConfig, getFieldMetadataCapabilities, getFormColumnFieldNames, getFormLayoutFieldNames, getGlobalActionCatalog, getGlobalActionPayloadActualType, getGlobalActionPayloadTypeIssue, getGlobalActionUiSchema, getMissingGlobalActionPayloadKeys, getReferencedFieldMetadata, getRequiredGlobalActionPayloadKeys, getTextTransformer, hasMeaningfulGlobalActionPayloadValue, hasPraxisCollectionExportArtifact, interpolatePraxisTranslation, isAllowedEditorialContentFormat, isAllowedEditorialHref, isCssTextTransform, isEditorialComponentMeta, isEntityLookupMultiplePayloadMode, isEntityLookupPayloadMode, isEntityLookupPayloadModeCompatible, isEntityLookupResultSelectable, isEntityLookupSinglePayloadMode, isFormLayoutItem, isGlobalActionRef, isInlineFilterControlType, isLookupDialogSize, isLookupFilterFieldType, isLookupFilterOperator, isPraxisPresentationVisualizationTableSafe, isPraxisRuntimeGlobalActionEffect, isRangeValidForFilter, isRequiredGlobalActionParamPayloadMissing, isRequiredGlobalActionPayloadMissing, isTableConfigV2, isValidFormConfig, isValidTableConfig, legacyCnpjValidator, legacyCpfValidator, logOnErrorHook, mapFieldDefinitionToMetadata, mapFieldDefinitionsToMetadata, matchFieldValidator, materializeFormLayoutFromMetadata, maxFileSizeValidator, mergeFieldMetadata, mergePraxisI18nConfigs, mergeTableConfigs, migrateFormLayoutRule, migrateLegacyCompositionLink, migrateLegacyCompositionLinks, minWordsValidator, normalizeControlTypeKey, normalizeControlTypeToken, normalizeEditorialLink, normalizeEnd, normalizeFieldAccessMetadata, normalizeFieldConstraints, normalizeFieldPresentation, normalizeFormConfig, normalizeFormLayoutItems, normalizeFormMetadata, normalizeGlobalActionRef$1 as normalizeGlobalActionRef, normalizeLayoutPolicy, normalizeLookupFilterRequest, normalizePath, normalizePraxisDataQueryContext, normalizePraxisEffectPolicy, normalizePraxisPresentationVisualization, normalizePraxisQueryFilterExpression, normalizePraxisQueryFilterNode, normalizeResourceAvailabilityReasonCode, normalizeStart, normalizeUnknownError, normalizeWidgetEventPath, notifySuccessHook, parseJsonResponseOrEmpty, praxisLoadingInterceptorFn, prefillFromContextHook, provideDefaultFormHooks, provideFieldSelectorRegistryBase, provideFieldSelectorRegistryOverride, provideFieldSelectorRegistryRuntime, provideFormHookPresets, provideFormHooks, provideGlobalActionCatalog, provideGlobalActionHandler, provideGlobalConfig, provideGlobalConfigReady, provideGlobalConfigSeed, provideGlobalConfigTenant, provideHookResolvers, provideHookWhitelist, provideOverlayDecisionMatrix, providePraxisAnalyticsGlobalActions, providePraxisCollectionExportProvider, providePraxisDynamicPageMetadata, providePraxisEnterpriseRuntimeContext, providePraxisFooterLinksMetadata, providePraxisGlobalActionCatalog, providePraxisGlobalActions, providePraxisGlobalConfigBootstrap, providePraxisHeroBannerMetadata, providePraxisHttpCollectionExportProvider, providePraxisHttpLoading, providePraxisI18n, providePraxisI18nConfig, providePraxisI18nTranslator, providePraxisIconDefaults, providePraxisJsonLogicOperator, providePraxisJsonLogicOperatorOverride, providePraxisLegalNoticeMetadata, providePraxisLoadingDefaults, providePraxisLogging, providePraxisRichTextBlockMetadata, providePraxisToastGlobalActions, providePraxisUserContextSummaryMetadata, provideRemoteGlobalConfig, readPraxisExportValue, reconcileFilterConfig, reconcileFormConfig, reconcileTableConfig, registerPraxisRuntimeComponentObservation, removeDiacritics, renderPraxisPresentationVisualizationHtml, reportTelemetryHookFactory, requiredCheckedValidator, requiredPresenceValidator, resolveBuiltinPresets, resolveColumnTypeFromFieldDefinition, resolveControlTypeAlias, resolveDefaultValuePresentationFormat, resolveEntityLookupPayloadMode, resolveFieldPresentation, resolveHidden, resolveInlineFilterControlType, resolveInlineFilterControlTypeToBaseControlType, resolveLoggerConfig, resolveObservabilityOptions, resolveOffset, resolveOrder, resolvePraxisCollectionExportItems, resolvePraxisExportFields, resolvePraxisExportScope, resolvePraxisFilterCriteria, resolveResourceAvailabilityReasonKey, resolveSpan, resolveTextMaskFormat, resolveTextMaskFormatFromFieldDefinition, resolveValuePresentation, resolveValuePresentationLocale, serializeEntityLookupValueForPayload, serializeOptionSourceFilterRequest, serializePraxisCollectionToCsv, serializePraxisCollectionToJson, slugify, stripMasksHook, supportsImplicitValuePresentation, syncWithServerMetadata, toCamel, toCapitalize, toKebab, toPascal, toSentenceCase, toSnake, toTitleCase, translateResourceAvailabilityReason, translateResourceDiscoveryText, translateUnavailableWorkflowMessage, trim, uniqueAsyncValidator, urlValidator, validateGlobalActionRef, validateGlobalActionRefs, withMessage, withPraxisHttpLoading };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@praxisui/core",
|
|
3
|
-
"version": "9.0.0-beta.
|
|
3
|
+
"version": "9.0.0-beta.27",
|
|
4
4
|
"description": "Core library for Praxis UI Workspace: types, tokens, services and utilities shared across @praxisui/* packages.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
package/types/praxisui-core.d.ts
CHANGED
|
@@ -4117,6 +4117,14 @@ interface FieldMetadata extends ComponentMetadata {
|
|
|
4117
4117
|
disabled?: boolean;
|
|
4118
4118
|
/** Field is read-only */
|
|
4119
4119
|
readOnly?: boolean;
|
|
4120
|
+
/**
|
|
4121
|
+
* Canonical backend-authored access metadata for field-level UX materialization.
|
|
4122
|
+
*
|
|
4123
|
+
* The frontend may use this contract to hide or lock controls for usability,
|
|
4124
|
+
* but it is not a security boundary. Backend filtering and validation remain
|
|
4125
|
+
* the final authority for sensitive data.
|
|
4126
|
+
*/
|
|
4127
|
+
fieldAccess?: FieldAccessMetadata;
|
|
4120
4128
|
/** Field is hidden from display */
|
|
4121
4129
|
hidden?: boolean;
|
|
4122
4130
|
/** Canonical conditional visibility guard for metadata-driven forms. */
|
|
@@ -4353,6 +4361,23 @@ type CoreFieldMetadata = Pick<FieldMetadata, 'name' | 'label' | 'controlType'>;
|
|
|
4353
4361
|
/** Helper type for field metadata without computed properties */
|
|
4354
4362
|
type SerializableFieldMetadata = Omit<FieldMetadata, 'transformDisplayValue' | 'transformSaveValue'>;
|
|
4355
4363
|
|
|
4364
|
+
interface FieldAccessMetadata {
|
|
4365
|
+
visibleForAuthorities?: string[];
|
|
4366
|
+
editableForAuthorities?: string[];
|
|
4367
|
+
reason?: string;
|
|
4368
|
+
}
|
|
4369
|
+
interface FieldAccessEvaluationContext {
|
|
4370
|
+
authorities?: readonly string[] | null;
|
|
4371
|
+
}
|
|
4372
|
+
interface FieldAccessEvaluationResult {
|
|
4373
|
+
evaluated: boolean;
|
|
4374
|
+
visible: boolean;
|
|
4375
|
+
editable: boolean;
|
|
4376
|
+
reason?: string;
|
|
4377
|
+
}
|
|
4378
|
+
declare function normalizeFieldAccessMetadata(value: unknown): FieldAccessMetadata | undefined;
|
|
4379
|
+
declare function evaluateFieldAccess(fieldOrAccess: Pick<FieldMetadata, 'fieldAccess'> | FieldAccessMetadata | null | undefined, context?: FieldAccessEvaluationContext): FieldAccessEvaluationResult;
|
|
4380
|
+
|
|
4356
4381
|
/**
|
|
4357
4382
|
* Contrato de saída do normalizador de esquema (SchemaNormalizerService):
|
|
4358
4383
|
* - Converte metadados `x-ui` em FieldDefinition tipado.
|
|
@@ -4383,6 +4408,7 @@ interface FieldDefinition {
|
|
|
4383
4408
|
layout?: 'horizontal' | 'vertical';
|
|
4384
4409
|
disabled?: boolean;
|
|
4385
4410
|
readOnly?: boolean;
|
|
4411
|
+
fieldAccess?: FieldAccessMetadata;
|
|
4386
4412
|
array?: FieldArrayConfig;
|
|
4387
4413
|
collectionValidation?: FieldArrayCollectionValidation;
|
|
4388
4414
|
multiple?: boolean;
|
|
@@ -9340,6 +9366,66 @@ declare class DomainRuleService {
|
|
|
9340
9366
|
static ɵprov: i0.ɵɵInjectableDeclaration<DomainRuleService>;
|
|
9341
9367
|
}
|
|
9342
9368
|
|
|
9369
|
+
interface EnterpriseRuntimeUser {
|
|
9370
|
+
userId: string;
|
|
9371
|
+
displayName?: string | null;
|
|
9372
|
+
resolvedFromServerPrincipal?: boolean;
|
|
9373
|
+
}
|
|
9374
|
+
interface EnterpriseRuntimeTenant {
|
|
9375
|
+
tenantId: string;
|
|
9376
|
+
label?: string | null;
|
|
9377
|
+
active?: boolean;
|
|
9378
|
+
}
|
|
9379
|
+
interface EnterpriseRuntimeContext {
|
|
9380
|
+
schemaVersion: string;
|
|
9381
|
+
user: EnterpriseRuntimeUser;
|
|
9382
|
+
activeTenant: EnterpriseRuntimeTenant;
|
|
9383
|
+
environment?: string | null;
|
|
9384
|
+
locale?: string | null;
|
|
9385
|
+
timezone?: string | null;
|
|
9386
|
+
activeProfileId?: string | null;
|
|
9387
|
+
activeModuleKey?: string | null;
|
|
9388
|
+
/**
|
|
9389
|
+
* Host-resolved security authorities usable by metadata-driven UX policies.
|
|
9390
|
+
* Do not infer these from `capabilities` unless the host/backend explicitly
|
|
9391
|
+
* publishes that shared vocabulary.
|
|
9392
|
+
*/
|
|
9393
|
+
authorities?: string[];
|
|
9394
|
+
capabilities?: string[];
|
|
9395
|
+
resolvedAt?: string | null;
|
|
9396
|
+
}
|
|
9397
|
+
interface EnterpriseRuntimeContextHeaders {
|
|
9398
|
+
'X-Tenant-ID'?: string;
|
|
9399
|
+
'X-User-ID'?: string;
|
|
9400
|
+
'X-Env'?: string;
|
|
9401
|
+
'Accept-Language'?: string;
|
|
9402
|
+
'X-Timezone'?: string;
|
|
9403
|
+
'X-Praxis-Profile-ID'?: string;
|
|
9404
|
+
'X-Praxis-Module-Key'?: string;
|
|
9405
|
+
}
|
|
9406
|
+
|
|
9407
|
+
type RuntimeHeaderMap = Record<string, string | undefined>;
|
|
9408
|
+
declare class EnterpriseRuntimeContextService {
|
|
9409
|
+
private readonly http;
|
|
9410
|
+
private readonly apiUrl;
|
|
9411
|
+
private readonly options;
|
|
9412
|
+
private readonly contextSubject;
|
|
9413
|
+
private loadPromise;
|
|
9414
|
+
readonly contextChanges$: Observable<EnterpriseRuntimeContext | null>;
|
|
9415
|
+
get snapshot(): EnterpriseRuntimeContext | null;
|
|
9416
|
+
ready(): Promise<EnterpriseRuntimeContext | null>;
|
|
9417
|
+
refresh(): Promise<EnterpriseRuntimeContext | null>;
|
|
9418
|
+
headers(fallback?: RuntimeHeaderMap): EnterpriseRuntimeContextHeaders;
|
|
9419
|
+
private load;
|
|
9420
|
+
private endpoint;
|
|
9421
|
+
private requestHeaders;
|
|
9422
|
+
private globalFetchHeaders;
|
|
9423
|
+
private headersFromSnapshot;
|
|
9424
|
+
private normalizeHeaders;
|
|
9425
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<EnterpriseRuntimeContextService, never>;
|
|
9426
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<EnterpriseRuntimeContextService>;
|
|
9427
|
+
}
|
|
9428
|
+
|
|
9343
9429
|
type PraxisRuntimeComponentObservationSchemaVersion = 'praxis-runtime-component-observation.v1';
|
|
9344
9430
|
type PraxisRuntimeComponentObservationClaimKind = 'component' | 'manifest' | 'resource' | 'schemaField' | 'selection' | 'operation' | 'surface' | 'action' | 'stateDigest' | 'dataDigest';
|
|
9345
9431
|
interface PraxisRuntimeComponentObservationEnvelope {
|
|
@@ -9515,6 +9601,8 @@ declare class SurfaceOpenMaterializerService {
|
|
|
9515
9601
|
private resolveItemReadUrl;
|
|
9516
9602
|
private resolveSchemaFields;
|
|
9517
9603
|
private materializeArrayAsTable;
|
|
9604
|
+
private ensureCollectionTableSelectionContract;
|
|
9605
|
+
private ensureTableSelectionConfig;
|
|
9518
9606
|
private projectTableInputs;
|
|
9519
9607
|
private buildLocalTableConfig;
|
|
9520
9608
|
private inferColumnsFromData;
|
|
@@ -10173,6 +10261,34 @@ declare function provideGlobalConfigSeed(seed: Partial<GlobalConfig>): Provider;
|
|
|
10173
10261
|
declare function provideRemoteGlobalConfig(url: string): Provider;
|
|
10174
10262
|
declare function providePraxisGlobalConfigBootstrap(options?: PraxisGlobalConfigBootstrapOptions): Provider[];
|
|
10175
10263
|
|
|
10264
|
+
interface PraxisEnterpriseRuntimeContextOptions {
|
|
10265
|
+
/**
|
|
10266
|
+
* Absolute or relative endpoint for the host-owned runtime context snapshot.
|
|
10267
|
+
* Defaults to `${API_URL.default}/praxis/runtime/context` or `/api/praxis/runtime/context`.
|
|
10268
|
+
*/
|
|
10269
|
+
endpoint?: string;
|
|
10270
|
+
/**
|
|
10271
|
+
* Headers used to resolve the context request. The response remains the source
|
|
10272
|
+
* of truth for tenant/user/environment headers after bootstrap.
|
|
10273
|
+
*/
|
|
10274
|
+
headersFactory?: () => Record<string, string | undefined>;
|
|
10275
|
+
/**
|
|
10276
|
+
* Include `globalThis.PAX_FETCH_HEADERS()` in the request headers when present.
|
|
10277
|
+
*/
|
|
10278
|
+
includeGlobalFetchHeaders?: boolean;
|
|
10279
|
+
/**
|
|
10280
|
+
* Block Angular bootstrap until the context has been resolved.
|
|
10281
|
+
*/
|
|
10282
|
+
blocking?: boolean;
|
|
10283
|
+
/**
|
|
10284
|
+
* Whether bootstrap should fail when the runtime context request fails.
|
|
10285
|
+
*/
|
|
10286
|
+
errorPolicy?: 'fail' | 'ignore';
|
|
10287
|
+
}
|
|
10288
|
+
declare const PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_OPTIONS: InjectionToken<PraxisEnterpriseRuntimeContextOptions>;
|
|
10289
|
+
declare const PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_READY: InjectionToken<() => Promise<void>>;
|
|
10290
|
+
declare function providePraxisEnterpriseRuntimeContext(options?: PraxisEnterpriseRuntimeContextOptions): Provider[];
|
|
10291
|
+
|
|
10176
10292
|
declare const PRAXIS_I18N_CONFIG: InjectionToken<Partial<PraxisI18nConfig>>;
|
|
10177
10293
|
declare const PRAXIS_I18N_TRANSLATOR: InjectionToken<PraxisI18nTranslator>;
|
|
10178
10294
|
|
|
@@ -11263,6 +11379,12 @@ interface FormConfigMetadata {
|
|
|
11263
11379
|
};
|
|
11264
11380
|
/** Server data hash for change detection */
|
|
11265
11381
|
serverHash?: string;
|
|
11382
|
+
/**
|
|
11383
|
+
* Host-resolved security authorities used only for fieldAccess UX
|
|
11384
|
+
* materialization. Do not populate this from runtime capabilities unless the
|
|
11385
|
+
* host/backend explicitly declares that both vocabularies are shared.
|
|
11386
|
+
*/
|
|
11387
|
+
fieldAccessAuthorities?: string[];
|
|
11266
11388
|
/**
|
|
11267
11389
|
* Server schema identity used to build this configuration.
|
|
11268
11390
|
* Format comes from buildSchemaId(path|operation|schemaType|internal|tenant|locale|origin).
|
|
@@ -14897,5 +15019,5 @@ declare function provideFormHookPresets(presets: Array<FormHookPreset>): Provide
|
|
|
14897
15019
|
/** Register a whitelist of allowed hook ids/patterns. */
|
|
14898
15020
|
declare function provideHookWhitelist(allowed: Array<string | RegExp>): Provider[];
|
|
14899
15021
|
|
|
14900
|
-
export { API_CONFIG_STORAGE_OPTIONS, API_URL, ASYNC_CONFIG_STORAGE, AllowedFileTypes, AnalyticsPresentationResolver, AnalyticsSchemaContractService, AnalyticsStatsRequestBuilderService, ApiConfigStorage, ApiEndpoint, BUILTIN_PAGE_LAYOUT_PRESETS, BUILTIN_PAGE_THEME_PRESETS, BUILTIN_SHELL_PRESETS, CONFIG_STORAGE, CONNECTION_STORAGE, ComponentKeyService, ComponentMetadataRegistry, CompositionRuntimeFacade, ConsoleLoggerSink, CrudOperationResolutionService, DEFAULT_FIELD_SELECTOR_CONTROL_TYPE_MAP, DEFAULT_JSON_LOGIC_OPERATORS, DEFAULT_TABLE_CONFIG, DOMAIN_CATALOG_COMPONENT_CONTEXT_PACK, DOMAIN_CATALOG_CONTEXT_HINT_SCHEMA_VERSION, DYNAMIC_PAGE_AI_CAPABILITIES, DYNAMIC_PAGE_COMPONENT_CONTEXT_PACK, DYNAMIC_PAGE_CONFIG_EDITOR, DYNAMIC_PAGE_SHELL_EDITOR, DefaultLoadingRenderer, DeferredAsyncConfigStorage, DomainCatalogService, DomainKnowledgeService, DomainRuleService, DynamicFormService, DynamicWidgetLoaderDirective, DynamicWidgetPageComponent, EDITORIAL_ALLOWED_CONTENT_FORMATS, EDITORIAL_COMPLIANCE_PRESETS, EDITORIAL_EXTERNAL_LINK_REL, EDITORIAL_FORM_TEMPLATE_CATALOG, EDITORIAL_HTML_ENABLED, EDITORIAL_MARKDOWN_IMAGES_ENABLED, EDITORIAL_SOLUTION_CATALOG, EDITORIAL_SOLUTION_PRESETS, EDITORIAL_THEME_PRESETS, EDITORIAL_WIDGET_CONVENTION_INPUTS, EDITORIAL_WIDGET_TAG, EMPLOYEE_ONBOARDING_EDITORIAL_SOLUTION, EMPLOYEE_ONBOARDING_EDITORIAL_TEMPLATE, EMPLOYEE_ONBOARDING_GUIDED_EDITORIAL_SOLUTION, EMPLOYEE_ONBOARDING_GUIDED_EDITORIAL_TEMPLATE, EVENT_REGISTRATION_EDITORIAL_SOLUTION, EVENT_REGISTRATION_EDITORIAL_TEMPLATE, EmptyStateCardComponent, ErrorMessageService, FIELD_METADATA_CAPABILITIES, FIELD_SELECTOR_REGISTRY_BASE, FIELD_SELECTOR_REGISTRY_DISABLE_DEFAULTS, FIELD_SELECTOR_REGISTRY_OVERRIDES, FORM_HOOKS, FORM_HOOKS_PRESETS, FORM_HOOKS_WHITELIST, FORM_HOOK_RESOLVERS, FieldControlType, FieldDataType, FieldSelectorRegistry, FormHooksRegistry, GLOBAL_ACTION_CATALOG, GLOBAL_ACTION_HANDLERS, GLOBAL_ACTION_UI_SCHEMAS, GLOBAL_ANALYTICS_SERVICE, GLOBAL_API_CLIENT, GLOBAL_CONFIG, GLOBAL_DIALOG_SERVICE, GLOBAL_ROUTE_GUARD_RESOLVER, GLOBAL_SURFACE_SERVICE, GLOBAL_TOAST_SERVICE, GenericCrudService, GlobalActionService, GlobalConfigService, INLINE_FILTER_ALIAS_TOKENS, INLINE_FILTER_CONTROL_TYPES, INLINE_FILTER_CONTROL_TYPE_SET, INLINE_FILTER_CONTROL_TYPE_VALUES, INLINE_FILTER_TOKEN_TO_BASE_CONTROL_TYPE, INLINE_FILTER_TOKEN_TO_CONTROL_TYPE, IconPickerService, IconPosition, IconSize, LOGGER_LEVEL_BY_ENV, LOGGER_LEVEL_PRIORITY, LoadingOrchestrator, LocalConnectionStorage, LocalStorageAsyncAdapter, LocalStorageCacheAdapter, LocalStorageConfigService, LoggerService, LoggerThrottleTracker, LoggerWarnOnceTracker, MemoryCacheAdapter, NestedPortCatalogService, NestedWidgetConfigAccessor, NumericFormat, OVERLAY_DECIDER_DEBUG, OVERLAY_DECISION_MATRIX, ObservabilityDashboardService, OverlayDeciderService, PRAXIS_COLLECTION_EXPORT_HTTP_OPTIONS, PRAXIS_COLLECTION_EXPORT_PROVIDER, PRAXIS_CORPORATE_SENSITIVE_KEYS, PRAXIS_DEFAULT_EXPORT_SECURITY_POLICY, PRAXIS_DEFAULT_OBSERVABILITY_ALERT_RULES, PRAXIS_DYNAMIC_PAGE_COMPONENT_METADATA, PRAXIS_EXPORT_FORMULA_PREFIXES, PRAXIS_EXPORT_SECURITY_POLICY, PRAXIS_FOOTER_LINKS_METADATA, PRAXIS_GLOBAL_ACTION_CATALOG, PRAXIS_GLOBAL_CONFIG_BOOTSTRAP_OPTIONS, PRAXIS_GLOBAL_CONFIG_BOOTSTRAP_READY, PRAXIS_GLOBAL_CONFIG_TENANT_RESOLVER, PRAXIS_HERO_BANNER_METADATA, PRAXIS_I18N_CONFIG, PRAXIS_I18N_TRANSLATOR, PRAXIS_JSON_LOGIC_OPERATORS, PRAXIS_LAYER_SCALE_DEFAULTS, PRAXIS_LAYER_SCALE_VARS, PRAXIS_LEGAL_NOTICE_METADATA, PRAXIS_LOADING_CTX, PRAXIS_LOADING_RENDERER, PRAXIS_LOGGER_CONFIG, PRAXIS_LOGGER_SINKS, PRAXIS_OBSERVABILITY_DASHBOARD_OPTIONS, PRAXIS_QUERY_FILTER_EXPRESSION_SCHEMA_VERSION, PRAXIS_RICH_TEXT_BLOCK_METADATA, PRAXIS_TELEMETRY_TRANSPORT, PRAXIS_USER_CONTEXT_SUMMARY_METADATA, PRIVACY_CONSENT_EDITORIAL_SOLUTION, PRIVACY_CONSENT_EDITORIAL_TEMPLATE, PraxisCollectionExportService, PraxisCore, PraxisFooterLinksComponent, PraxisGlobalErrorHandler, PraxisHeroBannerComponent, PraxisHttpCollectionExportProvider, PraxisI18nService, PraxisIconDirective, PraxisIconPickerComponent, PraxisJsonLogicError, PraxisJsonLogicService, PraxisLayerScaleStyleService, PraxisLegalNoticeComponent, PraxisLoadingInterceptor, PraxisRichTextBlockComponent, PraxisRuntimeComponentObservationRegistryService, PraxisSurfaceHostComponent, PraxisUserContextSummaryComponent, RESOURCE_DISCOVERY_I18N_CONFIG, RESOURCE_DISCOVERY_I18N_NAMESPACE, RULE_PROPERTY_SCHEMA, RemoteConfigStorage, ResourceActionOpenAdapterService, ResourceDiscoveryService, ResourceQuickConnectComponent, ResourceSurfaceOpenAdapterService, SCHEMA_VIEWER_CONTEXT, SETTINGS_PANEL_BRIDGE, SETTINGS_PANEL_DATA, STEPPER_CONFIG_EDITOR, SURFACE_DRAWER_BRIDGE, SURFACE_OPEN_I18N_CONFIG, SURFACE_OPEN_I18N_NAMESPACE, SURFACE_OPEN_PRESETS, SchemaMetadataClient, SchemaNormalizerService, SchemaViewerComponent, SurfaceBindingRuntimeService, SurfaceOpenActionEditorComponent, SurfaceOpenMaterializerService, TABLE_CONFIG_EDITOR, TableConfigService, TelemetryLoggerSink, TelemetryService, ValidationPattern, WidgetPageStateRuntimeService, WidgetShellComponent, applyLocalCustomizations$1 as applyLocalCustomizations, applyLocalCustomizations as applyLocalFormCustomizations, assertPraxisCollectionExportArtifact, assertPraxisRuntimeComponentObservationSerializable, buildAngularValidators, buildApiUrl, buildBaseColumnFromDef, buildBaseFormField, buildFormConfigFromEditorialTemplate, buildHeaders, buildPageKey, buildPraxisEffectDistinctKey, buildPraxisLayerScaleCss, buildSchemaId, buildSchemaIdStorageKeySegment, buildValidatorsFromValidatorOptions, cancelIfCpfInvalidHook, clampRange, classifyEntityLookupResult, clonePraxisRuntimeComponentObservation, cloneTableConfig, cnpjAlphaValidator, collapseWhitespace, composeHeadersWithVersion, conditionalAsyncValidator, convertFormLayoutToConfig, createCorporateLoggerConfig, createCorporateObservabilityOptions, createCpfCnpjValidator, createDefaultFormConfig, createDefaultTableConfig, createEmptyFormConfig, createEmptyRichContentDocument, createFieldLayoutItem, createPersistedPage, customAsyncValidatorFn, customValidatorFn, debounceAsyncValidator, deepMerge, domainKnowledgeTimelineToRichContentDocument, domainRuleTimelineToRichContentDocument, ensureIds, ensureNoConflictsHookFactory, ensurePageIds, escapePraxisExportCell, extractNormalizedError, fetchWithETag, fileTypeValidator, fillUndefined, generateId, getDefaultFormHints, getEditorialCompliancePresetById, getEditorialFormTemplateById, getEditorialFormTemplateCatalog, getEditorialSolutionById, getEditorialSolutionCatalog, getEditorialSolutionPresetById, getEditorialThemePresetById, getEssentialConfig, getFieldMetadataCapabilities, getFormColumnFieldNames, getFormLayoutFieldNames, getGlobalActionCatalog, getGlobalActionPayloadActualType, getGlobalActionPayloadTypeIssue, getGlobalActionUiSchema, getMissingGlobalActionPayloadKeys, getReferencedFieldMetadata, getRequiredGlobalActionPayloadKeys, getTextTransformer, hasMeaningfulGlobalActionPayloadValue, hasPraxisCollectionExportArtifact, interpolatePraxisTranslation, isAllowedEditorialContentFormat, isAllowedEditorialHref, isCssTextTransform, isEditorialComponentMeta, isEntityLookupMultiplePayloadMode, isEntityLookupPayloadMode, isEntityLookupPayloadModeCompatible, isEntityLookupResultSelectable, isEntityLookupSinglePayloadMode, isFormLayoutItem, isGlobalActionRef, isInlineFilterControlType, isLookupDialogSize, isLookupFilterFieldType, isLookupFilterOperator, isPraxisPresentationVisualizationTableSafe, isPraxisRuntimeGlobalActionEffect, isRangeValidForFilter, isRequiredGlobalActionParamPayloadMissing, isRequiredGlobalActionPayloadMissing, isTableConfigV2, isValidFormConfig, isValidTableConfig, legacyCnpjValidator, legacyCpfValidator, logOnErrorHook, mapFieldDefinitionToMetadata, mapFieldDefinitionsToMetadata, matchFieldValidator, materializeFormLayoutFromMetadata, maxFileSizeValidator, mergeFieldMetadata, mergePraxisI18nConfigs, mergeTableConfigs, migrateFormLayoutRule, migrateLegacyCompositionLink, migrateLegacyCompositionLinks, minWordsValidator, normalizeControlTypeKey, normalizeControlTypeToken, normalizeEditorialLink, normalizeEnd, normalizeFieldConstraints, normalizeFieldPresentation, normalizeFormConfig, normalizeFormLayoutItems, normalizeFormMetadata, normalizeGlobalActionRef, normalizeLayoutPolicy, normalizeLookupFilterRequest, normalizePath, normalizePraxisDataQueryContext, normalizePraxisEffectPolicy, normalizePraxisPresentationVisualization, normalizePraxisQueryFilterExpression, normalizePraxisQueryFilterNode, normalizeResourceAvailabilityReasonCode, normalizeStart, normalizeUnknownError, normalizeWidgetEventPath, notifySuccessHook, parseJsonResponseOrEmpty, praxisLoadingInterceptorFn, prefillFromContextHook, provideDefaultFormHooks, provideFieldSelectorRegistryBase, provideFieldSelectorRegistryOverride, provideFieldSelectorRegistryRuntime, provideFormHookPresets, provideFormHooks, provideGlobalActionCatalog, provideGlobalActionHandler, provideGlobalConfig, provideGlobalConfigReady, provideGlobalConfigSeed, provideGlobalConfigTenant, provideHookResolvers, provideHookWhitelist, provideOverlayDecisionMatrix, providePraxisAnalyticsGlobalActions, providePraxisCollectionExportProvider, providePraxisDynamicPageMetadata, providePraxisFooterLinksMetadata, providePraxisGlobalActionCatalog, providePraxisGlobalActions, providePraxisGlobalConfigBootstrap, providePraxisHeroBannerMetadata, providePraxisHttpCollectionExportProvider, providePraxisHttpLoading, providePraxisI18n, providePraxisI18nConfig, providePraxisI18nTranslator, providePraxisIconDefaults, providePraxisJsonLogicOperator, providePraxisJsonLogicOperatorOverride, providePraxisLegalNoticeMetadata, providePraxisLoadingDefaults, providePraxisLogging, providePraxisRichTextBlockMetadata, providePraxisToastGlobalActions, providePraxisUserContextSummaryMetadata, provideRemoteGlobalConfig, readPraxisExportValue, reconcileFilterConfig, reconcileFormConfig, reconcileTableConfig, registerPraxisRuntimeComponentObservation, removeDiacritics, renderPraxisPresentationVisualizationHtml, reportTelemetryHookFactory, requiredCheckedValidator, requiredPresenceValidator, resolveBuiltinPresets, resolveColumnTypeFromFieldDefinition, resolveControlTypeAlias, resolveDefaultValuePresentationFormat, resolveEntityLookupPayloadMode, resolveFieldPresentation, resolveHidden, resolveInlineFilterControlType, resolveInlineFilterControlTypeToBaseControlType, resolveLoggerConfig, resolveObservabilityOptions, resolveOffset, resolveOrder, resolvePraxisCollectionExportItems, resolvePraxisExportFields, resolvePraxisExportScope, resolvePraxisFilterCriteria, resolveResourceAvailabilityReasonKey, resolveSpan, resolveTextMaskFormat, resolveTextMaskFormatFromFieldDefinition, resolveValuePresentation, resolveValuePresentationLocale, serializeEntityLookupValueForPayload, serializeOptionSourceFilterRequest, serializePraxisCollectionToCsv, serializePraxisCollectionToJson, slugify, stripMasksHook, supportsImplicitValuePresentation, syncWithServerMetadata, toCamel, toCapitalize, toKebab, toPascal, toSentenceCase, toSnake, toTitleCase, translateResourceAvailabilityReason, translateResourceDiscoveryText, translateUnavailableWorkflowMessage, trim, uniqueAsyncValidator, urlValidator, validateGlobalActionRef, validateGlobalActionRefs, withMessage, withPraxisHttpLoading };
|
|
14901
|
-
export type { AccessibilityConfig, ActionDefinition, ActionMessagesConfig, AiCapability, AiCapabilityCatalog, AiCapabilityCategory, AiCapabilityCategoryMap, AiConcept, AiConceptPack, AiValueKind, AnalyticsIntent, AnalyticsPresentationDecision, AnalyticsPresentationFamily, AnalyticsPresentationResolverOptions, AnalyticsSchemaContractRequest, AnalyticsSourceKind, AnalyticsStatsGranularity, AnalyticsStatsMetricOperation, AnalyticsStatsOperation, AnalyticsStatsOrderBy, AnimationConfig, AnnouncementConfig, ApiConfigStorageOptions, ApiUrlConfig, ApiUrlEntry, AsyncConfigStorage, BackConfig, BaseMaterialInputMetadata, BatchDeleteOptions, BatchDeleteProgress, BatchDeleteResult, BorderConfig, Breakpoint, BuiltValidators, BulkAction, BulkActionsConfig, CacheAdapter, CacheConfig, CacheEntry, Capability$1 as Capability, CapabilityCatalog$1 as CapabilityCatalog, CapabilityCategory$1 as CapabilityCategory, ColorConfig, ColumnAlign, ColumnDefinition, ColumnHidden, ColumnOffset, ColumnOrder, ColumnSpan, ComponentActionParam, ComponentAuthoringManifest, ComponentContextAction, ComponentContextOption, ComponentContextOptionMode, ComponentContextOptionsByPathEntry, ComponentContextPack, ComponentDocMeta, ComponentEditorialResolveOptions, ComponentKeyParams, ComponentMergePatch, ComponentMetadata, ComponentMetadataEditorialBindingDescriptor, ComponentMetadataEditorialDescriptor, ComponentPortEndpointRef, ComponentPortPathSegment, CompositionLink, CompositionRuntimeFacadeOptions, ConditionalValidationRule, ConfigMetadata, ConfigStorage, ConfirmationConfig, ConnectionConfigV1, ConnectionStorage, ContextAction, ContextActionsConfig, BackConfig as CoreBackConfig, CoreFieldMetadata, CorePresetDescriptor, CorePresetDiscoveryRegistry, CorePresetKind, CorePresetRef, CrudConfigureOptions, CrudOperationOptions, CrudOperationResolutionContext, CsvExportConfig, CurrencyLocaleConfig, CursorPage, CursorRequest, CustomizationLog, DataConfig, DataTransformation, DataValidationConfig, DateRangePreset, DateRangeValue, DateTimeLocaleConfig, DebounceConfig, DeviceKind, DiagnosticPhase, DiagnosticRecord, DiagnosticSeverity, DiagnosticSource, DiagnosticSubjectKind, DiagnosticSubjectRef, Domain360CatalogCoverage, Domain360CatalogDiagnostic, Domain360CatalogEntry, Domain360CatalogRequestOptions, Domain360CatalogResponse, Domain360CatalogRoute, DomainCatalogContextHint, DomainCatalogContextHintIntent, DomainCatalogContextHintItemType, DomainCatalogGovernanceContext, DomainCatalogGovernancePayload, DomainCatalogGovernanceRequestOptions, DomainCatalogItem, DomainCatalogRecommendedAuthoringFlow, DomainCatalogRecommendedRuleType, DomainCatalogRelationshipHint, DomainCatalogRelease, DomainCatalogRequestOptions, DomainCatalogResourceProbe, DomainKnowledgeAuthorType, DomainKnowledgeChangeSet, DomainKnowledgeChangeSetFilters, DomainKnowledgeChangeSetRequest, DomainKnowledgeChangeSetStatus, DomainKnowledgeChangeSetTarget, DomainKnowledgeChangeSetTimelineEventResponse, DomainKnowledgeChangeSetTimelineResponse, DomainKnowledgeOperationType, DomainKnowledgePatchOperation, DomainKnowledgeRequestOptions, DomainKnowledgeSafeOperationSummary, DomainKnowledgeStatusTransitionRequest, DomainKnowledgeTimelineEventVisibility, DomainKnowledgeTimelineRichContentOptions, DomainKnowledgeValidationIssue, DomainKnowledgeValidationResponse, DomainKnowledgeValidationStatus, DomainRuleAppliedByType, DomainRuleCreatedByType, DomainRuleDecisionDiagnostics, DomainRuleDefinition, DomainRuleDefinitionFilters, DomainRuleDefinitionRequest, DomainRuleExplainability, DomainRuleIntakeRequest, DomainRuleIntakeResponse, DomainRuleMaterialization, DomainRuleMaterializationFilters, DomainRuleMaterializationOutcomeResolution, DomainRuleMaterializationRequest, DomainRulePublicationDiagnostics, DomainRulePublicationMaterializationOutcome, DomainRulePublicationRequest, DomainRulePublicationResponse, DomainRuleRequestOptions, DomainRuleSimulationRequest, DomainRuleSimulationResponse, DomainRuleStatus, DomainRuleStatusTransitionRequest, DomainRuleTargetLayer, DomainRuleTimelineEventResponse, DomainRuleTimelineEventVisibility, DomainRuleTimelineResponse, DomainRuleTimelineRichContentOptions, DraggingConfig, DynamicFormLayoutDetachBehavior, DynamicFormLayoutIntent, DynamicFormLayoutLifecycle, DynamicFormLayoutPersistence, DynamicFormLayoutPolicy, DynamicFormLayoutSource, DynamicFormSchemaLayoutPreset, DynamicFormSchemaOperation, DynamicFormSchemaType, Capability as DynamicPageCapability, CapabilityCatalog as DynamicPageCapabilityCatalog, CapabilityCategory as DynamicPageCapabilityCategory, ValueKind as DynamicPageValueKind, EditorialBlock, EditorialBlockBase, EditorialBlockKind, EditorialBlockOverride, EditorialBlockSurface, EditorialBlockTone, EditorialBlockVisibilityRule, EditorialCompliancePreset, EditorialComponentDocMeta, EditorialConnectorStyle, EditorialContentFormat, EditorialContextFieldContract, EditorialContextSummaryBlock, EditorialCustomWidgetBlock, EditorialDataCollectionBlock, EditorialDensity, EditorialFaqAccordionBlock, EditorialFaqItem, EditorialFormCompliancePreset, EditorialFormShellPreset, EditorialFormTemplate, EditorialFormTemplateBuildOptions, EditorialFormTemplateContextField, EditorialFormTemplateDefaults, EditorialFormTemplateLayoutPreset, EditorialFormTemplateMetadata, EditorialFormTemplateReference, EditorialHeroBlock, EditorialIconSpec, EditorialInfoCardItem, EditorialInfoCardsBlock, EditorialIntroHeroBlock, EditorialIntroHeroHighlightItem, EditorialJourney, EditorialJourneyOverride, EditorialJourneyStep, EditorialLayoutConfig, EditorialLayoutSpacing, EditorialLinkDefinition, EditorialLinkItem, EditorialMetaItem, EditorialMotionConfig, EditorialOrientation, EditorialPolicyItem, EditorialPolicyListBlock, EditorialPresentationShellVariant, EditorialPresentationalAction, EditorialPresentationalVisibilityRule, EditorialProblemType, EditorialResponsiveLayoutConfig, EditorialReviewField, EditorialReviewSection, EditorialReviewSectionField, EditorialReviewSectionsBlock, EditorialReviewSummaryBlock, EditorialRichTextBlock, EditorialSelectionCardItem, EditorialSelectionCardsBlock, EditorialShellVariant, EditorialSolutionDefinition, EditorialSolutionPreset, EditorialStepKind, EditorialStepVisualConfig, EditorialStepVisualVariant, EditorialStepperConfig, EditorialStepperVariant, EditorialSuccessPanelBlock, EditorialSurfaceVariant, EditorialTemplateInstance, EditorialTemplateInstanceOverrides, EditorialTemplateRef, EditorialTemplateSource, EditorialThemeBorderWidthTokens, EditorialThemeColorTokens, EditorialThemePreset, EditorialThemeRadiusTokens, EditorialThemeShadowTokens, EditorialThemeTokens, EditorialThemeTypographyTokens, EditorialTimelineStep, EditorialTimelineStepsBlock, EditorialWidgetAppearance, EditorialWidgetDefinition, EditorialWidgetInputs, EditorialWizardPresentation, ElevationConfig, EmptyAction, EmptyStateConfig, EndpointConfig, EndpointRef, EnhancedValidationConfig, EntityLookupActionsMetadata, EntityLookupCollectionMetadata, EntityLookupDensity, EntityLookupDisplayFieldMetadata, EntityLookupDisplayFieldPresentation, EntityLookupDisplayMetadata, EntityLookupDisplayPreset, EntityLookupMultiplePayloadMode, EntityLookupPayloadMode, EntityLookupResult, EntityLookupResultExtra, EntityLookupResultLayout, EntityLookupResultState, EntityLookupResultStateContext, EntityLookupRichFieldMetadata, EntityLookupSelectedLayout, EntityLookupSinglePayloadMode, EntityLookupUsage, EntityRef, ExcelExportConfig, ExcelStylingConfig, ExplicitCrudResolutionContract, ExportConfig, ExportFormat, ExportMessagesConfig, ExportTemplate, FetchWithEtagParams, FetchWithEtagResult, FieldArrayCollectionValidation, FieldArrayConfig, FieldArrayOperations, FieldConflict, FieldDefinition, FieldMetadata, FieldModification, FieldOption, FieldPresentationAppearance, FieldPresentationConfig, FieldPresentationInteractions, FieldPresentationJsonLogicEvaluator, FieldPresentationRule, FieldPresentationTone, FieldPresenterKind, FieldSelectorRegistryMap, FieldSource, FieldSubmitPolicy, FieldsetLayout, FilterOptions, FilteringConfig, FooterLinksAppearance, FooterLinksLayout, FormActionButton, FormActionConfirmationEvent, FormActionsLayout, FormApiLayout, FormBehaviorLayout, FormColumn, FormConfig, FormConfigMetadata, FormConfigState, FormCustomActionEvent, FormEntityEvent, FormFieldHelpDisplay, FormFieldLayoutItem, FormHelpPresentationConfig, FormHook, FormHookContext, FormHookDeclaration, FormHookDeclarationLite, FormHookOutcome, FormHookPreset, FormHookPresetMatch, FormHookStage, FormHookStatus, FormHooksLayout, FormInitializationError, FormLayout, FormLayoutItem, FormLayoutItemsColumnLike, FormLayoutRule, FormMessagesLayout, FormMetadataLayout, FormModeHints, FormOpenMode, FormReadyEvent, FormRichContentLayoutItem, FormRow, FormRowLayout, FormRuleTargetType, FormSection, FormSectionHeaderAction, FormSectionHeaderConfig, FormSectionHeaderEmptyState, FormSectionHeaderMode, FormSectionHeaderSize, FormSubmitEvent, FormValidationEvent, FormValueChangeEvent, FormattingLocaleConfig, GeneralExportConfig, GetSchemaParams, GlobalActionCatalogEntry, GlobalActionContext, GlobalActionEndpointRef, GlobalActionField, GlobalActionFieldOption, GlobalActionFieldType, GlobalActionHandler, GlobalActionHandlerEntry, GlobalActionRef, GlobalActionResult, GlobalActionUiSchema, GlobalActionValidationCode, GlobalActionValidationIssue, GlobalActionValidationTarget, GlobalAiConfig, GlobalAiEmbeddingConfig, GlobalAiProvider, GlobalAnalyticsService, GlobalApiClient, GlobalCacheConfig, GlobalConfig, GlobalCrudActionDefaults, GlobalCrudConfig, GlobalCrudDefaults, GlobalDialogAction, GlobalDialogAnimation, GlobalDialogAriaRole, GlobalDialogConfig, GlobalDialogConfigEntry, GlobalDialogPosition, GlobalDialogService, GlobalDialogStyles, GlobalDynamicFieldsAsyncSelectConfig, GlobalDynamicFieldsCascadeConfig, GlobalDynamicFieldsConfig, GlobalI18nConfig, GlobalRouteGuardResolver, GlobalSurfaceService, GlobalTableConfig, GlobalToastService, GroupingConfig, HateoasLink, HeroBadge, HeroBadgeTone, HeroBannerAppearance, HeroBannerVariant, HeroMetaItem, HeroVisualSummary, HeroVisualSummaryEvent, HeroVisualSummaryItem, HeroVisualTone, HookResolver, InlineFilterControlType, InlineMonthRangeMetadata, InlineOverlayActionAppearance, InlineOverlayActionColorRole, InlineOverlayActionMetadata, InlineOverlayActionsMetadata, InlineOverlayApplyMode, InlineOverlayMetadata, InlinePeriodRangeFiscalCalendar, InlinePeriodRangeGranularity, InlinePeriodRangeMetadata, InlinePeriodRangePreset, InlineRangeDistributionBin, InlineRangeDistributionConfig, InlineYearRangeMetadata, InteractionConfig, JsonExportConfig, JsonLogicArguments, JsonLogicArray, JsonLogicDataRecord, JsonLogicDerivedValueExpression, JsonLogicExpression, JsonLogicOperationExpression, JsonLogicPrimitive, JsonLogicRecord, JsonLogicValue, JsonLogicVarExpression, JsonLogicVarReference, KeyboardAccessibilityConfig, LazyLoadingConfig, LegacyCompositionLinkInput, LegacyLinkCondition, LegacyLinkMetaPolicy, LegacyTableConfig, LegalNoticeAppearance, LegalNoticeSeverity, LinkIntent, LinkMetadata, LinkPolicy, LoadingConfig, LoadingContext, LoadingPhase$1 as LoadingPhase, LoadingScope, LoadingState, LoadingPhase as LoadingStatePhase, LocalizationConfig, LocateRequest, LoggerConfig, LoggerContext, LoggerEvent, LoggerLevel, LoggerLogOptions, LoggerNormalizedError, LoggerPIIConfig, LoggerSink, LoggerTelemetryPayload, LoggerThrottleConfig, LookupCapabilitiesMetadata, LookupCreateMetadata, LookupDetailMetadata, LookupDialogMetadata, LookupDialogSize, LookupFilterDefinitionMetadata, LookupFilterFieldType, LookupFilterOperator, LookupFilterRequest, LookupFilteringMetadata, LookupOpenDetailMode, LookupResultColumnKind, LookupResultColumnMetadata, LookupSelectionPolicyMetadata, LookupSortOptionMetadata, LookupStatusTone, ManifestControlProfile, ManifestControlProfileApplicability, ManifestDomainPatchHandlerContract, ManifestEffect, ManifestExample, ManifestInput, ManifestOperation, ManifestPresentationAffordance, ManifestPresentationAffordanceCatalog, ManifestSubmissionImpact, ManifestTarget, ManifestValidator, MarginConfig, MaterialAutocompleteMetadata, MaterialButtonMetadata, MaterialButtonToggleMetadata, MaterialCheckboxMetadata, MaterialChipsMetadata, MaterialColorInputMetadata, MaterialColorPickerMetadata, MaterialCpfCnpjMetadata, MaterialCurrencyMetadata, MaterialDateInputMetadata, MaterialDateRangeMetadata, MaterialDatepickerMetadata, MaterialDatetimeLocalInputMetadata, MaterialDesignConfig, MaterialEmailInputMetadata, MaterialEmailMetadata, MaterialEntityLookupMetadata, MaterialInputMetadata, MaterialMonthInputMetadata, MaterialMultiSelectTreeMetadata, MaterialNumericMetadata, MaterialPasswordMetadata, MaterialPhoneMetadata, MaterialPriceRangeMetadata, MaterialRadioMetadata, MaterialRangeSliderMetadata, MaterialRatingMetadata, MaterialSearchInputMetadata, MaterialSelectMetadata, MaterialSelectionListMetadata, MaterialSliderMetadata, MaterialTextareaMetadata, MaterialTimeInputMetadata, MaterialTimeRangeMetadata, MaterialTimeTrackShift, MaterialTimepickerMetadata, MaterialToggleMetadata, MaterialTransferListMetadata, MaterialTreeNode, MaterialTreeSelectMetadata, MaterialUrlInputMetadata, MaterialWeekInputMetadata, MaterialYearInputMetadata, MaterializeFormLayoutOptions, MemoryConfig, MessageTemplate, MessagesConfig, NavigationOpenRoutePayload, NestedFieldsetLayout, NestedPortCatalogDiagnostic, NestedPortCatalogRegistry, NestedPortCatalogResult, NestedWidgetInputPatchResult, NestedWidgetResolution, NormalizedError, NumberLocaleConfig, ObservabilityAlert, ObservabilityAlertGroupBy, ObservabilityAlertRule, ObservabilityAlertSeverity, ObservabilityCountBucket, ObservabilityDashboardOptions, ObservabilityIngestInput, ObservabilityMetricsSnapshot, OptionDTO, OptionSourceCachePolicy, OptionSourceFilterRequest, OptionSourceMetadata, OptionSourceRequestOptions, OptionSourceSearchMode, OptionSourceType, OverlayDecider, OverlayDecision, OverlayDecisionContext, OverlayDecisionMatrix, OverlayPattern, OverlayRange, OverlayRule, OverlayRuleMatch, OverlayThresholds, Page, PageIdentity, PageableRequest, PaginationConfig, PartialFieldMetadata, PdfExportConfig, PerformanceConfig, PersistedPageConfig, PersistedPageDefinitionWithIds, PersistedWidgetInstance, PlainObject, PluginConfig, PollingConfig, PortCardinality, PortCompatibilityRuleSet, PortContract, PortDirection, PortExposure, PortSchemaKind, PortSchemaMode, PortSchemaRef, PortSemanticKind, PraxisAnalyticsBindings, PraxisAnalyticsDefaults, PraxisAnalyticsDimensionBinding, PraxisAnalyticsDistributionStatsRequest, PraxisAnalyticsExecutionMetric, PraxisAnalyticsGroupByStatsRequest, PraxisAnalyticsInteractions, PraxisAnalyticsMetricBinding, PraxisAnalyticsOptions, PraxisAnalyticsPresentationHints, PraxisAnalyticsProjection, PraxisAnalyticsSortRule, PraxisAnalyticsSource, PraxisAnalyticsStatsExecutionPlan, PraxisAnalyticsStatsMetricRequest, PraxisAnalyticsStatsRequest, PraxisAnalyticsTimeSeriesStatsRequest, PraxisAuthContext, PraxisBuiltinCustomRuleOperator, PraxisCollectionComponentType, PraxisCollectionExportCsvOptions, PraxisCollectionExportExcelOptions, PraxisCollectionExportField, PraxisCollectionExportFieldPresentation, PraxisCollectionExportFormatOptions, PraxisCollectionExportHttpProviderOptions, PraxisCollectionExportLocalization, PraxisCollectionExportProvider, PraxisCollectionExportRequest, PraxisCollectionExportResult, PraxisCollectionExportSource, PraxisCollectionPaginationState, PraxisCollectionSelectionMode, PraxisCollectionSelectionState, PraxisCollectionSortDescriptor, PraxisConditionalEffectDiagnostic, PraxisConditionalRule, PraxisConditionalRuleMatchInput, PraxisCustomRuleOperator, PraxisDataQueryContext, PraxisDataQueryContextMeta, PraxisEffectDistinctKeyInput, PraxisEffectPolicy, PraxisExportFormat, PraxisExportScope, PraxisExportSecurityPolicy, PraxisExportSortDirection, PraxisGlobalActionsOptions, PraxisGlobalConfigBootstrapOptions, PraxisHostRuleOperator, PraxisHttpLoadingOptions, PraxisI18nConfig, PraxisI18nDictionary, PraxisI18nMessageDescriptor, PraxisI18nNamespaceConfig, PraxisI18nNamespaceDictionary, PraxisI18nTranslator, PraxisIconDefaultsOptions, PraxisJsonLogicEvaluationContext, PraxisJsonLogicEvaluationOptions, PraxisJsonLogicEvaluationResult, PraxisJsonLogicIssueCode, PraxisJsonLogicOperatorDefinition, PraxisJsonLogicOperatorDescriptor, PraxisJsonLogicOperatorHelpers, PraxisJsonLogicOperatorMetadata, PraxisJsonLogicOperatorPurity, PraxisJsonLogicOperatorReturnType, PraxisJsonLogicOperatorSource, PraxisJsonLogicRuntimeValue, PraxisJsonLogicValidationIssue, PraxisJsonLogicValidationOptions, PraxisJsonLogicValidationResult, PraxisLayerScale, PraxisLoadingRenderer, PraxisLocale, PraxisLoggingEnvironment, PraxisLoggingOptions, PraxisNativeJsonLogicOperator, PraxisPresentationVisualizationConfig, PraxisPresentationVisualizationHtmlOptions, PraxisPresentationVisualizationItem, PraxisPresentationVisualizationKind, PraxisPresentationVisualizationPoint, PraxisPresentationVisualizationSegment, PraxisPresentationVisualizationSize, PraxisPresentationVisualizationSurface, PraxisPresentationVisualizationThreshold, PraxisPresentationVisualizationTone, PraxisQueryFilterExpression, PraxisQueryFilterGovernance, PraxisQueryFilterGroup, PraxisQueryFilterNode, PraxisQueryFilterPredicate, PraxisQueryFilterPredicateOperator, PraxisQueryFilterPredicateSource, PraxisRuleContextDescriptor, PraxisRuleOperator, PraxisRuntimeComponentAffordanceHints, PraxisRuntimeComponentAuthoringManifestRef, PraxisRuntimeComponentIdentity, PraxisRuntimeComponentLifecycle, PraxisRuntimeComponentObservationClaim, PraxisRuntimeComponentObservationClaimKind, PraxisRuntimeComponentObservationDiagnostics, PraxisRuntimeComponentObservationEnvelope, PraxisRuntimeComponentObservationProvider, PraxisRuntimeComponentObservationRegisterOptions, PraxisRuntimeComponentObservationRegistry, PraxisRuntimeComponentObservationSchemaVersion, PraxisRuntimeComponentRefs, PraxisRuntimeComponentRegistration, PraxisRuntimeComponentSchemaFieldDescriptor, PraxisRuntimeComponentSnapshotDigest, PraxisRuntimeConditionalEffectRule, PraxisRuntimeEffectTrigger, PraxisRuntimeGlobalActionEffect, PraxisTextValue, PraxisToastOptions, PraxisTranslationParams, PraxisXUiAnalytics, PriceRangeValue, RangeSliderInlineTexts, RangeSliderMark, RangeSliderQuickPreset, RangeSliderQuickPresetLabels, RangeSliderScalePreset, RangeSliderSemanticBand, RangeSliderSemanticTone, RangeSliderTrackMode, RangeSliderValue, RangeSliderValueFormat, RangeSliderValueLabelDisplay, RecordRelatedSurfaceContext, RecordRelatedSurfaceContextPack, RecordRelatedSurfaceEndpoint, RecordRelatedSurfaceOperationId, RenderingConfig, ResizingConfig, ResolveCrudOperationRequest, ResolveFieldPresentationOptions, ResolvePresetOptions, ResolvedComponentMetadataEditorialBinding, ResolvedComponentMetadataEditorialMeta, ResolvedCrudOperation, ResolvedCrudOperationSource, ResolvedFieldPresentation, ResolvedNestedPort, ResolvedPraxisPresentationVisualizationConfig, ResolvedValuePresentation, ResourceActionCatalogItem, ResourceActionCatalogResponse, ResourceActionOpenAdapterOptions, ResourceActionScope, ResourceAvailabilityDecision, ResourceCapabilityDigest, ResourceCapabilityOperation, ResourceCapabilityOperationId, ResourceCapabilityOperations, ResourceCapabilitySnapshot, ResourceCrudOperationId, ResourceDiscoveryRel, ResourceDiscoveryRequestOptions, ResourceExportMaxRows, ResourceLinkSource, ResourceSurfaceCatalogItem, ResourceSurfaceCatalogResponse, ResourceSurfaceKind, ResourceSurfaceOpenAdapterOptions, ResourceSurfaceResponseCardinality, ResourceSurfaceScope, ResponsiveConfig, RestApiLinks, RestApiResponse, RichAccordionItem, RichAccordionNode, RichActionButtonNode, RichActionCardNode, RichActionRef, RichAvatarNode, RichBadgeNode, RichBlockBaseNode, RichBlockContextConfig, RichBlockContextScope, RichBlockHostCapabilities, RichBlockNode, RichBlockRuleSet, RichCalloutNode, RichCapabilityMode, RichCardAccessibility, RichCardDensity, RichCardInteraction, RichCardInteractionMode, RichCardMedia, RichCardMediaKind, RichCardMediaPlacement, RichCardNode, RichCardOrientation, RichCardSize, RichCardTone, RichCardVariant, RichCollapsibleCardNode, RichComposeNode, RichContentDocument, RichCtaGroupLayout, RichCtaGroupNode, RichDecisionGovernanceStatus, RichDecisionPackageEvidence, RichDecisionPackageNode, RichDecisionRisk, RichDisclosureNode, RichEmptyStateNode, RichFormLauncherNode, RichIconNode, RichImageNode, RichKeyValueItem, RichKeyValueListNode, RichLinkNode, RichLookupCardNode, RichLookupResultField, RichLookupResultNode, RichLookupResultStatus, RichMediaBlockNode, RichMetricNode, RichPresenterNode, RichPresetReferenceNode, RichPrimitiveNode, RichProgressNode, RichPropertySheetColumns, RichPropertySheetItem, RichPropertySheetNode, RichPropertySheetTone, RichRecordSummaryField, RichRecordSummaryNode, RichRelatedRecordNode, RichStatGroupLayout, RichStatGroupNode, RichStatItem, RichStatTone, RichTabsAppearance, RichTabsItem, RichTabsNode, RichTextAppearance, RichTextNode, RichTextVariant, RichTimelineColor, RichTimelineConnectorVariant, RichTimelineDensity, RichTimelineEmphasis, RichTimelineItem, RichTimelineMarkerStyle, RichTimelineMarkerVariant, RichTimelineNode, RichTimelineOrder, RichTimelineOrientation, RichTimelinePosition, RichTimelineTextAppearance, RowAction, RowActionsConfig, RuleContextRoot, RulePropertyDefinition, RulePropertySchema, RulePropertyType, RunHooksResult, RuntimeLinkSnapshot, RuntimeLinkStatus, RuntimePayloadSummary, RuntimeSnapshot, RuntimeSnapshotStatus, RuntimeStateSnapshot, RuntimeTraceEntry, RuntimeTracePhase, SchemaIdParams, SchemaMetaInfo, SchemaViewerContext, SelectionConfig, SerializableFieldMetadata, SettingsPanelBridge, SettingsPanelOpenContent, SettingsPanelOpenOptions, SettingsPanelRef, SettingsValueProvider, SortingConfig, SpacingConfig, StateEndpointRef, StateMessagesConfig, SubmitPolicy, SurfaceBinding, SurfaceBindingMode, SurfaceDrawerBridge, SurfaceDrawerOpenContent, SurfaceDrawerOpenOptions, SurfaceDrawerRef, SurfaceDrawerResult, SurfaceDrawerWidthPreset, SurfaceOpenPayload, SurfaceOpenPreset, SurfacePresentation, SurfaceSizeConfig, SyncConfig, SyncResult, TableActionsConfig, TableAiAssistantConfig, TableAiConfig, TableAppearanceConfig, TableBehaviorConfig, TableConfig, TableConfigV2 as TableConfigModern, TableConfigState, TableConfigV2, TableDetailActionBarAction, TableDetailActionBarNode, TableDetailActionNode, TableDetailAllowedNode, TableDetailBaseNode, TableDetailCardGridCardNode, TableDetailCardGridNode, TableDetailCardNode, TableDetailDiagramEmbedNode, TableDetailEmbedAction, TableDetailEmbedBaseNode, TableDetailInlineSchemaDocument, TableDetailLayoutNode, TableDetailListItemAction, TableDetailListItemContextConfig, TableDetailListItemSchema, TableDetailListNode, TableDetailMediaBlockNode, TableDetailRefNode, TableDetailRichListNode, TableDetailRichTextNode, TableDetailSchemaNode, TableDetailTabNode, TableDetailTabsNode, TableDetailTemplateRefNode, TableDetailTimelineItemSchema, TableDetailTimelineNode, TableDetailTimelineStaticItem, TableDetailValueNode, TableExpansionConfig, TableLocalDataModeConfig, TableToolbarAppearanceConfig, TableToolbarAppearanceDensity, TableToolbarAppearanceDivider, TableToolbarAppearanceShape, TableToolbarAppearanceVariant, TableToolbarTokenName, TableTooltipConfig, TelemetryEvent, TelemetryLoggerSinkOptions, TelemetryTransport, TextTransformApply, TextTransformName, ThemeConfig, ToolbarAction, ToolbarConfig, ToolbarFilterConfig, ToolbarLayoutConfig, ToolbarSettingsConfig, TransformBinding, TransformBindingSource, TransformCatalogCategory, TransformCatalogEntry, TransformKind, TransformLegacyReplacement, TransformOutputHint, TransformPhase, TransformPipeline, TransformSemanticKind, TransformStep, TypographyConfig, UserContextSource, UserContextSummaryAppearance, UserContextSummaryField, ValidationContext, ValidationError, ValidationMessagesConfig, ValidationResult, ValidationRule, ValidatorFunction, ValidatorOptions, ValueKind$1 as ValueKind, ValuePresentationConfig, ValuePresentationResolutionContext, ValuePresentationStyle, ValuePresentationType, VirtualizationConfig, WidgetDefinition, WidgetDerivedStateNode, WidgetEventEnvelope, WidgetEventPathNormalizeInput, WidgetEventPathNormalizeOptions, WidgetEventPathSegment, WidgetInstance, WidgetPageCanvasCollisionPolicy, WidgetPageCanvasConstraints, WidgetPageCanvasItem, WidgetPageCanvasItemOverride, WidgetPageCanvasLayout, WidgetPageCanvasLayoutVariant, WidgetPageCompositionDefinition, WidgetPageDefinition, WidgetPageDeviceKind, WidgetPageDeviceLayouts, WidgetPageDevicePolicy, WidgetPageGroupingDefinition, WidgetPageGroupingOverride, WidgetPageGroupingTabDefinition, WidgetPageLayout, WidgetPageLayoutPresetDefinition, WidgetPageLayoutVariant, WidgetPageOrientation, WidgetPageSlotAssignments, WidgetPageSlotDefinition, WidgetPageStateDefinition, WidgetPageStateInput, WidgetPageStateRuntimeSnapshot, WidgetPageThemePresetDefinition, WidgetPageWidgetLayoutOverride, WidgetPageWidgetSuggestion, WidgetResolutionDiagnostic, WidgetResolutionPhase, WidgetShellAction, WidgetShellActionEvent, WidgetShellActionPlacement, WidgetShellBodyLayout, WidgetShellConfig, WidgetShellWindowActions, WidgetStateNode };
|
|
15022
|
+
export { API_CONFIG_STORAGE_OPTIONS, API_URL, ASYNC_CONFIG_STORAGE, AllowedFileTypes, AnalyticsPresentationResolver, AnalyticsSchemaContractService, AnalyticsStatsRequestBuilderService, ApiConfigStorage, ApiEndpoint, BUILTIN_PAGE_LAYOUT_PRESETS, BUILTIN_PAGE_THEME_PRESETS, BUILTIN_SHELL_PRESETS, CONFIG_STORAGE, CONNECTION_STORAGE, ComponentKeyService, ComponentMetadataRegistry, CompositionRuntimeFacade, ConsoleLoggerSink, CrudOperationResolutionService, DEFAULT_FIELD_SELECTOR_CONTROL_TYPE_MAP, DEFAULT_JSON_LOGIC_OPERATORS, DEFAULT_TABLE_CONFIG, DOMAIN_CATALOG_COMPONENT_CONTEXT_PACK, DOMAIN_CATALOG_CONTEXT_HINT_SCHEMA_VERSION, DYNAMIC_PAGE_AI_CAPABILITIES, DYNAMIC_PAGE_COMPONENT_CONTEXT_PACK, DYNAMIC_PAGE_CONFIG_EDITOR, DYNAMIC_PAGE_SHELL_EDITOR, DefaultLoadingRenderer, DeferredAsyncConfigStorage, DomainCatalogService, DomainKnowledgeService, DomainRuleService, DynamicFormService, DynamicWidgetLoaderDirective, DynamicWidgetPageComponent, EDITORIAL_ALLOWED_CONTENT_FORMATS, EDITORIAL_COMPLIANCE_PRESETS, EDITORIAL_EXTERNAL_LINK_REL, EDITORIAL_FORM_TEMPLATE_CATALOG, EDITORIAL_HTML_ENABLED, EDITORIAL_MARKDOWN_IMAGES_ENABLED, EDITORIAL_SOLUTION_CATALOG, EDITORIAL_SOLUTION_PRESETS, EDITORIAL_THEME_PRESETS, EDITORIAL_WIDGET_CONVENTION_INPUTS, EDITORIAL_WIDGET_TAG, EMPLOYEE_ONBOARDING_EDITORIAL_SOLUTION, EMPLOYEE_ONBOARDING_EDITORIAL_TEMPLATE, EMPLOYEE_ONBOARDING_GUIDED_EDITORIAL_SOLUTION, EMPLOYEE_ONBOARDING_GUIDED_EDITORIAL_TEMPLATE, EVENT_REGISTRATION_EDITORIAL_SOLUTION, EVENT_REGISTRATION_EDITORIAL_TEMPLATE, EmptyStateCardComponent, EnterpriseRuntimeContextService, ErrorMessageService, FIELD_METADATA_CAPABILITIES, FIELD_SELECTOR_REGISTRY_BASE, FIELD_SELECTOR_REGISTRY_DISABLE_DEFAULTS, FIELD_SELECTOR_REGISTRY_OVERRIDES, FORM_HOOKS, FORM_HOOKS_PRESETS, FORM_HOOKS_WHITELIST, FORM_HOOK_RESOLVERS, FieldControlType, FieldDataType, FieldSelectorRegistry, FormHooksRegistry, GLOBAL_ACTION_CATALOG, GLOBAL_ACTION_HANDLERS, GLOBAL_ACTION_UI_SCHEMAS, GLOBAL_ANALYTICS_SERVICE, GLOBAL_API_CLIENT, GLOBAL_CONFIG, GLOBAL_DIALOG_SERVICE, GLOBAL_ROUTE_GUARD_RESOLVER, GLOBAL_SURFACE_SERVICE, GLOBAL_TOAST_SERVICE, GenericCrudService, GlobalActionService, GlobalConfigService, INLINE_FILTER_ALIAS_TOKENS, INLINE_FILTER_CONTROL_TYPES, INLINE_FILTER_CONTROL_TYPE_SET, INLINE_FILTER_CONTROL_TYPE_VALUES, INLINE_FILTER_TOKEN_TO_BASE_CONTROL_TYPE, INLINE_FILTER_TOKEN_TO_CONTROL_TYPE, IconPickerService, IconPosition, IconSize, LOGGER_LEVEL_BY_ENV, LOGGER_LEVEL_PRIORITY, LoadingOrchestrator, LocalConnectionStorage, LocalStorageAsyncAdapter, LocalStorageCacheAdapter, LocalStorageConfigService, LoggerService, LoggerThrottleTracker, LoggerWarnOnceTracker, MemoryCacheAdapter, NestedPortCatalogService, NestedWidgetConfigAccessor, NumericFormat, OVERLAY_DECIDER_DEBUG, OVERLAY_DECISION_MATRIX, ObservabilityDashboardService, OverlayDeciderService, PRAXIS_COLLECTION_EXPORT_HTTP_OPTIONS, PRAXIS_COLLECTION_EXPORT_PROVIDER, PRAXIS_CORPORATE_SENSITIVE_KEYS, PRAXIS_DEFAULT_EXPORT_SECURITY_POLICY, PRAXIS_DEFAULT_OBSERVABILITY_ALERT_RULES, PRAXIS_DYNAMIC_PAGE_COMPONENT_METADATA, PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_OPTIONS, PRAXIS_ENTERPRISE_RUNTIME_CONTEXT_READY, PRAXIS_EXPORT_FORMULA_PREFIXES, PRAXIS_EXPORT_SECURITY_POLICY, PRAXIS_FOOTER_LINKS_METADATA, PRAXIS_GLOBAL_ACTION_CATALOG, PRAXIS_GLOBAL_CONFIG_BOOTSTRAP_OPTIONS, PRAXIS_GLOBAL_CONFIG_BOOTSTRAP_READY, PRAXIS_GLOBAL_CONFIG_TENANT_RESOLVER, PRAXIS_HERO_BANNER_METADATA, PRAXIS_I18N_CONFIG, PRAXIS_I18N_TRANSLATOR, PRAXIS_JSON_LOGIC_OPERATORS, PRAXIS_LAYER_SCALE_DEFAULTS, PRAXIS_LAYER_SCALE_VARS, PRAXIS_LEGAL_NOTICE_METADATA, PRAXIS_LOADING_CTX, PRAXIS_LOADING_RENDERER, PRAXIS_LOGGER_CONFIG, PRAXIS_LOGGER_SINKS, PRAXIS_OBSERVABILITY_DASHBOARD_OPTIONS, PRAXIS_QUERY_FILTER_EXPRESSION_SCHEMA_VERSION, PRAXIS_RICH_TEXT_BLOCK_METADATA, PRAXIS_TELEMETRY_TRANSPORT, PRAXIS_USER_CONTEXT_SUMMARY_METADATA, PRIVACY_CONSENT_EDITORIAL_SOLUTION, PRIVACY_CONSENT_EDITORIAL_TEMPLATE, PraxisCollectionExportService, PraxisCore, PraxisFooterLinksComponent, PraxisGlobalErrorHandler, PraxisHeroBannerComponent, PraxisHttpCollectionExportProvider, PraxisI18nService, PraxisIconDirective, PraxisIconPickerComponent, PraxisJsonLogicError, PraxisJsonLogicService, PraxisLayerScaleStyleService, PraxisLegalNoticeComponent, PraxisLoadingInterceptor, PraxisRichTextBlockComponent, PraxisRuntimeComponentObservationRegistryService, PraxisSurfaceHostComponent, PraxisUserContextSummaryComponent, RESOURCE_DISCOVERY_I18N_CONFIG, RESOURCE_DISCOVERY_I18N_NAMESPACE, RULE_PROPERTY_SCHEMA, RemoteConfigStorage, ResourceActionOpenAdapterService, ResourceDiscoveryService, ResourceQuickConnectComponent, ResourceSurfaceOpenAdapterService, SCHEMA_VIEWER_CONTEXT, SETTINGS_PANEL_BRIDGE, SETTINGS_PANEL_DATA, STEPPER_CONFIG_EDITOR, SURFACE_DRAWER_BRIDGE, SURFACE_OPEN_I18N_CONFIG, SURFACE_OPEN_I18N_NAMESPACE, SURFACE_OPEN_PRESETS, SchemaMetadataClient, SchemaNormalizerService, SchemaViewerComponent, SurfaceBindingRuntimeService, SurfaceOpenActionEditorComponent, SurfaceOpenMaterializerService, TABLE_CONFIG_EDITOR, TableConfigService, TelemetryLoggerSink, TelemetryService, ValidationPattern, WidgetPageStateRuntimeService, WidgetShellComponent, applyLocalCustomizations$1 as applyLocalCustomizations, applyLocalCustomizations as applyLocalFormCustomizations, assertPraxisCollectionExportArtifact, assertPraxisRuntimeComponentObservationSerializable, buildAngularValidators, buildApiUrl, buildBaseColumnFromDef, buildBaseFormField, buildFormConfigFromEditorialTemplate, buildHeaders, buildPageKey, buildPraxisEffectDistinctKey, buildPraxisLayerScaleCss, buildSchemaId, buildSchemaIdStorageKeySegment, buildValidatorsFromValidatorOptions, cancelIfCpfInvalidHook, clampRange, classifyEntityLookupResult, clonePraxisRuntimeComponentObservation, cloneTableConfig, cnpjAlphaValidator, collapseWhitespace, composeHeadersWithVersion, conditionalAsyncValidator, convertFormLayoutToConfig, createCorporateLoggerConfig, createCorporateObservabilityOptions, createCpfCnpjValidator, createDefaultFormConfig, createDefaultTableConfig, createEmptyFormConfig, createEmptyRichContentDocument, createFieldLayoutItem, createPersistedPage, customAsyncValidatorFn, customValidatorFn, debounceAsyncValidator, deepMerge, domainKnowledgeTimelineToRichContentDocument, domainRuleTimelineToRichContentDocument, ensureIds, ensureNoConflictsHookFactory, ensurePageIds, escapePraxisExportCell, evaluateFieldAccess, extractNormalizedError, fetchWithETag, fileTypeValidator, fillUndefined, generateId, getDefaultFormHints, getEditorialCompliancePresetById, getEditorialFormTemplateById, getEditorialFormTemplateCatalog, getEditorialSolutionById, getEditorialSolutionCatalog, getEditorialSolutionPresetById, getEditorialThemePresetById, getEssentialConfig, getFieldMetadataCapabilities, getFormColumnFieldNames, getFormLayoutFieldNames, getGlobalActionCatalog, getGlobalActionPayloadActualType, getGlobalActionPayloadTypeIssue, getGlobalActionUiSchema, getMissingGlobalActionPayloadKeys, getReferencedFieldMetadata, getRequiredGlobalActionPayloadKeys, getTextTransformer, hasMeaningfulGlobalActionPayloadValue, hasPraxisCollectionExportArtifact, interpolatePraxisTranslation, isAllowedEditorialContentFormat, isAllowedEditorialHref, isCssTextTransform, isEditorialComponentMeta, isEntityLookupMultiplePayloadMode, isEntityLookupPayloadMode, isEntityLookupPayloadModeCompatible, isEntityLookupResultSelectable, isEntityLookupSinglePayloadMode, isFormLayoutItem, isGlobalActionRef, isInlineFilterControlType, isLookupDialogSize, isLookupFilterFieldType, isLookupFilterOperator, isPraxisPresentationVisualizationTableSafe, isPraxisRuntimeGlobalActionEffect, isRangeValidForFilter, isRequiredGlobalActionParamPayloadMissing, isRequiredGlobalActionPayloadMissing, isTableConfigV2, isValidFormConfig, isValidTableConfig, legacyCnpjValidator, legacyCpfValidator, logOnErrorHook, mapFieldDefinitionToMetadata, mapFieldDefinitionsToMetadata, matchFieldValidator, materializeFormLayoutFromMetadata, maxFileSizeValidator, mergeFieldMetadata, mergePraxisI18nConfigs, mergeTableConfigs, migrateFormLayoutRule, migrateLegacyCompositionLink, migrateLegacyCompositionLinks, minWordsValidator, normalizeControlTypeKey, normalizeControlTypeToken, normalizeEditorialLink, normalizeEnd, normalizeFieldAccessMetadata, normalizeFieldConstraints, normalizeFieldPresentation, normalizeFormConfig, normalizeFormLayoutItems, normalizeFormMetadata, normalizeGlobalActionRef, normalizeLayoutPolicy, normalizeLookupFilterRequest, normalizePath, normalizePraxisDataQueryContext, normalizePraxisEffectPolicy, normalizePraxisPresentationVisualization, normalizePraxisQueryFilterExpression, normalizePraxisQueryFilterNode, normalizeResourceAvailabilityReasonCode, normalizeStart, normalizeUnknownError, normalizeWidgetEventPath, notifySuccessHook, parseJsonResponseOrEmpty, praxisLoadingInterceptorFn, prefillFromContextHook, provideDefaultFormHooks, provideFieldSelectorRegistryBase, provideFieldSelectorRegistryOverride, provideFieldSelectorRegistryRuntime, provideFormHookPresets, provideFormHooks, provideGlobalActionCatalog, provideGlobalActionHandler, provideGlobalConfig, provideGlobalConfigReady, provideGlobalConfigSeed, provideGlobalConfigTenant, provideHookResolvers, provideHookWhitelist, provideOverlayDecisionMatrix, providePraxisAnalyticsGlobalActions, providePraxisCollectionExportProvider, providePraxisDynamicPageMetadata, providePraxisEnterpriseRuntimeContext, providePraxisFooterLinksMetadata, providePraxisGlobalActionCatalog, providePraxisGlobalActions, providePraxisGlobalConfigBootstrap, providePraxisHeroBannerMetadata, providePraxisHttpCollectionExportProvider, providePraxisHttpLoading, providePraxisI18n, providePraxisI18nConfig, providePraxisI18nTranslator, providePraxisIconDefaults, providePraxisJsonLogicOperator, providePraxisJsonLogicOperatorOverride, providePraxisLegalNoticeMetadata, providePraxisLoadingDefaults, providePraxisLogging, providePraxisRichTextBlockMetadata, providePraxisToastGlobalActions, providePraxisUserContextSummaryMetadata, provideRemoteGlobalConfig, readPraxisExportValue, reconcileFilterConfig, reconcileFormConfig, reconcileTableConfig, registerPraxisRuntimeComponentObservation, removeDiacritics, renderPraxisPresentationVisualizationHtml, reportTelemetryHookFactory, requiredCheckedValidator, requiredPresenceValidator, resolveBuiltinPresets, resolveColumnTypeFromFieldDefinition, resolveControlTypeAlias, resolveDefaultValuePresentationFormat, resolveEntityLookupPayloadMode, resolveFieldPresentation, resolveHidden, resolveInlineFilterControlType, resolveInlineFilterControlTypeToBaseControlType, resolveLoggerConfig, resolveObservabilityOptions, resolveOffset, resolveOrder, resolvePraxisCollectionExportItems, resolvePraxisExportFields, resolvePraxisExportScope, resolvePraxisFilterCriteria, resolveResourceAvailabilityReasonKey, resolveSpan, resolveTextMaskFormat, resolveTextMaskFormatFromFieldDefinition, resolveValuePresentation, resolveValuePresentationLocale, serializeEntityLookupValueForPayload, serializeOptionSourceFilterRequest, serializePraxisCollectionToCsv, serializePraxisCollectionToJson, slugify, stripMasksHook, supportsImplicitValuePresentation, syncWithServerMetadata, toCamel, toCapitalize, toKebab, toPascal, toSentenceCase, toSnake, toTitleCase, translateResourceAvailabilityReason, translateResourceDiscoveryText, translateUnavailableWorkflowMessage, trim, uniqueAsyncValidator, urlValidator, validateGlobalActionRef, validateGlobalActionRefs, withMessage, withPraxisHttpLoading };
|
|
15023
|
+
export type { AccessibilityConfig, ActionDefinition, ActionMessagesConfig, AiCapability, AiCapabilityCatalog, AiCapabilityCategory, AiCapabilityCategoryMap, AiConcept, AiConceptPack, AiValueKind, AnalyticsIntent, AnalyticsPresentationDecision, AnalyticsPresentationFamily, AnalyticsPresentationResolverOptions, AnalyticsSchemaContractRequest, AnalyticsSourceKind, AnalyticsStatsGranularity, AnalyticsStatsMetricOperation, AnalyticsStatsOperation, AnalyticsStatsOrderBy, AnimationConfig, AnnouncementConfig, ApiConfigStorageOptions, ApiUrlConfig, ApiUrlEntry, AsyncConfigStorage, BackConfig, BaseMaterialInputMetadata, BatchDeleteOptions, BatchDeleteProgress, BatchDeleteResult, BorderConfig, Breakpoint, BuiltValidators, BulkAction, BulkActionsConfig, CacheAdapter, CacheConfig, CacheEntry, Capability$1 as Capability, CapabilityCatalog$1 as CapabilityCatalog, CapabilityCategory$1 as CapabilityCategory, ColorConfig, ColumnAlign, ColumnDefinition, ColumnHidden, ColumnOffset, ColumnOrder, ColumnSpan, ComponentActionParam, ComponentAuthoringManifest, ComponentContextAction, ComponentContextOption, ComponentContextOptionMode, ComponentContextOptionsByPathEntry, ComponentContextPack, ComponentDocMeta, ComponentEditorialResolveOptions, ComponentKeyParams, ComponentMergePatch, ComponentMetadata, ComponentMetadataEditorialBindingDescriptor, ComponentMetadataEditorialDescriptor, ComponentPortEndpointRef, ComponentPortPathSegment, CompositionLink, CompositionRuntimeFacadeOptions, ConditionalValidationRule, ConfigMetadata, ConfigStorage, ConfirmationConfig, ConnectionConfigV1, ConnectionStorage, ContextAction, ContextActionsConfig, BackConfig as CoreBackConfig, CoreFieldMetadata, CorePresetDescriptor, CorePresetDiscoveryRegistry, CorePresetKind, CorePresetRef, CrudConfigureOptions, CrudOperationOptions, CrudOperationResolutionContext, CsvExportConfig, CurrencyLocaleConfig, CursorPage, CursorRequest, CustomizationLog, DataConfig, DataTransformation, DataValidationConfig, DateRangePreset, DateRangeValue, DateTimeLocaleConfig, DebounceConfig, DeviceKind, DiagnosticPhase, DiagnosticRecord, DiagnosticSeverity, DiagnosticSource, DiagnosticSubjectKind, DiagnosticSubjectRef, Domain360CatalogCoverage, Domain360CatalogDiagnostic, Domain360CatalogEntry, Domain360CatalogRequestOptions, Domain360CatalogResponse, Domain360CatalogRoute, DomainCatalogContextHint, DomainCatalogContextHintIntent, DomainCatalogContextHintItemType, DomainCatalogGovernanceContext, DomainCatalogGovernancePayload, DomainCatalogGovernanceRequestOptions, DomainCatalogItem, DomainCatalogRecommendedAuthoringFlow, DomainCatalogRecommendedRuleType, DomainCatalogRelationshipHint, DomainCatalogRelease, DomainCatalogRequestOptions, DomainCatalogResourceProbe, DomainKnowledgeAuthorType, DomainKnowledgeChangeSet, DomainKnowledgeChangeSetFilters, DomainKnowledgeChangeSetRequest, DomainKnowledgeChangeSetStatus, DomainKnowledgeChangeSetTarget, DomainKnowledgeChangeSetTimelineEventResponse, DomainKnowledgeChangeSetTimelineResponse, DomainKnowledgeOperationType, DomainKnowledgePatchOperation, DomainKnowledgeRequestOptions, DomainKnowledgeSafeOperationSummary, DomainKnowledgeStatusTransitionRequest, DomainKnowledgeTimelineEventVisibility, DomainKnowledgeTimelineRichContentOptions, DomainKnowledgeValidationIssue, DomainKnowledgeValidationResponse, DomainKnowledgeValidationStatus, DomainRuleAppliedByType, DomainRuleCreatedByType, DomainRuleDecisionDiagnostics, DomainRuleDefinition, DomainRuleDefinitionFilters, DomainRuleDefinitionRequest, DomainRuleExplainability, DomainRuleIntakeRequest, DomainRuleIntakeResponse, DomainRuleMaterialization, DomainRuleMaterializationFilters, DomainRuleMaterializationOutcomeResolution, DomainRuleMaterializationRequest, DomainRulePublicationDiagnostics, DomainRulePublicationMaterializationOutcome, DomainRulePublicationRequest, DomainRulePublicationResponse, DomainRuleRequestOptions, DomainRuleSimulationRequest, DomainRuleSimulationResponse, DomainRuleStatus, DomainRuleStatusTransitionRequest, DomainRuleTargetLayer, DomainRuleTimelineEventResponse, DomainRuleTimelineEventVisibility, DomainRuleTimelineResponse, DomainRuleTimelineRichContentOptions, DraggingConfig, DynamicFormLayoutDetachBehavior, DynamicFormLayoutIntent, DynamicFormLayoutLifecycle, DynamicFormLayoutPersistence, DynamicFormLayoutPolicy, DynamicFormLayoutSource, DynamicFormSchemaLayoutPreset, DynamicFormSchemaOperation, DynamicFormSchemaType, Capability as DynamicPageCapability, CapabilityCatalog as DynamicPageCapabilityCatalog, CapabilityCategory as DynamicPageCapabilityCategory, ValueKind as DynamicPageValueKind, EditorialBlock, EditorialBlockBase, EditorialBlockKind, EditorialBlockOverride, EditorialBlockSurface, EditorialBlockTone, EditorialBlockVisibilityRule, EditorialCompliancePreset, EditorialComponentDocMeta, EditorialConnectorStyle, EditorialContentFormat, EditorialContextFieldContract, EditorialContextSummaryBlock, EditorialCustomWidgetBlock, EditorialDataCollectionBlock, EditorialDensity, EditorialFaqAccordionBlock, EditorialFaqItem, EditorialFormCompliancePreset, EditorialFormShellPreset, EditorialFormTemplate, EditorialFormTemplateBuildOptions, EditorialFormTemplateContextField, EditorialFormTemplateDefaults, EditorialFormTemplateLayoutPreset, EditorialFormTemplateMetadata, EditorialFormTemplateReference, EditorialHeroBlock, EditorialIconSpec, EditorialInfoCardItem, EditorialInfoCardsBlock, EditorialIntroHeroBlock, EditorialIntroHeroHighlightItem, EditorialJourney, EditorialJourneyOverride, EditorialJourneyStep, EditorialLayoutConfig, EditorialLayoutSpacing, EditorialLinkDefinition, EditorialLinkItem, EditorialMetaItem, EditorialMotionConfig, EditorialOrientation, EditorialPolicyItem, EditorialPolicyListBlock, EditorialPresentationShellVariant, EditorialPresentationalAction, EditorialPresentationalVisibilityRule, EditorialProblemType, EditorialResponsiveLayoutConfig, EditorialReviewField, EditorialReviewSection, EditorialReviewSectionField, EditorialReviewSectionsBlock, EditorialReviewSummaryBlock, EditorialRichTextBlock, EditorialSelectionCardItem, EditorialSelectionCardsBlock, EditorialShellVariant, EditorialSolutionDefinition, EditorialSolutionPreset, EditorialStepKind, EditorialStepVisualConfig, EditorialStepVisualVariant, EditorialStepperConfig, EditorialStepperVariant, EditorialSuccessPanelBlock, EditorialSurfaceVariant, EditorialTemplateInstance, EditorialTemplateInstanceOverrides, EditorialTemplateRef, EditorialTemplateSource, EditorialThemeBorderWidthTokens, EditorialThemeColorTokens, EditorialThemePreset, EditorialThemeRadiusTokens, EditorialThemeShadowTokens, EditorialThemeTokens, EditorialThemeTypographyTokens, EditorialTimelineStep, EditorialTimelineStepsBlock, EditorialWidgetAppearance, EditorialWidgetDefinition, EditorialWidgetInputs, EditorialWizardPresentation, ElevationConfig, EmptyAction, EmptyStateConfig, EndpointConfig, EndpointRef, EnhancedValidationConfig, EnterpriseRuntimeContext, EnterpriseRuntimeContextHeaders, EnterpriseRuntimeTenant, EnterpriseRuntimeUser, EntityLookupActionsMetadata, EntityLookupCollectionMetadata, EntityLookupDensity, EntityLookupDisplayFieldMetadata, EntityLookupDisplayFieldPresentation, EntityLookupDisplayMetadata, EntityLookupDisplayPreset, EntityLookupMultiplePayloadMode, EntityLookupPayloadMode, EntityLookupResult, EntityLookupResultExtra, EntityLookupResultLayout, EntityLookupResultState, EntityLookupResultStateContext, EntityLookupRichFieldMetadata, EntityLookupSelectedLayout, EntityLookupSinglePayloadMode, EntityLookupUsage, EntityRef, ExcelExportConfig, ExcelStylingConfig, ExplicitCrudResolutionContract, ExportConfig, ExportFormat, ExportMessagesConfig, ExportTemplate, FetchWithEtagParams, FetchWithEtagResult, FieldAccessEvaluationContext, FieldAccessEvaluationResult, FieldAccessMetadata, FieldArrayCollectionValidation, FieldArrayConfig, FieldArrayOperations, FieldConflict, FieldDefinition, FieldMetadata, FieldModification, FieldOption, FieldPresentationAppearance, FieldPresentationConfig, FieldPresentationInteractions, FieldPresentationJsonLogicEvaluator, FieldPresentationRule, FieldPresentationTone, FieldPresenterKind, FieldSelectorRegistryMap, FieldSource, FieldSubmitPolicy, FieldsetLayout, FilterOptions, FilteringConfig, FooterLinksAppearance, FooterLinksLayout, FormActionButton, FormActionConfirmationEvent, FormActionsLayout, FormApiLayout, FormBehaviorLayout, FormColumn, FormConfig, FormConfigMetadata, FormConfigState, FormCustomActionEvent, FormEntityEvent, FormFieldHelpDisplay, FormFieldLayoutItem, FormHelpPresentationConfig, FormHook, FormHookContext, FormHookDeclaration, FormHookDeclarationLite, FormHookOutcome, FormHookPreset, FormHookPresetMatch, FormHookStage, FormHookStatus, FormHooksLayout, FormInitializationError, FormLayout, FormLayoutItem, FormLayoutItemsColumnLike, FormLayoutRule, FormMessagesLayout, FormMetadataLayout, FormModeHints, FormOpenMode, FormReadyEvent, FormRichContentLayoutItem, FormRow, FormRowLayout, FormRuleTargetType, FormSection, FormSectionHeaderAction, FormSectionHeaderConfig, FormSectionHeaderEmptyState, FormSectionHeaderMode, FormSectionHeaderSize, FormSubmitEvent, FormValidationEvent, FormValueChangeEvent, FormattingLocaleConfig, GeneralExportConfig, GetSchemaParams, GlobalActionCatalogEntry, GlobalActionContext, GlobalActionEndpointRef, GlobalActionField, GlobalActionFieldOption, GlobalActionFieldType, GlobalActionHandler, GlobalActionHandlerEntry, GlobalActionRef, GlobalActionResult, GlobalActionUiSchema, GlobalActionValidationCode, GlobalActionValidationIssue, GlobalActionValidationTarget, GlobalAiConfig, GlobalAiEmbeddingConfig, GlobalAiProvider, GlobalAnalyticsService, GlobalApiClient, GlobalCacheConfig, GlobalConfig, GlobalCrudActionDefaults, GlobalCrudConfig, GlobalCrudDefaults, GlobalDialogAction, GlobalDialogAnimation, GlobalDialogAriaRole, GlobalDialogConfig, GlobalDialogConfigEntry, GlobalDialogPosition, GlobalDialogService, GlobalDialogStyles, GlobalDynamicFieldsAsyncSelectConfig, GlobalDynamicFieldsCascadeConfig, GlobalDynamicFieldsConfig, GlobalI18nConfig, GlobalRouteGuardResolver, GlobalSurfaceService, GlobalTableConfig, GlobalToastService, GroupingConfig, HateoasLink, HeroBadge, HeroBadgeTone, HeroBannerAppearance, HeroBannerVariant, HeroMetaItem, HeroVisualSummary, HeroVisualSummaryEvent, HeroVisualSummaryItem, HeroVisualTone, HookResolver, InlineFilterControlType, InlineMonthRangeMetadata, InlineOverlayActionAppearance, InlineOverlayActionColorRole, InlineOverlayActionMetadata, InlineOverlayActionsMetadata, InlineOverlayApplyMode, InlineOverlayMetadata, InlinePeriodRangeFiscalCalendar, InlinePeriodRangeGranularity, InlinePeriodRangeMetadata, InlinePeriodRangePreset, InlineRangeDistributionBin, InlineRangeDistributionConfig, InlineYearRangeMetadata, InteractionConfig, JsonExportConfig, JsonLogicArguments, JsonLogicArray, JsonLogicDataRecord, JsonLogicDerivedValueExpression, JsonLogicExpression, JsonLogicOperationExpression, JsonLogicPrimitive, JsonLogicRecord, JsonLogicValue, JsonLogicVarExpression, JsonLogicVarReference, KeyboardAccessibilityConfig, LazyLoadingConfig, LegacyCompositionLinkInput, LegacyLinkCondition, LegacyLinkMetaPolicy, LegacyTableConfig, LegalNoticeAppearance, LegalNoticeSeverity, LinkIntent, LinkMetadata, LinkPolicy, LoadingConfig, LoadingContext, LoadingPhase$1 as LoadingPhase, LoadingScope, LoadingState, LoadingPhase as LoadingStatePhase, LocalizationConfig, LocateRequest, LoggerConfig, LoggerContext, LoggerEvent, LoggerLevel, LoggerLogOptions, LoggerNormalizedError, LoggerPIIConfig, LoggerSink, LoggerTelemetryPayload, LoggerThrottleConfig, LookupCapabilitiesMetadata, LookupCreateMetadata, LookupDetailMetadata, LookupDialogMetadata, LookupDialogSize, LookupFilterDefinitionMetadata, LookupFilterFieldType, LookupFilterOperator, LookupFilterRequest, LookupFilteringMetadata, LookupOpenDetailMode, LookupResultColumnKind, LookupResultColumnMetadata, LookupSelectionPolicyMetadata, LookupSortOptionMetadata, LookupStatusTone, ManifestControlProfile, ManifestControlProfileApplicability, ManifestDomainPatchHandlerContract, ManifestEffect, ManifestExample, ManifestInput, ManifestOperation, ManifestPresentationAffordance, ManifestPresentationAffordanceCatalog, ManifestSubmissionImpact, ManifestTarget, ManifestValidator, MarginConfig, MaterialAutocompleteMetadata, MaterialButtonMetadata, MaterialButtonToggleMetadata, MaterialCheckboxMetadata, MaterialChipsMetadata, MaterialColorInputMetadata, MaterialColorPickerMetadata, MaterialCpfCnpjMetadata, MaterialCurrencyMetadata, MaterialDateInputMetadata, MaterialDateRangeMetadata, MaterialDatepickerMetadata, MaterialDatetimeLocalInputMetadata, MaterialDesignConfig, MaterialEmailInputMetadata, MaterialEmailMetadata, MaterialEntityLookupMetadata, MaterialInputMetadata, MaterialMonthInputMetadata, MaterialMultiSelectTreeMetadata, MaterialNumericMetadata, MaterialPasswordMetadata, MaterialPhoneMetadata, MaterialPriceRangeMetadata, MaterialRadioMetadata, MaterialRangeSliderMetadata, MaterialRatingMetadata, MaterialSearchInputMetadata, MaterialSelectMetadata, MaterialSelectionListMetadata, MaterialSliderMetadata, MaterialTextareaMetadata, MaterialTimeInputMetadata, MaterialTimeRangeMetadata, MaterialTimeTrackShift, MaterialTimepickerMetadata, MaterialToggleMetadata, MaterialTransferListMetadata, MaterialTreeNode, MaterialTreeSelectMetadata, MaterialUrlInputMetadata, MaterialWeekInputMetadata, MaterialYearInputMetadata, MaterializeFormLayoutOptions, MemoryConfig, MessageTemplate, MessagesConfig, NavigationOpenRoutePayload, NestedFieldsetLayout, NestedPortCatalogDiagnostic, NestedPortCatalogRegistry, NestedPortCatalogResult, NestedWidgetInputPatchResult, NestedWidgetResolution, NormalizedError, NumberLocaleConfig, ObservabilityAlert, ObservabilityAlertGroupBy, ObservabilityAlertRule, ObservabilityAlertSeverity, ObservabilityCountBucket, ObservabilityDashboardOptions, ObservabilityIngestInput, ObservabilityMetricsSnapshot, OptionDTO, OptionSourceCachePolicy, OptionSourceFilterRequest, OptionSourceMetadata, OptionSourceRequestOptions, OptionSourceSearchMode, OptionSourceType, OverlayDecider, OverlayDecision, OverlayDecisionContext, OverlayDecisionMatrix, OverlayPattern, OverlayRange, OverlayRule, OverlayRuleMatch, OverlayThresholds, Page, PageIdentity, PageableRequest, PaginationConfig, PartialFieldMetadata, PdfExportConfig, PerformanceConfig, PersistedPageConfig, PersistedPageDefinitionWithIds, PersistedWidgetInstance, PlainObject, PluginConfig, PollingConfig, PortCardinality, PortCompatibilityRuleSet, PortContract, PortDirection, PortExposure, PortSchemaKind, PortSchemaMode, PortSchemaRef, PortSemanticKind, PraxisAnalyticsBindings, PraxisAnalyticsDefaults, PraxisAnalyticsDimensionBinding, PraxisAnalyticsDistributionStatsRequest, PraxisAnalyticsExecutionMetric, PraxisAnalyticsGroupByStatsRequest, PraxisAnalyticsInteractions, PraxisAnalyticsMetricBinding, PraxisAnalyticsOptions, PraxisAnalyticsPresentationHints, PraxisAnalyticsProjection, PraxisAnalyticsSortRule, PraxisAnalyticsSource, PraxisAnalyticsStatsExecutionPlan, PraxisAnalyticsStatsMetricRequest, PraxisAnalyticsStatsRequest, PraxisAnalyticsTimeSeriesStatsRequest, PraxisAuthContext, PraxisBuiltinCustomRuleOperator, PraxisCollectionComponentType, PraxisCollectionExportCsvOptions, PraxisCollectionExportExcelOptions, PraxisCollectionExportField, PraxisCollectionExportFieldPresentation, PraxisCollectionExportFormatOptions, PraxisCollectionExportHttpProviderOptions, PraxisCollectionExportLocalization, PraxisCollectionExportProvider, PraxisCollectionExportRequest, PraxisCollectionExportResult, PraxisCollectionExportSource, PraxisCollectionPaginationState, PraxisCollectionSelectionMode, PraxisCollectionSelectionState, PraxisCollectionSortDescriptor, PraxisConditionalEffectDiagnostic, PraxisConditionalRule, PraxisConditionalRuleMatchInput, PraxisCustomRuleOperator, PraxisDataQueryContext, PraxisDataQueryContextMeta, PraxisEffectDistinctKeyInput, PraxisEffectPolicy, PraxisEnterpriseRuntimeContextOptions, PraxisExportFormat, PraxisExportScope, PraxisExportSecurityPolicy, PraxisExportSortDirection, PraxisGlobalActionsOptions, PraxisGlobalConfigBootstrapOptions, PraxisHostRuleOperator, PraxisHttpLoadingOptions, PraxisI18nConfig, PraxisI18nDictionary, PraxisI18nMessageDescriptor, PraxisI18nNamespaceConfig, PraxisI18nNamespaceDictionary, PraxisI18nTranslator, PraxisIconDefaultsOptions, PraxisJsonLogicEvaluationContext, PraxisJsonLogicEvaluationOptions, PraxisJsonLogicEvaluationResult, PraxisJsonLogicIssueCode, PraxisJsonLogicOperatorDefinition, PraxisJsonLogicOperatorDescriptor, PraxisJsonLogicOperatorHelpers, PraxisJsonLogicOperatorMetadata, PraxisJsonLogicOperatorPurity, PraxisJsonLogicOperatorReturnType, PraxisJsonLogicOperatorSource, PraxisJsonLogicRuntimeValue, PraxisJsonLogicValidationIssue, PraxisJsonLogicValidationOptions, PraxisJsonLogicValidationResult, PraxisLayerScale, PraxisLoadingRenderer, PraxisLocale, PraxisLoggingEnvironment, PraxisLoggingOptions, PraxisNativeJsonLogicOperator, PraxisPresentationVisualizationConfig, PraxisPresentationVisualizationHtmlOptions, PraxisPresentationVisualizationItem, PraxisPresentationVisualizationKind, PraxisPresentationVisualizationPoint, PraxisPresentationVisualizationSegment, PraxisPresentationVisualizationSize, PraxisPresentationVisualizationSurface, PraxisPresentationVisualizationThreshold, PraxisPresentationVisualizationTone, PraxisQueryFilterExpression, PraxisQueryFilterGovernance, PraxisQueryFilterGroup, PraxisQueryFilterNode, PraxisQueryFilterPredicate, PraxisQueryFilterPredicateOperator, PraxisQueryFilterPredicateSource, PraxisRuleContextDescriptor, PraxisRuleOperator, PraxisRuntimeComponentAffordanceHints, PraxisRuntimeComponentAuthoringManifestRef, PraxisRuntimeComponentIdentity, PraxisRuntimeComponentLifecycle, PraxisRuntimeComponentObservationClaim, PraxisRuntimeComponentObservationClaimKind, PraxisRuntimeComponentObservationDiagnostics, PraxisRuntimeComponentObservationEnvelope, PraxisRuntimeComponentObservationProvider, PraxisRuntimeComponentObservationRegisterOptions, PraxisRuntimeComponentObservationRegistry, PraxisRuntimeComponentObservationSchemaVersion, PraxisRuntimeComponentRefs, PraxisRuntimeComponentRegistration, PraxisRuntimeComponentSchemaFieldDescriptor, PraxisRuntimeComponentSnapshotDigest, PraxisRuntimeConditionalEffectRule, PraxisRuntimeEffectTrigger, PraxisRuntimeGlobalActionEffect, PraxisTextValue, PraxisToastOptions, PraxisTranslationParams, PraxisXUiAnalytics, PriceRangeValue, RangeSliderInlineTexts, RangeSliderMark, RangeSliderQuickPreset, RangeSliderQuickPresetLabels, RangeSliderScalePreset, RangeSliderSemanticBand, RangeSliderSemanticTone, RangeSliderTrackMode, RangeSliderValue, RangeSliderValueFormat, RangeSliderValueLabelDisplay, RecordRelatedSurfaceContext, RecordRelatedSurfaceContextPack, RecordRelatedSurfaceEndpoint, RecordRelatedSurfaceOperationId, RenderingConfig, ResizingConfig, ResolveCrudOperationRequest, ResolveFieldPresentationOptions, ResolvePresetOptions, ResolvedComponentMetadataEditorialBinding, ResolvedComponentMetadataEditorialMeta, ResolvedCrudOperation, ResolvedCrudOperationSource, ResolvedFieldPresentation, ResolvedNestedPort, ResolvedPraxisPresentationVisualizationConfig, ResolvedValuePresentation, ResourceActionCatalogItem, ResourceActionCatalogResponse, ResourceActionOpenAdapterOptions, ResourceActionScope, ResourceAvailabilityDecision, ResourceCapabilityDigest, ResourceCapabilityOperation, ResourceCapabilityOperationId, ResourceCapabilityOperations, ResourceCapabilitySnapshot, ResourceCrudOperationId, ResourceDiscoveryRel, ResourceDiscoveryRequestOptions, ResourceExportMaxRows, ResourceLinkSource, ResourceSurfaceCatalogItem, ResourceSurfaceCatalogResponse, ResourceSurfaceKind, ResourceSurfaceOpenAdapterOptions, ResourceSurfaceResponseCardinality, ResourceSurfaceScope, ResponsiveConfig, RestApiLinks, RestApiResponse, RichAccordionItem, RichAccordionNode, RichActionButtonNode, RichActionCardNode, RichActionRef, RichAvatarNode, RichBadgeNode, RichBlockBaseNode, RichBlockContextConfig, RichBlockContextScope, RichBlockHostCapabilities, RichBlockNode, RichBlockRuleSet, RichCalloutNode, RichCapabilityMode, RichCardAccessibility, RichCardDensity, RichCardInteraction, RichCardInteractionMode, RichCardMedia, RichCardMediaKind, RichCardMediaPlacement, RichCardNode, RichCardOrientation, RichCardSize, RichCardTone, RichCardVariant, RichCollapsibleCardNode, RichComposeNode, RichContentDocument, RichCtaGroupLayout, RichCtaGroupNode, RichDecisionGovernanceStatus, RichDecisionPackageEvidence, RichDecisionPackageNode, RichDecisionRisk, RichDisclosureNode, RichEmptyStateNode, RichFormLauncherNode, RichIconNode, RichImageNode, RichKeyValueItem, RichKeyValueListNode, RichLinkNode, RichLookupCardNode, RichLookupResultField, RichLookupResultNode, RichLookupResultStatus, RichMediaBlockNode, RichMetricNode, RichPresenterNode, RichPresetReferenceNode, RichPrimitiveNode, RichProgressNode, RichPropertySheetColumns, RichPropertySheetItem, RichPropertySheetNode, RichPropertySheetTone, RichRecordSummaryField, RichRecordSummaryNode, RichRelatedRecordNode, RichStatGroupLayout, RichStatGroupNode, RichStatItem, RichStatTone, RichTabsAppearance, RichTabsItem, RichTabsNode, RichTextAppearance, RichTextNode, RichTextVariant, RichTimelineColor, RichTimelineConnectorVariant, RichTimelineDensity, RichTimelineEmphasis, RichTimelineItem, RichTimelineMarkerStyle, RichTimelineMarkerVariant, RichTimelineNode, RichTimelineOrder, RichTimelineOrientation, RichTimelinePosition, RichTimelineTextAppearance, RowAction, RowActionsConfig, RuleContextRoot, RulePropertyDefinition, RulePropertySchema, RulePropertyType, RunHooksResult, RuntimeLinkSnapshot, RuntimeLinkStatus, RuntimePayloadSummary, RuntimeSnapshot, RuntimeSnapshotStatus, RuntimeStateSnapshot, RuntimeTraceEntry, RuntimeTracePhase, SchemaIdParams, SchemaMetaInfo, SchemaViewerContext, SelectionConfig, SerializableFieldMetadata, SettingsPanelBridge, SettingsPanelOpenContent, SettingsPanelOpenOptions, SettingsPanelRef, SettingsValueProvider, SortingConfig, SpacingConfig, StateEndpointRef, StateMessagesConfig, SubmitPolicy, SurfaceBinding, SurfaceBindingMode, SurfaceDrawerBridge, SurfaceDrawerOpenContent, SurfaceDrawerOpenOptions, SurfaceDrawerRef, SurfaceDrawerResult, SurfaceDrawerWidthPreset, SurfaceOpenPayload, SurfaceOpenPreset, SurfacePresentation, SurfaceSizeConfig, SyncConfig, SyncResult, TableActionsConfig, TableAiAssistantConfig, TableAiConfig, TableAppearanceConfig, TableBehaviorConfig, TableConfig, TableConfigV2 as TableConfigModern, TableConfigState, TableConfigV2, TableDetailActionBarAction, TableDetailActionBarNode, TableDetailActionNode, TableDetailAllowedNode, TableDetailBaseNode, TableDetailCardGridCardNode, TableDetailCardGridNode, TableDetailCardNode, TableDetailDiagramEmbedNode, TableDetailEmbedAction, TableDetailEmbedBaseNode, TableDetailInlineSchemaDocument, TableDetailLayoutNode, TableDetailListItemAction, TableDetailListItemContextConfig, TableDetailListItemSchema, TableDetailListNode, TableDetailMediaBlockNode, TableDetailRefNode, TableDetailRichListNode, TableDetailRichTextNode, TableDetailSchemaNode, TableDetailTabNode, TableDetailTabsNode, TableDetailTemplateRefNode, TableDetailTimelineItemSchema, TableDetailTimelineNode, TableDetailTimelineStaticItem, TableDetailValueNode, TableExpansionConfig, TableLocalDataModeConfig, TableToolbarAppearanceConfig, TableToolbarAppearanceDensity, TableToolbarAppearanceDivider, TableToolbarAppearanceShape, TableToolbarAppearanceVariant, TableToolbarTokenName, TableTooltipConfig, TelemetryEvent, TelemetryLoggerSinkOptions, TelemetryTransport, TextTransformApply, TextTransformName, ThemeConfig, ToolbarAction, ToolbarConfig, ToolbarFilterConfig, ToolbarLayoutConfig, ToolbarSettingsConfig, TransformBinding, TransformBindingSource, TransformCatalogCategory, TransformCatalogEntry, TransformKind, TransformLegacyReplacement, TransformOutputHint, TransformPhase, TransformPipeline, TransformSemanticKind, TransformStep, TypographyConfig, UserContextSource, UserContextSummaryAppearance, UserContextSummaryField, ValidationContext, ValidationError, ValidationMessagesConfig, ValidationResult, ValidationRule, ValidatorFunction, ValidatorOptions, ValueKind$1 as ValueKind, ValuePresentationConfig, ValuePresentationResolutionContext, ValuePresentationStyle, ValuePresentationType, VirtualizationConfig, WidgetDefinition, WidgetDerivedStateNode, WidgetEventEnvelope, WidgetEventPathNormalizeInput, WidgetEventPathNormalizeOptions, WidgetEventPathSegment, WidgetInstance, WidgetPageCanvasCollisionPolicy, WidgetPageCanvasConstraints, WidgetPageCanvasItem, WidgetPageCanvasItemOverride, WidgetPageCanvasLayout, WidgetPageCanvasLayoutVariant, WidgetPageCompositionDefinition, WidgetPageDefinition, WidgetPageDeviceKind, WidgetPageDeviceLayouts, WidgetPageDevicePolicy, WidgetPageGroupingDefinition, WidgetPageGroupingOverride, WidgetPageGroupingTabDefinition, WidgetPageLayout, WidgetPageLayoutPresetDefinition, WidgetPageLayoutVariant, WidgetPageOrientation, WidgetPageSlotAssignments, WidgetPageSlotDefinition, WidgetPageStateDefinition, WidgetPageStateInput, WidgetPageStateRuntimeSnapshot, WidgetPageThemePresetDefinition, WidgetPageWidgetLayoutOverride, WidgetPageWidgetSuggestion, WidgetResolutionDiagnostic, WidgetResolutionPhase, WidgetShellAction, WidgetShellActionEvent, WidgetShellActionPlacement, WidgetShellBodyLayout, WidgetShellConfig, WidgetShellWindowActions, WidgetStateNode };
|