@acorex/platform 20.2.4-next.7 → 20.2.4-next.9
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.
- package/core/index.d.ts +3 -10
- package/fesm2022/acorex-platform-layout-builder.mjs +1097 -630
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +79 -17
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +16 -16
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-button-widget-designer.component-lNF95FJv.mjs → acorex-platform-widgets-button-widget-designer.component-BJtkWusr.mjs} +3 -3
- package/fesm2022/acorex-platform-widgets-button-widget-designer.component-BJtkWusr.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-page-widget-designer.component-DRsLkulH.mjs → acorex-platform-widgets-page-widget-designer.component-Cw9WcZze.mjs} +74 -64
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-Cw9WcZze.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-text-block-widget-designer.component-CCMQtH3e.mjs → acorex-platform-widgets-text-block-widget-designer.component-DaR4Nkv4.mjs} +8 -12
- package/fesm2022/acorex-platform-widgets-text-block-widget-designer.component-DaR4Nkv4.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +3405 -3540
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/index.d.ts +355 -187
- package/layout/components/index.d.ts +2 -2
- package/layout/designer/index.d.ts +15 -3
- package/package.json +17 -31
- package/widgets/index.d.ts +152 -220
- package/fesm2022/acorex-platform-widgets-button-widget-designer.component-lNF95FJv.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-page-widget-designer.component-DRsLkulH.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-text-block-widget-designer.component-CCMQtH3e.mjs.map +0 -1
|
@@ -10,7 +10,7 @@ import { AXPExpressionEvaluatorService, AXPPlatformScope, AXPDistributedEventLis
|
|
|
10
10
|
import * as i2$2 from '@acorex/platform/workflow';
|
|
11
11
|
import { AXPWorkflowService, ofType, createWorkFlowEvent, AXPWorkflowAction, AXPWorkflowModule } from '@acorex/platform/workflow';
|
|
12
12
|
import * as i2 from '@acorex/platform/layout/builder';
|
|
13
|
-
import { AXPPageStatus, AXPWidgetRegistryService, AXPWidgetsCatalog, AXPValueWidgetComponent, AXPWidgetRendererDirective, AXPLayoutBuilderModule, AXPWidgetGroupEnum,
|
|
13
|
+
import { AXPPageStatus, AXPWidgetRegistryService, AXPWidgetsCatalog, AXPValueWidgetComponent, AXPWidgetRendererDirective, AXPLayoutBuilderModule, AXPWidgetGroupEnum, AXPLayoutBaseWidgetComponent, AXPColumnWidgetComponent, AXP_WIDGETS_EDITOR_CATEGORY } from '@acorex/platform/layout/builder';
|
|
14
14
|
import { AXPLayoutThemeService } from '@acorex/platform/themes/shared';
|
|
15
15
|
import { Subject, takeUntil } from 'rxjs';
|
|
16
16
|
import { AXPSessionService, AXPAuthGuard } from '@acorex/platform/auth';
|
|
@@ -2706,8 +2706,8 @@ class AXPBaseRelatedEntityConverter {
|
|
|
2706
2706
|
options: {
|
|
2707
2707
|
grid: {
|
|
2708
2708
|
default: {
|
|
2709
|
-
|
|
2710
|
-
|
|
2709
|
+
columns: 'repeat(12, 1fr)',
|
|
2710
|
+
rows: 'repeat(1, 1fr)',
|
|
2711
2711
|
gap: '20px',
|
|
2712
2712
|
},
|
|
2713
2713
|
},
|
|
@@ -2753,8 +2753,8 @@ class AXPBaseRelatedEntityConverter {
|
|
|
2753
2753
|
options: {
|
|
2754
2754
|
grid: {
|
|
2755
2755
|
default: {
|
|
2756
|
-
|
|
2757
|
-
|
|
2756
|
+
columns: 'repeat(12, 1fr)',
|
|
2757
|
+
rows: 'repeat(1, 1fr)',
|
|
2758
2758
|
gap: '20px',
|
|
2759
2759
|
},
|
|
2760
2760
|
},
|
|
@@ -3526,8 +3526,8 @@ class AXPMainEntityContentBuilder {
|
|
|
3526
3526
|
options: {
|
|
3527
3527
|
grid: {
|
|
3528
3528
|
default: {
|
|
3529
|
-
|
|
3530
|
-
|
|
3529
|
+
columns: 12,
|
|
3530
|
+
rows: 1,
|
|
3531
3531
|
gap: '20px',
|
|
3532
3532
|
},
|
|
3533
3533
|
},
|
|
@@ -3555,8 +3555,8 @@ class AXPMainEntityContentBuilder {
|
|
|
3555
3555
|
options: {
|
|
3556
3556
|
grid: {
|
|
3557
3557
|
default: {
|
|
3558
|
-
|
|
3559
|
-
|
|
3558
|
+
columns: 12,
|
|
3559
|
+
rows: 1,
|
|
3560
3560
|
gap: '20px',
|
|
3561
3561
|
},
|
|
3562
3562
|
},
|
|
@@ -4812,7 +4812,7 @@ const AXPEntityListWidget = {
|
|
|
4812
4812
|
},
|
|
4813
4813
|
};
|
|
4814
4814
|
|
|
4815
|
-
class AXPEntityReferenceWidgetViewComponent extends
|
|
4815
|
+
class AXPEntityReferenceWidgetViewComponent extends AXPLayoutBaseWidgetComponent {
|
|
4816
4816
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXPEntityReferenceWidgetViewComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4817
4817
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.6", type: AXPEntityReferenceWidgetViewComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4818
4818
|
}
|
|
@@ -4822,7 +4822,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4822
4822
|
template: ``,
|
|
4823
4823
|
standalone: true,
|
|
4824
4824
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4825
|
-
imports: [CommonModule]
|
|
4825
|
+
imports: [CommonModule],
|
|
4826
4826
|
}]
|
|
4827
4827
|
}] });
|
|
4828
4828
|
|
|
@@ -4831,7 +4831,7 @@ var entityReferenceWidgetView_component = /*#__PURE__*/Object.freeze({
|
|
|
4831
4831
|
AXPEntityReferenceWidgetViewComponent: AXPEntityReferenceWidgetViewComponent
|
|
4832
4832
|
});
|
|
4833
4833
|
|
|
4834
|
-
class AXPEntityReferenceWidgetEditComponent extends
|
|
4834
|
+
class AXPEntityReferenceWidgetEditComponent extends AXPLayoutBaseWidgetComponent {
|
|
4835
4835
|
constructor() {
|
|
4836
4836
|
super(...arguments);
|
|
4837
4837
|
this.injector = inject(Injector);
|
|
@@ -4883,7 +4883,7 @@ var entityReferenceWidgetColumn_component = /*#__PURE__*/Object.freeze({
|
|
|
4883
4883
|
AXPEntityReferenceWidgetColumnComponent: AXPEntityReferenceWidgetColumnComponent
|
|
4884
4884
|
});
|
|
4885
4885
|
|
|
4886
|
-
class AXPEntityReferenceWidgetPrintComponent extends
|
|
4886
|
+
class AXPEntityReferenceWidgetPrintComponent extends AXPLayoutBaseWidgetComponent {
|
|
4887
4887
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXPEntityReferenceWidgetPrintComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4888
4888
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.6", type: AXPEntityReferenceWidgetPrintComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4889
4889
|
}
|
|
@@ -4894,7 +4894,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4894
4894
|
standalone: true,
|
|
4895
4895
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4896
4896
|
imports: [CommonModule],
|
|
4897
|
-
inputs: []
|
|
4897
|
+
inputs: [],
|
|
4898
4898
|
}]
|
|
4899
4899
|
}] });
|
|
4900
4900
|
|
|
@@ -4903,7 +4903,7 @@ var entityReferenceWidgetPrint_component = /*#__PURE__*/Object.freeze({
|
|
|
4903
4903
|
AXPEntityReferenceWidgetPrintComponent: AXPEntityReferenceWidgetPrintComponent
|
|
4904
4904
|
});
|
|
4905
4905
|
|
|
4906
|
-
class AXPEntityReferenceWidgetDesignerComponent extends
|
|
4906
|
+
class AXPEntityReferenceWidgetDesignerComponent extends AXPLayoutBaseWidgetComponent {
|
|
4907
4907
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.1.6", ngImport: i0, type: AXPEntityReferenceWidgetDesignerComponent, deps: null, target: i0.ɵɵFactoryTarget.Component }); }
|
|
4908
4908
|
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "20.1.6", type: AXPEntityReferenceWidgetDesignerComponent, isStandalone: true, selector: "ng-component", usesInheritance: true, ngImport: i0, template: ``, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
4909
4909
|
}
|
|
@@ -4913,7 +4913,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.1.6", ngImpor
|
|
|
4913
4913
|
template: ``,
|
|
4914
4914
|
standalone: true,
|
|
4915
4915
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
4916
|
-
imports: [CommonModule]
|
|
4916
|
+
imports: [CommonModule],
|
|
4917
4917
|
}]
|
|
4918
4918
|
}] });
|
|
4919
4919
|
|