@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,2 @@
1
+ export type { AXPFileListItem, AXPFileSource, AXPFileStatus } from '../core/core.types';
2
+ //# sourceMappingURL=file.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/file.types.ts"],"names":[],"mappings":"AAEA,YAAY,EAAE,eAAe,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ //#region ---- File types ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //#endregion
5
+ //# sourceMappingURL=file.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"file.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/file.types.ts"],"names":[],"mappings":";AAAA,8BAA8B;;AAI9B,YAAY"}
@@ -0,0 +1,5 @@
1
+ export * from './property.types';
2
+ export * from './validation.types';
3
+ export * from './element.types';
4
+ export * from './file.types';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/index.ts"],"names":[],"mappings":"AAEA,cAAc,kBAAkB,CAAC;AACjC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC"}
@@ -0,0 +1,10 @@
1
+ "use strict";
2
+ //#region ---- Property contracts ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const tslib_1 = require("tslib");
5
+ tslib_1.__exportStar(require("./property.types"), exports);
6
+ tslib_1.__exportStar(require("./validation.types"), exports);
7
+ tslib_1.__exportStar(require("./element.types"), exports);
8
+ tslib_1.__exportStar(require("./file.types"), exports);
9
+ //#endregion
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/index.ts"],"names":[],"mappings":";AAAA,sCAAsC;;;AAEtC,2DAAiC;AACjC,6DAAmC;AACnC,0DAAgC;AAChC,uDAA6B;AAE7B,YAAY"}
@@ -0,0 +1,24 @@
1
+ import type { AXPMultiLanguageString, AXPOptionsData, AXPDataType, AXPWidgetTriggers, AXPValidationRules } from '../core/core.types';
2
+ export interface AXPPropertyGroup {
3
+ name: string;
4
+ title: AXPMultiLanguageString;
5
+ icon?: string;
6
+ description?: AXPMultiLanguageString;
7
+ order?: number;
8
+ }
9
+ export interface AXPPropertyInterface {
10
+ type: string;
11
+ options: AXPOptionsData;
12
+ triggers?: AXPWidgetTriggers;
13
+ }
14
+ export interface AXPProperty {
15
+ name: string;
16
+ title: AXPMultiLanguageString;
17
+ description?: AXPMultiLanguageString;
18
+ dataType: AXPDataType;
19
+ validations?: AXPValidationRules;
20
+ group?: AXPPropertyGroup | string;
21
+ order?: number;
22
+ interface: AXPPropertyInterface;
23
+ }
24
+ //# sourceMappingURL=property.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"property.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/property.types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,sBAAsB,EAAE,cAAc,EAAE,WAAW,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAErI,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,sBAAsB,CAAC;IAC9B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,cAAc,CAAC;IACxB,QAAQ,CAAC,EAAE,iBAAiB,CAAC;CAC9B;AAED,MAAM,WAAW,WAAW;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,sBAAsB,CAAC;IAC9B,WAAW,CAAC,EAAE,sBAAsB,CAAC;IACrC,QAAQ,EAAE,WAAW,CAAC;IACtB,WAAW,CAAC,EAAE,kBAAkB,CAAC;IACjC,KAAK,CAAC,EAAE,gBAAgB,GAAG,MAAM,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,oBAAoB,CAAC;CACjC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ //#region ---- Property types ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //#endregion
5
+ //# sourceMappingURL=property.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"property.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/property.types.ts"],"names":[],"mappings":";AAAA,kCAAkC;;AA6BlC,YAAY"}
@@ -0,0 +1,31 @@
1
+ import type { AXPExpression, AXPValidationRule, AXPValidationRules } from '../core/core.types';
2
+ export type { AXPValidationRule, AXPValidationRules };
3
+ export interface AXPRequiredValidationRule extends AXPValidationRule {
4
+ rule: 'required';
5
+ }
6
+ export interface AXPMinLengthValidationRule extends AXPValidationRule {
7
+ rule: 'minLength';
8
+ options: {
9
+ minLength: number | AXPExpression;
10
+ };
11
+ }
12
+ export interface AXPMaxLengthValidationRule extends AXPValidationRule {
13
+ rule: 'maxLength';
14
+ options: {
15
+ maxLength: number | AXPExpression;
16
+ };
17
+ }
18
+ export interface AXPEqualValidationRule<T> extends AXPValidationRule {
19
+ rule: 'equal';
20
+ options: {
21
+ value: T | AXPExpression;
22
+ };
23
+ }
24
+ export interface AXPReqexValidationRule extends AXPValidationRule {
25
+ rule: 'regex';
26
+ options: {
27
+ value: string;
28
+ };
29
+ }
30
+ export type AXPStringValidationRules = (AXPRequiredValidationRule | AXPMinLengthValidationRule | AXPMaxLengthValidationRule | AXPEqualValidationRule<string> | AXPReqexValidationRule)[];
31
+ //# sourceMappingURL=validation.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/validation.types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,aAAa,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE/F,YAAY,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,CAAC;AAEtD,MAAM,WAAW,yBAA0B,SAAQ,iBAAiB;IAClE,IAAI,EAAE,UAAU,CAAC;CAClB;AAED,MAAM,WAAW,0BAA2B,SAAQ,iBAAiB;IACnE,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE;QACP,SAAS,EAAE,MAAM,GAAG,aAAa,CAAC;KACnC,CAAC;CACH;AAED,MAAM,WAAW,0BAA2B,SAAQ,iBAAiB;IACnE,IAAI,EAAE,WAAW,CAAC;IAClB,OAAO,EAAE;QACP,SAAS,EAAE,MAAM,GAAG,aAAa,CAAC;KACnC,CAAC;CACH;AAED,MAAM,WAAW,sBAAsB,CAAC,CAAC,CAAE,SAAQ,iBAAiB;IAClE,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE;QACP,KAAK,EAAE,CAAC,GAAG,aAAa,CAAC;KAC1B,CAAC;CACH;AAED,MAAM,WAAW,sBAAuB,SAAQ,iBAAiB;IAC/D,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE;QACP,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH;AAED,MAAM,MAAM,wBAAwB,GAAG,CACnC,yBAAyB,GACzB,0BAA0B,GAC1B,0BAA0B,GAC1B,sBAAsB,CAAC,MAAM,CAAC,GAC9B,sBAAsB,CACzB,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ //#region ---- Validation types ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ //#endregion
5
+ //# sourceMappingURL=validation.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"validation.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/property/validation.types.ts"],"names":[],"mappings":";AAAA,oCAAoC;;AA8CpC,YAAY"}
@@ -0,0 +1,4 @@
1
+ export * from './status.types';
2
+ export * from './status-definition.types';
3
+ export * from './statuses.types';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/index.ts"],"names":[],"mappings":"AAEA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ //#region ---- Status contracts ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ const tslib_1 = require("tslib");
5
+ tslib_1.__exportStar(require("./status.types"), exports);
6
+ tslib_1.__exportStar(require("./status-definition.types"), exports);
7
+ tslib_1.__exportStar(require("./statuses.types"), exports);
8
+ //#endregion
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/index.ts"],"names":[],"mappings":";AAAA,oCAAoC;;;AAEpC,yDAA+B;AAC/B,oEAA0C;AAC1C,2DAAiC;AAEjC,YAAY"}
@@ -0,0 +1,110 @@
1
+ /**
2
+ * Status Definition Types
3
+ * Defines the structure for status definitions and their transitions
4
+ */
5
+ /**
6
+ * Status definition with metadata
7
+ */
8
+ export interface AXPStatusDefinition {
9
+ /**
10
+ * Unique identifier for the status
11
+ */
12
+ name: string;
13
+ /**
14
+ * Display title for the status
15
+ */
16
+ title: string;
17
+ /**
18
+ * Color code or semantic color name for the status
19
+ */
20
+ color: string;
21
+ /**
22
+ * Optional icon class (e.g., 'fa-light fa-check')
23
+ */
24
+ icon?: string;
25
+ /**
26
+ * Optional description
27
+ */
28
+ description?: string;
29
+ /**
30
+ * Optional order for sorting
31
+ */
32
+ order?: number;
33
+ /**
34
+ * Whether this is a final status (end state)
35
+ */
36
+ isFinal?: boolean;
37
+ /**
38
+ * Whether this is an initial status (starting state)
39
+ */
40
+ isInitial?: boolean;
41
+ /**
42
+ * Whether list views should be automatically generated for this status
43
+ */
44
+ generateView?: boolean;
45
+ }
46
+ /**
47
+ * Status transition definition
48
+ */
49
+ export interface AXPStatusTransition {
50
+ /**
51
+ * Source status name
52
+ */
53
+ from: string;
54
+ /**
55
+ * Target status name
56
+ */
57
+ to: string;
58
+ /**
59
+ * Optional condition expression to evaluate before allowing transition
60
+ * Uses expression evaluator syntax (e.g., "{{user.isAdmin}}", "{{item.priority > 5}}")
61
+ */
62
+ condition?: string;
63
+ /**
64
+ * Optional display title for the transition
65
+ */
66
+ title?: string;
67
+ /**
68
+ * Optional description
69
+ */
70
+ description?: string;
71
+ /**
72
+ * Optional command descriptor to execute for this transition
73
+ * If not provided, defaults to Entity:UpdateStatus with entity, id, and status
74
+ */
75
+ command?: {
76
+ name: string;
77
+ options?: Record<string, unknown>;
78
+ };
79
+ /**
80
+ * Whether this transition is automatic (no user action required)
81
+ */
82
+ isAutomatic?: boolean;
83
+ /**
84
+ * Whether this transition requires approval
85
+ */
86
+ requiresApproval?: boolean;
87
+ }
88
+ /**
89
+ * Abstract class for status providers
90
+ * Similar to AXPTaskBadgeProvider pattern
91
+ */
92
+ export declare abstract class AXPStatusProvider {
93
+ /**
94
+ * Unique key for the status (e.g., 'task-management.status')
95
+ */
96
+ abstract readonly key: string;
97
+ /**
98
+ * List of available status definitions
99
+ */
100
+ abstract readonly statuses: AXPStatusDefinition[];
101
+ /**
102
+ * List of allowed transitions between statuses
103
+ */
104
+ abstract readonly transitions: AXPStatusTransition[];
105
+ /**
106
+ * Optional default status name
107
+ */
108
+ abstract readonly defaultStatus?: string;
109
+ }
110
+ //# sourceMappingURL=status-definition.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status-definition.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/status-definition.types.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAIH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAC;IAElB;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB;;;OAGG;IACH,OAAO,CAAC,EAAE;QACR,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KACnC,CAAC;IAEF;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC;IAEtB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,CAAC;CAC5B;AAED;;;GAGG;AACH,8BAAsB,iBAAiB;IACrC;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IAE9B;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,QAAQ,EAAE,mBAAmB,EAAE,CAAC;IAElD;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,WAAW,EAAE,mBAAmB,EAAE,CAAC;IAErD;;OAEG;IACH,QAAQ,CAAC,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;CAC1C"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ /**
3
+ * Status Definition Types
4
+ * Defines the structure for status definitions and their transitions
5
+ */
6
+ Object.defineProperty(exports, "__esModule", { value: true });
7
+ exports.AXPStatusProvider = void 0;
8
+ /**
9
+ * Abstract class for status providers
10
+ * Similar to AXPTaskBadgeProvider pattern
11
+ */
12
+ class AXPStatusProvider {
13
+ }
14
+ exports.AXPStatusProvider = AXPStatusProvider;
15
+ //#endregion
16
+ //# sourceMappingURL=status-definition.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status-definition.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/status-definition.types.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAwGH;;;GAGG;AACH,MAAsB,iBAAiB;CAoBtC;AApBD,8CAoBC;AAED,YAAY"}
@@ -0,0 +1,28 @@
1
+ /** Standard system status types used across the platform. */
2
+ export declare enum AXPSystemStatusType {
3
+ Todo = "todo",
4
+ InProgress = "in-progress",
5
+ InReview = "in-review",
6
+ Open = "open",
7
+ Closed = "closed",
8
+ Blocked = "blocked",
9
+ Done = "done",
10
+ Cancelled = "cancelled",
11
+ Draft = "draft",
12
+ PendingReview = "pending-review",
13
+ WaitingSignOff = "waiting-sign-off",
14
+ WaitingApproval = "waiting-approval",
15
+ Approved = "approved",
16
+ Published = "published",
17
+ Archived = "archived",
18
+ Rejected = "rejected",
19
+ Active = "active",
20
+ Inactive = "inactive",
21
+ Pending = "pending",
22
+ Completed = "completed",
23
+ Suspended = "suspended",
24
+ Failed = "failed",
25
+ Review = "review",
26
+ Expired = "expired"
27
+ }
28
+ //# sourceMappingURL=status.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/status.types.ts"],"names":[],"mappings":"AAEA,6DAA6D;AAC7D,oBAAY,mBAAmB;IAC7B,IAAI,SAAS;IACb,UAAU,gBAAgB;IAC1B,QAAQ,cAAc;IACtB,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,OAAO,YAAY;IACnB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,KAAK,UAAU;IACf,aAAa,mBAAmB;IAChC,cAAc,qBAAqB;IACnC,eAAe,qBAAqB;IACpC,QAAQ,aAAa;IACrB,SAAS,cAAc;IACvB,QAAQ,aAAa;IACrB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,SAAS,cAAc;IACvB,MAAM,WAAW;IACjB,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB"}
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ //#region ---- System status types ----
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.AXPSystemStatusType = void 0;
5
+ /** Standard system status types used across the platform. */
6
+ var AXPSystemStatusType;
7
+ (function (AXPSystemStatusType) {
8
+ AXPSystemStatusType["Todo"] = "todo";
9
+ AXPSystemStatusType["InProgress"] = "in-progress";
10
+ AXPSystemStatusType["InReview"] = "in-review";
11
+ AXPSystemStatusType["Open"] = "open";
12
+ AXPSystemStatusType["Closed"] = "closed";
13
+ AXPSystemStatusType["Blocked"] = "blocked";
14
+ AXPSystemStatusType["Done"] = "done";
15
+ AXPSystemStatusType["Cancelled"] = "cancelled";
16
+ AXPSystemStatusType["Draft"] = "draft";
17
+ AXPSystemStatusType["PendingReview"] = "pending-review";
18
+ AXPSystemStatusType["WaitingSignOff"] = "waiting-sign-off";
19
+ AXPSystemStatusType["WaitingApproval"] = "waiting-approval";
20
+ AXPSystemStatusType["Approved"] = "approved";
21
+ AXPSystemStatusType["Published"] = "published";
22
+ AXPSystemStatusType["Archived"] = "archived";
23
+ AXPSystemStatusType["Rejected"] = "rejected";
24
+ AXPSystemStatusType["Active"] = "active";
25
+ AXPSystemStatusType["Inactive"] = "inactive";
26
+ AXPSystemStatusType["Pending"] = "pending";
27
+ AXPSystemStatusType["Completed"] = "completed";
28
+ AXPSystemStatusType["Suspended"] = "suspended";
29
+ AXPSystemStatusType["Failed"] = "failed";
30
+ AXPSystemStatusType["Review"] = "review";
31
+ AXPSystemStatusType["Expired"] = "expired";
32
+ })(AXPSystemStatusType || (exports.AXPSystemStatusType = AXPSystemStatusType = {}));
33
+ //#endregion
34
+ //# sourceMappingURL=status.types.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"status.types.js","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/status.types.ts"],"names":[],"mappings":";AAAA,uCAAuC;;;AAEvC,6DAA6D;AAC7D,IAAY,mBAyBX;AAzBD,WAAY,mBAAmB;IAC7B,oCAAa,CAAA;IACb,iDAA0B,CAAA;IAC1B,6CAAsB,CAAA;IACtB,oCAAa,CAAA;IACb,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,oCAAa,CAAA;IACb,8CAAuB,CAAA;IACvB,sCAAe,CAAA;IACf,uDAAgC,CAAA;IAChC,0DAAmC,CAAA;IACnC,2DAAoC,CAAA;IACpC,4CAAqB,CAAA;IACrB,8CAAuB,CAAA;IACvB,4CAAqB,CAAA;IACrB,4CAAqB,CAAA;IACrB,wCAAiB,CAAA;IACjB,4CAAqB,CAAA;IACrB,0CAAmB,CAAA;IACnB,8CAAuB,CAAA;IACvB,8CAAuB,CAAA;IACvB,wCAAiB,CAAA;IACjB,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;AACrB,CAAC,EAzBW,mBAAmB,mCAAnB,mBAAmB,QAyB9B;AAED,YAAY"}
@@ -0,0 +1,279 @@
1
+ import { AXStyleColorType } from '../core';
2
+ import { AXPSystemStatusType } from './status.types';
3
+ import { AXPStatusDefinition } from './status-definition.types';
4
+ /**
5
+ * Standard system status definitions
6
+ * Provides consistent status definitions across the platform
7
+ * Uses AXPStatusDefinition interface from status-definition.types.ts
8
+ */
9
+ export declare const AXPSystemStatuses: Readonly<{
10
+ readonly Open: {
11
+ readonly name: AXPSystemStatusType.Open;
12
+ readonly title: string;
13
+ readonly icon: "fa-light fa-circle";
14
+ readonly color: "secondary";
15
+ readonly description: string;
16
+ readonly order: 1;
17
+ readonly isInitial: true;
18
+ readonly isFinal: false;
19
+ };
20
+ readonly Closed: {
21
+ readonly name: AXPSystemStatusType.Closed;
22
+ readonly title: string;
23
+ readonly icon: "fa-light fa-circle";
24
+ readonly color: "danger";
25
+ readonly description: string;
26
+ readonly order: 2;
27
+ readonly isInitial: false;
28
+ readonly isFinal: true;
29
+ };
30
+ readonly Todo: {
31
+ readonly name: AXPSystemStatusType.Todo;
32
+ readonly title: string;
33
+ readonly icon: "fa-light fa-circle";
34
+ readonly color: "secondary";
35
+ readonly description: string;
36
+ readonly order: 1;
37
+ readonly isInitial: true;
38
+ readonly isFinal: false;
39
+ };
40
+ readonly InProgress: {
41
+ readonly name: AXPSystemStatusType.InProgress;
42
+ readonly title: string;
43
+ readonly icon: "fa-light fa-play";
44
+ readonly color: "info";
45
+ readonly description: string;
46
+ readonly order: 2;
47
+ readonly isInitial: false;
48
+ readonly isFinal: false;
49
+ };
50
+ readonly InReview: {
51
+ readonly name: AXPSystemStatusType.InReview;
52
+ readonly title: string;
53
+ readonly icon: "fa-light fa-eye";
54
+ readonly color: "info";
55
+ readonly description: string;
56
+ readonly order: 3;
57
+ readonly isInitial: false;
58
+ readonly isFinal: false;
59
+ };
60
+ readonly Blocked: {
61
+ readonly name: AXPSystemStatusType.Blocked;
62
+ readonly title: string;
63
+ readonly icon: "fa-light fa-ban";
64
+ readonly color: "danger";
65
+ readonly description: string;
66
+ readonly order: 4;
67
+ readonly isInitial: false;
68
+ readonly isFinal: false;
69
+ };
70
+ readonly Done: {
71
+ readonly name: AXPSystemStatusType.Done;
72
+ readonly title: string;
73
+ readonly icon: "fa-light fa-check-circle";
74
+ readonly color: "success";
75
+ readonly description: string;
76
+ readonly order: 5;
77
+ readonly isInitial: false;
78
+ readonly isFinal: true;
79
+ };
80
+ readonly Cancelled: {
81
+ readonly name: AXPSystemStatusType.Cancelled;
82
+ readonly title: string;
83
+ readonly icon: "fa-light fa-times-circle";
84
+ readonly color: "neutral";
85
+ readonly description: string;
86
+ readonly order: 6;
87
+ readonly isInitial: false;
88
+ readonly isFinal: true;
89
+ };
90
+ readonly Draft: {
91
+ readonly name: AXPSystemStatusType.Draft;
92
+ readonly title: string;
93
+ readonly icon: "fa-light fa-file-pen";
94
+ readonly color: "neutral";
95
+ readonly description: string;
96
+ readonly order: 1;
97
+ readonly isInitial: true;
98
+ readonly isFinal: false;
99
+ };
100
+ readonly PendingReview: {
101
+ readonly name: AXPSystemStatusType.PendingReview;
102
+ readonly title: string;
103
+ readonly icon: "fa-light fa-clock";
104
+ readonly color: "warning";
105
+ readonly description: string;
106
+ readonly order: 2;
107
+ readonly isInitial: false;
108
+ readonly isFinal: false;
109
+ };
110
+ readonly WaitingSignOff: {
111
+ readonly name: AXPSystemStatusType.WaitingSignOff;
112
+ readonly title: string;
113
+ readonly icon: "fa-light fa-clock";
114
+ readonly color: "warning";
115
+ readonly description: string;
116
+ readonly order: 3;
117
+ readonly isInitial: false;
118
+ readonly isFinal: false;
119
+ };
120
+ readonly WaitingApproval: {
121
+ readonly name: AXPSystemStatusType.WaitingApproval;
122
+ readonly title: string;
123
+ readonly icon: "fa-light fa-clock";
124
+ readonly color: "warning";
125
+ readonly description: string;
126
+ readonly order: 1;
127
+ readonly isInitial: true;
128
+ readonly isFinal: false;
129
+ };
130
+ readonly Approved: {
131
+ readonly name: AXPSystemStatusType.Approved;
132
+ readonly title: string;
133
+ readonly icon: "fa-light fa-check-circle";
134
+ readonly color: "success";
135
+ readonly description: string;
136
+ readonly order: 3;
137
+ readonly isInitial: false;
138
+ readonly isFinal: false;
139
+ };
140
+ readonly Published: {
141
+ readonly name: AXPSystemStatusType.Published;
142
+ readonly title: string;
143
+ readonly icon: "fa-light fa-globe";
144
+ readonly color: "primary";
145
+ readonly description: string;
146
+ readonly order: 4;
147
+ readonly isInitial: false;
148
+ readonly isFinal: false;
149
+ };
150
+ readonly Archived: {
151
+ readonly name: AXPSystemStatusType.Archived;
152
+ readonly title: string;
153
+ readonly icon: "fa-light fa-archive";
154
+ readonly color: "danger";
155
+ readonly description: string;
156
+ readonly order: 5;
157
+ readonly isInitial: false;
158
+ readonly isFinal: true;
159
+ };
160
+ readonly Rejected: {
161
+ readonly name: AXPSystemStatusType.Rejected;
162
+ readonly title: string;
163
+ readonly icon: "fa-light fa-times-circle";
164
+ readonly color: "danger";
165
+ readonly description: string;
166
+ readonly order: 6;
167
+ readonly isInitial: false;
168
+ readonly isFinal: true;
169
+ };
170
+ readonly Active: {
171
+ readonly name: AXPSystemStatusType.Active;
172
+ readonly title: string;
173
+ readonly icon: "fa-light fa-check-circle";
174
+ readonly color: "success";
175
+ readonly description: string;
176
+ readonly order: 1;
177
+ readonly isInitial: false;
178
+ readonly isFinal: false;
179
+ };
180
+ readonly Inactive: {
181
+ readonly name: AXPSystemStatusType.Inactive;
182
+ readonly title: string;
183
+ readonly icon: "fa-light fa-circle";
184
+ readonly color: "secondary";
185
+ readonly description: string;
186
+ readonly order: 2;
187
+ readonly isInitial: false;
188
+ readonly isFinal: false;
189
+ };
190
+ readonly Pending: {
191
+ readonly name: AXPSystemStatusType.Pending;
192
+ readonly title: string;
193
+ readonly icon: "fa-light fa-clock";
194
+ readonly color: "warning";
195
+ readonly description: string;
196
+ readonly order: 1;
197
+ readonly isInitial: true;
198
+ readonly isFinal: false;
199
+ };
200
+ readonly Completed: {
201
+ readonly name: AXPSystemStatusType.Completed;
202
+ readonly title: string;
203
+ readonly icon: "fa-light fa-check-circle";
204
+ readonly color: "success";
205
+ readonly description: string;
206
+ readonly order: 10;
207
+ readonly isInitial: false;
208
+ readonly isFinal: true;
209
+ };
210
+ readonly Suspended: {
211
+ readonly name: AXPSystemStatusType.Suspended;
212
+ readonly title: string;
213
+ readonly icon: "fa-light fa-pause-circle";
214
+ readonly color: "neutral";
215
+ readonly description: string;
216
+ readonly order: 5;
217
+ readonly isInitial: false;
218
+ readonly isFinal: false;
219
+ };
220
+ readonly Failed: {
221
+ readonly name: AXPSystemStatusType.Failed;
222
+ readonly title: string;
223
+ readonly icon: "fa-light fa-xmark-circle";
224
+ readonly color: "danger";
225
+ readonly description: string;
226
+ readonly order: 10;
227
+ readonly isInitial: false;
228
+ readonly isFinal: true;
229
+ };
230
+ readonly Review: {
231
+ readonly name: AXPSystemStatusType.Review;
232
+ readonly title: string;
233
+ readonly icon: "fa-light fa-eye";
234
+ readonly color: "info";
235
+ readonly description: string;
236
+ readonly order: 3;
237
+ };
238
+ readonly Expired: {
239
+ readonly name: AXPSystemStatusType.Expired;
240
+ readonly title: string;
241
+ readonly icon: "fa-light fa-clock";
242
+ readonly color: "danger";
243
+ readonly description: string;
244
+ readonly order: 10;
245
+ readonly isInitial: false;
246
+ readonly isFinal: true;
247
+ };
248
+ }>;
249
+ /**
250
+ * Get system status definition by type
251
+ * @param type - Status type
252
+ * @returns System status definition or undefined
253
+ */
254
+ export declare function getSystemStatus(type: AXPSystemStatusType): AXPStatusDefinition;
255
+ /**
256
+ * Resolves the visual appearance (color and icon) for status
257
+ * using the system statuses from the core module.
258
+ * @param statusType - Status type string
259
+ * @returns Color and icon for the status
260
+ */
261
+ export declare function resolveStatusLook(statusType: string): {
262
+ color: AXStyleColorType;
263
+ icon: string;
264
+ };
265
+ /**
266
+ * Resolves the complete status information (title, description, icon, color) for a status
267
+ * using the system statuses from the core module.
268
+ * @param statusType - Status type string
269
+ * @returns Complete status information as AXPStatusDefinition
270
+ */
271
+ export declare function getStatusInfo(statusType: string): AXPStatusDefinition;
272
+ /**
273
+ * Get system status definition directly (no conversion needed since it's already AXPStatusDefinition)
274
+ * @param statusType - Status type
275
+ * @param overrides - Optional overrides for the status definition
276
+ * @returns AXPStatusDefinition
277
+ */
278
+ export declare function systemStatusToDefinition(statusType: AXPSystemStatusType, overrides?: Partial<AXPStatusDefinition>): AXPStatusDefinition;
279
+ //# sourceMappingURL=statuses.types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"statuses.types.d.ts","sourceRoot":"","sources":["../../../../../../../../libs/framework/shared/core/src/lib/status/statuses.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AACrD,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;AAIhE;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgP2B,CAAC;AAE1D;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,IAAI,EAAE,mBAAmB,GAAG,mBAAmB,CAE9E;AAED;;;;;GAKG;AACH,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG;IAAE,KAAK,EAAE,gBAAgB,CAAC;IAAC,IAAI,EAAE,MAAM,CAAA;CAAE,CAgB/F;AAED;;;;;GAKG;AACH,wBAAgB,aAAa,CAAC,UAAU,EAAE,MAAM,GAAG,mBAAmB,CAgBrE;AAED;;;;;GAKG;AACH,wBAAgB,wBAAwB,CACtC,UAAU,EAAE,mBAAmB,EAC/B,SAAS,CAAC,EAAE,OAAO,CAAC,mBAAmB,CAAC,GACvC,mBAAmB,CAUrB"}