@acorex/platform 21.0.0-next.91 → 21.0.0-next.93

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.
Files changed (60) hide show
  1. package/fesm2022/acorex-platform-auth.mjs +0 -1
  2. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  3. package/fesm2022/acorex-platform-common.mjs +9 -4
  4. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  5. package/fesm2022/acorex-platform-contracts.mjs +12 -1
  6. package/fesm2022/acorex-platform-contracts.mjs.map +1 -1
  7. package/fesm2022/acorex-platform-core.mjs +2 -16
  8. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  9. package/fesm2022/acorex-platform-domain-contracts.mjs +0 -1
  10. package/fesm2022/acorex-platform-domain-contracts.mjs.map +1 -1
  11. package/fesm2022/acorex-platform-domain.mjs.map +1 -1
  12. package/fesm2022/acorex-platform-layout-builder.mjs +4 -4
  13. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  14. package/fesm2022/acorex-platform-layout-components.mjs +4 -3
  15. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  16. package/fesm2022/acorex-platform-layout-designer.mjs +4 -3
  17. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  18. package/fesm2022/acorex-platform-layout-entity-attachments-page.component-CwG6n_Yb.mjs.map +1 -1
  19. package/fesm2022/acorex-platform-layout-entity-contracts.mjs.map +1 -1
  20. package/fesm2022/acorex-platform-layout-entity-file-list-popup.component--IeMZLIr.mjs.map +1 -1
  21. package/fesm2022/acorex-platform-layout-entity.mjs +24 -4
  22. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  23. package/fesm2022/acorex-platform-layout-views.mjs +5 -4
  24. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
  25. package/fesm2022/acorex-platform-layout-widget-core-contracts.mjs +141 -0
  26. package/fesm2022/acorex-platform-layout-widget-core-contracts.mjs.map +1 -0
  27. package/fesm2022/acorex-platform-layout-widget-core.mjs +5 -132
  28. package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -1
  29. package/fesm2022/{acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-DIDziLAT.mjs} +2 -2
  30. package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-DIDziLAT.mjs.map +1 -0
  31. package/fesm2022/acorex-platform-layout-widgets.mjs +13 -440
  32. package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -1
  33. package/fesm2022/acorex-platform-runtime-contracts.mjs +166 -0
  34. package/fesm2022/acorex-platform-runtime-contracts.mjs.map +1 -0
  35. package/fesm2022/acorex-platform-runtime.mjs +1 -163
  36. package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
  37. package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs → acorex-platform-themes-default-entity-master-modify-view.component-BP2dVnBQ.mjs} +3 -2
  38. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BP2dVnBQ.mjs.map +1 -0
  39. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-DrUwqKKA.mjs.map +1 -1
  40. package/fesm2022/acorex-platform-themes-default.mjs +4 -3
  41. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  42. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  43. package/package.json +14 -6
  44. package/types/acorex-platform-common.d.ts +15 -5
  45. package/types/acorex-platform-contracts.d.ts +106 -4
  46. package/types/acorex-platform-core.d.ts +4 -101
  47. package/types/acorex-platform-layout-builder.d.ts +3 -3
  48. package/types/acorex-platform-layout-components.d.ts +4 -3
  49. package/types/acorex-platform-layout-designer.d.ts +2 -1
  50. package/types/acorex-platform-layout-entity-contracts.d.ts +2 -3
  51. package/types/acorex-platform-layout-entity.d.ts +12 -10
  52. package/types/acorex-platform-layout-views.d.ts +10 -9
  53. package/types/acorex-platform-layout-widget-core-contracts.d.ts +299 -0
  54. package/types/acorex-platform-layout-widget-core.d.ts +9 -301
  55. package/types/acorex-platform-layout-widgets.d.ts +55 -80
  56. package/types/acorex-platform-runtime-contracts.d.ts +275 -0
  57. package/types/acorex-platform-runtime.d.ts +4 -274
  58. package/types/acorex-platform-themes-default.d.ts +3 -3
  59. package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-BvFykMTH.mjs.map +0 -1
  60. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-C7cT82K2.mjs.map +0 -1
@@ -0,0 +1,166 @@
1
+ /**
2
+ * Shared build-time catalog metadata for command, query, and widget definition sidecars
3
+ * (`defineCommand`, `defineQuery`, `defineWidget`).
4
+ * Lives under `shared/` so consumers import one module without a "command" prefix on generic shapes.
5
+ */
6
+ //#endregion
7
+
8
+ //#region ---- Shared catalog categories (queries & commands) ----
9
+ const AXP_CATALOG_DEFINITION_CATEGORY_PLATFORM = {
10
+ name: 'platform',
11
+ order: 1,
12
+ title: 'Platform',
13
+ };
14
+ const AXP_CATALOG_DEFINITION_CATEGORY_ENTITY = {
15
+ name: 'entity',
16
+ order: 2,
17
+ title: 'Entity',
18
+ };
19
+ const AXP_CATALOG_DEFINITION_CATEGORY_STORAGE = {
20
+ name: 'storage',
21
+ order: 3,
22
+ title: 'Storage',
23
+ };
24
+ const AXP_CATALOG_DEFINITION_CATEGORY_WIDGETS = {
25
+ name: 'widgets',
26
+ order: 4,
27
+ title: 'Widgets',
28
+ };
29
+ const AXP_CATALOG_DEFINITION_CATEGORY_WORKFLOW = {
30
+ name: 'workflow',
31
+ order: 5,
32
+ title: 'Workflow',
33
+ };
34
+ const AXP_CATALOG_DEFINITION_CATEGORY_UTILITY = {
35
+ name: 'utility',
36
+ order: 6,
37
+ title: 'Utility',
38
+ };
39
+ const AXP_CATALOG_DEFINITION_CATEGORY_SETTINGS = {
40
+ name: 'settings',
41
+ order: 7,
42
+ title: 'Settings',
43
+ };
44
+ const AXP_CATALOG_DEFINITION_CATEGORY_AI_TOOLS = {
45
+ name: 'ai-tools',
46
+ order: 8,
47
+ title: 'AI tools',
48
+ };
49
+ const AXP_CATALOG_DEFINITION_CATEGORY_SECURITY = {
50
+ name: 'security',
51
+ order: 9,
52
+ title: 'Security',
53
+ };
54
+ const AXP_CATALOG_DEFINITION_CATEGORY_DATA_MANAGEMENT = {
55
+ name: 'data-management',
56
+ order: 10,
57
+ title: 'Data management',
58
+ };
59
+ const AXP_CATALOG_DEFINITION_CATEGORY_ASSESSMENT = {
60
+ name: 'assessment',
61
+ order: 11,
62
+ title: 'Assessment',
63
+ };
64
+ const AXP_CATALOG_DEFINITION_CATEGORY_REPORT = {
65
+ name: 'report',
66
+ order: 12,
67
+ title: 'Report',
68
+ };
69
+ const AXP_CATALOG_DEFINITION_CATEGORY_ORGANIZATION = {
70
+ name: 'organization',
71
+ order: 13,
72
+ title: 'Organization',
73
+ };
74
+ const AXP_CATALOG_DEFINITION_CATEGORY_TENANT = {
75
+ name: 'tenant',
76
+ order: 14,
77
+ title: 'Tenant',
78
+ };
79
+ const AXP_CATALOG_DEFINITION_CATEGORY_HUMAN_CAPITAL = {
80
+ name: 'human-capital',
81
+ order: 15,
82
+ title: 'Human capital',
83
+ };
84
+ const AXP_CATALOG_DEFINITION_CATEGORY_PRODUCT = {
85
+ name: 'product',
86
+ order: 16,
87
+ title: 'Product',
88
+ };
89
+ const AXP_CATALOG_DEFINITION_CATEGORY_FILE_WIDGET = {
90
+ name: 'file-widget',
91
+ order: 17,
92
+ title: 'File widget',
93
+ };
94
+ //#endregion
95
+
96
+ /**
97
+ * Build-time command metadata for AXPCommand implementations.
98
+ * `inputs` / `outputs` are schema rows (same family as entity optionDefinitions).
99
+ * Validation entries: only `rule` name and optional `options` (no title/message on rules).
100
+ * Do not import from Angular templates; sidecars may import `defineCommand` from `@acorex/platform/runtime-contracts`.
101
+ *
102
+ * Query metadata (fetch-only, no outcomes) is defined in `../queries/query-definition.types.ts` with `defineQuery`.
103
+ * Widget metadata sidecars use `../widgets/widget-definition.types.ts` with `defineWidget`.
104
+ */
105
+ //#endregion
106
+
107
+ //#region ---- defineCommand ----
108
+ /**
109
+ * Typed identity helper for command metadata sidecars.
110
+ */
111
+ function defineCommand(definition) {
112
+ return definition;
113
+ }
114
+ //#endregion
115
+
116
+ /**
117
+ * Build-time command metadata only. Safe under Node (e.g. generate-runtime-catalog) without loading the command executor stack.
118
+ * Sidecars should import `defineCommand` from `@acorex/platform/runtime-contracts`.
119
+ */
120
+
121
+ /**
122
+ * Build-time query metadata for AXPQuery implementations.
123
+ * Mirrors command metadata shape except there are no `outcomes` (queries only `fetch`).
124
+ * Shares {@link AXPCatalogMetadataDefinitionBase} with commands and widgets; `inputs` / `outputs` live on the base.
125
+ */
126
+ //#endregion
127
+
128
+ //#region ---- defineQuery ----
129
+ /**
130
+ * Typed identity helper for query metadata sidecars.
131
+ */
132
+ function defineQuery(definition) {
133
+ return definition;
134
+ }
135
+ //#endregion
136
+
137
+ /**
138
+ * Build-time query metadata only. Safe under Node (e.g. generate-runtime-catalog) without loading the query executor stack.
139
+ * Sidecars should import `defineQuery` from `@acorex/platform/runtime-contracts`.
140
+ */
141
+
142
+ /**
143
+ * Build-time widget metadata sidecars (parallel to {@link AXPWidgetConfig} in layout/widget-core).
144
+ * Extends {@link AXPCatalogMetadataDefinitionBase}; `inputs` / `outputs` use the same schema rows as commands/queries.
145
+ * Sidecars should import `defineWidget` from `@acorex/platform/runtime-contracts`.
146
+ */
147
+ //#endregion
148
+
149
+ //#region ---- defineWidget ----
150
+ /**
151
+ * Typed identity helper for widget metadata sidecars.
152
+ */
153
+ function defineWidget(definition) {
154
+ return definition;
155
+ }
156
+ //#endregion
157
+
158
+ //#region ---- Runtime contracts ----
159
+ //#endregion
160
+
161
+ /**
162
+ * Generated bundle index. Do not edit.
163
+ */
164
+
165
+ export { AXP_CATALOG_DEFINITION_CATEGORY_AI_TOOLS, AXP_CATALOG_DEFINITION_CATEGORY_ASSESSMENT, AXP_CATALOG_DEFINITION_CATEGORY_DATA_MANAGEMENT, AXP_CATALOG_DEFINITION_CATEGORY_ENTITY, AXP_CATALOG_DEFINITION_CATEGORY_FILE_WIDGET, AXP_CATALOG_DEFINITION_CATEGORY_HUMAN_CAPITAL, AXP_CATALOG_DEFINITION_CATEGORY_ORGANIZATION, AXP_CATALOG_DEFINITION_CATEGORY_PLATFORM, AXP_CATALOG_DEFINITION_CATEGORY_PRODUCT, AXP_CATALOG_DEFINITION_CATEGORY_REPORT, AXP_CATALOG_DEFINITION_CATEGORY_SECURITY, AXP_CATALOG_DEFINITION_CATEGORY_SETTINGS, AXP_CATALOG_DEFINITION_CATEGORY_STORAGE, AXP_CATALOG_DEFINITION_CATEGORY_TENANT, AXP_CATALOG_DEFINITION_CATEGORY_UTILITY, AXP_CATALOG_DEFINITION_CATEGORY_WIDGETS, AXP_CATALOG_DEFINITION_CATEGORY_WORKFLOW, AXP_CATALOG_DEFINITION_CATEGORY_AI_TOOLS as AXP_COMMAND_DEFINITION_CATEGORY_AI_TOOLS, AXP_CATALOG_DEFINITION_CATEGORY_ASSESSMENT as AXP_COMMAND_DEFINITION_CATEGORY_ASSESSMENT, AXP_CATALOG_DEFINITION_CATEGORY_DATA_MANAGEMENT as AXP_COMMAND_DEFINITION_CATEGORY_DATA_MANAGEMENT, AXP_CATALOG_DEFINITION_CATEGORY_ENTITY as AXP_COMMAND_DEFINITION_CATEGORY_ENTITY, AXP_CATALOG_DEFINITION_CATEGORY_FILE_WIDGET as AXP_COMMAND_DEFINITION_CATEGORY_FILE_WIDGET, AXP_CATALOG_DEFINITION_CATEGORY_HUMAN_CAPITAL as AXP_COMMAND_DEFINITION_CATEGORY_HUMAN_CAPITAL, AXP_CATALOG_DEFINITION_CATEGORY_ORGANIZATION as AXP_COMMAND_DEFINITION_CATEGORY_ORGANIZATION, AXP_CATALOG_DEFINITION_CATEGORY_PLATFORM as AXP_COMMAND_DEFINITION_CATEGORY_PLATFORM, AXP_CATALOG_DEFINITION_CATEGORY_PRODUCT as AXP_COMMAND_DEFINITION_CATEGORY_PRODUCT, AXP_CATALOG_DEFINITION_CATEGORY_REPORT as AXP_COMMAND_DEFINITION_CATEGORY_REPORT, AXP_CATALOG_DEFINITION_CATEGORY_SECURITY as AXP_COMMAND_DEFINITION_CATEGORY_SECURITY, AXP_CATALOG_DEFINITION_CATEGORY_SETTINGS as AXP_COMMAND_DEFINITION_CATEGORY_SETTINGS, AXP_CATALOG_DEFINITION_CATEGORY_STORAGE as AXP_COMMAND_DEFINITION_CATEGORY_STORAGE, AXP_CATALOG_DEFINITION_CATEGORY_TENANT as AXP_COMMAND_DEFINITION_CATEGORY_TENANT, AXP_CATALOG_DEFINITION_CATEGORY_UTILITY as AXP_COMMAND_DEFINITION_CATEGORY_UTILITY, AXP_CATALOG_DEFINITION_CATEGORY_WORKFLOW as AXP_COMMAND_DEFINITION_CATEGORY_WORKFLOW, AXP_CATALOG_DEFINITION_CATEGORY_ENTITY as AXP_QUERY_DEFINITION_CATEGORY_ENTITY, AXP_CATALOG_DEFINITION_CATEGORY_PLATFORM as AXP_QUERY_DEFINITION_CATEGORY_PLATFORM, AXP_CATALOG_DEFINITION_CATEGORY_STORAGE as AXP_QUERY_DEFINITION_CATEGORY_STORAGE, AXP_CATALOG_DEFINITION_CATEGORY_WIDGETS as AXP_QUERY_DEFINITION_CATEGORY_WIDGETS, defineCommand, defineQuery, defineWidget };
166
+ //# sourceMappingURL=acorex-platform-runtime-contracts.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"acorex-platform-runtime-contracts.mjs","sources":["../../../../libs/platform/runtime-contracts/src/lib/shared/catalog-definition-base.types.ts","../../../../libs/platform/runtime-contracts/src/lib/shared/catalog-definition.categories.ts","../../../../libs/platform/runtime-contracts/src/lib/commands/command-definition.types.ts","../../../../libs/platform/runtime-contracts/src/lib/commands/define-command.ts","../../../../libs/platform/runtime-contracts/src/lib/commands/catalog-command-definition.ts","../../../../libs/platform/runtime-contracts/src/lib/queries/query-definition.types.ts","../../../../libs/platform/runtime-contracts/src/lib/queries/define-query.ts","../../../../libs/platform/runtime-contracts/src/lib/queries/catalog-query-definition.ts","../../../../libs/platform/runtime-contracts/src/lib/widgets/widget-definition.types.ts","../../../../libs/platform/runtime-contracts/src/lib/widgets/define-widget.ts","../../../../libs/platform/runtime-contracts/src/lib/index.ts","../../../../libs/platform/runtime-contracts/src/acorex-platform-runtime-contracts.ts"],"sourcesContent":["/**\n * Shared build-time catalog metadata for command, query, and widget definition sidecars\n * (`defineCommand`, `defineQuery`, `defineWidget`).\n * Lives under `shared/` so consumers import one module without a \"command\" prefix on generic shapes.\n */\n\nimport type { AXPDefinitionCategory } from '@acorex/platform/contracts';\n\n//#region ---- Schema row ----\n\n/** Catalog metadata validation: rule key + optional rule options only. */\nexport interface AXPCatalogValidationRuleValue {\n rule: string;\n options?: Record<string, unknown>;\n}\n\n/**\n * Widget/interface reference for a schema property (name + optional widget options).\n */\nexport interface AXPCatalogInterfaceDefinitionValue {\n name: string;\n options?: Record<string, unknown>;\n}\n\n/**\n * Agent-facing hints when a single catalog row can be satisfied in several ways\n * (inline list, registry-backed dataSource key, query + assign, tabular columns, context merge, etc.).\n * Documentation only; tooling may surface this next to `description` and `interface`.\n */\nexport interface AXPCatalogPropertyBindingHints {\n /** Named strategies the agent or author may use to supply this parameter. */\n strategies?: readonly string[];\n /** Short concrete examples (strings or JSON fragments as documentation, not executed). */\n examples?: readonly string[];\n /** Extra notes: merge rules, mode flags, registry keys, or when to prefer one strategy over another. */\n notes?: string;\n}\n\n/**\n * One input/output property description (same structural role as entity option definitions).\n */\nexport interface AXPCatalogSchemaPropertyDefinition {\n name: string;\n title: string;\n description?: string;\n icon?: string;\n defaultValue?: unknown;\n disabled?: boolean;\n interface: AXPCatalogInterfaceDefinitionValue;\n validations?: AXPCatalogValidationRuleValue[];\n /**\n * Optional multi-strategy binding documentation for AI and codegen (commands, queries, widget sidecars).\n * Prefer this over inventing a non-form `interface.name` that is not part of the AI-facing widget catalog.\n */\n bindingHints?: AXPCatalogPropertyBindingHints;\n}\n\n//#endregion\n\n//#region ---- AI ----\n\n/** Structured usage hints for planners and assistants (prefer over duplicating rules only in `description`). */\nexport interface AXPCatalogAiUsageMetadata {\n whenToUse?: string[];\n avoidWhen?: string[];\n /** Registry keys or tool names that commonly follow this catalog entry. */\n followUpTools?: string[];\n}\n\n/** Declarative contracts: what the entry provides, who depends on it, and guarantees. */\nexport interface AXPCatalogAiContractsMetadata {\n provides?: string[];\n requiredBy?: string[];\n guarantees?: string[];\n}\n\nexport type AXPCatalogAiSafetyKind = 'read-only' | 'mutating';\n\nexport interface AXPCatalogAiSafetyMetadata {\n kind?: AXPCatalogAiSafetyKind;\n sideEffects?: boolean;\n requiresConfirmation?: boolean;\n}\n\nexport type AXPCatalogAiPerformanceCost = 'low' | 'medium' | 'high';\n\nexport interface AXPCatalogAiPerformanceMetadata {\n cost?: AXPCatalogAiPerformanceCost;\n cacheable?: boolean;\n}\n\nexport interface AXPCatalogAiNextStepMetadata {\n when: string;\n action: string;\n}\n\n/**\n * How to interpret a successful payload for agents (documentation only; not live workflow step outcomes).\n */\nexport interface AXPCatalogAiResultSemanticsMetadata {\n noMatch?: string;\n exactMatch?: string;\n multipleMatches?: string;\n failed?: string;\n /** Full catalog listing (e.g. no entity filter). */\n catalog?: string;\n}\n\nexport interface AXPCatalogAiMetadata {\n shortDescription?: string;\n /**\n * Long-form guidance appended to LLM tool descriptions (not for short UI/registry copy).\n * Keep root `description` concise for pickers and entity rows.\n */\n instruction?: string;\n tags?: string[];\n usage?: AXPCatalogAiUsageMetadata;\n contracts?: AXPCatalogAiContractsMetadata;\n safety?: AXPCatalogAiSafetyMetadata;\n performance?: AXPCatalogAiPerformanceMetadata;\n nextSteps?: AXPCatalogAiNextStepMetadata[];\n resultSemantics?: AXPCatalogAiResultSemanticsMetadata;\n /**\n * Default input fragment merged for AI/tool invocations (catalog & tooling).\n * Runtime merge for a given entry is applied in the AI module (not the generic command executor).\n */\n toolInputDefaults?: Record<string, unknown>;\n /**\n * Optional JSON Schema fragment for LLM tool `parameters` (OpenAI-style function calling).\n * Merged over the auto-generated schema from catalog `inputs` (`properties` / `required` deep-merged).\n * Use when widget-to-type inference is insufficient (e.g. `object`, `array`, `enum`, `format`).\n */\n toolParametersSchema?: Record<string, unknown>;\n}\n\n//#endregion\n\n//#region ---- Execution / capabilities ----\n\nexport type AXPCatalogExecutionMode = 'frontend' | 'backend' | 'both';\n\n/**\n * Where this catalog entry is intended to appear in product tooling (AI agents, workflow automation pickers, etc.).\n * Omitted = not declared here; runtimes may fall back to other metadata (e.g. `ai.tags`).\n */\nexport type AXPCatalogCapability = 'ai' | 'workflow';\n\n//#endregion\n\n//#region ---- Catalog metadata root ----\n\nexport interface AXPCatalogMetadataDefinitionBase {\n title: string;\n description: string;\n inputs?: AXPCatalogSchemaPropertyDefinition[];\n outputs?: AXPCatalogSchemaPropertyDefinition[];\n ai?: AXPCatalogAiMetadata;\n capabilities?: AXPCatalogCapability[];\n categories?: AXPDefinitionCategory | AXPDefinitionCategory[];\n}\n\n//#endregion\n","import type { AXPDefinitionCategory } from '@acorex/platform/contracts';\n\n//#region ---- Shared catalog categories (queries & commands) ----\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_PLATFORM: AXPDefinitionCategory = {\n name: 'platform',\n order: 1,\n title: 'Platform',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_ENTITY: AXPDefinitionCategory = {\n name: 'entity',\n order: 2,\n title: 'Entity',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_STORAGE: AXPDefinitionCategory = {\n name: 'storage',\n order: 3,\n title: 'Storage',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_WIDGETS: AXPDefinitionCategory = {\n name: 'widgets',\n order: 4,\n title: 'Widgets',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_WORKFLOW: AXPDefinitionCategory = {\n name: 'workflow',\n order: 5,\n title: 'Workflow',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_UTILITY: AXPDefinitionCategory = {\n name: 'utility',\n order: 6,\n title: 'Utility',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_SETTINGS: AXPDefinitionCategory = {\n name: 'settings',\n order: 7,\n title: 'Settings',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_AI_TOOLS: AXPDefinitionCategory = {\n name: 'ai-tools',\n order: 8,\n title: 'AI tools',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_SECURITY: AXPDefinitionCategory = {\n name: 'security',\n order: 9,\n title: 'Security',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_DATA_MANAGEMENT: AXPDefinitionCategory = {\n name: 'data-management',\n order: 10,\n title: 'Data management',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_ASSESSMENT: AXPDefinitionCategory = {\n name: 'assessment',\n order: 11,\n title: 'Assessment',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_REPORT: AXPDefinitionCategory = {\n name: 'report',\n order: 12,\n title: 'Report',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_ORGANIZATION: AXPDefinitionCategory = {\n name: 'organization',\n order: 13,\n title: 'Organization',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_TENANT: AXPDefinitionCategory = {\n name: 'tenant',\n order: 14,\n title: 'Tenant',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_HUMAN_CAPITAL: AXPDefinitionCategory = {\n name: 'human-capital',\n order: 15,\n title: 'Human capital',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_PRODUCT: AXPDefinitionCategory = {\n name: 'product',\n order: 16,\n title: 'Product',\n};\n\nexport const AXP_CATALOG_DEFINITION_CATEGORY_FILE_WIDGET: AXPDefinitionCategory = {\n name: 'file-widget',\n order: 17,\n title: 'File widget',\n};\n\n//#endregion\n","/**\n * Build-time command metadata for AXPCommand implementations.\n * `inputs` / `outputs` are schema rows (same family as entity optionDefinitions).\n * Validation entries: only `rule` name and optional `options` (no title/message on rules).\n * Do not import from Angular templates; sidecars may import `defineCommand` from `@acorex/platform/runtime-contracts`.\n *\n * Query metadata (fetch-only, no outcomes) is defined in `../queries/query-definition.types.ts` with `defineQuery`.\n * Widget metadata sidecars use `../widgets/widget-definition.types.ts` with `defineWidget`.\n */\n\nimport type {\n AXPCatalogExecutionMode,\n AXPCatalogMetadataDefinitionBase,\n} from '../shared/catalog-definition-base.types';\n\nexport * from '../shared/catalog-definition-base.types';\n\n//#region ---- Outcomes ----\n\nexport type AXPCommandOutcomeDefinition =\n | {\n mode: 'static';\n values: string[];\n }\n | {\n mode: 'dynamic';\n summary: string;\n derivesFrom: string;\n examples?: string[];\n };\n\n//#endregion\n\n//#region ---- Root ----\n\nexport interface AXPCommandMetadataDefinition extends AXPCatalogMetadataDefinitionBase {\n /** Runtime registration key (provideCommand / provideCommandSetups). */\n key: string;\n executionMode: AXPCatalogExecutionMode;\n outcomes: AXPCommandOutcomeDefinition;\n}\n\n//#endregion\n","import type { AXPCommandMetadataDefinition } from './command-definition.types';\n\n//#region ---- defineCommand ----\n\n/**\n * Typed identity helper for command metadata sidecars.\n */\nexport function defineCommand<T extends AXPCommandMetadataDefinition>(definition: T): T {\n return definition;\n}\n\n//#endregion\n","/**\n * Build-time command metadata only. Safe under Node (e.g. generate-runtime-catalog) without loading the command executor stack.\n * Sidecars should import `defineCommand` from `@acorex/platform/runtime-contracts`.\n */\nexport { defineCommand } from './define-command';\nexport * from './command-definition.categories';\nexport * from './command-definition.types';\n","/**\n * Build-time query metadata for AXPQuery implementations.\n * Mirrors command metadata shape except there are no `outcomes` (queries only `fetch`).\n * Shares {@link AXPCatalogMetadataDefinitionBase} with commands and widgets; `inputs` / `outputs` live on the base.\n */\n\nimport type {\n AXPCatalogExecutionMode,\n AXPCatalogMetadataDefinitionBase,\n AXPCatalogSchemaPropertyDefinition,\n} from '../shared/catalog-definition-base.types';\n\n//#region ---- Root ----\n\n/** One input/output property description for query definitions (same as command / widget catalog rows). */\nexport type AXPQuerySchemaPropertyDefinition = AXPCatalogSchemaPropertyDefinition;\n\nexport interface AXPQueryMetadataDefinition extends AXPCatalogMetadataDefinitionBase {\n /** Runtime registration key (provideQuerySetups). */\n key: string;\n executionMode: AXPCatalogExecutionMode;\n}\n\n//#endregion\n","import type { AXPQueryMetadataDefinition } from './query-definition.types';\n\n//#region ---- defineQuery ----\n\n/**\n * Typed identity helper for query metadata sidecars.\n */\nexport function defineQuery<T extends AXPQueryMetadataDefinition>(definition: T): T {\n return definition;\n}\n\n//#endregion\n","/**\n * Build-time query metadata only. Safe under Node (e.g. generate-runtime-catalog) without loading the query executor stack.\n * Sidecars should import `defineQuery` from `@acorex/platform/runtime-contracts`.\n */\nexport { defineQuery } from './define-query';\nexport * from './query-definition.categories';\n","/**\n * Build-time widget metadata sidecars (parallel to {@link AXPWidgetConfig} in layout/widget-core).\n * Extends {@link AXPCatalogMetadataDefinitionBase}; `inputs` / `outputs` use the same schema rows as commands/queries.\n * Sidecars should import `defineWidget` from `@acorex/platform/runtime-contracts`.\n */\n\nimport type { AXPDefinitionCategory } from '@acorex/platform/contracts';\n\nimport type {\n AXPCatalogAiMetadata,\n AXPCatalogMetadataDefinitionBase,\n} from '../shared/catalog-definition-base.types';\n\n//#region ---- Widget classification (mirrors widget-core literals; no layout imports) ----\n\n/** Same surface values as {@link AXPWidgetViewType} in layout/widget-core. */\nexport type AXPWidgetMetadataViewType =\n | 'container'\n | 'editor'\n | 'action'\n | 'view'\n | 'filter'\n | 'validation'\n | 'dashboard';\n\n/** Same values as {@link AXPWidgetGroup} / {@link AXPWidgetGroupEnum} in layout/widget-core. */\nexport type AXPWidgetMetadataGroup =\n | 'form-element'\n | 'dashboard-widget'\n | 'form-template'\n | 'property-editor'\n | 'meta-data'\n | 'setting-widget'\n | 'entity-widget'\n | 'utility-widget'\n | 'base-widget';\n\n/**\n * Built-in default filter widget names from {@link AXPWidgetConfig.defaultFilterWidgetName}.\n * Other string values remain valid for custom filters.\n */\nexport type AXPWidgetMetadataDefaultFilterName =\n | 'string-filter'\n | 'number-filter'\n | 'datetime-filter'\n | 'boolean-filter'\n | 'select-filter'\n | 'lookup-filter'\n | 'time-duration-filter';\n\n//#endregion\n\n//#region ---- AI metadata ----\n\n/**\n * Widget renderer surface aligned with {@link AXPWidgetConfig.components} keys in layout/widget-core.\n */\nexport type AXPWidgetAiRenderSurfaceMode =\n | 'view'\n | 'edit'\n | 'column'\n | 'designer'\n | 'print'\n | 'filter';\n\n/**\n * One line of guidance for agents: which Angular component runs in this surface and how it relates to data.\n */\nexport interface AXPWidgetAiRenderSurface {\n mode: AXPWidgetAiRenderSurfaceMode;\n summary: string;\n}\n\n/**\n * AI hints for layout/form agents beyond {@link AXPCatalogAiMetadata}.\n * Prefer `outputs` on {@link AXPCatalogMetadataDefinitionBase} for structured bound-value shape;\n * use `renderSurfaces` for per-mode behavior (e.g. grid uses `column`, not `edit`).\n */\nexport interface AXPWidgetAiMetadata extends AXPCatalogAiMetadata {\n /** Per-surface rendering notes (view vs edit vs column vs designer). */\n renderSurfaces?: readonly AXPWidgetAiRenderSurface[];\n /** Other widget `name` values often used next to or instead of this one. */\n relatedWidgetNames?: string[];\n /**\n * Short layout or options snippets for few-shot style documentation (not executed).\n */\n layoutExamples?: string[];\n}\n\n//#endregion\n\n//#region ---- Root definition ----\n\nexport interface AXPWidgetMetadataDefinition extends Omit<AXPCatalogMetadataDefinitionBase, 'capabilities'> {\n /** Runtime widget registry name (same role as `AXPWidgetConfig.name`). */\n name: string;\n icon?: string;\n subCategory?: AXPDefinitionCategory;\n groups?: readonly AXPWidgetMetadataGroup[];\n defaultFilterWidgetName?: AXPWidgetMetadataDefaultFilterName | string;\n type: AXPWidgetMetadataViewType;\n /**\n * Widget-specific AI block (subtype of base `ai`); omit to use plain {@link AXPCatalogAiMetadata} from base.\n */\n ai?: AXPWidgetAiMetadata;\n}\n\n//#endregion\n\n//#region ---- Re-exports ----\n\nexport type {\n AXPCatalogAiMetadata,\n AXPCatalogMetadataDefinitionBase,\n AXPCatalogPropertyBindingHints,\n AXPCatalogSchemaPropertyDefinition,\n} from '../shared/catalog-definition-base.types';\n\n//#endregion\n","import type { AXPWidgetMetadataDefinition } from './widget-definition.types';\n\n//#region ---- defineWidget ----\n\n/**\n * Typed identity helper for widget metadata sidecars.\n */\nexport function defineWidget<T extends AXPWidgetMetadataDefinition>(definition: T): T {\n return definition;\n}\n\n//#endregion\n","//#region ---- Runtime contracts ----\n\nexport * from './shared/catalog-definition-base.types';\nexport * from './shared/catalog-definition.categories';\n\nexport * from './commands/command.interface';\nexport * from './commands/command-definition.types';\nexport * from './commands/command-definition.categories';\nexport * from './commands/define-command';\nexport * from './commands/catalog-command-definition';\n\nexport * from './queries/query.interface';\nexport * from './queries/query-definition.types';\nexport * from './queries/query-definition.categories';\nexport * from './queries/define-query';\nexport * from './queries/catalog-query-definition';\n\nexport * from './views/view.interface';\n\nexport * from './widgets/widget-definition.types';\nexport * from './widgets/define-widget';\n\n//#endregion\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"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"}
@@ -3,126 +3,6 @@ import { inject, Injectable, InjectionToken, EnvironmentInjector, runInInjection
3
3
  import { AXPBroadcastEventService, AXPDistributedEventListenerService } from '@acorex/platform/core';
4
4
  import { castArray } from 'lodash-es';
5
5
 
6
- //#region ---- defineCommand ----
7
- /**
8
- * Typed identity helper for command metadata sidecars.
9
- */
10
- function defineCommand(definition) {
11
- return definition;
12
- }
13
- //#endregion
14
-
15
- //#region ---- Shared catalog categories (queries & commands) ----
16
- const AXP_CATALOG_DEFINITION_CATEGORY_PLATFORM = {
17
- name: 'platform',
18
- order: 1,
19
- title: 'Platform',
20
- };
21
- const AXP_CATALOG_DEFINITION_CATEGORY_ENTITY = {
22
- name: 'entity',
23
- order: 2,
24
- title: 'Entity',
25
- };
26
- const AXP_CATALOG_DEFINITION_CATEGORY_STORAGE = {
27
- name: 'storage',
28
- order: 3,
29
- title: 'Storage',
30
- };
31
- const AXP_CATALOG_DEFINITION_CATEGORY_WIDGETS = {
32
- name: 'widgets',
33
- order: 4,
34
- title: 'Widgets',
35
- };
36
- const AXP_CATALOG_DEFINITION_CATEGORY_WORKFLOW = {
37
- name: 'workflow',
38
- order: 5,
39
- title: 'Workflow',
40
- };
41
- const AXP_CATALOG_DEFINITION_CATEGORY_UTILITY = {
42
- name: 'utility',
43
- order: 6,
44
- title: 'Utility',
45
- };
46
- const AXP_CATALOG_DEFINITION_CATEGORY_SETTINGS = {
47
- name: 'settings',
48
- order: 7,
49
- title: 'Settings',
50
- };
51
- const AXP_CATALOG_DEFINITION_CATEGORY_AI_TOOLS = {
52
- name: 'ai-tools',
53
- order: 8,
54
- title: 'AI tools',
55
- };
56
- const AXP_CATALOG_DEFINITION_CATEGORY_SECURITY = {
57
- name: 'security',
58
- order: 9,
59
- title: 'Security',
60
- };
61
- const AXP_CATALOG_DEFINITION_CATEGORY_DATA_MANAGEMENT = {
62
- name: 'data-management',
63
- order: 10,
64
- title: 'Data management',
65
- };
66
- const AXP_CATALOG_DEFINITION_CATEGORY_ASSESSMENT = {
67
- name: 'assessment',
68
- order: 11,
69
- title: 'Assessment',
70
- };
71
- const AXP_CATALOG_DEFINITION_CATEGORY_REPORT = {
72
- name: 'report',
73
- order: 12,
74
- title: 'Report',
75
- };
76
- const AXP_CATALOG_DEFINITION_CATEGORY_ORGANIZATION = {
77
- name: 'organization',
78
- order: 13,
79
- title: 'Organization',
80
- };
81
- const AXP_CATALOG_DEFINITION_CATEGORY_TENANT = {
82
- name: 'tenant',
83
- order: 14,
84
- title: 'Tenant',
85
- };
86
- const AXP_CATALOG_DEFINITION_CATEGORY_HUMAN_CAPITAL = {
87
- name: 'human-capital',
88
- order: 15,
89
- title: 'Human capital',
90
- };
91
- const AXP_CATALOG_DEFINITION_CATEGORY_PRODUCT = {
92
- name: 'product',
93
- order: 16,
94
- title: 'Product',
95
- };
96
- const AXP_CATALOG_DEFINITION_CATEGORY_FILE_WIDGET = {
97
- name: 'file-widget',
98
- order: 17,
99
- title: 'File widget',
100
- };
101
- //#endregion
102
-
103
- /**
104
- * Shared build-time catalog metadata for command, query, and widget definition sidecars
105
- * (`defineCommand`, `defineQuery`, `defineWidget`).
106
- * Lives under `shared/` so consumers import one module without a "command" prefix on generic shapes.
107
- */
108
- //#endregion
109
-
110
- /**
111
- * Build-time command metadata for AXPCommand implementations.
112
- * `inputs` / `outputs` are schema rows (same family as entity optionDefinitions).
113
- * Validation entries: only `rule` name and optional `options` (no title/message on rules).
114
- * Do not import from Angular templates; sidecars may import `defineCommand` from `@acorex/platform/runtime`.
115
- *
116
- * Query metadata (fetch-only, no outcomes) is defined in `../queries/query-definition.types.ts` with `defineQuery`.
117
- * Widget metadata sidecars use `../widgets/widget-definition.types.ts` with `defineWidget`.
118
- */
119
- //#endregion
120
-
121
- /**
122
- * Build-time command metadata only. Safe under Node (e.g. generate-runtime-catalog) without loading the command executor stack.
123
- * Sidecars should import `defineCommand` from `@acorex/platform/runtime` (or this module for deep imports).
124
- */
125
-
126
6
  //#region ---- Imports ----
127
7
  //#endregion
128
8
  const COMMAND_EXECUTION_EVENT_KEY = '@commands:execution';
@@ -445,20 +325,6 @@ function provideCommand(key, loader) {
445
325
  ]);
446
326
  }
447
327
 
448
- //#region ---- defineQuery ----
449
- /**
450
- * Typed identity helper for query metadata sidecars.
451
- */
452
- function defineQuery(definition) {
453
- return definition;
454
- }
455
- //#endregion
456
-
457
- /**
458
- * Build-time query metadata only. Safe under Node (e.g. generate-runtime-catalog) without loading the query executor stack.
459
- * Sidecars should import `defineQuery` from `@acorex/platform/runtime` (or this module for deep imports).
460
- */
461
-
462
328
  // queries/query.registry.ts
463
329
  class AXPQueryRegistry {
464
330
  constructor() {
@@ -555,13 +421,6 @@ function provideQuerySetups(entries) {
555
421
  ]);
556
422
  }
557
423
 
558
- /**
559
- * Build-time query metadata for AXPQuery implementations.
560
- * Mirrors command metadata shape except there are no `outcomes` (queries only `fetch`).
561
- * Shares {@link AXPCatalogMetadataDefinitionBase} with commands and widgets; `inputs` / `outputs` live on the base.
562
- */
563
- //#endregion
564
-
565
424
  function composeQueryMiddlewares(middlewares) {
566
425
  return (handler) => {
567
426
  let composed = handler;
@@ -644,27 +503,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
644
503
  args: [{ providedIn: 'root' }]
645
504
  }] });
646
505
 
647
- //#region ---- defineWidget ----
648
- /**
649
- * Typed identity helper for widget metadata sidecars.
650
- */
651
- function defineWidget(definition) {
652
- return definition;
653
- }
654
- //#endregion
655
-
656
- /**
657
- * Build-time widget metadata only. Safe for tooling without loading layout widget components.
658
- * Sidecars should import `defineWidget` from `@acorex/platform/runtime` (or this module for deep imports).
659
- */
660
-
661
- /**
662
- * Build-time widget metadata sidecars (parallel to {@link AXPWidgetConfig} in layout/widget-core).
663
- * Extends {@link AXPCatalogMetadataDefinitionBase}; `inputs` / `outputs` use the same schema rows as commands/queries.
664
- * Sidecars may import `defineWidget` from `@acorex/platform/runtime`.
665
- */
666
- //#endregion
667
-
668
506
  function composeViewMiddlewares(middlewares) {
669
507
  return (handler) => {
670
508
  let composed = handler;
@@ -1069,5 +907,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.9", ngImpor
1069
907
  * Generated bundle index. Do not edit.
1070
908
  */
1071
909
 
1072
- export { AXPCommandEventsService, AXPCommandExecutor, AXPCommandRegistry, AXPCommandService, AXPPolicyEngineContext, AXPPolicyEngineDirective, AXPPolicyEngineRegistry, AXPPolicyEngineService, AXPQueryExecutor, AXPQueryRegistry, AXPQueryService, AXPRuntimeModule, AXPViewExecutor, AXPViewRegistry, AXPViewService, AXP_CATALOG_DEFINITION_CATEGORY_AI_TOOLS as AXP_COMMAND_DEFINITION_CATEGORY_AI_TOOLS, AXP_CATALOG_DEFINITION_CATEGORY_ASSESSMENT as AXP_COMMAND_DEFINITION_CATEGORY_ASSESSMENT, AXP_CATALOG_DEFINITION_CATEGORY_DATA_MANAGEMENT as AXP_COMMAND_DEFINITION_CATEGORY_DATA_MANAGEMENT, AXP_CATALOG_DEFINITION_CATEGORY_ENTITY as AXP_COMMAND_DEFINITION_CATEGORY_ENTITY, AXP_CATALOG_DEFINITION_CATEGORY_FILE_WIDGET as AXP_COMMAND_DEFINITION_CATEGORY_FILE_WIDGET, AXP_CATALOG_DEFINITION_CATEGORY_HUMAN_CAPITAL as AXP_COMMAND_DEFINITION_CATEGORY_HUMAN_CAPITAL, AXP_CATALOG_DEFINITION_CATEGORY_ORGANIZATION as AXP_COMMAND_DEFINITION_CATEGORY_ORGANIZATION, AXP_CATALOG_DEFINITION_CATEGORY_PLATFORM as AXP_COMMAND_DEFINITION_CATEGORY_PLATFORM, AXP_CATALOG_DEFINITION_CATEGORY_PRODUCT as AXP_COMMAND_DEFINITION_CATEGORY_PRODUCT, AXP_CATALOG_DEFINITION_CATEGORY_REPORT as AXP_COMMAND_DEFINITION_CATEGORY_REPORT, AXP_CATALOG_DEFINITION_CATEGORY_SECURITY as AXP_COMMAND_DEFINITION_CATEGORY_SECURITY, AXP_CATALOG_DEFINITION_CATEGORY_SETTINGS as AXP_COMMAND_DEFINITION_CATEGORY_SETTINGS, AXP_CATALOG_DEFINITION_CATEGORY_STORAGE as AXP_COMMAND_DEFINITION_CATEGORY_STORAGE, AXP_CATALOG_DEFINITION_CATEGORY_TENANT as AXP_COMMAND_DEFINITION_CATEGORY_TENANT, AXP_CATALOG_DEFINITION_CATEGORY_UTILITY as AXP_COMMAND_DEFINITION_CATEGORY_UTILITY, AXP_CATALOG_DEFINITION_CATEGORY_WORKFLOW as AXP_COMMAND_DEFINITION_CATEGORY_WORKFLOW, AXP_COMMAND_EXTENSION, AXP_COMMAND_MIDDLEWARE_SETUP, AXP_COMMAND_SETUP, AXP_POLICY_ENGINE_MIDDLEWARE_SETUP, AXP_POLICY_EXTENSION, AXP_CATALOG_DEFINITION_CATEGORY_ENTITY as AXP_QUERY_DEFINITION_CATEGORY_ENTITY, AXP_CATALOG_DEFINITION_CATEGORY_PLATFORM as AXP_QUERY_DEFINITION_CATEGORY_PLATFORM, AXP_CATALOG_DEFINITION_CATEGORY_STORAGE as AXP_QUERY_DEFINITION_CATEGORY_STORAGE, AXP_CATALOG_DEFINITION_CATEGORY_WIDGETS as AXP_QUERY_DEFINITION_CATEGORY_WIDGETS, AXP_QUERY_EXTENSION, AXP_QUERY_MIDDLEWARE_SETUP, AXP_QUERY_SETUP, AXP_VIEW_EXTENSION, AXP_VIEW_SETUP, composeCommandMiddlewares, composePolicyEngineMiddlewares, composeQueryMiddlewares, composeViewMiddlewares, defineCommand, defineQuery, defineWidget, provideCommand, provideCommandMiddleware, provideCommandSetups, providePolicySetups, provideQueryMiddleware, provideQuerySetups, provideViewSetup, provideViewSetups };
910
+ export { AXPCommandEventsService, AXPCommandExecutor, AXPCommandRegistry, AXPCommandService, AXPPolicyEngineContext, AXPPolicyEngineDirective, AXPPolicyEngineRegistry, AXPPolicyEngineService, AXPQueryExecutor, AXPQueryRegistry, AXPQueryService, AXPRuntimeModule, AXPViewExecutor, AXPViewRegistry, AXPViewService, AXP_COMMAND_EXTENSION, AXP_COMMAND_MIDDLEWARE_SETUP, AXP_COMMAND_SETUP, AXP_POLICY_ENGINE_MIDDLEWARE_SETUP, AXP_POLICY_EXTENSION, AXP_QUERY_EXTENSION, AXP_QUERY_MIDDLEWARE_SETUP, AXP_QUERY_SETUP, AXP_VIEW_EXTENSION, AXP_VIEW_SETUP, composeCommandMiddlewares, composePolicyEngineMiddlewares, composeQueryMiddlewares, composeViewMiddlewares, provideCommand, provideCommandMiddleware, provideCommandSetups, providePolicySetups, provideQueryMiddleware, provideQuerySetups, provideViewSetup, provideViewSetups };
1073
911
  //# sourceMappingURL=acorex-platform-runtime.mjs.map