@acorex-platform/framework-shared 0.0.1

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 (458) hide show
  1. package/acorex-platform-framework-shared-0.0.1.tgz +0 -0
  2. package/core/src/index.d.ts +2 -0
  3. package/core/src/index.d.ts.map +1 -0
  4. package/core/src/index.js +5 -0
  5. package/core/src/index.js.map +1 -0
  6. package/core/src/lib/core/actions.types.d.ts +724 -0
  7. package/core/src/lib/core/actions.types.d.ts.map +1 -0
  8. package/core/src/lib/core/actions.types.js +851 -0
  9. package/core/src/lib/core/actions.types.js.map +1 -0
  10. package/core/src/lib/core/context.types.d.ts +23 -0
  11. package/core/src/lib/core/context.types.d.ts.map +1 -0
  12. package/core/src/lib/core/context.types.js +9 -0
  13. package/core/src/lib/core/context.types.js.map +1 -0
  14. package/core/src/lib/core/core.types.d.ts +193 -0
  15. package/core/src/lib/core/core.types.d.ts.map +1 -0
  16. package/core/src/lib/core/core.types.js +90 -0
  17. package/core/src/lib/core/core.types.js.map +1 -0
  18. package/core/src/lib/core/index.d.ts +8 -0
  19. package/core/src/lib/core/index.d.ts.map +1 -0
  20. package/core/src/lib/core/index.js +13 -0
  21. package/core/src/lib/core/index.js.map +1 -0
  22. package/core/src/lib/core/logo.types.d.ts +13 -0
  23. package/core/src/lib/core/logo.types.d.ts.map +1 -0
  24. package/core/src/lib/core/logo.types.js +5 -0
  25. package/core/src/lib/core/logo.types.js.map +1 -0
  26. package/core/src/lib/core/response.types.d.ts +10 -0
  27. package/core/src/lib/core/response.types.d.ts.map +1 -0
  28. package/core/src/lib/core/response.types.js +5 -0
  29. package/core/src/lib/core/response.types.js.map +1 -0
  30. package/core/src/lib/core/scope.types.d.ts +9 -0
  31. package/core/src/lib/core/scope.types.d.ts.map +1 -0
  32. package/core/src/lib/core/scope.types.js +32 -0
  33. package/core/src/lib/core/scope.types.js.map +1 -0
  34. package/core/src/lib/core/shims.types.d.ts +20 -0
  35. package/core/src/lib/core/shims.types.d.ts.map +1 -0
  36. package/core/src/lib/core/shims.types.js +5 -0
  37. package/core/src/lib/core/shims.types.js.map +1 -0
  38. package/core/src/lib/data/column.types.d.ts +6 -0
  39. package/core/src/lib/data/column.types.d.ts.map +1 -0
  40. package/core/src/lib/data/column.types.js +5 -0
  41. package/core/src/lib/data/column.types.js.map +1 -0
  42. package/core/src/lib/data/data.types.d.ts +40 -0
  43. package/core/src/lib/data/data.types.d.ts.map +1 -0
  44. package/core/src/lib/data/data.types.js +5 -0
  45. package/core/src/lib/data/data.types.js.map +1 -0
  46. package/core/src/lib/data/export.types.d.ts +64 -0
  47. package/core/src/lib/data/export.types.d.ts.map +1 -0
  48. package/core/src/lib/data/export.types.js +14 -0
  49. package/core/src/lib/data/export.types.js.map +1 -0
  50. package/core/src/lib/data/filter.types.d.ts +42 -0
  51. package/core/src/lib/data/filter.types.d.ts.map +1 -0
  52. package/core/src/lib/data/filter.types.js +5 -0
  53. package/core/src/lib/data/filter.types.js.map +1 -0
  54. package/core/src/lib/data/index.d.ts +7 -0
  55. package/core/src/lib/data/index.d.ts.map +1 -0
  56. package/core/src/lib/data/index.js +12 -0
  57. package/core/src/lib/data/index.js.map +1 -0
  58. package/core/src/lib/data/multi-source.types.d.ts +8 -0
  59. package/core/src/lib/data/multi-source.types.d.ts.map +1 -0
  60. package/core/src/lib/data/multi-source.types.js +5 -0
  61. package/core/src/lib/data/multi-source.types.js.map +1 -0
  62. package/core/src/lib/data/sort.types.d.ts +8 -0
  63. package/core/src/lib/data/sort.types.d.ts.map +1 -0
  64. package/core/src/lib/data/sort.types.js +5 -0
  65. package/core/src/lib/data/sort.types.js.map +1 -0
  66. package/core/src/lib/domain/address.types.d.ts +38 -0
  67. package/core/src/lib/domain/address.types.d.ts.map +1 -0
  68. package/core/src/lib/domain/address.types.js +5 -0
  69. package/core/src/lib/domain/address.types.js.map +1 -0
  70. package/core/src/lib/domain/ai-output.types.d.ts +5 -0
  71. package/core/src/lib/domain/ai-output.types.d.ts.map +1 -0
  72. package/core/src/lib/domain/ai-output.types.js +5 -0
  73. package/core/src/lib/domain/ai-output.types.js.map +1 -0
  74. package/core/src/lib/domain/file-storage.types.d.ts +203 -0
  75. package/core/src/lib/domain/file-storage.types.d.ts.map +1 -0
  76. package/core/src/lib/domain/file-storage.types.js +12 -0
  77. package/core/src/lib/domain/file-storage.types.js.map +1 -0
  78. package/core/src/lib/domain/index.d.ts +6 -0
  79. package/core/src/lib/domain/index.d.ts.map +1 -0
  80. package/core/src/lib/domain/index.js +11 -0
  81. package/core/src/lib/domain/index.js.map +1 -0
  82. package/core/src/lib/domain/metadata.types.d.ts +25 -0
  83. package/core/src/lib/domain/metadata.types.d.ts.map +1 -0
  84. package/core/src/lib/domain/metadata.types.js +3 -0
  85. package/core/src/lib/domain/metadata.types.js.map +1 -0
  86. package/core/src/lib/domain/spreadsheet.types.d.ts +4 -0
  87. package/core/src/lib/domain/spreadsheet.types.d.ts.map +1 -0
  88. package/core/src/lib/domain/spreadsheet.types.js +5 -0
  89. package/core/src/lib/domain/spreadsheet.types.js.map +1 -0
  90. package/core/src/lib/index.d.ts +14 -0
  91. package/core/src/lib/index.d.ts.map +1 -0
  92. package/core/src/lib/index.js +19 -0
  93. package/core/src/lib/index.js.map +1 -0
  94. package/core/src/lib/integration/index.d.ts +4 -0
  95. package/core/src/lib/integration/index.d.ts.map +1 -0
  96. package/core/src/lib/integration/index.js +9 -0
  97. package/core/src/lib/integration/index.js.map +1 -0
  98. package/core/src/lib/integration/integration-connection.safe-types.d.ts +54 -0
  99. package/core/src/lib/integration/integration-connection.safe-types.d.ts.map +1 -0
  100. package/core/src/lib/integration/integration-connection.safe-types.js +4 -0
  101. package/core/src/lib/integration/integration-connection.safe-types.js.map +1 -0
  102. package/core/src/lib/integration/integration-status.constants.d.ts +49 -0
  103. package/core/src/lib/integration/integration-status.constants.d.ts.map +1 -0
  104. package/core/src/lib/integration/integration-status.constants.js +57 -0
  105. package/core/src/lib/integration/integration-status.constants.js.map +1 -0
  106. package/core/src/lib/integration/integration.types.d.ts +120 -0
  107. package/core/src/lib/integration/integration.types.d.ts.map +1 -0
  108. package/core/src/lib/integration/integration.types.js +33 -0
  109. package/core/src/lib/integration/integration.types.js.map +1 -0
  110. package/core/src/lib/interaction/index.d.ts +4 -0
  111. package/core/src/lib/interaction/index.d.ts.map +1 -0
  112. package/core/src/lib/interaction/index.js +9 -0
  113. package/core/src/lib/interaction/index.js.map +1 -0
  114. package/core/src/lib/interaction/interactive.types.d.ts +65 -0
  115. package/core/src/lib/interaction/interactive.types.d.ts.map +1 -0
  116. package/core/src/lib/interaction/interactive.types.js +5 -0
  117. package/core/src/lib/interaction/interactive.types.js.map +1 -0
  118. package/core/src/lib/interaction/view-query.types.d.ts +11 -0
  119. package/core/src/lib/interaction/view-query.types.d.ts.map +1 -0
  120. package/core/src/lib/interaction/view-query.types.js +5 -0
  121. package/core/src/lib/interaction/view-query.types.js.map +1 -0
  122. package/core/src/lib/interaction/view.types.d.ts +34 -0
  123. package/core/src/lib/interaction/view.types.d.ts.map +1 -0
  124. package/core/src/lib/interaction/view.types.js +5 -0
  125. package/core/src/lib/interaction/view.types.js.map +1 -0
  126. package/core/src/lib/keys/index.d.ts +4 -0
  127. package/core/src/lib/keys/index.d.ts.map +1 -0
  128. package/core/src/lib/keys/index.js +9 -0
  129. package/core/src/lib/keys/index.js.map +1 -0
  130. package/core/src/lib/keys/platform-core-datasource.keys.d.ts +6 -0
  131. package/core/src/lib/keys/platform-core-datasource.keys.d.ts.map +1 -0
  132. package/core/src/lib/keys/platform-core-datasource.keys.js +11 -0
  133. package/core/src/lib/keys/platform-core-datasource.keys.js.map +1 -0
  134. package/core/src/lib/keys/preview-widget-field.command.key.d.ts +3 -0
  135. package/core/src/lib/keys/preview-widget-field.command.key.d.ts.map +1 -0
  136. package/core/src/lib/keys/preview-widget-field.command.key.js +6 -0
  137. package/core/src/lib/keys/preview-widget-field.command.key.js.map +1 -0
  138. package/core/src/lib/keys/regional-settings.keys.d.ts +31 -0
  139. package/core/src/lib/keys/regional-settings.keys.d.ts.map +1 -0
  140. package/core/src/lib/keys/regional-settings.keys.js +37 -0
  141. package/core/src/lib/keys/regional-settings.keys.js.map +1 -0
  142. package/core/src/lib/mock/index.d.ts +2 -0
  143. package/core/src/lib/mock/index.d.ts.map +1 -0
  144. package/core/src/lib/mock/index.js +7 -0
  145. package/core/src/lib/mock/index.js.map +1 -0
  146. package/core/src/lib/mock/mock-data.shims.d.ts +39 -0
  147. package/core/src/lib/mock/mock-data.shims.d.ts.map +1 -0
  148. package/core/src/lib/mock/mock-data.shims.js +191 -0
  149. package/core/src/lib/mock/mock-data.shims.js.map +1 -0
  150. package/core/src/lib/multi-language-string/compare-axp-multi-language-string.d.ts +16 -0
  151. package/core/src/lib/multi-language-string/compare-axp-multi-language-string.d.ts.map +1 -0
  152. package/core/src/lib/multi-language-string/compare-axp-multi-language-string.js +39 -0
  153. package/core/src/lib/multi-language-string/compare-axp-multi-language-string.js.map +1 -0
  154. package/core/src/lib/multi-language-string/index.d.ts +4 -0
  155. package/core/src/lib/multi-language-string/index.d.ts.map +1 -0
  156. package/core/src/lib/multi-language-string/index.js +9 -0
  157. package/core/src/lib/multi-language-string/index.js.map +1 -0
  158. package/core/src/lib/multi-language-string/locale-map-value.util.d.ts +10 -0
  159. package/core/src/lib/multi-language-string/locale-map-value.util.d.ts.map +1 -0
  160. package/core/src/lib/multi-language-string/locale-map-value.util.js +41 -0
  161. package/core/src/lib/multi-language-string/locale-map-value.util.js.map +1 -0
  162. package/core/src/lib/multi-language-string/resolve-multi-language-string.util.d.ts +6 -0
  163. package/core/src/lib/multi-language-string/resolve-multi-language-string.util.d.ts.map +1 -0
  164. package/core/src/lib/multi-language-string/resolve-multi-language-string.util.js +33 -0
  165. package/core/src/lib/multi-language-string/resolve-multi-language-string.util.js.map +1 -0
  166. package/core/src/lib/property/element.types.d.ts +2 -0
  167. package/core/src/lib/property/element.types.d.ts.map +1 -0
  168. package/core/src/lib/property/element.types.js +5 -0
  169. package/core/src/lib/property/element.types.js.map +1 -0
  170. package/core/src/lib/property/file.types.d.ts +2 -0
  171. package/core/src/lib/property/file.types.d.ts.map +1 -0
  172. package/core/src/lib/property/file.types.js +5 -0
  173. package/core/src/lib/property/file.types.js.map +1 -0
  174. package/core/src/lib/property/index.d.ts +5 -0
  175. package/core/src/lib/property/index.d.ts.map +1 -0
  176. package/core/src/lib/property/index.js +10 -0
  177. package/core/src/lib/property/index.js.map +1 -0
  178. package/core/src/lib/property/property.types.d.ts +24 -0
  179. package/core/src/lib/property/property.types.d.ts.map +1 -0
  180. package/core/src/lib/property/property.types.js +5 -0
  181. package/core/src/lib/property/property.types.js.map +1 -0
  182. package/core/src/lib/property/validation.types.d.ts +31 -0
  183. package/core/src/lib/property/validation.types.d.ts.map +1 -0
  184. package/core/src/lib/property/validation.types.js +5 -0
  185. package/core/src/lib/property/validation.types.js.map +1 -0
  186. package/core/src/lib/status/index.d.ts +4 -0
  187. package/core/src/lib/status/index.d.ts.map +1 -0
  188. package/core/src/lib/status/index.js +9 -0
  189. package/core/src/lib/status/index.js.map +1 -0
  190. package/core/src/lib/status/status-definition.types.d.ts +110 -0
  191. package/core/src/lib/status/status-definition.types.d.ts.map +1 -0
  192. package/core/src/lib/status/status-definition.types.js +16 -0
  193. package/core/src/lib/status/status-definition.types.js.map +1 -0
  194. package/core/src/lib/status/status.types.d.ts +28 -0
  195. package/core/src/lib/status/status.types.d.ts.map +1 -0
  196. package/core/src/lib/status/status.types.js +34 -0
  197. package/core/src/lib/status/status.types.js.map +1 -0
  198. package/core/src/lib/status/statuses.types.d.ts +279 -0
  199. package/core/src/lib/status/statuses.types.d.ts.map +1 -0
  200. package/core/src/lib/status/statuses.types.js +320 -0
  201. package/core/src/lib/status/statuses.types.js.map +1 -0
  202. package/core/src/lib/utils/index.d.ts +4 -0
  203. package/core/src/lib/utils/index.d.ts.map +1 -0
  204. package/core/src/lib/utils/index.js +9 -0
  205. package/core/src/lib/utils/index.js.map +1 -0
  206. package/core/src/lib/utils/object-util.d.ts +57 -0
  207. package/core/src/lib/utils/object-util.d.ts.map +1 -0
  208. package/core/src/lib/utils/object-util.js +679 -0
  209. package/core/src/lib/utils/object-util.js.map +1 -0
  210. package/core/src/lib/utils/scalar-coercion.d.ts +17 -0
  211. package/core/src/lib/utils/scalar-coercion.d.ts.map +1 -0
  212. package/core/src/lib/utils/scalar-coercion.js +95 -0
  213. package/core/src/lib/utils/scalar-coercion.js.map +1 -0
  214. package/core/src/lib/utils/string.util.d.ts +11 -0
  215. package/core/src/lib/utils/string.util.d.ts.map +1 -0
  216. package/core/src/lib/utils/string.util.js +37 -0
  217. package/core/src/lib/utils/string.util.js.map +1 -0
  218. package/core/src/lib/widgets/index.d.ts +4 -0
  219. package/core/src/lib/widgets/index.d.ts.map +1 -0
  220. package/core/src/lib/widgets/index.js +9 -0
  221. package/core/src/lib/widgets/index.js.map +1 -0
  222. package/core/src/lib/widgets/widget-node.types.d.ts +16 -0
  223. package/core/src/lib/widgets/widget-node.types.d.ts.map +1 -0
  224. package/core/src/lib/widgets/widget-node.types.js +5 -0
  225. package/core/src/lib/widgets/widget-node.types.js.map +1 -0
  226. package/core/src/lib/widgets/widgets-catalog.d.ts +100 -0
  227. package/core/src/lib/widgets/widgets-catalog.d.ts.map +1 -0
  228. package/core/src/lib/widgets/widgets-catalog.js +105 -0
  229. package/core/src/lib/widgets/widgets-catalog.js.map +1 -0
  230. package/core/src/lib/widgets/widgets-list.d.ts +116 -0
  231. package/core/src/lib/widgets/widgets-list.d.ts.map +1 -0
  232. package/core/src/lib/widgets/widgets-list.js +154 -0
  233. package/core/src/lib/widgets/widgets-list.js.map +1 -0
  234. package/core/src/lib/workflow/activity.types.d.ts +133 -0
  235. package/core/src/lib/workflow/activity.types.d.ts.map +1 -0
  236. package/core/src/lib/workflow/activity.types.js +8 -0
  237. package/core/src/lib/workflow/activity.types.js.map +1 -0
  238. package/core/src/lib/workflow/index.d.ts +4 -0
  239. package/core/src/lib/workflow/index.d.ts.map +1 -0
  240. package/core/src/lib/workflow/index.js +9 -0
  241. package/core/src/lib/workflow/index.js.map +1 -0
  242. package/core/src/lib/workflow/workflow-definition.types.d.ts +182 -0
  243. package/core/src/lib/workflow/workflow-definition.types.d.ts.map +1 -0
  244. package/core/src/lib/workflow/workflow-definition.types.js +4 -0
  245. package/core/src/lib/workflow/workflow-definition.types.js.map +1 -0
  246. package/core/src/lib/workflow/workflow-instance.types.d.ts +375 -0
  247. package/core/src/lib/workflow/workflow-instance.types.d.ts.map +1 -0
  248. package/core/src/lib/workflow/workflow-instance.types.js +8 -0
  249. package/core/src/lib/workflow/workflow-instance.types.js.map +1 -0
  250. package/domain/src/index.d.ts +2 -0
  251. package/domain/src/index.d.ts.map +1 -0
  252. package/domain/src/index.js +5 -0
  253. package/domain/src/index.js.map +1 -0
  254. package/domain/src/lib/definitions/aggregate-definition.types.d.ts +18 -0
  255. package/domain/src/lib/definitions/aggregate-definition.types.d.ts.map +1 -0
  256. package/domain/src/lib/definitions/aggregate-definition.types.js +4 -0
  257. package/domain/src/lib/definitions/aggregate-definition.types.js.map +1 -0
  258. package/domain/src/lib/definitions/base.types.d.ts +36 -0
  259. package/domain/src/lib/definitions/base.types.d.ts.map +1 -0
  260. package/domain/src/lib/definitions/base.types.js +17 -0
  261. package/domain/src/lib/definitions/base.types.js.map +1 -0
  262. package/domain/src/lib/definitions/command-registry.types.d.ts +34 -0
  263. package/domain/src/lib/definitions/command-registry.types.d.ts.map +1 -0
  264. package/domain/src/lib/definitions/command-registry.types.js +4 -0
  265. package/domain/src/lib/definitions/command-registry.types.js.map +1 -0
  266. package/domain/src/lib/definitions/entity-definition.types.d.ts +50 -0
  267. package/domain/src/lib/definitions/entity-definition.types.d.ts.map +1 -0
  268. package/domain/src/lib/definitions/entity-definition.types.js +10 -0
  269. package/domain/src/lib/definitions/entity-definition.types.js.map +1 -0
  270. package/domain/src/lib/definitions/interface-definition.types.d.ts +31 -0
  271. package/domain/src/lib/definitions/interface-definition.types.d.ts.map +1 -0
  272. package/domain/src/lib/definitions/interface-definition.types.js +3 -0
  273. package/domain/src/lib/definitions/interface-definition.types.js.map +1 -0
  274. package/domain/src/lib/definitions/menu-definition.types.d.ts +57 -0
  275. package/domain/src/lib/definitions/menu-definition.types.d.ts.map +1 -0
  276. package/domain/src/lib/definitions/menu-definition.types.js +5 -0
  277. package/domain/src/lib/definitions/menu-definition.types.js.map +1 -0
  278. package/domain/src/lib/definitions/module-definition.types.d.ts +7 -0
  279. package/domain/src/lib/definitions/module-definition.types.d.ts.map +1 -0
  280. package/domain/src/lib/definitions/module-definition.types.js +3 -0
  281. package/domain/src/lib/definitions/module-definition.types.js.map +1 -0
  282. package/domain/src/lib/definitions/permission-definition.types.d.ts +41 -0
  283. package/domain/src/lib/definitions/permission-definition.types.d.ts.map +1 -0
  284. package/domain/src/lib/definitions/permission-definition.types.js +5 -0
  285. package/domain/src/lib/definitions/permission-definition.types.js.map +1 -0
  286. package/domain/src/lib/definitions/plugin-definition.types.d.ts +23 -0
  287. package/domain/src/lib/definitions/plugin-definition.types.d.ts.map +1 -0
  288. package/domain/src/lib/definitions/plugin-definition.types.js +3 -0
  289. package/domain/src/lib/definitions/plugin-definition.types.js.map +1 -0
  290. package/domain/src/lib/definitions/property-definition.types.d.ts +33 -0
  291. package/domain/src/lib/definitions/property-definition.types.d.ts.map +1 -0
  292. package/domain/src/lib/definitions/property-definition.types.js +3 -0
  293. package/domain/src/lib/definitions/property-definition.types.js.map +1 -0
  294. package/domain/src/lib/definitions/query-registry.types.d.ts +32 -0
  295. package/domain/src/lib/definitions/query-registry.types.d.ts.map +1 -0
  296. package/domain/src/lib/definitions/query-registry.types.js +4 -0
  297. package/domain/src/lib/definitions/query-registry.types.js.map +1 -0
  298. package/domain/src/lib/definitions/relation-definition.types.d.ts +31 -0
  299. package/domain/src/lib/definitions/relation-definition.types.d.ts.map +1 -0
  300. package/domain/src/lib/definitions/relation-definition.types.js +16 -0
  301. package/domain/src/lib/definitions/relation-definition.types.js.map +1 -0
  302. package/domain/src/lib/definitions/validation-definition.types.d.ts +29 -0
  303. package/domain/src/lib/definitions/validation-definition.types.d.ts.map +1 -0
  304. package/domain/src/lib/definitions/validation-definition.types.js +3 -0
  305. package/domain/src/lib/definitions/validation-definition.types.js.map +1 -0
  306. package/domain/src/lib/definitions/widget-catalog.types.d.ts +14 -0
  307. package/domain/src/lib/definitions/widget-catalog.types.d.ts.map +1 -0
  308. package/domain/src/lib/definitions/widget-catalog.types.js +5 -0
  309. package/domain/src/lib/definitions/widget-catalog.types.js.map +1 -0
  310. package/domain/src/lib/index.d.ts +15 -0
  311. package/domain/src/lib/index.d.ts.map +1 -0
  312. package/domain/src/lib/index.js +20 -0
  313. package/domain/src/lib/index.js.map +1 -0
  314. package/entity/src/index.d.ts +2 -0
  315. package/entity/src/index.d.ts.map +1 -0
  316. package/entity/src/index.js +5 -0
  317. package/entity/src/index.js.map +1 -0
  318. package/entity/src/lib/constants/entity-datasource.keys.d.ts +5 -0
  319. package/entity/src/lib/constants/entity-datasource.keys.d.ts.map +1 -0
  320. package/entity/src/lib/constants/entity-datasource.keys.js +10 -0
  321. package/entity/src/lib/constants/entity-datasource.keys.js.map +1 -0
  322. package/entity/src/lib/constants/entity-display.constants.d.ts +7 -0
  323. package/entity/src/lib/constants/entity-display.constants.d.ts.map +1 -0
  324. package/entity/src/lib/constants/entity-display.constants.js +12 -0
  325. package/entity/src/lib/constants/entity-display.constants.js.map +1 -0
  326. package/entity/src/lib/constants/entity-events.keys.d.ts +5 -0
  327. package/entity/src/lib/constants/entity-events.keys.d.ts.map +1 -0
  328. package/entity/src/lib/constants/entity-events.keys.js +10 -0
  329. package/entity/src/lib/constants/entity-events.keys.js.map +1 -0
  330. package/entity/src/lib/constants/index.d.ts +4 -0
  331. package/entity/src/lib/constants/index.d.ts.map +1 -0
  332. package/entity/src/lib/constants/index.js +9 -0
  333. package/entity/src/lib/constants/index.js.map +1 -0
  334. package/entity/src/lib/helpers/entity-action.helpers.d.ts +31 -0
  335. package/entity/src/lib/helpers/entity-action.helpers.d.ts.map +1 -0
  336. package/entity/src/lib/helpers/entity-action.helpers.js +270 -0
  337. package/entity/src/lib/helpers/entity-action.helpers.js.map +1 -0
  338. package/entity/src/lib/helpers/index.d.ts +2 -0
  339. package/entity/src/lib/helpers/index.d.ts.map +1 -0
  340. package/entity/src/lib/helpers/index.js +7 -0
  341. package/entity/src/lib/helpers/index.js.map +1 -0
  342. package/entity/src/lib/index.d.ts +5 -0
  343. package/entity/src/lib/index.d.ts.map +1 -0
  344. package/entity/src/lib/index.js +10 -0
  345. package/entity/src/lib/index.js.map +1 -0
  346. package/entity/src/lib/types/entity-action.types.d.ts +69 -0
  347. package/entity/src/lib/types/entity-action.types.d.ts.map +1 -0
  348. package/entity/src/lib/types/entity-action.types.js +18 -0
  349. package/entity/src/lib/types/entity-action.types.js.map +1 -0
  350. package/entity/src/lib/types/entity-card-field.types.d.ts +38 -0
  351. package/entity/src/lib/types/entity-card-field.types.d.ts.map +1 -0
  352. package/entity/src/lib/types/entity-card-field.types.js +25 -0
  353. package/entity/src/lib/types/entity-card-field.types.js.map +1 -0
  354. package/entity/src/lib/types/entity-definition.types.d.ts +182 -0
  355. package/entity/src/lib/types/entity-definition.types.d.ts.map +1 -0
  356. package/entity/src/lib/types/entity-definition.types.js +44 -0
  357. package/entity/src/lib/types/entity-definition.types.js.map +1 -0
  358. package/entity/src/lib/types/entity-detail-list.types.d.ts +9 -0
  359. package/entity/src/lib/types/entity-detail-list.types.d.ts.map +1 -0
  360. package/entity/src/lib/types/entity-detail-list.types.js +5 -0
  361. package/entity/src/lib/types/entity-detail-list.types.js.map +1 -0
  362. package/entity/src/lib/types/entity-display-field.types.d.ts +35 -0
  363. package/entity/src/lib/types/entity-display-field.types.d.ts.map +1 -0
  364. package/entity/src/lib/types/entity-display-field.types.js +5 -0
  365. package/entity/src/lib/types/entity-display-field.types.js.map +1 -0
  366. package/entity/src/lib/types/entity-formats.types.d.ts +12 -0
  367. package/entity/src/lib/types/entity-formats.types.d.ts.map +1 -0
  368. package/entity/src/lib/types/entity-formats.types.js +5 -0
  369. package/entity/src/lib/types/entity-formats.types.js.map +1 -0
  370. package/entity/src/lib/types/entity-layout-view.types.d.ts +34 -0
  371. package/entity/src/lib/types/entity-layout-view.types.d.ts.map +1 -0
  372. package/entity/src/lib/types/entity-layout-view.types.js +5 -0
  373. package/entity/src/lib/types/entity-layout-view.types.js.map +1 -0
  374. package/entity/src/lib/types/entity-list-filter.types.d.ts +27 -0
  375. package/entity/src/lib/types/entity-list-filter.types.d.ts.map +1 -0
  376. package/entity/src/lib/types/entity-list-filter.types.js +39 -0
  377. package/entity/src/lib/types/entity-list-filter.types.js.map +1 -0
  378. package/entity/src/lib/types/entity-master-list.types.d.ts +44 -0
  379. package/entity/src/lib/types/entity-master-list.types.d.ts.map +1 -0
  380. package/entity/src/lib/types/entity-master-list.types.js +26 -0
  381. package/entity/src/lib/types/entity-master-list.types.js.map +1 -0
  382. package/entity/src/lib/types/entity-model.types.d.ts +52 -0
  383. package/entity/src/lib/types/entity-model.types.d.ts.map +1 -0
  384. package/entity/src/lib/types/entity-model.types.js +5 -0
  385. package/entity/src/lib/types/entity-model.types.js.map +1 -0
  386. package/entity/src/lib/types/entity-property-list.types.d.ts +21 -0
  387. package/entity/src/lib/types/entity-property-list.types.d.ts.map +1 -0
  388. package/entity/src/lib/types/entity-property-list.types.js +5 -0
  389. package/entity/src/lib/types/entity-property-list.types.js.map +1 -0
  390. package/entity/src/lib/types/entity-property.types.d.ts +67 -0
  391. package/entity/src/lib/types/entity-property.types.d.ts.map +1 -0
  392. package/entity/src/lib/types/entity-property.types.js +5 -0
  393. package/entity/src/lib/types/entity-property.types.js.map +1 -0
  394. package/entity/src/lib/types/entity-query-view.types.d.ts +32 -0
  395. package/entity/src/lib/types/entity-query-view.types.d.ts.map +1 -0
  396. package/entity/src/lib/types/entity-query-view.types.js +36 -0
  397. package/entity/src/lib/types/entity-query-view.types.js.map +1 -0
  398. package/entity/src/lib/types/entity-related-layout.types.d.ts +65 -0
  399. package/entity/src/lib/types/entity-related-layout.types.d.ts.map +1 -0
  400. package/entity/src/lib/types/entity-related-layout.types.js +5 -0
  401. package/entity/src/lib/types/entity-related-layout.types.js.map +1 -0
  402. package/entity/src/lib/types/entity-storage.types.d.ts +43 -0
  403. package/entity/src/lib/types/entity-storage.types.d.ts.map +1 -0
  404. package/entity/src/lib/types/entity-storage.types.js +4 -0
  405. package/entity/src/lib/types/entity-storage.types.js.map +1 -0
  406. package/entity/src/lib/types/index.d.ts +17 -0
  407. package/entity/src/lib/types/index.d.ts.map +1 -0
  408. package/entity/src/lib/types/index.js +22 -0
  409. package/entity/src/lib/types/index.js.map +1 -0
  410. package/entity/src/lib/types/lookup-widget.types.d.ts +79 -0
  411. package/entity/src/lib/types/lookup-widget.types.d.ts.map +1 -0
  412. package/entity/src/lib/types/lookup-widget.types.js +4 -0
  413. package/entity/src/lib/types/lookup-widget.types.js.map +1 -0
  414. package/entity/src/lib/utils/entity-display-template.util.d.ts +17 -0
  415. package/entity/src/lib/utils/entity-display-template.util.d.ts.map +1 -0
  416. package/entity/src/lib/utils/entity-display-template.util.js +57 -0
  417. package/entity/src/lib/utils/entity-display-template.util.js.map +1 -0
  418. package/entity/src/lib/utils/entity-list-filter-definitions.util.d.ts +17 -0
  419. package/entity/src/lib/utils/entity-list-filter-definitions.util.d.ts.map +1 -0
  420. package/entity/src/lib/utils/entity-list-filter-definitions.util.js +144 -0
  421. package/entity/src/lib/utils/entity-list-filter-definitions.util.js.map +1 -0
  422. package/entity/src/lib/utils/entity-list-sortable-fields.util.d.ts +14 -0
  423. package/entity/src/lib/utils/entity-list-sortable-fields.util.d.ts.map +1 -0
  424. package/entity/src/lib/utils/entity-list-sortable-fields.util.js +95 -0
  425. package/entity/src/lib/utils/entity-list-sortable-fields.util.js.map +1 -0
  426. package/entity/src/lib/utils/entity-merge-detail-list-properties.util.d.ts +16 -0
  427. package/entity/src/lib/utils/entity-merge-detail-list-properties.util.d.ts.map +1 -0
  428. package/entity/src/lib/utils/entity-merge-detail-list-properties.util.js +75 -0
  429. package/entity/src/lib/utils/entity-merge-detail-list-properties.util.js.map +1 -0
  430. package/entity/src/lib/utils/entity-property-display-path.util.d.ts +36 -0
  431. package/entity/src/lib/utils/entity-property-display-path.util.d.ts.map +1 -0
  432. package/entity/src/lib/utils/entity-property-display-path.util.js +97 -0
  433. package/entity/src/lib/utils/entity-property-display-path.util.js.map +1 -0
  434. package/entity/src/lib/utils/entity-quick-search-paths.util.d.ts +19 -0
  435. package/entity/src/lib/utils/entity-quick-search-paths.util.d.ts.map +1 -0
  436. package/entity/src/lib/utils/entity-quick-search-paths.util.js +149 -0
  437. package/entity/src/lib/utils/entity-quick-search-paths.util.js.map +1 -0
  438. package/entity/src/lib/utils/entity-search-title-context.util.d.ts +21 -0
  439. package/entity/src/lib/utils/entity-search-title-context.util.d.ts.map +1 -0
  440. package/entity/src/lib/utils/entity-search-title-context.util.js +127 -0
  441. package/entity/src/lib/utils/entity-search-title-context.util.js.map +1 -0
  442. package/entity/src/lib/utils/entity-workflow-record.util.d.ts +23 -0
  443. package/entity/src/lib/utils/entity-workflow-record.util.d.ts.map +1 -0
  444. package/entity/src/lib/utils/entity-workflow-record.util.js +38 -0
  445. package/entity/src/lib/utils/entity-workflow-record.util.js.map +1 -0
  446. package/entity/src/lib/utils/index.d.ts +10 -0
  447. package/entity/src/lib/utils/index.d.ts.map +1 -0
  448. package/entity/src/lib/utils/index.js +15 -0
  449. package/entity/src/lib/utils/index.js.map +1 -0
  450. package/entity/src/lib/utils/lookup-create-options.util.d.ts +10 -0
  451. package/entity/src/lib/utils/lookup-create-options.util.d.ts.map +1 -0
  452. package/entity/src/lib/utils/lookup-create-options.util.js +27 -0
  453. package/entity/src/lib/utils/lookup-create-options.util.js.map +1 -0
  454. package/index.d.ts +3 -0
  455. package/index.d.ts.map +1 -0
  456. package/index.js +4 -0
  457. package/index.js.map +1 -0
  458. package/package.json +21 -0
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=interface-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"interface-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/interface-definition.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,57 @@
1
+ /**
2
+ * Discriminated JSON for `AXPMenuDefinitionRecord.command`.
3
+ * Modal navigation is omitted (Angular `Type` is not JSON-serializable).
4
+ */
5
+ export type AXPMenuDefinitionStoredCommand = {
6
+ kind: 'navigate';
7
+ navigateType: 'router';
8
+ path: string;
9
+ extras?: Record<string, unknown>;
10
+ } | {
11
+ kind: 'execute';
12
+ name: string;
13
+ options?: Record<string, unknown>;
14
+ };
15
+ /**
16
+ * Optional reference to an entity list route: resolved at runtime via `AXPEntityService.createPath`.
17
+ */
18
+ export interface AXPMenuDefinitionEntityListRef {
19
+ module: string;
20
+ entity: string;
21
+ }
22
+ /**
23
+ * Serializable menu definition for definition stores (Dexie/Firestore in mock today).
24
+ * Mirrors persisted shape for `AXPEntityDefinitionCrudService` menu APIs — not identical to shell `AXPMenuItem`.
25
+ */
26
+ export interface AXPMenuDefinitionRecord {
27
+ /** Same as `AXPMenuItem.name` (unique key). */
28
+ name: string;
29
+ text: string;
30
+ description?: string;
31
+ icon?: string;
32
+ priority?: number;
33
+ type?: 'menu' | 'group' | 'break';
34
+ /**
35
+ * Parent menu `name` for `context.find(attachParentName).addItems(...)`.
36
+ * Empty omits attachment (provider may add to root — see implementation).
37
+ */
38
+ attachParentName?: string;
39
+ /** Literal router path; if both this and `entityListRef` are set, implementations may prefer this. */
40
+ path?: string;
41
+ entityListRef?: AXPMenuDefinitionEntityListRef;
42
+ policyFeatures?: string[];
43
+ policyPermissions?: string[];
44
+ badgeKey?: string;
45
+ command?: AXPMenuDefinitionStoredCommand;
46
+ /**
47
+ * Optional module classification (references `PlatformManagement.ModuleDefinitions` when using the category plugin).
48
+ */
49
+ categoryIds?: string[];
50
+ /** Denormalized labels for list/display (mirrors product category pattern). */
51
+ categories?: Array<{
52
+ id: string;
53
+ title?: string;
54
+ }>;
55
+ meta?: Record<string, unknown>;
56
+ }
57
+ //# sourceMappingURL=menu-definition.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/menu-definition.types.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,MAAM,8BAA8B,GACtC;IACE,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,QAAQ,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAClC,GACD;IACE,IAAI,EAAE,SAAS,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC,CAAC;AAEN;;GAEG;AACH,MAAM,WAAW,8BAA8B;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,EAAE,MAAM,CAAC;CAChB;AAED;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;IAClC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,sGAAsG;IACtG,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,8BAA8B,CAAC;IAC/C,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,iBAAiB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC7B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,8BAA8B,CAAC;IACzC;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,+EAA+E;IAC/E,UAAU,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IACnD,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAChC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ //#region ---- Serializable menu definition (storage / CRUD contract) ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //#endregion
5
+ //# sourceMappingURL=menu-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"menu-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/menu-definition.types.ts"],"names":[],"mappings":";AAAA,8EAA8E;;AA4D9E,YAAY"}
@@ -0,0 +1,7 @@
1
+ import { AXPAggregateDefinition } from "./aggregate-definition.types";
2
+ export interface AXPModuleDefinition {
3
+ name: string;
4
+ title: string;
5
+ aggregates: AXPAggregateDefinition[];
6
+ }
7
+ //# sourceMappingURL=module-definition.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/module-definition.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAAE,MAAM,8BAA8B,CAAC;AACtE,MAAM,WAAW,mBAAmB;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,sBAAsB,EAAE,CAAC;CACxC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=module-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"module-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/module-definition.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,41 @@
1
+ /**
2
+ * One level of child permissions under a root permission (fluent `addChild` only).
3
+ * Nested `children` under leaves are not part of the storage contract.
4
+ */
5
+ export interface AXPPermissionLeafRecord {
6
+ name: string;
7
+ title: string;
8
+ description?: string;
9
+ requiredFeatures?: string[];
10
+ }
11
+ /**
12
+ * Root permission row: one `addPermission` … `endPermission` chain, with optional sibling `addChild` entries.
13
+ */
14
+ export interface AXPPermissionDefinitionRecord {
15
+ name: string;
16
+ title: string;
17
+ description?: string;
18
+ requiredFeatures?: string[];
19
+ /** At most one level — matches `AXPPermissionDefinitionProviderContext` fluent API. */
20
+ children?: AXPPermissionLeafRecord[];
21
+ }
22
+ /**
23
+ * Serializable permission group for definition stores (Dexie/Firestore).
24
+ * Aligns with `AXPPermissionGroupDefinition` / fluent providers; one row per group.
25
+ */
26
+ export interface AXPPermissionGroupDefinitionRecord {
27
+ name: string;
28
+ title: string;
29
+ description?: string;
30
+ permissions: AXPPermissionDefinitionRecord[];
31
+ /**
32
+ * Optional module classification (references `PlatformManagement.ModuleDefinitions` when using the category plugin).
33
+ */
34
+ categoryIds?: string[];
35
+ /** Denormalized labels for list/display (mirrors product category pattern). */
36
+ categories?: Array<{
37
+ id: string;
38
+ title?: string;
39
+ }>;
40
+ }
41
+ //# sourceMappingURL=permission-definition.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permission-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/permission-definition.types.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC7B;AAED;;GAEG;AACH,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,uFAAuF;IACvF,QAAQ,CAAC,EAAE,uBAAuB,EAAE,CAAC;CACtC;AAED;;;GAGG;AACH,MAAM,WAAW,kCAAkC;IACjD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,6BAA6B,EAAE,CAAC;IAC7C;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,EAAE,CAAC;IACvB,+EAA+E;IAC/E,UAAU,CAAC,EAAE,KAAK,CAAC;QAAE,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CACpD"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ //#region ---- Serializable permission definition (storage / CRUD contract) ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //#endregion
5
+ //# sourceMappingURL=permission-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"permission-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/permission-definition.types.ts"],"names":[],"mappings":";AAAA,oFAAoF;;AA0CpF,YAAY"}
@@ -0,0 +1,23 @@
1
+ import { AXPMetaData } from '@acorex-platform/framework-shared/core';
2
+ import { AXPPropertyDefinition } from "./property-definition.types";
3
+ import { AXPDomainRealtedModuleEntity } from "./base.types";
4
+ /**
5
+ * Plugin definition (catalog model): metadata for available plugins.
6
+ * Used in UI to list plugins: name, title, optional icon, description, and options schema.
7
+ */
8
+ export interface AXPPluginDefinition extends AXPDomainRealtedModuleEntity {
9
+ name: string;
10
+ title: string;
11
+ description?: string;
12
+ icon?: string;
13
+ options?: AXPPropertyDefinition[];
14
+ }
15
+ /**
16
+ * Plugin value in entity: name + optional options (key-value).
17
+ * Fills the definition when used on an entity.
18
+ */
19
+ export interface AXPPluginDefinitionValue {
20
+ name: string;
21
+ options?: AXPMetaData;
22
+ }
23
+ //# sourceMappingURL=plugin-definition.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/plugin-definition.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AACrE,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACpE,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAE5D;;;GAGG;AACH,MAAM,WAAW,mBAAoB,SAAQ,4BAA4B;IACvE,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACnC;AAED;;;GAGG;AACH,MAAM,WAAW,wBAAwB;IACvC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=plugin-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/plugin-definition.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,33 @@
1
+ import { AXPDataType, AXPMetaData } from '@acorex-platform/framework-shared/core';
2
+ import { AXPInterfaceDefinitionValue } from "./interface-definition.types";
3
+ import { AXPValidationRuleValue } from "./validation-definition.types";
4
+ export interface AXPPropertyFeatures {
5
+ searchable?: {
6
+ enabled: boolean;
7
+ fullText: boolean;
8
+ };
9
+ filterable?: {
10
+ enabled: boolean;
11
+ inline: boolean;
12
+ };
13
+ sortable?: {
14
+ enabled: boolean;
15
+ };
16
+ auditable?: {
17
+ enabled: boolean;
18
+ };
19
+ }
20
+ export interface AXPPropertyDefinition {
21
+ name: string;
22
+ title: string;
23
+ description?: string;
24
+ icon?: string;
25
+ defaultValue?: unknown;
26
+ disabled?: boolean;
27
+ dataType?: AXPDataType;
28
+ interface: AXPInterfaceDefinitionValue;
29
+ validations?: AXPValidationRuleValue[];
30
+ features?: AXPPropertyFeatures;
31
+ metadata?: AXPMetaData;
32
+ }
33
+ //# sourceMappingURL=property-definition.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"property-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/property-definition.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAClF,OAAO,EAAE,2BAA2B,EAAE,MAAM,8BAA8B,CAAC;AAC3E,OAAO,EAAE,sBAAsB,EAAE,MAAM,+BAA+B,CAAC;AAEvE,MAAM,WAAW,mBAAmB;IAChC,UAAU,CAAC,EAAE;QACT,OAAO,EAAE,OAAO,CAAC;QACjB,QAAQ,EAAE,OAAO,CAAC;KACrB,CAAC;IAEF,UAAU,CAAC,EAAE;QACT,OAAO,EAAE,OAAO,CAAC;QACjB,MAAM,EAAE,OAAO,CAAC;KACnB,CAAC;IAEF,QAAQ,CAAC,EAAE;QACP,OAAO,EAAE,OAAO,CAAC;KACpB,CAAC;IAEF,SAAS,CAAC,EAAE;QACR,OAAO,EAAE,OAAO,CAAC;KACpB,CAAC;CACL;AAED,MAAM,WAAW,qBAAqB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,WAAW,CAAC;IACvB,SAAS,EAAE,2BAA2B,CAAC;IACvC,WAAW,CAAC,EAAE,sBAAsB,EAAE,CAAC;IACvC,QAAQ,CAAC,EAAE,mBAAmB,CAAC;IAC/B,QAAQ,CAAC,EAAE,WAAW,CAAC;CAC1B"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=property-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"property-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/property-definition.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,32 @@
1
+ import type { AXPDefinitionCategory } from '@acorex-platform/framework-shared/core';
2
+ import type { AXPCommandCapability } from './command-registry.types';
3
+ import type { AXPPropertyDefinition } from './property-definition.types';
4
+ /**
5
+ * Persisted query registry row (e.g. Dexie/Firestore via AXPEntityDefinitionCrudService).
6
+ * `name` is the runtime query key; `active` is the toggle stored for mock/admin UIs.
7
+ * Queries expose `fetch(input)` only — no command outcomes.
8
+ */
9
+ export interface AXPQueryRegistryRecord {
10
+ name: string;
11
+ active: boolean;
12
+ /** Human / AI-oriented description of what the query returns. */
13
+ description?: string;
14
+ /** Input parameters (filter / criteria) as property definition rows. */
15
+ inputOptionDefinitions?: AXPPropertyDefinition[];
16
+ /** Result shape as property definition rows (documentation / tooling). */
17
+ outputOptionDefinitions?: AXPPropertyDefinition[];
18
+ /** Display title from build-time query metadata (`*.query.definition.ts`). */
19
+ catalogTitle?: string;
20
+ /** Where the query runs (metadata). */
21
+ executionMode?: 'frontend' | 'backend' | 'both';
22
+ /** Pretty-printed JSON of AI hints from metadata (readonly display). */
23
+ aiMetadataJson?: string;
24
+ /**
25
+ * Optional capability flags (from build-time `capabilities` on query metadata).
26
+ * Omitted or empty means no declared surface; consumers may still apply legacy rules (e.g. AI `ai-tool` tag).
27
+ */
28
+ capabilities?: AXPCommandCapability[];
29
+ /** Optional grouping from build-time query metadata (`categories` on `defineQuery`). */
30
+ categories?: AXPDefinitionCategory[];
31
+ }
32
+ //# sourceMappingURL=query-registry.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-registry.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/query-registry.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,wCAAwC,CAAC;AAEpF,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAIzE;;;;GAIG;AACH,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,iEAAiE;IACjE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,wEAAwE;IACxE,sBAAsB,CAAC,EAAE,qBAAqB,EAAE,CAAC;IACjD,0EAA0E;IAC1E,uBAAuB,CAAC,EAAE,qBAAqB,EAAE,CAAC;IAClD,8EAA8E;IAC9E,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,uCAAuC;IACvC,aAAa,CAAC,EAAE,UAAU,GAAG,SAAS,GAAG,MAAM,CAAC;IAChD,wEAAwE;IACxE,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB;;;OAGG;IACH,YAAY,CAAC,EAAE,oBAAoB,EAAE,CAAC;IACtC,wFAAwF;IACxF,UAAU,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACtC"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //#endregion
4
+ //# sourceMappingURL=query-registry.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"query-registry.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/query-registry.types.ts"],"names":[],"mappings":";;AAoCA,YAAY"}
@@ -0,0 +1,31 @@
1
+ export declare enum AXPRelationshipKind {
2
+ Association = 0,
3
+ Composition = 1,
4
+ Aggregation = 2
5
+ }
6
+ export declare enum AXPRelationshipCardinality {
7
+ OneToOne = 0,
8
+ OneToMany = 1,
9
+ ManyToMany = 2
10
+ }
11
+ /**
12
+ * Standalone relation definition with full source and target.
13
+ * Relations live in their own collection, independent of aggregates.
14
+ */
15
+ export interface AXPRelationDefinition {
16
+ id?: string;
17
+ type: AXPRelationshipCardinality;
18
+ kind: AXPRelationshipKind;
19
+ source: {
20
+ aggregate: string;
21
+ entity: string;
22
+ key: string;
23
+ };
24
+ target: {
25
+ aggregate: string;
26
+ entity: string;
27
+ key: string;
28
+ };
29
+ isRequired: boolean;
30
+ }
31
+ //# sourceMappingURL=relation-definition.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relation-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/relation-definition.types.ts"],"names":[],"mappings":"AAAA,oBAAY,mBAAmB;IAC3B,WAAW,IAAA;IACX,WAAW,IAAA;IACX,WAAW,IAAA;CACd;AAED,oBAAY,0BAA0B;IAClC,QAAQ,IAAA;IACR,SAAS,IAAA;IACT,UAAU,IAAA;CACb;AAED;;;GAGG;AACH,MAAM,WAAW,qBAAqB;IAClC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,IAAI,EAAE,0BAA0B,CAAC;IACjC,IAAI,EAAE,mBAAmB,CAAC;IAC1B,MAAM,EAAE;QACJ,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,MAAM,EAAE;QACJ,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,GAAG,EAAE,MAAM,CAAC;KACf,CAAC;IACF,UAAU,EAAE,OAAO,CAAC;CACvB"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.AXPRelationshipCardinality = exports.AXPRelationshipKind = void 0;
4
+ var AXPRelationshipKind;
5
+ (function (AXPRelationshipKind) {
6
+ AXPRelationshipKind[AXPRelationshipKind["Association"] = 0] = "Association";
7
+ AXPRelationshipKind[AXPRelationshipKind["Composition"] = 1] = "Composition";
8
+ AXPRelationshipKind[AXPRelationshipKind["Aggregation"] = 2] = "Aggregation";
9
+ })(AXPRelationshipKind || (exports.AXPRelationshipKind = AXPRelationshipKind = {}));
10
+ var AXPRelationshipCardinality;
11
+ (function (AXPRelationshipCardinality) {
12
+ AXPRelationshipCardinality[AXPRelationshipCardinality["OneToOne"] = 0] = "OneToOne";
13
+ AXPRelationshipCardinality[AXPRelationshipCardinality["OneToMany"] = 1] = "OneToMany";
14
+ AXPRelationshipCardinality[AXPRelationshipCardinality["ManyToMany"] = 2] = "ManyToMany";
15
+ })(AXPRelationshipCardinality || (exports.AXPRelationshipCardinality = AXPRelationshipCardinality = {}));
16
+ //# sourceMappingURL=relation-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"relation-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/relation-definition.types.ts"],"names":[],"mappings":";;;AAAA,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC3B,2EAAW,CAAA;IACX,2EAAW,CAAA;IACX,2EAAW,CAAA;AACf,CAAC,EAJW,mBAAmB,mCAAnB,mBAAmB,QAI9B;AAED,IAAY,0BAIX;AAJD,WAAY,0BAA0B;IAClC,mFAAQ,CAAA;IACR,qFAAS,CAAA;IACT,uFAAU,CAAA;AACd,CAAC,EAJW,0BAA0B,0CAA1B,0BAA0B,QAIrC"}
@@ -0,0 +1,29 @@
1
+ import { AXPMetaData } from '@acorex-platform/framework-shared/core';
2
+ import { AXPDomainRealtedModuleEntity } from "./base.types";
3
+ import { AXPPropertyDefinition } from "./property-definition.types";
4
+ /**
5
+ * Where the validation rule runs: client-side only, server-side only, or both.
6
+ */
7
+ export type AXPValidationRunAt = 'client' | 'server' | 'both';
8
+ /**
9
+ * Validation rule definition (catalog model): metadata for available validation rules.
10
+ * Used in UI to list validation rules: name (rule key), title, description, and runAt.
11
+ * The actual rule usage on properties uses AXPValidationRule from @acorex/platform/core.
12
+ */
13
+ export interface AXPValidationRuleDefinition extends AXPDomainRealtedModuleEntity {
14
+ rule: string;
15
+ title: string;
16
+ description?: string;
17
+ icon?: string;
18
+ /** Where the validation runs: client-side, server-side, or both. Default: 'client' */
19
+ runAt?: AXPValidationRunAt;
20
+ message?: string;
21
+ options?: AXPPropertyDefinition[];
22
+ }
23
+ export interface AXPValidationRuleValue {
24
+ rule: string;
25
+ title?: string;
26
+ message?: string;
27
+ options?: AXPMetaData;
28
+ }
29
+ //# sourceMappingURL=validation-definition.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/validation-definition.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,wCAAwC,CAAC;AACrE,OAAO,EAAE,4BAA4B,EAAE,MAAM,cAAc,CAAC;AAC5D,OAAO,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAEpE;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC;AAE9D;;;;GAIG;AACH,MAAM,WAAW,2BAA4B,SAAQ,4BAA4B;IAC/E,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sFAAsF;IACtF,KAAK,CAAC,EAAE,kBAAkB,CAAC;IAC3B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,qBAAqB,EAAE,CAAC;CACnC;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,WAAW,CAAC;CACvB"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=validation-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/validation-definition.types.ts"],"names":[],"mappings":""}
@@ -0,0 +1,14 @@
1
+ /**
2
+ * Persisted layout-widget catalog row (Dexie/Firestore via AXPEntityDefinitionCrudService).
3
+ * `name` is the widget registry name from build-time `defineWidget` metadata; `metadataJson` holds the full payload.
4
+ */
5
+ export interface AXPWidgetCatalogRecord {
6
+ name: string;
7
+ active: boolean;
8
+ description?: string;
9
+ /** Localized / catalog title from metadata `title`. */
10
+ catalogTitle?: string;
11
+ /** Pretty-printed JSON of full widget metadata (`defineWidget` sidecar). */
12
+ metadataJson?: string;
13
+ }
14
+ //# sourceMappingURL=widget-catalog.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widget-catalog.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/widget-catalog.types.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,uDAAuD;IACvD,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,4EAA4E;IAC5E,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ //#region ---- Widget catalog persisted record ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //#endregion
5
+ //# sourceMappingURL=widget-catalog.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"widget-catalog.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/domain/src/lib/definitions/widget-catalog.types.ts"],"names":[],"mappings":";AAAA,mDAAmD;;AAgBnD,YAAY"}
@@ -0,0 +1,15 @@
1
+ export * from './definitions/base.types';
2
+ export * from './definitions/module-definition.types';
3
+ export * from './definitions/aggregate-definition.types';
4
+ export * from './definitions/entity-definition.types';
5
+ export * from './definitions/plugin-definition.types';
6
+ export * from './definitions/property-definition.types';
7
+ export * from './definitions/relation-definition.types';
8
+ export * from './definitions/interface-definition.types';
9
+ export * from './definitions/validation-definition.types';
10
+ export * from './definitions/menu-definition.types';
11
+ export * from './definitions/permission-definition.types';
12
+ export * from './definitions/command-registry.types';
13
+ export * from './definitions/query-registry.types';
14
+ export * from './definitions/widget-catalog.types';
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../libs/framework/shared/domain/src/lib/index.ts"],"names":[],"mappings":"AAEA,cAAc,0BAA0B,CAAC;AACzC,cAAc,uCAAuC,CAAC;AACtD,cAAc,0CAA0C,CAAC;AACzD,cAAc,uCAAuC,CAAC;AACtD,cAAc,uCAAuC,CAAC;AACtD,cAAc,yCAAyC,CAAC;AACxD,cAAc,yCAAyC,CAAC;AACxD,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,sCAAsC,CAAC;AACrD,cAAc,oCAAoC,CAAC;AACnD,cAAc,oCAAoC,CAAC"}
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ //#region ---- Domain definition contracts ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const tslib_1 = require("tslib");
5
+ tslib_1.__exportStar(require("./definitions/base.types"), exports);
6
+ tslib_1.__exportStar(require("./definitions/module-definition.types"), exports);
7
+ tslib_1.__exportStar(require("./definitions/aggregate-definition.types"), exports);
8
+ tslib_1.__exportStar(require("./definitions/entity-definition.types"), exports);
9
+ tslib_1.__exportStar(require("./definitions/plugin-definition.types"), exports);
10
+ tslib_1.__exportStar(require("./definitions/property-definition.types"), exports);
11
+ tslib_1.__exportStar(require("./definitions/relation-definition.types"), exports);
12
+ tslib_1.__exportStar(require("./definitions/interface-definition.types"), exports);
13
+ tslib_1.__exportStar(require("./definitions/validation-definition.types"), exports);
14
+ tslib_1.__exportStar(require("./definitions/menu-definition.types"), exports);
15
+ tslib_1.__exportStar(require("./definitions/permission-definition.types"), exports);
16
+ tslib_1.__exportStar(require("./definitions/command-registry.types"), exports);
17
+ tslib_1.__exportStar(require("./definitions/query-registry.types"), exports);
18
+ tslib_1.__exportStar(require("./definitions/widget-catalog.types"), exports);
19
+ //#endregion
20
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../libs/framework/shared/domain/src/lib/index.ts"],"names":[],"mappings":";AAAA,+CAA+C;;;AAE/C,mEAAyC;AACzC,gFAAsD;AACtD,mFAAyD;AACzD,gFAAsD;AACtD,gFAAsD;AACtD,kFAAwD;AACxD,kFAAwD;AACxD,mFAAyD;AACzD,oFAA0D;AAC1D,8EAAoD;AACpD,oFAA0D;AAC1D,+EAAqD;AACrD,6EAAmD;AACnD,6EAAmD;AAEnD,YAAY"}
@@ -0,0 +1,2 @@
1
+ export * from './lib';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../libs/framework/shared/entity/src/index.ts"],"names":[],"mappings":"AAAA,cAAc,OAAO,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const tslib_1 = require("tslib");
4
+ tslib_1.__exportStar(require("./lib"), exports);
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../libs/framework/shared/entity/src/index.ts"],"names":[],"mappings":";;;AAAA,gDAAsB"}
@@ -0,0 +1,5 @@
1
+ /** Platform entity layout datasource registry names. */
2
+ export declare const AXPEntityDataSourceKeys: {
3
+ readonly Entities: "entities";
4
+ };
5
+ //# sourceMappingURL=entity-datasource.keys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entity-datasource.keys.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-datasource.keys.ts"],"names":[],"mappings":"AAEA,wDAAwD;AACxD,eAAO,MAAM,uBAAuB;;CAE1B,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ //#region ---- Entity datasource keys ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.AXPEntityDataSourceKeys = void 0;
5
+ /** Platform entity layout datasource registry names. */
6
+ exports.AXPEntityDataSourceKeys = {
7
+ Entities: 'entities',
8
+ };
9
+ //#endregion
10
+ //# sourceMappingURL=entity-datasource.keys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entity-datasource.keys.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-datasource.keys.ts"],"names":[],"mappings":";AAAA,0CAA0C;;;AAE1C,wDAAwD;AAC3C,QAAA,uBAAuB,GAAG;IACrC,QAAQ,EAAE,UAAU;CACZ,CAAC;AAEX,YAAY"}
@@ -0,0 +1,7 @@
1
+ /** Row path used when context carries a nested entity layout title. */
2
+ export declare const ENTITY_LAYOUT_SINGLE_TITLE_PATH = "entity.layout.single.title";
3
+ /** Widget option for a pre-evaluated or template entity row title (entity list column mappers). */
4
+ export declare const ENTITY_ROW_POPUP_TITLE_OPTION = "popupTitle";
5
+ /** Widget option alias for entity row title templates in view/edit forms. */
6
+ export declare const ENTITY_ROW_TITLE_TEMPLATE_OPTION = "titleTemplate";
7
+ //# sourceMappingURL=entity-display.constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entity-display.constants.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-display.constants.ts"],"names":[],"mappings":"AAEA,uEAAuE;AACvE,eAAO,MAAM,+BAA+B,+BAA+B,CAAC;AAE5E,mGAAmG;AACnG,eAAO,MAAM,6BAA6B,eAAe,CAAC;AAE1D,6EAA6E;AAC7E,eAAO,MAAM,gCAAgC,kBAAkB,CAAC"}
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ //#region ---- Entity display constants ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.ENTITY_ROW_TITLE_TEMPLATE_OPTION = exports.ENTITY_ROW_POPUP_TITLE_OPTION = exports.ENTITY_LAYOUT_SINGLE_TITLE_PATH = void 0;
5
+ /** Row path used when context carries a nested entity layout title. */
6
+ exports.ENTITY_LAYOUT_SINGLE_TITLE_PATH = 'entity.layout.single.title';
7
+ /** Widget option for a pre-evaluated or template entity row title (entity list column mappers). */
8
+ exports.ENTITY_ROW_POPUP_TITLE_OPTION = 'popupTitle';
9
+ /** Widget option alias for entity row title templates in view/edit forms. */
10
+ exports.ENTITY_ROW_TITLE_TEMPLATE_OPTION = 'titleTemplate';
11
+ //#endregion
12
+ //# sourceMappingURL=entity-display.constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entity-display.constants.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-display.constants.ts"],"names":[],"mappings":";AAAA,4CAA4C;;;AAE5C,uEAAuE;AAC1D,QAAA,+BAA+B,GAAG,4BAA4B,CAAC;AAE5E,mGAAmG;AACtF,QAAA,6BAA6B,GAAG,YAAY,CAAC;AAE1D,6EAA6E;AAChE,QAAA,gCAAgC,GAAG,eAAe,CAAC;AAEhE,YAAY"}
@@ -0,0 +1,5 @@
1
+ export declare const AXPEntityEventsKeys: {
2
+ readonly REFRESH_LAYOUT: "entity:refresh-layout";
3
+ readonly REFRESH_DATA: "entity:refresh-data";
4
+ };
5
+ //# sourceMappingURL=entity-events.keys.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entity-events.keys.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-events.keys.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ //#region ---- Entity events ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.AXPEntityEventsKeys = void 0;
5
+ exports.AXPEntityEventsKeys = {
6
+ REFRESH_LAYOUT: 'entity:refresh-layout',
7
+ REFRESH_DATA: 'entity:refresh-data',
8
+ };
9
+ //#endregion
10
+ //# sourceMappingURL=entity-events.keys.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"entity-events.keys.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/entity-events.keys.ts"],"names":[],"mappings":";AAAA,iCAAiC;;;AAEpB,QAAA,mBAAmB,GAAG;IACjC,cAAc,EAAE,uBAAuB;IACvC,YAAY,EAAE,qBAAqB;CAC3B,CAAC;AAEX,YAAY"}
@@ -0,0 +1,4 @@
1
+ export * from './entity-display.constants';
2
+ export * from './entity-datasource.keys';
3
+ export * from './entity-events.keys';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/index.ts"],"names":[],"mappings":"AAEA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,0BAA0B,CAAC;AACzC,cAAc,sBAAsB,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ //#region ---- Constants barrel ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const tslib_1 = require("tslib");
5
+ tslib_1.__exportStar(require("./entity-display.constants"), exports);
6
+ tslib_1.__exportStar(require("./entity-datasource.keys"), exports);
7
+ tslib_1.__exportStar(require("./entity-events.keys"), exports);
8
+ //#endregion
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/entity/src/lib/constants/index.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;AAEpC,qEAA2C;AAC3C,mEAAyC;AACzC,+DAAqC;AAErC,YAAY"}