@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
@@ -547,10 +547,10 @@ class AXPDataSourceDefinitionProviderService {
547
547
  async get(name) {
548
548
  return (await this.items()).find((c) => c.name == name);
549
549
  }
550
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPDataSourceDefinitionProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
551
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPDataSourceDefinitionProviderService, providedIn: 'root' }); }
550
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPDataSourceDefinitionProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
551
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPDataSourceDefinitionProviderService, providedIn: 'root' }); }
552
552
  }
553
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPDataSourceDefinitionProviderService, decorators: [{
553
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPDataSourceDefinitionProviderService, decorators: [{
554
554
  type: Injectable,
555
555
  args: [{ providedIn: 'root' }]
556
556
  }] });
@@ -583,10 +583,10 @@ class AXPElementDataDirective {
583
583
  setData(data) {
584
584
  set(this.elementRef.nativeElement, this.path(), data);
585
585
  }
586
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPElementDataDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
587
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.8", type: AXPElementDataDirective, isStandalone: true, selector: "[axp-data]", inputs: { data: { classPropertyName: "data", publicName: "axp-data", isSignal: true, isRequired: false, transformFunction: null }, path: { classPropertyName: "path", publicName: "axp-data-path", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
586
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPElementDataDirective, deps: [{ token: i0.ElementRef }], target: i0.ɵɵFactoryTarget.Directive }); }
587
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.4", type: AXPElementDataDirective, isStandalone: true, selector: "[axp-data]", inputs: { data: { classPropertyName: "data", publicName: "axp-data", isSignal: true, isRequired: false, transformFunction: null }, path: { classPropertyName: "path", publicName: "axp-data-path", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
588
588
  }
589
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPElementDataDirective, decorators: [{
589
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPElementDataDirective, decorators: [{
590
590
  type: Directive,
591
591
  args: [{
592
592
  selector: '[axp-data]',
@@ -615,10 +615,10 @@ class AXPDblClickDirective {
615
615
  }
616
616
  this.lastTap = currentTime;
617
617
  }
618
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPDblClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
619
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.8", type: AXPDblClickDirective, isStandalone: true, selector: "[onDblClick]", outputs: { onDblClick: "onDblClick" }, host: { listeners: { "dblclick": "handleOnDblClick($event)", "touchend": "onTouchEnd($event)" } }, ngImport: i0 }); }
618
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPDblClickDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
619
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.4", type: AXPDblClickDirective, isStandalone: true, selector: "[onDblClick]", outputs: { onDblClick: "onDblClick" }, host: { listeners: { "dblclick": "handleOnDblClick($event)", "touchend": "onTouchEnd($event)" } }, ngImport: i0 }); }
620
620
  }
621
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPDblClickDirective, decorators: [{
621
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPDblClickDirective, decorators: [{
622
622
  type: Directive,
623
623
  args: [{
624
624
  selector: '[onDblClick]'
@@ -646,12 +646,13 @@ class AXPGridLayoutDirective {
646
646
  }
647
647
  }
648
648
  applyTailwindClasses() {
649
- const placement = this.options()?.placement;
649
+ const placement = this.options()?.positions;
650
650
  if (!placement)
651
651
  return;
652
652
  // Clear existing grid classes
653
653
  this.clearClasses();
654
654
  // Apply new grid classes based on the input options
655
+ this.setClasses(placement.sm, '');
655
656
  this.setClasses(placement.md, 'md:');
656
657
  this.setClasses(placement.lg, 'lg:');
657
658
  this.setClasses(placement.xl, 'xl:');
@@ -681,10 +682,10 @@ class AXPGridLayoutDirective {
681
682
  }
682
683
  });
683
684
  }
684
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPGridLayoutDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
685
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.1.8", type: AXPGridLayoutDirective, isStandalone: true, selector: "[axp-grid-layout]", inputs: { options: { classPropertyName: "options", publicName: "axp-grid-layout", isSignal: true, isRequired: true, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
685
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPGridLayoutDirective, deps: [{ token: i0.ElementRef }, { token: i0.Renderer2 }], target: i0.ɵɵFactoryTarget.Directive }); }
686
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.4", type: AXPGridLayoutDirective, isStandalone: true, selector: "[axp-grid-layout]", inputs: { options: { classPropertyName: "options", publicName: "axp-grid-layout", isSignal: true, isRequired: true, transformFunction: null } }, usesOnChanges: true, ngImport: i0 }); }
686
687
  }
687
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPGridLayoutDirective, decorators: [{
688
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPGridLayoutDirective, decorators: [{
688
689
  type: Directive,
689
690
  args: [{
690
691
  selector: '[axp-grid-layout]',
@@ -699,10 +700,10 @@ class AXPContentCheckerDirective {
699
700
  this.elementRef = inject((ElementRef));
700
701
  this.isEmpty = computed(() => this.viewContainerRef.length === 0, ...(ngDevMode ? [{ debugName: "isEmpty" }] : []));
701
702
  }
702
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPContentCheckerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
703
- static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.1.8", type: AXPContentCheckerDirective, isStandalone: true, selector: "[axp-content-checker]", exportAs: ["checker"], ngImport: i0 }); }
703
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPContentCheckerDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
704
+ static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "14.0.0", version: "20.3.4", type: AXPContentCheckerDirective, isStandalone: true, selector: "[axp-content-checker]", exportAs: ["checker"], ngImport: i0 }); }
704
705
  }
705
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPContentCheckerDirective, decorators: [{
706
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPContentCheckerDirective, decorators: [{
706
707
  type: Directive,
707
708
  args: [{
708
709
  selector: '[axp-content-checker]',
@@ -828,10 +829,10 @@ class AXPBroadcastEventService {
828
829
  // Cleanup multi-tab event history
829
830
  this.multiTabEventHistory.clear();
830
831
  }
831
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPBroadcastEventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
832
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPBroadcastEventService, providedIn: 'root' }); }
832
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPBroadcastEventService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
833
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPBroadcastEventService, providedIn: 'root' }); }
833
834
  }
834
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPBroadcastEventService, decorators: [{
835
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPBroadcastEventService, decorators: [{
835
836
  type: Injectable,
836
837
  args: [{
837
838
  providedIn: 'root',
@@ -870,10 +871,10 @@ class AXPExpressionEvaluatorScopeProviderService {
870
871
  await this.load();
871
872
  return this.cache || {};
872
873
  }
873
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPExpressionEvaluatorScopeProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
874
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPExpressionEvaluatorScopeProviderService, providedIn: 'root' }); }
874
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPExpressionEvaluatorScopeProviderService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
875
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPExpressionEvaluatorScopeProviderService, providedIn: 'root' }); }
875
876
  }
876
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPExpressionEvaluatorScopeProviderService, decorators: [{
877
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPExpressionEvaluatorScopeProviderService, decorators: [{
877
878
  type: Injectable,
878
879
  args: [{ providedIn: 'root' }]
879
880
  }] });
@@ -906,7 +907,7 @@ class AXPExpressionEvaluatorService {
906
907
  // Merge pluginScopes and userScope (userScope takes precedence)
907
908
  return { ...pluginScopes, ...userScope };
908
909
  }
909
- async evaluate(source, scope) {
910
+ async evaluate(source, scope = {}) {
910
911
  try {
911
912
  const mergedScope = await this.getMergedScope(scope);
912
913
  if (typeof source === 'string' && source.includes('{{')) {
@@ -982,10 +983,10 @@ class AXPExpressionEvaluatorService {
982
983
  }
983
984
  return false;
984
985
  }
985
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPExpressionEvaluatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
986
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPExpressionEvaluatorService, providedIn: 'root' }); }
986
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPExpressionEvaluatorService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
987
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPExpressionEvaluatorService, providedIn: 'root' }); }
987
988
  }
988
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPExpressionEvaluatorService, decorators: [{
989
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPExpressionEvaluatorService, decorators: [{
989
990
  type: Injectable,
990
991
  args: [{ providedIn: 'root' }]
991
992
  }] });
@@ -1010,10 +1011,10 @@ class AXPAppStartUpService {
1010
1011
  loadingText.innerHTML = status;
1011
1012
  }
1012
1013
  }
1013
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPAppStartUpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1014
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPAppStartUpService, providedIn: 'root' }); }
1014
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPAppStartUpService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
1015
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPAppStartUpService, providedIn: 'root' }); }
1015
1016
  }
1016
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPAppStartUpService, decorators: [{
1017
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPAppStartUpService, decorators: [{
1017
1018
  type: Injectable,
1018
1019
  args: [{
1019
1020
  providedIn: 'root',
@@ -1178,6 +1179,7 @@ var AXPSystemActionType;
1178
1179
  AXPSystemActionType["Sync"] = "sync";
1179
1180
  AXPSystemActionType["Reset"] = "reset";
1180
1181
  AXPSystemActionType["Clear"] = "clear";
1182
+ AXPSystemActionType["Distribution"] = "distribution";
1181
1183
  })(AXPSystemActionType || (AXPSystemActionType = {}));
1182
1184
  const i18n = (key) => `@general:actions.${key}`;
1183
1185
  const AXPSystemActions = Object.freeze({
@@ -1187,8 +1189,8 @@ const AXPSystemActions = Object.freeze({
1187
1189
  icon: 'fa-light fa-eye',
1188
1190
  color: 'primary',
1189
1191
  descriptions: {
1190
- button: i18n('view.button'),
1191
- tooltip: i18n('view.tooltip'),
1192
+ title: i18n('view.title'),
1193
+ tooltip: i18n('view.description'),
1192
1194
  permission: i18n('view.permission'),
1193
1195
  audit: i18n('view.audit')
1194
1196
  }
@@ -1199,8 +1201,8 @@ const AXPSystemActions = Object.freeze({
1199
1201
  icon: 'fa-light fa-plus',
1200
1202
  color: 'primary',
1201
1203
  descriptions: {
1202
- button: i18n('create.button'),
1203
- tooltip: i18n('create.tooltip'),
1204
+ title: i18n('create.title'),
1205
+ tooltip: i18n('create.description'),
1204
1206
  permission: i18n('create.permission'),
1205
1207
  audit: i18n('create.audit')
1206
1208
  }
@@ -1211,8 +1213,8 @@ const AXPSystemActions = Object.freeze({
1211
1213
  icon: 'fa-light fa-pen',
1212
1214
  color: 'default',
1213
1215
  descriptions: {
1214
- button: i18n('edit.button'),
1215
- tooltip: i18n('edit.tooltip'),
1216
+ title: i18n('edit.title'),
1217
+ tooltip: i18n('edit.description'),
1216
1218
  permission: i18n('edit.permission'),
1217
1219
  audit: i18n('edit.audit')
1218
1220
  }
@@ -1224,8 +1226,8 @@ const AXPSystemActions = Object.freeze({
1224
1226
  color: 'danger',
1225
1227
  critical: true,
1226
1228
  descriptions: {
1227
- button: i18n('delete.button'),
1228
- tooltip: i18n('delete.tooltip'),
1229
+ title: i18n('delete.title'),
1230
+ tooltip: i18n('delete.description'),
1229
1231
  permission: i18n('delete.permission'),
1230
1232
  audit: i18n('delete.audit')
1231
1233
  }
@@ -1237,8 +1239,8 @@ const AXPSystemActions = Object.freeze({
1237
1239
  color: 'success',
1238
1240
  critical: true,
1239
1241
  descriptions: {
1240
- button: i18n('approve.button'),
1241
- tooltip: i18n('approve.tooltip'),
1242
+ title: i18n('approve.title'),
1243
+ tooltip: i18n('approve.description'),
1242
1244
  permission: i18n('approve.permission'),
1243
1245
  audit: i18n('approve.audit')
1244
1246
  }
@@ -1249,8 +1251,8 @@ const AXPSystemActions = Object.freeze({
1249
1251
  icon: 'fa-light fa-paper-plane',
1250
1252
  color: 'primary',
1251
1253
  descriptions: {
1252
- button: i18n('submit.button'),
1253
- tooltip: i18n('submit.tooltip'),
1254
+ title: i18n('submit.title'),
1255
+ tooltip: i18n('submit.description'),
1254
1256
  permission: i18n('submit.permission'),
1255
1257
  audit: i18n('submit.audit')
1256
1258
  }
@@ -1262,8 +1264,8 @@ const AXPSystemActions = Object.freeze({
1262
1264
  color: 'danger',
1263
1265
  critical: true,
1264
1266
  descriptions: {
1265
- button: i18n('reject.button'),
1266
- tooltip: i18n('reject.tooltip'),
1267
+ title: i18n('reject.title'),
1268
+ tooltip: i18n('reject.description'),
1267
1269
  permission: i18n('reject.permission'),
1268
1270
  audit: i18n('reject.audit')
1269
1271
  }
@@ -1274,8 +1276,8 @@ const AXPSystemActions = Object.freeze({
1274
1276
  icon: 'fa-light fa-download',
1275
1277
  color: 'default',
1276
1278
  descriptions: {
1277
- button: i18n('export.button'),
1278
- tooltip: i18n('export.tooltip'),
1279
+ title: i18n('export.title'),
1280
+ tooltip: i18n('export.description'),
1279
1281
  permission: i18n('export.permission'),
1280
1282
  audit: i18n('export.audit')
1281
1283
  }
@@ -1286,8 +1288,8 @@ const AXPSystemActions = Object.freeze({
1286
1288
  icon: 'fa-light fa-upload',
1287
1289
  color: 'default',
1288
1290
  descriptions: {
1289
- button: i18n('import.button'),
1290
- tooltip: i18n('import.tooltip'),
1291
+ title: i18n('import.title'),
1292
+ tooltip: i18n('import.description'),
1291
1293
  permission: i18n('import.permission'),
1292
1294
  audit: i18n('import.audit')
1293
1295
  }
@@ -1298,8 +1300,8 @@ const AXPSystemActions = Object.freeze({
1298
1300
  icon: 'fa-light fa-print',
1299
1301
  color: 'default',
1300
1302
  descriptions: {
1301
- button: i18n('print.button'),
1302
- tooltip: i18n('print.tooltip'),
1303
+ title: i18n('print.title'),
1304
+ tooltip: i18n('print.description'),
1303
1305
  permission: i18n('print.permission'),
1304
1306
  audit: i18n('print.audit')
1305
1307
  }
@@ -1310,8 +1312,8 @@ const AXPSystemActions = Object.freeze({
1310
1312
  icon: 'fa-light fa-clone',
1311
1313
  color: 'warning',
1312
1314
  descriptions: {
1313
- button: i18n('duplicate.button'),
1314
- tooltip: i18n('duplicate.tooltip'),
1315
+ title: i18n('duplicate.title'),
1316
+ tooltip: i18n('duplicate.description'),
1315
1317
  permission: i18n('duplicate.permission'),
1316
1318
  audit: i18n('duplicate.audit')
1317
1319
  }
@@ -1322,8 +1324,8 @@ const AXPSystemActions = Object.freeze({
1322
1324
  icon: 'fa-light fa-box-archive',
1323
1325
  color: 'default',
1324
1326
  descriptions: {
1325
- button: i18n('archive.button'),
1326
- tooltip: i18n('archive.tooltip'),
1327
+ title: i18n('archive.title'),
1328
+ tooltip: i18n('archive.description'),
1327
1329
  permission: i18n('archive.permission'),
1328
1330
  audit: i18n('archive.audit')
1329
1331
  }
@@ -1334,8 +1336,8 @@ const AXPSystemActions = Object.freeze({
1334
1336
  icon: 'fa-light fa-arrow-rotate-left',
1335
1337
  color: 'default',
1336
1338
  descriptions: {
1337
- button: i18n('restore.button'),
1338
- tooltip: i18n('restore.tooltip'),
1339
+ title: i18n('restore.title'),
1340
+ tooltip: i18n('restore.description'),
1339
1341
  permission: i18n('restore.permission'),
1340
1342
  audit: i18n('restore.audit')
1341
1343
  }
@@ -1346,8 +1348,8 @@ const AXPSystemActions = Object.freeze({
1346
1348
  icon: 'fa-light fa-user-plus',
1347
1349
  color: 'primary',
1348
1350
  descriptions: {
1349
- button: i18n('assign.button'),
1350
- tooltip: i18n('assign.tooltip'),
1351
+ title: i18n('assign.title'),
1352
+ tooltip: i18n('assign.description'),
1351
1353
  permission: i18n('assign.permission'),
1352
1354
  audit: i18n('assign.audit')
1353
1355
  }
@@ -1358,8 +1360,8 @@ const AXPSystemActions = Object.freeze({
1358
1360
  icon: 'fa-light fa-lock',
1359
1361
  color: 'warning',
1360
1362
  descriptions: {
1361
- button: i18n('lock.button'),
1362
- tooltip: i18n('lock.tooltip'),
1363
+ title: i18n('lock.title'),
1364
+ tooltip: i18n('lock.description'),
1363
1365
  permission: i18n('lock.permission'),
1364
1366
  audit: i18n('lock.audit')
1365
1367
  }
@@ -1370,8 +1372,8 @@ const AXPSystemActions = Object.freeze({
1370
1372
  icon: 'fa-light fa-unlock',
1371
1373
  color: 'success',
1372
1374
  descriptions: {
1373
- button: i18n('unlock.button'),
1374
- tooltip: i18n('unlock.tooltip'),
1375
+ title: i18n('unlock.title'),
1376
+ tooltip: i18n('unlock.description'),
1375
1377
  permission: i18n('unlock.permission'),
1376
1378
  audit: i18n('unlock.audit')
1377
1379
  }
@@ -1382,8 +1384,8 @@ const AXPSystemActions = Object.freeze({
1382
1384
  icon: 'fa-light fa-share-nodes',
1383
1385
  color: 'info',
1384
1386
  descriptions: {
1385
- button: i18n('share.button'),
1386
- tooltip: i18n('share.tooltip'),
1387
+ title: i18n('share.title'),
1388
+ tooltip: i18n('share.description'),
1387
1389
  permission: i18n('share.permission'),
1388
1390
  audit: i18n('share.audit')
1389
1391
  }
@@ -1394,8 +1396,8 @@ const AXPSystemActions = Object.freeze({
1394
1396
  icon: 'fa-light fa-sliders',
1395
1397
  color: 'primary',
1396
1398
  descriptions: {
1397
- button: i18n('configure.button'),
1398
- tooltip: i18n('configure.tooltip'),
1399
+ title: i18n('configure.title'),
1400
+ tooltip: i18n('configure.description'),
1399
1401
  permission: i18n('configure.permission'),
1400
1402
  audit: i18n('configure.audit')
1401
1403
  }
@@ -1406,8 +1408,8 @@ const AXPSystemActions = Object.freeze({
1406
1408
  icon: 'fa-light fa-arrow-down-up-across-line',
1407
1409
  color: 'default',
1408
1410
  descriptions: {
1409
- button: i18n('reorder.button'),
1410
- tooltip: i18n('reorder.tooltip'),
1411
+ title: i18n('reorder.title'),
1412
+ tooltip: i18n('reorder.description'),
1411
1413
  permission: i18n('reorder.permission'),
1412
1414
  audit: i18n('reorder.audit')
1413
1415
  }
@@ -1418,8 +1420,8 @@ const AXPSystemActions = Object.freeze({
1418
1420
  icon: 'fa-light fa-magnifying-glass',
1419
1421
  color: 'default',
1420
1422
  descriptions: {
1421
- button: i18n('preview.button'),
1422
- tooltip: i18n('preview.tooltip'),
1423
+ title: i18n('preview.title'),
1424
+ tooltip: i18n('preview.description'),
1423
1425
  permission: i18n('preview.permission'),
1424
1426
  audit: i18n('preview.audit')
1425
1427
  }
@@ -1430,8 +1432,8 @@ const AXPSystemActions = Object.freeze({
1430
1432
  icon: 'fa-light fa-globe',
1431
1433
  color: 'success',
1432
1434
  descriptions: {
1433
- button: i18n('publish.button'),
1434
- tooltip: i18n('publish.tooltip'),
1435
+ title: i18n('publish.title'),
1436
+ tooltip: i18n('publish.description'),
1435
1437
  permission: i18n('publish.permission'),
1436
1438
  audit: i18n('publish.audit')
1437
1439
  }
@@ -1442,8 +1444,8 @@ const AXPSystemActions = Object.freeze({
1442
1444
  icon: 'fa-light fa-globe-slash',
1443
1445
  color: 'danger',
1444
1446
  descriptions: {
1445
- button: i18n('unpublish.button'),
1446
- tooltip: i18n('unpublish.tooltip'),
1447
+ title: i18n('unpublish.title'),
1448
+ tooltip: i18n('unpublish.description'),
1447
1449
  permission: i18n('unpublish.permission'),
1448
1450
  audit: i18n('unpublish.audit')
1449
1451
  }
@@ -1454,8 +1456,8 @@ const AXPSystemActions = Object.freeze({
1454
1456
  icon: 'fa-light fa-upload',
1455
1457
  color: 'default',
1456
1458
  descriptions: {
1457
- button: i18n('upload.button'),
1458
- tooltip: i18n('upload.tooltip'),
1459
+ title: i18n('upload.title'),
1460
+ tooltip: i18n('upload.description'),
1459
1461
  permission: i18n('upload.permission'),
1460
1462
  audit: i18n('upload.audit')
1461
1463
  }
@@ -1466,8 +1468,8 @@ const AXPSystemActions = Object.freeze({
1466
1468
  icon: 'fa-light fa-download',
1467
1469
  color: 'default',
1468
1470
  descriptions: {
1469
- button: i18n('download.button'),
1470
- tooltip: i18n('download.tooltip'),
1471
+ title: i18n('download.title'),
1472
+ tooltip: i18n('download.description'),
1471
1473
  permission: i18n('download.permission'),
1472
1474
  audit: i18n('download.audit')
1473
1475
  }
@@ -1478,8 +1480,8 @@ const AXPSystemActions = Object.freeze({
1478
1480
  icon: 'fa-light fa-copy',
1479
1481
  color: 'default',
1480
1482
  descriptions: {
1481
- button: i18n('copy.button'),
1482
- tooltip: i18n('copy.tooltip'),
1483
+ title: i18n('copy.title'),
1484
+ tooltip: i18n('copy.description'),
1483
1485
  permission: i18n('copy.permission'),
1484
1486
  audit: i18n('copy.audit')
1485
1487
  }
@@ -1490,8 +1492,8 @@ const AXPSystemActions = Object.freeze({
1490
1492
  icon: 'fa-light fa-arrow-right-arrow-left',
1491
1493
  color: 'default',
1492
1494
  descriptions: {
1493
- button: i18n('move.button'),
1494
- tooltip: i18n('move.tooltip'),
1495
+ title: i18n('move.title'),
1496
+ tooltip: i18n('move.description'),
1495
1497
  permission: i18n('move.permission'),
1496
1498
  audit: i18n('move.audit')
1497
1499
  }
@@ -1502,8 +1504,8 @@ const AXPSystemActions = Object.freeze({
1502
1504
  icon: 'fa-light fa-pen',
1503
1505
  color: 'default',
1504
1506
  descriptions: {
1505
- button: i18n('rename.button'),
1506
- tooltip: i18n('rename.tooltip'),
1507
+ title: i18n('rename.title'),
1508
+ tooltip: i18n('rename.description'),
1507
1509
  permission: i18n('rename.permission'),
1508
1510
  audit: i18n('rename.audit')
1509
1511
  }
@@ -1514,8 +1516,8 @@ const AXPSystemActions = Object.freeze({
1514
1516
  icon: 'fa-light fa-gear',
1515
1517
  color: 'default',
1516
1518
  descriptions: {
1517
- button: i18n('manage.button'),
1518
- tooltip: i18n('manage.tooltip'),
1519
+ title: i18n('manage.title'),
1520
+ tooltip: i18n('manage.description'),
1519
1521
  permission: i18n('manage.permission'),
1520
1522
  audit: i18n('manage.audit')
1521
1523
  }
@@ -1526,8 +1528,8 @@ const AXPSystemActions = Object.freeze({
1526
1528
  icon: 'fa-light fa-info',
1527
1529
  color: 'default',
1528
1530
  descriptions: {
1529
- button: i18n('info.button'),
1530
- tooltip: i18n('info.tooltip'),
1531
+ title: i18n('info.title'),
1532
+ tooltip: i18n('info.description'),
1531
1533
  permission: i18n('info.permission'),
1532
1534
  audit: i18n('info.audit')
1533
1535
  }
@@ -1538,8 +1540,8 @@ const AXPSystemActions = Object.freeze({
1538
1540
  icon: 'fa-light fa-check',
1539
1541
  color: 'success',
1540
1542
  descriptions: {
1541
- button: i18n('confirm.button'),
1542
- tooltip: i18n('confirm.tooltip'),
1543
+ title: i18n('confirm.title'),
1544
+ tooltip: i18n('confirm.description'),
1543
1545
  permission: i18n('confirm.permission'),
1544
1546
  audit: i18n('confirm.audit')
1545
1547
  }
@@ -1550,8 +1552,8 @@ const AXPSystemActions = Object.freeze({
1550
1552
  icon: 'fa-light fa-paintbrush',
1551
1553
  color: 'default',
1552
1554
  descriptions: {
1553
- button: i18n('design.button'),
1554
- tooltip: i18n('design.tooltip'),
1555
+ title: i18n('design.title'),
1556
+ tooltip: i18n('design.description'),
1555
1557
  permission: i18n('design.permission'),
1556
1558
  audit: i18n('design.audit')
1557
1559
  }
@@ -1562,8 +1564,8 @@ const AXPSystemActions = Object.freeze({
1562
1564
  icon: 'fa-light fa-history',
1563
1565
  color: 'default',
1564
1566
  descriptions: {
1565
- button: i18n('version-history.button'),
1566
- tooltip: i18n('version-history.tooltip'),
1567
+ title: i18n('version-history.title'),
1568
+ tooltip: i18n('version-history.description'),
1567
1569
  permission: i18n('version-history.permission'),
1568
1570
  audit: i18n('version-history.audit')
1569
1571
  }
@@ -1574,8 +1576,8 @@ const AXPSystemActions = Object.freeze({
1574
1576
  icon: 'fa-light fa-code-compare',
1575
1577
  color: 'default',
1576
1578
  descriptions: {
1577
- button: i18n('compare.button'),
1578
- tooltip: i18n('compare.tooltip'),
1579
+ title: i18n('compare.title'),
1580
+ tooltip: i18n('compare.description'),
1579
1581
  permission: i18n('compare.permission'),
1580
1582
  audit: i18n('compare.audit')
1581
1583
  }
@@ -1586,8 +1588,8 @@ const AXPSystemActions = Object.freeze({
1586
1588
  icon: 'fa-light fa-comments',
1587
1589
  color: 'default',
1588
1590
  descriptions: {
1589
- button: i18n('comments.button'),
1590
- tooltip: i18n('comments.tooltip'),
1591
+ title: i18n('comments.title'),
1592
+ tooltip: i18n('comments.description'),
1591
1593
  permission: i18n('comments.permission'),
1592
1594
  audit: i18n('comments.audit')
1593
1595
  }
@@ -1598,8 +1600,8 @@ const AXPSystemActions = Object.freeze({
1598
1600
  icon: 'fa-light fa-signature',
1599
1601
  color: 'default',
1600
1602
  descriptions: {
1601
- button: i18n('sign.button'),
1602
- tooltip: i18n('sign.tooltip'),
1603
+ title: i18n('sign.title'),
1604
+ tooltip: i18n('sign.description'),
1603
1605
  permission: i18n('sign.permission'),
1604
1606
  audit: i18n('sign.audit')
1605
1607
  }
@@ -1610,8 +1612,8 @@ const AXPSystemActions = Object.freeze({
1610
1612
  icon: 'fa-light fa-cog',
1611
1613
  color: 'default',
1612
1614
  descriptions: {
1613
- button: i18n('setup.button'),
1614
- tooltip: i18n('setup.tooltip'),
1615
+ title: i18n('setup.title'),
1616
+ tooltip: i18n('setup.description'),
1615
1617
  permission: i18n('setup.permission'),
1616
1618
  audit: i18n('setup.audit')
1617
1619
  }
@@ -1622,8 +1624,8 @@ const AXPSystemActions = Object.freeze({
1622
1624
  icon: 'fa-light fa-envelope',
1623
1625
  color: 'default',
1624
1626
  descriptions: {
1625
- button: i18n('send.button'),
1626
- tooltip: i18n('send.tooltip'),
1627
+ title: i18n('send.title'),
1628
+ tooltip: i18n('send.description'),
1627
1629
  permission: i18n('send.permission'),
1628
1630
  audit: i18n('send.audit')
1629
1631
  }
@@ -1634,8 +1636,8 @@ const AXPSystemActions = Object.freeze({
1634
1636
  icon: 'fa-light fa-chart-line',
1635
1637
  color: 'default',
1636
1638
  descriptions: {
1637
- button: i18n('report.button'),
1638
- tooltip: i18n('report.tooltip'),
1639
+ title: i18n('report.title'),
1640
+ tooltip: i18n('report.description'),
1639
1641
  permission: i18n('report.permission'),
1640
1642
  audit: i18n('report.audit')
1641
1643
  }
@@ -1646,8 +1648,8 @@ const AXPSystemActions = Object.freeze({
1646
1648
  icon: 'fa-light fa-paper-plane',
1647
1649
  color: 'default',
1648
1650
  descriptions: {
1649
- button: i18n('sent.button'),
1650
- tooltip: i18n('sent.tooltip'),
1651
+ title: i18n('sent.title'),
1652
+ tooltip: i18n('sent.description'),
1651
1653
  permission: i18n('sent.permission'),
1652
1654
  audit: i18n('sent.audit')
1653
1655
  }
@@ -1658,8 +1660,8 @@ const AXPSystemActions = Object.freeze({
1658
1660
  icon: 'fa-light fa-eye',
1659
1661
  color: 'default',
1660
1662
  descriptions: {
1661
- button: i18n('review.button'),
1662
- tooltip: i18n('review.tooltip'),
1663
+ title: i18n('review.title'),
1664
+ tooltip: i18n('review.description'),
1663
1665
  permission: i18n('review.permission'),
1664
1666
  audit: i18n('review.audit')
1665
1667
  }
@@ -1670,8 +1672,8 @@ const AXPSystemActions = Object.freeze({
1670
1672
  icon: 'fa-light fa-wand-magic-sparkles',
1671
1673
  color: 'primary',
1672
1674
  descriptions: {
1673
- button: i18n('generate.button'),
1674
- tooltip: i18n('generate.tooltip'),
1675
+ title: i18n('generate.title'),
1676
+ tooltip: i18n('generate.description'),
1675
1677
  permission: i18n('generate.permission'),
1676
1678
  audit: i18n('generate.audit')
1677
1679
  }
@@ -1682,8 +1684,8 @@ const AXPSystemActions = Object.freeze({
1682
1684
  icon: 'fa-light fa-arrows-rotate',
1683
1685
  color: 'default',
1684
1686
  descriptions: {
1685
- button: i18n('refresh.button'),
1686
- tooltip: i18n('refresh.tooltip'),
1687
+ title: i18n('refresh.title'),
1688
+ tooltip: i18n('refresh.description'),
1687
1689
  permission: i18n('refresh.permission'),
1688
1690
  audit: i18n('refresh.audit')
1689
1691
  }
@@ -1694,8 +1696,8 @@ const AXPSystemActions = Object.freeze({
1694
1696
  icon: 'fa-light fa-arrows-rotate',
1695
1697
  color: 'default',
1696
1698
  descriptions: {
1697
- button: i18n('reload.button'),
1698
- tooltip: i18n('reload.tooltip'),
1699
+ title: i18n('reload.title'),
1700
+ tooltip: i18n('reload.description'),
1699
1701
  permission: i18n('reload.permission'),
1700
1702
  audit: i18n('reload.audit')
1701
1703
  }
@@ -1706,8 +1708,8 @@ const AXPSystemActions = Object.freeze({
1706
1708
  icon: 'fa-light fa-magnifying-glass',
1707
1709
  color: 'default',
1708
1710
  descriptions: {
1709
- button: i18n('search.button'),
1710
- tooltip: i18n('search.tooltip'),
1711
+ title: i18n('search.title'),
1712
+ tooltip: i18n('search.description'),
1711
1713
  permission: i18n('search.permission'),
1712
1714
  audit: i18n('search.audit')
1713
1715
  }
@@ -1718,8 +1720,8 @@ const AXPSystemActions = Object.freeze({
1718
1720
  icon: 'fa-light fa-filter',
1719
1721
  color: 'default',
1720
1722
  descriptions: {
1721
- button: i18n('filter.button'),
1722
- tooltip: i18n('filter.tooltip'),
1723
+ title: i18n('filter.title'),
1724
+ tooltip: i18n('filter.description'),
1723
1725
  permission: i18n('filter.permission'),
1724
1726
  audit: i18n('filter.audit')
1725
1727
  }
@@ -1730,8 +1732,8 @@ const AXPSystemActions = Object.freeze({
1730
1732
  icon: 'fa-light fa-arrow-down-up-across-line',
1731
1733
  color: 'default',
1732
1734
  descriptions: {
1733
- button: i18n('sort.button'),
1734
- tooltip: i18n('sort.tooltip'),
1735
+ title: i18n('sort.title'),
1736
+ tooltip: i18n('sort.description'),
1735
1737
  permission: i18n('sort.permission'),
1736
1738
  audit: i18n('sort.audit')
1737
1739
  }
@@ -1742,8 +1744,8 @@ const AXPSystemActions = Object.freeze({
1742
1744
  icon: 'fa-light fa-play',
1743
1745
  color: 'success',
1744
1746
  descriptions: {
1745
- button: i18n('start.button'),
1746
- tooltip: i18n('start.tooltip'),
1747
+ title: i18n('start.title'),
1748
+ tooltip: i18n('start.description'),
1747
1749
  permission: i18n('start.permission'),
1748
1750
  audit: i18n('start.audit')
1749
1751
  }
@@ -1755,8 +1757,8 @@ const AXPSystemActions = Object.freeze({
1755
1757
  color: 'danger',
1756
1758
  critical: true,
1757
1759
  descriptions: {
1758
- button: i18n('stop.button'),
1759
- tooltip: i18n('stop.tooltip'),
1760
+ title: i18n('stop.title'),
1761
+ tooltip: i18n('stop.description'),
1760
1762
  permission: i18n('stop.permission'),
1761
1763
  audit: i18n('stop.audit')
1762
1764
  }
@@ -1767,8 +1769,8 @@ const AXPSystemActions = Object.freeze({
1767
1769
  icon: 'fa-light fa-pause',
1768
1770
  color: 'warning',
1769
1771
  descriptions: {
1770
- button: i18n('pause.button'),
1771
- tooltip: i18n('pause.tooltip'),
1772
+ title: i18n('pause.title'),
1773
+ tooltip: i18n('pause.description'),
1772
1774
  permission: i18n('pause.permission'),
1773
1775
  audit: i18n('pause.audit')
1774
1776
  }
@@ -1780,8 +1782,8 @@ const AXPSystemActions = Object.freeze({
1780
1782
  color: 'danger',
1781
1783
  critical: true,
1782
1784
  descriptions: {
1783
- button: i18n('cancel.button'),
1784
- tooltip: i18n('cancel.tooltip'),
1785
+ title: i18n('cancel.title'),
1786
+ tooltip: i18n('cancel.description'),
1785
1787
  permission: i18n('cancel.permission'),
1786
1788
  audit: i18n('cancel.audit')
1787
1789
  }
@@ -1792,8 +1794,8 @@ const AXPSystemActions = Object.freeze({
1792
1794
  icon: 'fa-light fa-xmark',
1793
1795
  color: 'default',
1794
1796
  descriptions: {
1795
- button: i18n('close.button'),
1796
- tooltip: i18n('close.tooltip'),
1797
+ title: i18n('close.title'),
1798
+ tooltip: i18n('close.description'),
1797
1799
  permission: i18n('close.permission'),
1798
1800
  audit: i18n('close.audit')
1799
1801
  }
@@ -1804,8 +1806,8 @@ const AXPSystemActions = Object.freeze({
1804
1806
  icon: 'fa-light fa-check',
1805
1807
  color: 'success',
1806
1808
  descriptions: {
1807
- button: i18n('complete.button'),
1808
- tooltip: i18n('complete.tooltip'),
1809
+ title: i18n('complete.title'),
1810
+ tooltip: i18n('complete.description'),
1809
1811
  permission: i18n('complete.permission'),
1810
1812
  audit: i18n('complete.audit')
1811
1813
  }
@@ -1816,8 +1818,8 @@ const AXPSystemActions = Object.freeze({
1816
1818
  icon: 'fa-light fa-floppy-disk',
1817
1819
  color: 'primary',
1818
1820
  descriptions: {
1819
- button: i18n('save.button'),
1820
- tooltip: i18n('save.tooltip'),
1821
+ title: i18n('save.title'),
1822
+ tooltip: i18n('save.description'),
1821
1823
  permission: i18n('save.permission'),
1822
1824
  audit: i18n('save.audit')
1823
1825
  }
@@ -1828,8 +1830,8 @@ const AXPSystemActions = Object.freeze({
1828
1830
  icon: 'fa-light fa-floppy-disk',
1829
1831
  color: 'default',
1830
1832
  descriptions: {
1831
- button: i18n('save-as.button'),
1832
- tooltip: i18n('save-as.tooltip'),
1833
+ title: i18n('save-as.title'),
1834
+ tooltip: i18n('save-as.description'),
1833
1835
  permission: i18n('save-as.permission'),
1834
1836
  audit: i18n('save-as.audit')
1835
1837
  }
@@ -1840,8 +1842,8 @@ const AXPSystemActions = Object.freeze({
1840
1842
  icon: 'fa-light fa-arrows-rotate',
1841
1843
  color: 'default',
1842
1844
  descriptions: {
1843
- button: i18n('sync.button'),
1844
- tooltip: i18n('sync.tooltip'),
1845
+ title: i18n('sync.title'),
1846
+ tooltip: i18n('sync.description'),
1845
1847
  permission: i18n('sync.permission'),
1846
1848
  audit: i18n('sync.audit')
1847
1849
  }
@@ -1853,8 +1855,8 @@ const AXPSystemActions = Object.freeze({
1853
1855
  color: 'warning',
1854
1856
  critical: true,
1855
1857
  descriptions: {
1856
- button: i18n('reset.button'),
1857
- tooltip: i18n('reset.tooltip'),
1858
+ title: i18n('reset.title'),
1859
+ tooltip: i18n('reset.description'),
1858
1860
  permission: i18n('reset.permission'),
1859
1861
  audit: i18n('reset.audit')
1860
1862
  }
@@ -1865,12 +1867,24 @@ const AXPSystemActions = Object.freeze({
1865
1867
  icon: 'fa-light fa-eraser',
1866
1868
  color: 'default',
1867
1869
  descriptions: {
1868
- button: i18n('clear.button'),
1869
- tooltip: i18n('clear.tooltip'),
1870
+ title: i18n('clear.title'),
1871
+ tooltip: i18n('clear.description'),
1870
1872
  permission: i18n('clear.permission'),
1871
1873
  audit: i18n('clear.audit')
1872
1874
  }
1873
1875
  },
1876
+ Distribution: {
1877
+ key: AXPSystemActionType.Distribution,
1878
+ title: i18n('distribution.title'),
1879
+ icon: 'fa-light fa-share-nodes',
1880
+ color: 'default',
1881
+ descriptions: {
1882
+ title: i18n('distribution.title'),
1883
+ tooltip: i18n('distribution.description'),
1884
+ permission: i18n('distribution.permission'),
1885
+ audit: i18n('distribution.audit')
1886
+ }
1887
+ },
1874
1888
  });
1875
1889
  function getSystemActions(type) {
1876
1890
  return Object.values(AXPSystemActions).find(action => action.key === type);
@@ -1913,7 +1927,7 @@ function getActionButton(actionType) {
1913
1927
  icon: systemAction.icon || '',
1914
1928
  color: systemAction.color || 'default',
1915
1929
  title: systemAction.title,
1916
- description: systemAction.descriptions.button
1930
+ description: systemAction.descriptions.title
1917
1931
  };
1918
1932
  }
1919
1933
  }
@@ -2034,10 +2048,10 @@ class AXPCountdownPipe {
2034
2048
  updateTargetDate(value) {
2035
2049
  this.targetDate = new Date(value).getTime();
2036
2050
  }
2037
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPCountdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2038
- static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.1.8", ngImport: i0, type: AXPCountdownPipe, isStandalone: true, name: "countdown", pure: false }); }
2051
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPCountdownPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); }
2052
+ static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.3.4", ngImport: i0, type: AXPCountdownPipe, isStandalone: true, name: "countdown", pure: false }); }
2039
2053
  }
2040
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPCountdownPipe, decorators: [{
2054
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPCountdownPipe, decorators: [{
2041
2055
  type: Pipe,
2042
2056
  args: [{
2043
2057
  name: 'countdown',
@@ -2352,10 +2366,10 @@ class AXHighlightService {
2352
2366
  resultHTML += '</span>';
2353
2367
  return resultHTML;
2354
2368
  }
2355
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXHighlightService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2356
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXHighlightService, providedIn: 'root' }); }
2369
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXHighlightService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2370
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXHighlightService, providedIn: 'root' }); }
2357
2371
  }
2358
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXHighlightService, decorators: [{
2372
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXHighlightService, decorators: [{
2359
2373
  type: Injectable,
2360
2374
  args: [{
2361
2375
  providedIn: 'root',
@@ -2379,10 +2393,10 @@ class AXPActivityLogService {
2379
2393
  async getHistoryByIds(refId, refType, ids) {
2380
2394
  return (await Promise.all(this.providers?.map((p) => p.getHistoryByIds(refId, refType, ids)) ?? [])).flat();
2381
2395
  }
2382
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPActivityLogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2383
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPActivityLogService, providedIn: 'root' }); }
2396
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPActivityLogService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2397
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPActivityLogService, providedIn: 'root' }); }
2384
2398
  }
2385
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPActivityLogService, decorators: [{
2399
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPActivityLogService, decorators: [{
2386
2400
  type: Injectable,
2387
2401
  args: [{ providedIn: 'root' }]
2388
2402
  }] });
@@ -2415,7 +2429,6 @@ class AXPDistributedEventListenerService {
2415
2429
  const providers = await this.resolveProviders();
2416
2430
  const matched = providers.filter(p => p.key === key);
2417
2431
  if (!matched.length) {
2418
- console.warn(`[AXPDistributedEventListenerService] No provider found for key='${key}'`);
2419
2432
  return;
2420
2433
  }
2421
2434
  for (const provider of matched) {
@@ -2446,7 +2459,6 @@ class AXPDistributedEventListenerService {
2446
2459
  const timer = setTimeout(() => {
2447
2460
  if (!finished) {
2448
2461
  if (n < options.retries) {
2449
- console.warn(`[dispatchAsync] retrying key='${key}' (${n + 1}/${options.retries})`);
2450
2462
  resolve(attempt(n + 1));
2451
2463
  }
2452
2464
  else {
@@ -2528,10 +2540,10 @@ class AXPDistributedEventListenerService {
2528
2540
  this.listenersByKey.clear();
2529
2541
  this.providersLoaded = false;
2530
2542
  }
2531
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPDistributedEventListenerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2532
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPDistributedEventListenerService, providedIn: 'root' }); }
2543
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPDistributedEventListenerService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2544
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPDistributedEventListenerService, providedIn: 'root' }); }
2533
2545
  }
2534
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPDistributedEventListenerService, decorators: [{
2546
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPDistributedEventListenerService, decorators: [{
2535
2547
  type: Injectable,
2536
2548
  args: [{
2537
2549
  providedIn: 'root',
@@ -2584,10 +2596,10 @@ class AXPHookService {
2584
2596
  }
2585
2597
  return data;
2586
2598
  }
2587
- static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPHookService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2588
- static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPHookService, providedIn: 'root' }); }
2599
+ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPHookService, deps: [], target: i0.ɵɵFactoryTarget.Injectable }); }
2600
+ static { this.ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPHookService, providedIn: 'root' }); }
2589
2601
  }
2590
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.8", ngImport: i0, type: AXPHookService, decorators: [{
2602
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.4", ngImport: i0, type: AXPHookService, decorators: [{
2591
2603
  type: Injectable,
2592
2604
  args: [{ providedIn: 'root' }]
2593
2605
  }] });