@acorex/platform 20.3.0-next.8 → 20.4.0

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 (132) hide show
  1. package/common/index.d.ts +643 -367
  2. package/core/index.d.ts +91 -66
  3. package/fesm2022/acorex-platform-auth.mjs +19 -19
  4. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  5. package/fesm2022/acorex-platform-common-common-settings.provider-9OHien_H.mjs +47 -0
  6. package/fesm2022/acorex-platform-common-common-settings.provider-9OHien_H.mjs.map +1 -0
  7. package/fesm2022/acorex-platform-common.mjs +678 -252
  8. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  9. package/fesm2022/acorex-platform-core.mjs +173 -161
  10. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  11. package/fesm2022/acorex-platform-domain.mjs +16 -16
  12. package/fesm2022/acorex-platform-domain.mjs.map +1 -1
  13. package/fesm2022/acorex-platform-layout-builder.mjs +1946 -1947
  14. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  15. package/fesm2022/acorex-platform-layout-components.mjs +1902 -904
  16. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
  17. package/fesm2022/acorex-platform-layout-designer.mjs +96 -89
  18. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  19. package/fesm2022/acorex-platform-layout-entity-create-entity.command-DyXF9zAh.mjs +52 -0
  20. package/fesm2022/acorex-platform-layout-entity-create-entity.command-DyXF9zAh.mjs.map +1 -0
  21. package/fesm2022/acorex-platform-layout-entity.mjs +2237 -1834
  22. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  23. package/fesm2022/acorex-platform-layout-views.mjs +64 -62
  24. package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
  25. package/fesm2022/acorex-platform-layout-widget-core.mjs +2758 -0
  26. package/fesm2022/acorex-platform-layout-widget-core.mjs.map +1 -0
  27. package/fesm2022/{acorex-platform-widgets-button-widget-designer.component-C2Qn1YAW.mjs → acorex-platform-layout-widgets-button-widget-designer.component-C_3IWNkj.mjs} +6 -6
  28. package/fesm2022/acorex-platform-layout-widgets-button-widget-designer.component-C_3IWNkj.mjs.map +1 -0
  29. package/fesm2022/{acorex-platform-widgets-extra-properties-schema-widget-edit.component-D9mf08rU.mjs → acorex-platform-layout-widgets-extra-properties-schema-widget-edit.component-CJltEgut.mjs} +5 -5
  30. package/fesm2022/acorex-platform-layout-widgets-extra-properties-schema-widget-edit.component-CJltEgut.mjs.map +1 -0
  31. package/fesm2022/{acorex-platform-widgets-extra-properties-schema-widget-view.component-D6GQ-eyr.mjs → acorex-platform-layout-widgets-extra-properties-schema-widget-view.component-pM-TIuk0.mjs} +5 -5
  32. package/fesm2022/acorex-platform-layout-widgets-extra-properties-schema-widget-view.component-pM-TIuk0.mjs.map +1 -0
  33. package/fesm2022/{acorex-platform-widgets-extra-properties-values-widget-edit.component-DVbIdVZ6.mjs → acorex-platform-layout-widgets-extra-properties-values-widget-edit.component-BqI96-fU.mjs} +5 -5
  34. package/fesm2022/acorex-platform-layout-widgets-extra-properties-values-widget-edit.component-BqI96-fU.mjs.map +1 -0
  35. package/fesm2022/{acorex-platform-widgets-extra-properties-values-widget-view.component-D-aM64Hu.mjs → acorex-platform-layout-widgets-extra-properties-values-widget-view.component-C-AhenaM.mjs} +5 -5
  36. package/fesm2022/acorex-platform-layout-widgets-extra-properties-values-widget-view.component-C-AhenaM.mjs.map +1 -0
  37. package/fesm2022/{acorex-platform-widgets-extra-properties-widget-edit.component-em2-aU8E.mjs → acorex-platform-layout-widgets-extra-properties-widget-edit.component-DCAya5ne.mjs} +5 -5
  38. package/fesm2022/acorex-platform-layout-widgets-extra-properties-widget-edit.component-DCAya5ne.mjs.map +1 -0
  39. package/fesm2022/{acorex-platform-widgets-extra-properties-widget-view.component-BeuIofdr.mjs → acorex-platform-layout-widgets-extra-properties-widget-view.component-D-PnBqLb.mjs} +5 -5
  40. package/fesm2022/acorex-platform-layout-widgets-extra-properties-widget-view.component-D-PnBqLb.mjs.map +1 -0
  41. package/fesm2022/{acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs → acorex-platform-layout-widgets-file-list-popup.component-DuuFHWvB.mjs} +10 -10
  42. package/fesm2022/acorex-platform-layout-widgets-file-list-popup.component-DuuFHWvB.mjs.map +1 -0
  43. package/fesm2022/{acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs → acorex-platform-layout-widgets-page-widget-designer.component-Bss0xUcu.mjs} +8 -8
  44. package/fesm2022/acorex-platform-layout-widgets-page-widget-designer.component-Bss0xUcu.mjs.map +1 -0
  45. package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs → acorex-platform-layout-widgets-tabular-data-edit-popup.component-Cy9mHnNP.mjs} +14 -14
  46. package/fesm2022/acorex-platform-layout-widgets-tabular-data-edit-popup.component-Cy9mHnNP.mjs.map +1 -0
  47. package/fesm2022/{acorex-platform-widgets-tabular-data-view-popup.component-Dmg5DdX8.mjs → acorex-platform-layout-widgets-tabular-data-view-popup.component-DznLtuer.mjs} +6 -5
  48. package/fesm2022/acorex-platform-layout-widgets-tabular-data-view-popup.component-DznLtuer.mjs.map +1 -0
  49. package/fesm2022/{acorex-platform-widgets-text-block-widget-designer.component-yADN3Xji.mjs → acorex-platform-layout-widgets-text-block-widget-designer.component-ndOUSFi9.mjs} +6 -7
  50. package/fesm2022/acorex-platform-layout-widgets-text-block-widget-designer.component-ndOUSFi9.mjs.map +1 -0
  51. package/fesm2022/{acorex-platform-widgets.mjs → acorex-platform-layout-widgets.mjs} +9918 -8826
  52. package/fesm2022/acorex-platform-layout-widgets.mjs.map +1 -0
  53. package/fesm2022/acorex-platform-native.mjs +7 -7
  54. package/fesm2022/acorex-platform-native.mjs.map +1 -1
  55. package/fesm2022/acorex-platform-runtime.mjs +40 -40
  56. package/fesm2022/acorex-platform-runtime.mjs.map +1 -1
  57. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-B1PT6FtZ.mjs +115 -0
  58. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-B1PT6FtZ.mjs.map +1 -0
  59. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-rdKxuMC_.mjs +742 -0
  60. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-rdKxuMC_.mjs.map +1 -0
  61. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-4g19A3eI.mjs +101 -0
  62. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-4g19A3eI.mjs.map +1 -0
  63. package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-BExtm1JE.mjs → acorex-platform-themes-default-entity-master-single-view.component-B8gx5cG7.mjs} +17 -17
  64. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-B8gx5cG7.mjs.map +1 -0
  65. package/fesm2022/{acorex-platform-themes-default-error-401.component-DrO1PEOH.mjs → acorex-platform-themes-default-error-401.component-CcvGfdhu.mjs} +4 -4
  66. package/fesm2022/{acorex-platform-themes-default-error-401.component-DrO1PEOH.mjs.map → acorex-platform-themes-default-error-401.component-CcvGfdhu.mjs.map} +1 -1
  67. package/fesm2022/{acorex-platform-themes-default-error-404.component-DqVq0oHX.mjs → acorex-platform-themes-default-error-404.component-4-CaEsnV.mjs} +4 -4
  68. package/fesm2022/{acorex-platform-themes-default-error-404.component-DqVq0oHX.mjs.map → acorex-platform-themes-default-error-404.component-4-CaEsnV.mjs.map} +1 -1
  69. package/fesm2022/{acorex-platform-themes-default-error-offline.component-Bt2PTL7_.mjs → acorex-platform-themes-default-error-offline.component-BNecbFEj.mjs} +4 -4
  70. package/fesm2022/{acorex-platform-themes-default-error-offline.component-Bt2PTL7_.mjs.map → acorex-platform-themes-default-error-offline.component-BNecbFEj.mjs.map} +1 -1
  71. package/fesm2022/acorex-platform-themes-default.mjs +117 -51
  72. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  73. package/fesm2022/{acorex-platform-themes-shared-icon-chooser-view.component-BgEh06Tn.mjs → acorex-platform-themes-shared-icon-chooser-view.component-Dc_Txe32.mjs} +5 -5
  74. package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-Dc_Txe32.mjs.map +1 -0
  75. package/fesm2022/{acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs → acorex-platform-themes-shared-settings.provider-DY2xFnrv.mjs} +9 -9
  76. package/fesm2022/acorex-platform-themes-shared-settings.provider-DY2xFnrv.mjs.map +1 -0
  77. package/fesm2022/{acorex-platform-themes-shared-theme-color-chooser-column.component-AeOQxjbS.mjs → acorex-platform-themes-shared-theme-color-chooser-column.component-hgWLhhle.mjs} +5 -5
  78. package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-hgWLhhle.mjs.map +1 -0
  79. package/fesm2022/{acorex-platform-themes-shared-theme-color-chooser-view.component-DEVzRd6-.mjs → acorex-platform-themes-shared-theme-color-chooser-view.component-CY3JZK_W.mjs} +5 -5
  80. package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-CY3JZK_W.mjs.map +1 -0
  81. package/fesm2022/acorex-platform-themes-shared.mjs +217 -75
  82. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  83. package/fesm2022/acorex-platform-workflow.mjs +27 -39
  84. package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
  85. package/layout/builder/README.md +1577 -3
  86. package/layout/builder/index.d.ts +735 -813
  87. package/layout/components/index.d.ts +384 -433
  88. package/layout/designer/index.d.ts +8 -6
  89. package/layout/entity/index.d.ts +953 -338
  90. package/layout/views/index.d.ts +13 -14
  91. package/layout/widget-core/README.md +4 -0
  92. package/layout/widget-core/index.d.ts +959 -0
  93. package/layout/widgets/README.md +4 -0
  94. package/{widgets → layout/widgets}/index.d.ts +768 -655
  95. package/package.json +14 -10
  96. package/themes/shared/index.d.ts +2 -2
  97. package/workflow/index.d.ts +3 -173
  98. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs +0 -115
  99. package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-BXbkGGei.mjs.map +0 -1
  100. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs +0 -706
  101. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-gQIK6PIx.mjs.map +0 -1
  102. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs +0 -101
  103. package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-Bp1JLsj1.mjs.map +0 -1
  104. package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-BExtm1JE.mjs.map +0 -1
  105. package/fesm2022/acorex-platform-themes-shared-icon-chooser-view.component-BgEh06Tn.mjs.map +0 -1
  106. package/fesm2022/acorex-platform-themes-shared-settings.provider-CXiRmniv.mjs.map +0 -1
  107. package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-column.component-AeOQxjbS.mjs.map +0 -1
  108. package/fesm2022/acorex-platform-themes-shared-theme-color-chooser-view.component-DEVzRd6-.mjs.map +0 -1
  109. package/fesm2022/acorex-platform-widgets-button-widget-designer.component-C2Qn1YAW.mjs.map +0 -1
  110. package/fesm2022/acorex-platform-widgets-checkbox-widget-column.component-CzEFmKWG.mjs +0 -84
  111. package/fesm2022/acorex-platform-widgets-checkbox-widget-column.component-CzEFmKWG.mjs.map +0 -1
  112. package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-BXPrXy-h.mjs +0 -55
  113. package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-BXPrXy-h.mjs.map +0 -1
  114. package/fesm2022/acorex-platform-widgets-checkbox-widget-view.component-KYCQ2qTJ.mjs +0 -92
  115. package/fesm2022/acorex-platform-widgets-checkbox-widget-view.component-KYCQ2qTJ.mjs.map +0 -1
  116. package/fesm2022/acorex-platform-widgets-color-box-widget-designer.component-BVZ7lWm9.mjs +0 -55
  117. package/fesm2022/acorex-platform-widgets-color-box-widget-designer.component-BVZ7lWm9.mjs.map +0 -1
  118. package/fesm2022/acorex-platform-widgets-extra-properties-schema-widget-edit.component-D9mf08rU.mjs.map +0 -1
  119. package/fesm2022/acorex-platform-widgets-extra-properties-schema-widget-view.component-D6GQ-eyr.mjs.map +0 -1
  120. package/fesm2022/acorex-platform-widgets-extra-properties-values-widget-edit.component-DVbIdVZ6.mjs.map +0 -1
  121. package/fesm2022/acorex-platform-widgets-extra-properties-values-widget-view.component-D-aM64Hu.mjs.map +0 -1
  122. package/fesm2022/acorex-platform-widgets-extra-properties-widget-edit.component-em2-aU8E.mjs.map +0 -1
  123. package/fesm2022/acorex-platform-widgets-extra-properties-widget-view.component-BeuIofdr.mjs.map +0 -1
  124. package/fesm2022/acorex-platform-widgets-file-list-popup.component-rW2RD35f.mjs.map +0 -1
  125. package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DNvnQ4Mc.mjs.map +0 -1
  126. package/fesm2022/acorex-platform-widgets-rich-text-popup.component-Cydlpsat.mjs +0 -40
  127. package/fesm2022/acorex-platform-widgets-rich-text-popup.component-Cydlpsat.mjs.map +0 -1
  128. package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CPVRbE8B.mjs.map +0 -1
  129. package/fesm2022/acorex-platform-widgets-tabular-data-view-popup.component-Dmg5DdX8.mjs.map +0 -1
  130. package/fesm2022/acorex-platform-widgets-text-block-widget-designer.component-yADN3Xji.mjs.map +0 -1
  131. package/fesm2022/acorex-platform-widgets.mjs.map +0 -1
  132. package/widgets/README.md +0 -4
package/core/index.d.ts CHANGED
@@ -228,7 +228,8 @@ declare enum AXPSystemActionType {
228
228
  SaveAs = "save-as",
229
229
  Sync = "sync",
230
230
  Reset = "reset",
231
- Clear = "clear"
231
+ Clear = "clear",
232
+ Distribution = "distribution"
232
233
  }
233
234
  interface AXPSystemAction {
234
235
  key: string;
@@ -237,7 +238,7 @@ interface AXPSystemAction {
237
238
  color?: string;
238
239
  critical?: boolean;
239
240
  descriptions: {
240
- button: string;
241
+ title: string;
241
242
  tooltip: string;
242
243
  permission: string;
243
244
  audit: string;
@@ -250,7 +251,7 @@ declare const AXPSystemActions: Readonly<{
250
251
  readonly icon: "fa-light fa-eye";
251
252
  readonly color: "primary";
252
253
  readonly descriptions: {
253
- readonly button: string;
254
+ readonly title: string;
254
255
  readonly tooltip: string;
255
256
  readonly permission: string;
256
257
  readonly audit: string;
@@ -262,7 +263,7 @@ declare const AXPSystemActions: Readonly<{
262
263
  readonly icon: "fa-light fa-plus";
263
264
  readonly color: "primary";
264
265
  readonly descriptions: {
265
- readonly button: string;
266
+ readonly title: string;
266
267
  readonly tooltip: string;
267
268
  readonly permission: string;
268
269
  readonly audit: string;
@@ -274,7 +275,7 @@ declare const AXPSystemActions: Readonly<{
274
275
  readonly icon: "fa-light fa-pen";
275
276
  readonly color: "default";
276
277
  readonly descriptions: {
277
- readonly button: string;
278
+ readonly title: string;
278
279
  readonly tooltip: string;
279
280
  readonly permission: string;
280
281
  readonly audit: string;
@@ -287,7 +288,7 @@ declare const AXPSystemActions: Readonly<{
287
288
  readonly color: "danger";
288
289
  readonly critical: true;
289
290
  readonly descriptions: {
290
- readonly button: string;
291
+ readonly title: string;
291
292
  readonly tooltip: string;
292
293
  readonly permission: string;
293
294
  readonly audit: string;
@@ -300,7 +301,7 @@ declare const AXPSystemActions: Readonly<{
300
301
  readonly color: "success";
301
302
  readonly critical: true;
302
303
  readonly descriptions: {
303
- readonly button: string;
304
+ readonly title: string;
304
305
  readonly tooltip: string;
305
306
  readonly permission: string;
306
307
  readonly audit: string;
@@ -312,7 +313,7 @@ declare const AXPSystemActions: Readonly<{
312
313
  readonly icon: "fa-light fa-paper-plane";
313
314
  readonly color: "primary";
314
315
  readonly descriptions: {
315
- readonly button: string;
316
+ readonly title: string;
316
317
  readonly tooltip: string;
317
318
  readonly permission: string;
318
319
  readonly audit: string;
@@ -325,7 +326,7 @@ declare const AXPSystemActions: Readonly<{
325
326
  readonly color: "danger";
326
327
  readonly critical: true;
327
328
  readonly descriptions: {
328
- readonly button: string;
329
+ readonly title: string;
329
330
  readonly tooltip: string;
330
331
  readonly permission: string;
331
332
  readonly audit: string;
@@ -337,7 +338,7 @@ declare const AXPSystemActions: Readonly<{
337
338
  readonly icon: "fa-light fa-download";
338
339
  readonly color: "default";
339
340
  readonly descriptions: {
340
- readonly button: string;
341
+ readonly title: string;
341
342
  readonly tooltip: string;
342
343
  readonly permission: string;
343
344
  readonly audit: string;
@@ -349,7 +350,7 @@ declare const AXPSystemActions: Readonly<{
349
350
  readonly icon: "fa-light fa-upload";
350
351
  readonly color: "default";
351
352
  readonly descriptions: {
352
- readonly button: string;
353
+ readonly title: string;
353
354
  readonly tooltip: string;
354
355
  readonly permission: string;
355
356
  readonly audit: string;
@@ -361,7 +362,7 @@ declare const AXPSystemActions: Readonly<{
361
362
  readonly icon: "fa-light fa-print";
362
363
  readonly color: "default";
363
364
  readonly descriptions: {
364
- readonly button: string;
365
+ readonly title: string;
365
366
  readonly tooltip: string;
366
367
  readonly permission: string;
367
368
  readonly audit: string;
@@ -373,7 +374,7 @@ declare const AXPSystemActions: Readonly<{
373
374
  readonly icon: "fa-light fa-clone";
374
375
  readonly color: "warning";
375
376
  readonly descriptions: {
376
- readonly button: string;
377
+ readonly title: string;
377
378
  readonly tooltip: string;
378
379
  readonly permission: string;
379
380
  readonly audit: string;
@@ -385,7 +386,7 @@ declare const AXPSystemActions: Readonly<{
385
386
  readonly icon: "fa-light fa-box-archive";
386
387
  readonly color: "default";
387
388
  readonly descriptions: {
388
- readonly button: string;
389
+ readonly title: string;
389
390
  readonly tooltip: string;
390
391
  readonly permission: string;
391
392
  readonly audit: string;
@@ -397,7 +398,7 @@ declare const AXPSystemActions: Readonly<{
397
398
  readonly icon: "fa-light fa-arrow-rotate-left";
398
399
  readonly color: "default";
399
400
  readonly descriptions: {
400
- readonly button: string;
401
+ readonly title: string;
401
402
  readonly tooltip: string;
402
403
  readonly permission: string;
403
404
  readonly audit: string;
@@ -409,7 +410,7 @@ declare const AXPSystemActions: Readonly<{
409
410
  readonly icon: "fa-light fa-user-plus";
410
411
  readonly color: "primary";
411
412
  readonly descriptions: {
412
- readonly button: string;
413
+ readonly title: string;
413
414
  readonly tooltip: string;
414
415
  readonly permission: string;
415
416
  readonly audit: string;
@@ -421,7 +422,7 @@ declare const AXPSystemActions: Readonly<{
421
422
  readonly icon: "fa-light fa-lock";
422
423
  readonly color: "warning";
423
424
  readonly descriptions: {
424
- readonly button: string;
425
+ readonly title: string;
425
426
  readonly tooltip: string;
426
427
  readonly permission: string;
427
428
  readonly audit: string;
@@ -433,7 +434,7 @@ declare const AXPSystemActions: Readonly<{
433
434
  readonly icon: "fa-light fa-unlock";
434
435
  readonly color: "success";
435
436
  readonly descriptions: {
436
- readonly button: string;
437
+ readonly title: string;
437
438
  readonly tooltip: string;
438
439
  readonly permission: string;
439
440
  readonly audit: string;
@@ -445,7 +446,7 @@ declare const AXPSystemActions: Readonly<{
445
446
  readonly icon: "fa-light fa-share-nodes";
446
447
  readonly color: "info";
447
448
  readonly descriptions: {
448
- readonly button: string;
449
+ readonly title: string;
449
450
  readonly tooltip: string;
450
451
  readonly permission: string;
451
452
  readonly audit: string;
@@ -457,7 +458,7 @@ declare const AXPSystemActions: Readonly<{
457
458
  readonly icon: "fa-light fa-sliders";
458
459
  readonly color: "primary";
459
460
  readonly descriptions: {
460
- readonly button: string;
461
+ readonly title: string;
461
462
  readonly tooltip: string;
462
463
  readonly permission: string;
463
464
  readonly audit: string;
@@ -469,7 +470,7 @@ declare const AXPSystemActions: Readonly<{
469
470
  readonly icon: "fa-light fa-arrow-down-up-across-line";
470
471
  readonly color: "default";
471
472
  readonly descriptions: {
472
- readonly button: string;
473
+ readonly title: string;
473
474
  readonly tooltip: string;
474
475
  readonly permission: string;
475
476
  readonly audit: string;
@@ -481,7 +482,7 @@ declare const AXPSystemActions: Readonly<{
481
482
  readonly icon: "fa-light fa-magnifying-glass";
482
483
  readonly color: "default";
483
484
  readonly descriptions: {
484
- readonly button: string;
485
+ readonly title: string;
485
486
  readonly tooltip: string;
486
487
  readonly permission: string;
487
488
  readonly audit: string;
@@ -493,7 +494,7 @@ declare const AXPSystemActions: Readonly<{
493
494
  readonly icon: "fa-light fa-globe";
494
495
  readonly color: "success";
495
496
  readonly descriptions: {
496
- readonly button: string;
497
+ readonly title: string;
497
498
  readonly tooltip: string;
498
499
  readonly permission: string;
499
500
  readonly audit: string;
@@ -505,7 +506,7 @@ declare const AXPSystemActions: Readonly<{
505
506
  readonly icon: "fa-light fa-globe-slash";
506
507
  readonly color: "danger";
507
508
  readonly descriptions: {
508
- readonly button: string;
509
+ readonly title: string;
509
510
  readonly tooltip: string;
510
511
  readonly permission: string;
511
512
  readonly audit: string;
@@ -517,7 +518,7 @@ declare const AXPSystemActions: Readonly<{
517
518
  readonly icon: "fa-light fa-upload";
518
519
  readonly color: "default";
519
520
  readonly descriptions: {
520
- readonly button: string;
521
+ readonly title: string;
521
522
  readonly tooltip: string;
522
523
  readonly permission: string;
523
524
  readonly audit: string;
@@ -529,7 +530,7 @@ declare const AXPSystemActions: Readonly<{
529
530
  readonly icon: "fa-light fa-download";
530
531
  readonly color: "default";
531
532
  readonly descriptions: {
532
- readonly button: string;
533
+ readonly title: string;
533
534
  readonly tooltip: string;
534
535
  readonly permission: string;
535
536
  readonly audit: string;
@@ -541,7 +542,7 @@ declare const AXPSystemActions: Readonly<{
541
542
  readonly icon: "fa-light fa-copy";
542
543
  readonly color: "default";
543
544
  readonly descriptions: {
544
- readonly button: string;
545
+ readonly title: string;
545
546
  readonly tooltip: string;
546
547
  readonly permission: string;
547
548
  readonly audit: string;
@@ -553,7 +554,7 @@ declare const AXPSystemActions: Readonly<{
553
554
  readonly icon: "fa-light fa-arrow-right-arrow-left";
554
555
  readonly color: "default";
555
556
  readonly descriptions: {
556
- readonly button: string;
557
+ readonly title: string;
557
558
  readonly tooltip: string;
558
559
  readonly permission: string;
559
560
  readonly audit: string;
@@ -565,7 +566,7 @@ declare const AXPSystemActions: Readonly<{
565
566
  readonly icon: "fa-light fa-pen";
566
567
  readonly color: "default";
567
568
  readonly descriptions: {
568
- readonly button: string;
569
+ readonly title: string;
569
570
  readonly tooltip: string;
570
571
  readonly permission: string;
571
572
  readonly audit: string;
@@ -577,7 +578,7 @@ declare const AXPSystemActions: Readonly<{
577
578
  readonly icon: "fa-light fa-gear";
578
579
  readonly color: "default";
579
580
  readonly descriptions: {
580
- readonly button: string;
581
+ readonly title: string;
581
582
  readonly tooltip: string;
582
583
  readonly permission: string;
583
584
  readonly audit: string;
@@ -589,7 +590,7 @@ declare const AXPSystemActions: Readonly<{
589
590
  readonly icon: "fa-light fa-info";
590
591
  readonly color: "default";
591
592
  readonly descriptions: {
592
- readonly button: string;
593
+ readonly title: string;
593
594
  readonly tooltip: string;
594
595
  readonly permission: string;
595
596
  readonly audit: string;
@@ -601,7 +602,7 @@ declare const AXPSystemActions: Readonly<{
601
602
  readonly icon: "fa-light fa-check";
602
603
  readonly color: "success";
603
604
  readonly descriptions: {
604
- readonly button: string;
605
+ readonly title: string;
605
606
  readonly tooltip: string;
606
607
  readonly permission: string;
607
608
  readonly audit: string;
@@ -613,7 +614,7 @@ declare const AXPSystemActions: Readonly<{
613
614
  readonly icon: "fa-light fa-paintbrush";
614
615
  readonly color: "default";
615
616
  readonly descriptions: {
616
- readonly button: string;
617
+ readonly title: string;
617
618
  readonly tooltip: string;
618
619
  readonly permission: string;
619
620
  readonly audit: string;
@@ -625,7 +626,7 @@ declare const AXPSystemActions: Readonly<{
625
626
  readonly icon: "fa-light fa-history";
626
627
  readonly color: "default";
627
628
  readonly descriptions: {
628
- readonly button: string;
629
+ readonly title: string;
629
630
  readonly tooltip: string;
630
631
  readonly permission: string;
631
632
  readonly audit: string;
@@ -637,7 +638,7 @@ declare const AXPSystemActions: Readonly<{
637
638
  readonly icon: "fa-light fa-code-compare";
638
639
  readonly color: "default";
639
640
  readonly descriptions: {
640
- readonly button: string;
641
+ readonly title: string;
641
642
  readonly tooltip: string;
642
643
  readonly permission: string;
643
644
  readonly audit: string;
@@ -649,7 +650,7 @@ declare const AXPSystemActions: Readonly<{
649
650
  readonly icon: "fa-light fa-comments";
650
651
  readonly color: "default";
651
652
  readonly descriptions: {
652
- readonly button: string;
653
+ readonly title: string;
653
654
  readonly tooltip: string;
654
655
  readonly permission: string;
655
656
  readonly audit: string;
@@ -661,7 +662,7 @@ declare const AXPSystemActions: Readonly<{
661
662
  readonly icon: "fa-light fa-signature";
662
663
  readonly color: "default";
663
664
  readonly descriptions: {
664
- readonly button: string;
665
+ readonly title: string;
665
666
  readonly tooltip: string;
666
667
  readonly permission: string;
667
668
  readonly audit: string;
@@ -673,7 +674,7 @@ declare const AXPSystemActions: Readonly<{
673
674
  readonly icon: "fa-light fa-cog";
674
675
  readonly color: "default";
675
676
  readonly descriptions: {
676
- readonly button: string;
677
+ readonly title: string;
677
678
  readonly tooltip: string;
678
679
  readonly permission: string;
679
680
  readonly audit: string;
@@ -685,7 +686,7 @@ declare const AXPSystemActions: Readonly<{
685
686
  readonly icon: "fa-light fa-envelope";
686
687
  readonly color: "default";
687
688
  readonly descriptions: {
688
- readonly button: string;
689
+ readonly title: string;
689
690
  readonly tooltip: string;
690
691
  readonly permission: string;
691
692
  readonly audit: string;
@@ -697,7 +698,7 @@ declare const AXPSystemActions: Readonly<{
697
698
  readonly icon: "fa-light fa-chart-line";
698
699
  readonly color: "default";
699
700
  readonly descriptions: {
700
- readonly button: string;
701
+ readonly title: string;
701
702
  readonly tooltip: string;
702
703
  readonly permission: string;
703
704
  readonly audit: string;
@@ -709,7 +710,7 @@ declare const AXPSystemActions: Readonly<{
709
710
  readonly icon: "fa-light fa-paper-plane";
710
711
  readonly color: "default";
711
712
  readonly descriptions: {
712
- readonly button: string;
713
+ readonly title: string;
713
714
  readonly tooltip: string;
714
715
  readonly permission: string;
715
716
  readonly audit: string;
@@ -721,7 +722,7 @@ declare const AXPSystemActions: Readonly<{
721
722
  readonly icon: "fa-light fa-eye";
722
723
  readonly color: "default";
723
724
  readonly descriptions: {
724
- readonly button: string;
725
+ readonly title: string;
725
726
  readonly tooltip: string;
726
727
  readonly permission: string;
727
728
  readonly audit: string;
@@ -733,7 +734,7 @@ declare const AXPSystemActions: Readonly<{
733
734
  readonly icon: "fa-light fa-wand-magic-sparkles";
734
735
  readonly color: "primary";
735
736
  readonly descriptions: {
736
- readonly button: string;
737
+ readonly title: string;
737
738
  readonly tooltip: string;
738
739
  readonly permission: string;
739
740
  readonly audit: string;
@@ -745,7 +746,7 @@ declare const AXPSystemActions: Readonly<{
745
746
  readonly icon: "fa-light fa-arrows-rotate";
746
747
  readonly color: "default";
747
748
  readonly descriptions: {
748
- readonly button: string;
749
+ readonly title: string;
749
750
  readonly tooltip: string;
750
751
  readonly permission: string;
751
752
  readonly audit: string;
@@ -757,7 +758,7 @@ declare const AXPSystemActions: Readonly<{
757
758
  readonly icon: "fa-light fa-arrows-rotate";
758
759
  readonly color: "default";
759
760
  readonly descriptions: {
760
- readonly button: string;
761
+ readonly title: string;
761
762
  readonly tooltip: string;
762
763
  readonly permission: string;
763
764
  readonly audit: string;
@@ -769,7 +770,7 @@ declare const AXPSystemActions: Readonly<{
769
770
  readonly icon: "fa-light fa-magnifying-glass";
770
771
  readonly color: "default";
771
772
  readonly descriptions: {
772
- readonly button: string;
773
+ readonly title: string;
773
774
  readonly tooltip: string;
774
775
  readonly permission: string;
775
776
  readonly audit: string;
@@ -781,7 +782,7 @@ declare const AXPSystemActions: Readonly<{
781
782
  readonly icon: "fa-light fa-filter";
782
783
  readonly color: "default";
783
784
  readonly descriptions: {
784
- readonly button: string;
785
+ readonly title: string;
785
786
  readonly tooltip: string;
786
787
  readonly permission: string;
787
788
  readonly audit: string;
@@ -793,7 +794,7 @@ declare const AXPSystemActions: Readonly<{
793
794
  readonly icon: "fa-light fa-arrow-down-up-across-line";
794
795
  readonly color: "default";
795
796
  readonly descriptions: {
796
- readonly button: string;
797
+ readonly title: string;
797
798
  readonly tooltip: string;
798
799
  readonly permission: string;
799
800
  readonly audit: string;
@@ -805,7 +806,7 @@ declare const AXPSystemActions: Readonly<{
805
806
  readonly icon: "fa-light fa-play";
806
807
  readonly color: "success";
807
808
  readonly descriptions: {
808
- readonly button: string;
809
+ readonly title: string;
809
810
  readonly tooltip: string;
810
811
  readonly permission: string;
811
812
  readonly audit: string;
@@ -818,7 +819,7 @@ declare const AXPSystemActions: Readonly<{
818
819
  readonly color: "danger";
819
820
  readonly critical: true;
820
821
  readonly descriptions: {
821
- readonly button: string;
822
+ readonly title: string;
822
823
  readonly tooltip: string;
823
824
  readonly permission: string;
824
825
  readonly audit: string;
@@ -830,7 +831,7 @@ declare const AXPSystemActions: Readonly<{
830
831
  readonly icon: "fa-light fa-pause";
831
832
  readonly color: "warning";
832
833
  readonly descriptions: {
833
- readonly button: string;
834
+ readonly title: string;
834
835
  readonly tooltip: string;
835
836
  readonly permission: string;
836
837
  readonly audit: string;
@@ -843,7 +844,7 @@ declare const AXPSystemActions: Readonly<{
843
844
  readonly color: "danger";
844
845
  readonly critical: true;
845
846
  readonly descriptions: {
846
- readonly button: string;
847
+ readonly title: string;
847
848
  readonly tooltip: string;
848
849
  readonly permission: string;
849
850
  readonly audit: string;
@@ -855,7 +856,7 @@ declare const AXPSystemActions: Readonly<{
855
856
  readonly icon: "fa-light fa-xmark";
856
857
  readonly color: "default";
857
858
  readonly descriptions: {
858
- readonly button: string;
859
+ readonly title: string;
859
860
  readonly tooltip: string;
860
861
  readonly permission: string;
861
862
  readonly audit: string;
@@ -867,7 +868,7 @@ declare const AXPSystemActions: Readonly<{
867
868
  readonly icon: "fa-light fa-check";
868
869
  readonly color: "success";
869
870
  readonly descriptions: {
870
- readonly button: string;
871
+ readonly title: string;
871
872
  readonly tooltip: string;
872
873
  readonly permission: string;
873
874
  readonly audit: string;
@@ -879,7 +880,7 @@ declare const AXPSystemActions: Readonly<{
879
880
  readonly icon: "fa-light fa-floppy-disk";
880
881
  readonly color: "primary";
881
882
  readonly descriptions: {
882
- readonly button: string;
883
+ readonly title: string;
883
884
  readonly tooltip: string;
884
885
  readonly permission: string;
885
886
  readonly audit: string;
@@ -891,7 +892,7 @@ declare const AXPSystemActions: Readonly<{
891
892
  readonly icon: "fa-light fa-floppy-disk";
892
893
  readonly color: "default";
893
894
  readonly descriptions: {
894
- readonly button: string;
895
+ readonly title: string;
895
896
  readonly tooltip: string;
896
897
  readonly permission: string;
897
898
  readonly audit: string;
@@ -903,7 +904,7 @@ declare const AXPSystemActions: Readonly<{
903
904
  readonly icon: "fa-light fa-arrows-rotate";
904
905
  readonly color: "default";
905
906
  readonly descriptions: {
906
- readonly button: string;
907
+ readonly title: string;
907
908
  readonly tooltip: string;
908
909
  readonly permission: string;
909
910
  readonly audit: string;
@@ -916,7 +917,7 @@ declare const AXPSystemActions: Readonly<{
916
917
  readonly color: "warning";
917
918
  readonly critical: true;
918
919
  readonly descriptions: {
919
- readonly button: string;
920
+ readonly title: string;
920
921
  readonly tooltip: string;
921
922
  readonly permission: string;
922
923
  readonly audit: string;
@@ -928,7 +929,19 @@ declare const AXPSystemActions: Readonly<{
928
929
  readonly icon: "fa-light fa-eraser";
929
930
  readonly color: "default";
930
931
  readonly descriptions: {
931
- readonly button: string;
932
+ readonly title: string;
933
+ readonly tooltip: string;
934
+ readonly permission: string;
935
+ readonly audit: string;
936
+ };
937
+ };
938
+ readonly Distribution: {
939
+ readonly key: AXPSystemActionType.Distribution;
940
+ readonly title: string;
941
+ readonly icon: "fa-light fa-share-nodes";
942
+ readonly color: "default";
943
+ readonly descriptions: {
944
+ readonly title: string;
932
945
  readonly tooltip: string;
933
946
  readonly permission: string;
934
947
  readonly audit: string;
@@ -989,7 +1002,7 @@ interface AXPEntityReference {
989
1002
  }
990
1003
  interface AXPUserReference {
991
1004
  id: string;
992
- type: string;
1005
+ type?: 'user';
993
1006
  fullName?: string;
994
1007
  username?: string;
995
1008
  }
@@ -1019,11 +1032,11 @@ interface AXPQueryRequest {
1019
1032
  };
1020
1033
  }
1021
1034
  type AXPDataType = 'string' | 'number' | 'object' | 'boolean' | 'array';
1022
- interface AXPCategoryEntity {
1023
- id: string;
1035
+ interface AXPCategoryEntity<TKey = string> {
1036
+ id: TKey;
1024
1037
  title: string;
1025
1038
  description?: string;
1026
- parentId?: string;
1039
+ parentId?: TKey;
1027
1040
  childCount: number;
1028
1041
  }
1029
1042
  interface AXPCategoryEntityWithItems<T> extends AXPCategoryEntity {
@@ -1087,6 +1100,7 @@ interface AXPFilterDefinition {
1087
1100
  }
1088
1101
  interface AXPFilterQuery extends Pick<AXPFilterDefinition, 'field' | 'value' | 'operator' | 'logic' | 'hidden'> {
1089
1102
  filters?: AXPFilterQuery[];
1103
+ displayText?: string;
1090
1104
  }
1091
1105
 
1092
1106
  type AXPActionMenuItem = {
@@ -1170,7 +1184,8 @@ interface AXPGridPlacement {
1170
1184
  order?: string | number;
1171
1185
  }
1172
1186
  interface AXPGridLayoutOptions {
1173
- placement?: {
1187
+ positions?: {
1188
+ sm?: AXPGridPlacement;
1174
1189
  md?: AXPGridPlacement;
1175
1190
  lg?: AXPGridPlacement;
1176
1191
  xl?: AXPGridPlacement;
@@ -1357,6 +1372,16 @@ declare enum AXPExportTemplateToken {
1357
1372
  UUID = "{uuid}"
1358
1373
  }
1359
1374
 
1375
+ interface AXPMiddlewareErrorResponse {
1376
+ success: false;
1377
+ error: {
1378
+ code?: string;
1379
+ message: string;
1380
+ status?: number;
1381
+ details?: any;
1382
+ };
1383
+ }
1384
+
1360
1385
  interface AXPDataSourceDataFieldDefinition {
1361
1386
  name: string;
1362
1387
  title: string;
@@ -1494,7 +1519,7 @@ declare class AXPExpressionEvaluatorService {
1494
1519
  private providerService;
1495
1520
  private getOrCompileFunction;
1496
1521
  private getMergedScope;
1497
- evaluate(source: any | any[], scope: AXPExpressionEvaluatorScope): Promise<any>;
1522
+ evaluate(source: any | any[], scope?: AXPExpressionEvaluatorScope): Promise<any>;
1498
1523
  private evaluateStringExpression;
1499
1524
  isExpression(expression: string): boolean;
1500
1525
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPExpressionEvaluatorService, never>;
@@ -1739,4 +1764,4 @@ declare class AXPHookService {
1739
1764
  }
1740
1765
 
1741
1766
  export { AXHighlightService, AXPActivityLogProvider, AXPActivityLogService, AXPAppStartUpProvider, AXPAppStartUpService, AXPBroadcastEventService, AXPComponentLogoConfig, AXPContentCheckerDirective, AXPContextChangeEvent, AXPContextStore, AXPCountdownPipe, AXPDataGenerator, AXPDataSourceDefinitionProviderService, AXPDblClickDirective, AXPDistributedEventListenerService, AXPElementDataDirective, AXPExportTemplateToken, AXPExpressionEvaluatorScopeProviderContext, AXPExpressionEvaluatorScopeProviderService, AXPExpressionEvaluatorService, AXPGridLayoutDirective, AXPHookService, AXPImageUrlLogoConfig, AXPPlatformScope, AXPSystemActionType, AXPSystemActions, AXP_ACTIVITY_LOG_PROVIDER, AXP_DATASOURCE_DEFINITION_PROVIDER, AXP_DISTRIBUTED_EVENT_LISTENER_PROVIDER, AXP_EXPRESSION_EVALUATOR_SCOPE_PROVIDER, applyFilterArray, applyPagination, applyQueryArray, applySortArray, applySystemActionDefault, cleanDeep, extractNestedFieldsWildcard, extractTextFromHtml, extractValue, getActionButton, getChangedPaths, getDetailedChanges, getEnumValues, getNestedKeys, getSmart, getSystemActions, objectKeyValueTransforms, resolveActionLook, resolvePlatformScopeKey, resolvePlatformScopeName, setSmart };
1742
- export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPColumnQuery, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextState, AXPDataSource, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataType, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPEntityReference, AXPEqualValidationRule, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFileListItem, AXPFileSource, AXPFileStatus, AXPFilterDefinition, AXPFilterLogic, AXPFilterOperation, AXPFilterQuery, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMetaData, AXPMinLengthValidationRule, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPOptionsData, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPSortDefinition, AXPSortQuery, AXPStartUpTask, AXPStringValidationRules, AXPSystemAction, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetTrigger, AXPWidgetTriggers };
1767
+ export type { AXPActionMenuItem, AXPActivityLog, AXPActivityLogChange, AXPApplicationUserReference, AXPBackButton, AXPBadge, AXPBreadcrumbItem, AXPCategorizedEntity, AXPCategorizedEntityDto, AXPCategoryEntity, AXPCategoryEntityWithItems, AXPColumnQuery, AXPContent, AXPContentDirection, AXPContentType, AXPContextData, AXPContextState, AXPDataSource, AXPDataSourceDataFieldDefinition, AXPDataSourceDefinition, AXPDataSourceDefinitionProvider, AXPDataType, AXPDistributedEventListenerProvider, AXPDistributedEventListenerProviderToken, AXPEntityReference, AXPEqualValidationRule, AXPExecuteCommand, AXPExecuteCommandResult, AXPExportCsvOptions, AXPExportExcelOptions, AXPExportOptions, AXPExportPdfOptions, AXPExportPrintOptions, AXPExpression, AXPExpressionEvaluatorScope, AXPExpressionEvaluatorScopeProvider, AXPExpressionEvaluatorScopeProviders, AXPFileListItem, AXPFileSource, AXPFileStatus, AXPFilterDefinition, AXPFilterLogic, AXPFilterOperation, AXPFilterQuery, AXPFlowDirection, AXPGridLayoutOptions, AXPGridPlacement, AXPLogoConfig, AXPMaxLengthValidationRule, AXPMetaData, AXPMiddlewareErrorResponse, AXPMinLengthValidationRule, AXPNavigateActionCommand, AXPNavigateActionOptions, AXPOptionsData, AXPPagedListResult, AXPPartialNested, AXPPlatformScopeKey, AXPQueryFetchResult, AXPQueryRequest, AXPReqexValidationRule, AXPRequiredValidationRule, AXPSortDefinition, AXPSortQuery, AXPStartUpTask, AXPStringValidationRules, AXPSystemAction, AXPUserReference, AXPValidationRule, AXPValidationRules, AXPValueTransformerFunction, AXPValueTransformerFunctions, AXPValueUnit, AXPValueUnits, AXPViewBlockDefinition, AXPViewDefinition, AXPViewFieldDefinition, AXPViewQuery, AXPWidgetTrigger, AXPWidgetTriggers };