@acorex/platform 19.2.8 → 19.2.10
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/common/lib/app/application.types.d.ts +10 -2
- package/common/lib/utils/expression-evaluator.service.d.ts +3 -1
- package/common/lib/utils/index.d.ts +2 -0
- package/common/lib/utils/regional-util.service.d.ts +15 -0
- package/common/lib/utils/regional.types.d.ts +55 -0
- package/fesm2022/acorex-platform-common.mjs +30 -14
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +35 -16
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +91 -24
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +48 -28
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +105 -78
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-Bl9f4Rtk.mjs → acorex-platform-themes-default-entity-master-create-view.component-Bvwr0PVk.mjs} +9 -5
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Bvwr0PVk.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-De61n012.mjs → acorex-platform-themes-default-entity-master-list-view.component-BzLgFr7D.mjs} +8 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-BzLgFr7D.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-U8aBv1Ql.mjs → acorex-platform-themes-default-entity-master-modify-view.component-BAU_s90_.mjs} +8 -4
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-BAU_s90_.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-B4aBmc5H.mjs → acorex-platform-themes-default-entity-master-single-view.component-BGUrwL2P.mjs} +3 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-BGUrwL2P.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-setting-page.component-DYumYm5k.mjs +74 -0
- package/fesm2022/acorex-platform-themes-default-setting-page.component-DYumYm5k.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-setting-view.component-CsCug3Vu.mjs +71 -0
- package/fesm2022/acorex-platform-themes-default-setting-view.component-CsCug3Vu.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +25 -16
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +10 -1
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-B90if8wb.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-BiCinIok.mjs} +13 -11
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-BiCinIok.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +597 -534
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/lib/builder/datasource-provider.service.d.ts +3 -1
- package/layout/builder/lib/builder/widget-map.d.ts +1 -0
- package/layout/builder/lib/builder/widget.types.d.ts +15 -0
- package/layout/designer/lib/designer/components/drawers/data-sources/data-sources.component.d.ts +3 -0
- package/layout/designer/lib/property-viewer/widget-property-viewer.component.d.ts +2 -0
- package/layout/entity/lib/entity-detail-list.viewmodel.d.ts +3 -0
- package/layout/entity/lib/entity-master-create.viewmodel.d.ts +5 -2
- package/layout/entity/lib/entity-master-single.viewmodel.d.ts +1 -1
- package/layout/entity/lib/entity-master-update.viewmodel.d.ts +4 -3
- package/layout/entity/lib/entity.viewmodel.d.ts +2 -0
- package/layout/entity/lib/widgets/lookup-widget/lookup-widget-edit.component.d.ts +0 -2
- package/layout/entity/lib/widgets/widget-selector/widget-selector-widget-edit.component.d.ts +0 -2
- package/layout/setting/lib/setting.viewmodel.d.ts +3 -0
- package/package.json +9 -9
- package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +3 -0
- package/themes/default/lib/layouts/entity-layouts/entity-detail-list-view/entity-detail-list-view.component.d.ts +3 -0
- package/themes/default/lib/layouts/entity-layouts/entity-master-create-view/entity-master-create-view.component.d.ts +2 -0
- package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/entity-master-list-view.component.d.ts +5 -1
- package/themes/default/lib/layouts/entity-layouts/entity-master-modify-view/entity-master-modify-view.component.d.ts +2 -0
- package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/entity-master-single-view.component.d.ts +3 -0
- package/themes/default/lib/layouts/root-layout/components/header/header.component.d.ts +3 -0
- package/themes/default/lib/layouts/root-layout/root-layout.component.d.ts +5 -0
- package/themes/default/lib/layouts/root-layout/root-layout.module.d.ts +2 -1
- package/themes/default/lib/layouts/setting-layout/setting-view/setting-view.component.d.ts +3 -0
- package/themes/default/lib/pages/theme-palette-preview/theme-palette-preview.page.d.ts +3 -0
- package/themes/shared/lib/components/slots/theme-slot.component.d.ts +3 -0
- package/themes/shared/lib/setting.keys.d.ts +2 -1
- package/themes/shared/lib/theme.service.d.ts +3 -0
- package/widgets/lib/properties/data-source.props.d.ts +3 -0
- package/widgets/lib/properties/editors.props.d.ts +0 -1
- package/widgets/lib/properties/index.d.ts +1 -0
- package/widgets/lib/widgets/advance/file/file-box-widget-edit.component.d.ts +6 -4
- package/widgets/lib/widgets/charts/bar-chart/bar-chart-widget-edit.component.d.ts +3 -8
- package/widgets/lib/widgets/charts/bar-chart/bar-chart.type.d.ts +1 -1
- package/widgets/lib/widgets/charts/gauge-chart/gauge-chart-widget-edit.component.d.ts +14 -0
- package/widgets/lib/widgets/charts/gauge-chart/gauge-chart-widget.config.d.ts +7 -0
- package/widgets/lib/widgets/charts/gauge-chart/gauge-chart.type.d.ts +17 -0
- package/widgets/lib/widgets/charts/gauge-chart/index.d.ts +2 -0
- package/widgets/lib/widgets/editors/checkbox/checkbox-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/editors/color/color-box-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/editors/contact/contact-widget-edit.component.d.ts +0 -4
- package/widgets/lib/widgets/editors/date-time/date-time-box-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/editors/email/email-box-widget-edit.component.d.ts +0 -4
- package/widgets/lib/widgets/editors/large-text/large-text-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/editors/link/link-widget-edit.component.d.ts +0 -4
- package/widgets/lib/widgets/editors/number/number-box-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/editors/phone/phone-box-widget-edit.component.d.ts +0 -4
- package/widgets/lib/widgets/editors/rich-text/rich-text-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/editors/select/select-box-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/editors/selection-list/selection-list-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/editors/tabular-data/tabular-data-edit-popup.component.d.ts +0 -1
- package/widgets/lib/widgets/editors/text/text-box-widget-edit.component.d.ts +0 -2
- package/widgets/lib/widgets/validations/base-validation/base-validation.d.ts +3 -2
- package/widgets/lib/widgets/validations/between-validation/between-validation-widget-edit.component.d.ts +1 -7
- package/widgets/lib/widgets/validations/callback-validation/callback-validation-widget-edit.component.d.ts +1 -7
- package/widgets/lib/widgets/validations/equal-validation/equal-validation-widget-edit.component.d.ts +1 -7
- package/widgets/lib/widgets/validations/greater-than-validation/greater-than-validation-widget-edit.component.d.ts +1 -7
- package/widgets/lib/widgets/validations/less-than-validation/less-than-validation-widget-edit.component.d.ts +1 -7
- package/widgets/lib/widgets/validations/max-length-validation/max-length-validation-widget-edit.component.d.ts +1 -7
- package/widgets/lib/widgets/validations/min-length-validation/min-length-validation-widget-edit.component.d.ts +1 -7
- package/widgets/lib/widgets/validations/regular-expression-validation/regular-expression-validation-widget-edit.component.d.ts +1 -7
- package/widgets/lib/widgets/validations/required-validation/required-validation-widget-edit.component.d.ts +1 -7
- package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Bl9f4Rtk.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-De61n012.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-modify-view.component-U8aBv1Ql.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-B4aBmc5H.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-setting-page.component-BERYnJnp.mjs +0 -74
- package/fesm2022/acorex-platform-themes-default-setting-page.component-BERYnJnp.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-setting-view.component-BagAWM4W.mjs +0 -71
- package/fesm2022/acorex-platform-themes-default-setting-view.component-BagAWM4W.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-B90if8wb.mjs.map +0 -1
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import { AXUploaderChangedEvent, AXUploaderFileCompleteEvent, AXUploaderFilesCompleteEvent } from '@acorex/components/uploader';
|
|
1
|
+
import { AXUploaderChangedEvent, AXUploaderFileCompleteEvent, AXUploaderFilesCompleteEvent, AXUploadRequest } from '@acorex/components/uploader';
|
|
2
2
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
|
-
import { Signal } from '@angular/core';
|
|
3
|
+
import { OnDestroy, Signal } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AXPFileBoxWidgetEditComponent extends AXPWidgetComponent<any> {
|
|
6
|
-
#private;
|
|
5
|
+
export declare class AXPFileBoxWidgetEditComponent extends AXPWidgetComponent<any> implements OnDestroy {
|
|
7
6
|
private fileStorage;
|
|
8
7
|
protected multiple: Signal<boolean>;
|
|
9
8
|
protected accept: Signal<string>;
|
|
@@ -15,8 +14,11 @@ export declare class AXPFileBoxWidgetEditComponent extends AXPWidgetComponent<an
|
|
|
15
14
|
value?: string | null;
|
|
16
15
|
label?: string | undefined;
|
|
17
16
|
}[]>;
|
|
17
|
+
protected files: import("@angular/core").WritableSignal<AXUploadRequest[]>;
|
|
18
18
|
private markedListAsCommitted;
|
|
19
19
|
private markedListAsDeleted;
|
|
20
|
+
ngOnDestroy(): Promise<void>;
|
|
21
|
+
handleOnFileRemove(file: AXUploadRequest): void;
|
|
20
22
|
handleOnFileUploadComplete(e: AXUploaderFileCompleteEvent): void;
|
|
21
23
|
handleOnFilesUploadComplete(e: AXUploaderFilesCompleteEvent): void;
|
|
22
24
|
protected handleChanged(e: AXUploaderChangedEvent): Promise<void>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
2
2
|
import { OnDestroy, OnInit } from '@angular/core';
|
|
3
|
-
import { AXPBarChartValue } from './bar-chart.type';
|
|
3
|
+
import { AXPBarChartData, AXPBarChartOption, AXPBarChartValue } from './bar-chart.type';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AXPBarChartWidgetEditComponent extends AXPWidgetComponent<AXPBarChartValue> implements OnInit, OnDestroy {
|
|
6
6
|
#private;
|
|
@@ -18,15 +18,10 @@ export declare class AXPBarChartWidgetEditComponent extends AXPWidgetComponent<A
|
|
|
18
18
|
private createXScale;
|
|
19
19
|
private createYScale;
|
|
20
20
|
private drawBars;
|
|
21
|
-
private updateBars;
|
|
22
21
|
private drawAxes;
|
|
23
|
-
private updateAxes;
|
|
24
22
|
private addTooltips;
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
private updateLegend;
|
|
28
|
-
private addZoom;
|
|
29
|
-
private addExportButton;
|
|
23
|
+
renderLegend(data: AXPBarChartData[], options: AXPBarChartOption, container: HTMLElement): void;
|
|
24
|
+
exportChartAsPNG(): string | null;
|
|
30
25
|
ngOnDestroy(): void;
|
|
31
26
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPBarChartWidgetEditComponent, never>;
|
|
32
27
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPBarChartWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
@@ -11,13 +11,13 @@ export interface AXPBarChartOption {
|
|
|
11
11
|
color?: string;
|
|
12
12
|
enableTooltip?: boolean;
|
|
13
13
|
enableLegend?: boolean;
|
|
14
|
-
enableZoom?: boolean;
|
|
15
14
|
enableExport?: boolean;
|
|
16
15
|
barPadding?: number;
|
|
17
16
|
axisColor?: string;
|
|
18
17
|
axisFontSize?: number;
|
|
19
18
|
tooltipBackground?: string;
|
|
20
19
|
tooltipTextColor?: string;
|
|
20
|
+
legendPosition?: 'top-right' | 'top-left' | 'bottom-right' | 'bottom-left';
|
|
21
21
|
}
|
|
22
22
|
export interface AXPBarChartData {
|
|
23
23
|
id: string;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
2
|
+
import { AXPGaugeChartValue } from './gauge-chart.type';
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXPGaugeChartWidgetEditComponent extends AXPWidgetComponent<AXPGaugeChartValue> {
|
|
5
|
+
#private;
|
|
6
|
+
private chartEl;
|
|
7
|
+
private d3;
|
|
8
|
+
private loadD3;
|
|
9
|
+
private createChart;
|
|
10
|
+
private getRandomColor;
|
|
11
|
+
ngOnDestroy(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPGaugeChartWidgetEditComponent, never>;
|
|
13
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPGaugeChartWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
14
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { AXPChartValue } from '../chart.type';
|
|
2
|
+
export interface AXPGaugeChartData {
|
|
3
|
+
id: string;
|
|
4
|
+
name: string;
|
|
5
|
+
value: number;
|
|
6
|
+
color?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface AXPGaugeChartOption {
|
|
9
|
+
width: number;
|
|
10
|
+
height: number;
|
|
11
|
+
minValue: number;
|
|
12
|
+
maxValue: number;
|
|
13
|
+
arcThickness: number;
|
|
14
|
+
labelOffset: number;
|
|
15
|
+
}
|
|
16
|
+
export interface AXPGaugeChartValue extends AXPChartValue<AXPGaugeChartData[], AXPGaugeChartOption> {
|
|
17
|
+
}
|
|
@@ -1,11 +1,9 @@
|
|
|
1
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
2
1
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class AXPCheckBoxWidgetEditComponent extends AXPWidgetComponent<boolean | null> {
|
|
5
4
|
protected disabled: import("@angular/core").Signal<boolean>;
|
|
6
5
|
protected readonly: import("@angular/core").Signal<boolean>;
|
|
7
6
|
protected label: import("@angular/core").Signal<string>;
|
|
8
|
-
protected validationRules: import("@angular/core").Signal<AXPValidationRules>;
|
|
9
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPCheckBoxWidgetEditComponent, never>;
|
|
10
8
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPCheckBoxWidgetEditComponent, "axp-checkbox-widget-edit", never, {}, {}, never, never, true, never>;
|
|
11
9
|
}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
2
1
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class AXPColorBoxWidgetEditComponent extends AXPWidgetComponent<string> {
|
|
@@ -6,7 +5,6 @@ export declare class AXPColorBoxWidgetEditComponent extends AXPWidgetComponent<s
|
|
|
6
5
|
protected disabled: import("@angular/core").Signal<boolean>;
|
|
7
6
|
protected readonly: import("@angular/core").Signal<boolean>;
|
|
8
7
|
protected hasClearButton: import("@angular/core").Signal<boolean>;
|
|
9
|
-
protected validationRules: import("@angular/core").Signal<AXPValidationRules>;
|
|
10
8
|
private get __class();
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPColorBoxWidgetEditComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPColorBoxWidgetEditComponent, "axp-color-box-widget", never, {}, {}, never, never, true, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AXDataSource, AXValueChangedEvent } from '@acorex/components/common';
|
|
2
2
|
import { AXValidationService } from '@acorex/core/validation';
|
|
3
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
4
3
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
5
4
|
import { Signal } from '@angular/core';
|
|
6
5
|
import { AXPContactDataType } from './contact.type';
|
|
@@ -24,9 +23,6 @@ export declare class AXPContactWidgetEditComponent extends AXPWidgetComponent<st
|
|
|
24
23
|
protected handleValueChange(e: AXValueChangedEvent, selectedIndex: number): Promise<void>;
|
|
25
24
|
protected generateClasses(element: 'value' | 'label'): string | any;
|
|
26
25
|
protected validationService: AXValidationService;
|
|
27
|
-
private _validationRules;
|
|
28
|
-
get validationRules(): AXPValidationRules;
|
|
29
|
-
set validationRules(v: AXPValidationRules);
|
|
30
26
|
private valueToArray;
|
|
31
27
|
private itemToArray;
|
|
32
28
|
private emptyValue;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
2
2
|
import { AXValidationService } from '@acorex/core/validation';
|
|
3
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
4
3
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
5
4
|
import { Signal } from '@angular/core';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -13,7 +12,6 @@ export declare class AXPDateTimeBoxWidgetEditComponent extends AXPWidgetComponen
|
|
|
13
12
|
protected disabled: Signal<boolean>;
|
|
14
13
|
protected placeholder: Signal<string>;
|
|
15
14
|
protected internalValue: Signal<string[]>;
|
|
16
|
-
protected validationRules: Signal<AXPValidationRules>;
|
|
17
15
|
protected handleValueChange(e: AXValueChangedEvent, i: number): void;
|
|
18
16
|
protected calendarFormat: Signal<"dd/MM/yyyy" | "HH:mm" | "dd/MM/yyyy HH:mm">;
|
|
19
17
|
protected addItem(): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
2
2
|
import { AXValidationService } from '@acorex/core/validation';
|
|
3
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
4
3
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
5
4
|
import { Signal } from '@angular/core';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -18,9 +17,6 @@ export declare class AXPEmailBoxWidgetEditComponent extends AXPWidgetComponent<a
|
|
|
18
17
|
label?: string;
|
|
19
18
|
id: string;
|
|
20
19
|
}[]>;
|
|
21
|
-
private _validationRules;
|
|
22
|
-
get validationRules(): AXPValidationRules;
|
|
23
|
-
set validationRules(v: AXPValidationRules);
|
|
24
20
|
private getValueAsArrayOfObjects;
|
|
25
21
|
protected handleValueChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
26
22
|
protected convertItem: (item: any, e: any) => any;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
2
1
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
2
|
import * as i0 from "@angular/core";
|
|
4
3
|
export declare class AXPLargeTextWidgetEditComponent extends AXPWidgetComponent<string> {
|
|
@@ -6,7 +5,6 @@ export declare class AXPLargeTextWidgetEditComponent extends AXPWidgetComponent<
|
|
|
6
5
|
protected disabled: import("@angular/core").Signal<boolean>;
|
|
7
6
|
protected clearButton: import("@angular/core").Signal<boolean>;
|
|
8
7
|
protected placeholder: import("@angular/core").Signal<string>;
|
|
9
|
-
protected validationRules: import("@angular/core").Signal<AXPValidationRules>;
|
|
10
8
|
private get __class();
|
|
11
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPLargeTextWidgetEditComponent, never>;
|
|
12
10
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPLargeTextWidgetEditComponent, "axp-large-text-box-widget", never, { "disabled": { "alias": "disabled"; "required": false; }; "clearButton": { "alias": "clearButton"; "required": false; }; }, {}, never, never, true, never>;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { AXDataSource, AXValueChangedEvent } from '@acorex/components/common';
|
|
2
2
|
import { AXTranslationService } from '@acorex/core/translation';
|
|
3
3
|
import { AXValidationService } from '@acorex/core/validation';
|
|
4
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
5
4
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
6
5
|
import { Signal } from '@angular/core';
|
|
7
6
|
import * as i0 from "@angular/core";
|
|
@@ -24,9 +23,6 @@ export declare class AXPLinkWidgetEditComponent extends AXPWidgetComponent<any>
|
|
|
24
23
|
icon?: string;
|
|
25
24
|
}[]>;
|
|
26
25
|
ngOnInit(): void;
|
|
27
|
-
private _validationRules;
|
|
28
|
-
get validationRules(): AXPValidationRules;
|
|
29
|
-
set validationRules(v: AXPValidationRules);
|
|
30
26
|
private getValueAsArrayOfObjects;
|
|
31
27
|
protected handleValueChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
32
28
|
protected convertItem: (item: any, e: any) => any;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
2
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
3
2
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
3
|
import { Signal } from '@angular/core';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
@@ -12,7 +11,6 @@ export declare class AXPNumberBoxWidgetEditComponent extends AXPWidgetComponent<
|
|
|
12
11
|
protected maxValue: Signal<number>;
|
|
13
12
|
protected seprator: Signal<string>;
|
|
14
13
|
protected placeholder: Signal<string>;
|
|
15
|
-
protected validationRules: Signal<AXPValidationRules>;
|
|
16
14
|
protected internalValue: Signal<number[]>;
|
|
17
15
|
protected handleValueChange(e: AXValueChangedEvent, i: number): void;
|
|
18
16
|
protected addItem(): void;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
2
2
|
import { AXValidationService } from '@acorex/core/validation';
|
|
3
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
4
3
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
5
4
|
import { Signal } from '@angular/core';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
@@ -16,9 +15,6 @@ export declare class AXPPhoneBoxWidgetEditComponent extends AXPWidgetComponent<a
|
|
|
16
15
|
label?: string;
|
|
17
16
|
id: string;
|
|
18
17
|
}[]>;
|
|
19
|
-
private _validationRules;
|
|
20
|
-
get validationRules(): AXPValidationRules;
|
|
21
|
-
set validationRules(v: AXPValidationRules);
|
|
22
18
|
private getValueAsArrayOfObjects;
|
|
23
19
|
protected handleValueChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
24
20
|
protected handleLabelChange(e: AXValueChangedEvent, selectedIndex: number): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
2
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
3
2
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class AXPRichTextWidgetEditComponent extends AXPWidgetComponent<any> {
|
|
@@ -8,7 +7,6 @@ export declare class AXPRichTextWidgetEditComponent extends AXPWidgetComponent<a
|
|
|
8
7
|
protected minLineCount: import("@angular/core").Signal<number>;
|
|
9
8
|
protected maxLineCount: import("@angular/core").Signal<number>;
|
|
10
9
|
protected isFitLine: import("@angular/core").Signal<boolean>;
|
|
11
|
-
protected validationRules: import("@angular/core").Signal<AXPValidationRules>;
|
|
12
10
|
protected setWysiwyg(e: AXValueChangedEvent): void;
|
|
13
11
|
protected getLinePx(count: number): string;
|
|
14
12
|
private get __class();
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AXDataSourceFilterOption, AXValueChangedEvent } from '@acorex/components/common';
|
|
2
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
3
2
|
import { AXPDataListWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
3
|
import { StrategyConfig } from '../../../widgets.config';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
@@ -7,7 +6,6 @@ export declare class AXPSelectBoxWidgetEditComponent extends AXPDataListWidgetCo
|
|
|
7
6
|
#private;
|
|
8
7
|
private selectbox;
|
|
9
8
|
protected widgetsConfigs: StrategyConfig;
|
|
10
|
-
protected validationRules: import("@angular/core").Signal<AXPValidationRules>;
|
|
11
9
|
protected multiple: import("@angular/core").Signal<boolean>;
|
|
12
10
|
protected disabled: import("@angular/core").Signal<boolean>;
|
|
13
11
|
protected placeholder: import("@angular/core").Signal<string>;
|
package/widgets/lib/widgets/editors/selection-list/selection-list-widget-edit.component.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AXDirection, AXValueChangedEvent } from '@acorex/components/common';
|
|
2
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
3
2
|
import { AXPDataListWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
3
|
import * as i0 from "@angular/core";
|
|
5
4
|
export declare class AXPSelectionListWidgetEditComponent extends AXPDataListWidgetComponent {
|
|
@@ -9,7 +8,6 @@ export declare class AXPSelectionListWidgetEditComponent extends AXPDataListWidg
|
|
|
9
8
|
protected readonly: import("@angular/core").Signal<boolean>;
|
|
10
9
|
protected displayItems: import("@angular/core").WritableSignal<any[]>;
|
|
11
10
|
private ef;
|
|
12
|
-
protected validationRules: import("@angular/core").Signal<AXPValidationRules>;
|
|
13
11
|
protected handleValueChange(e: AXValueChangedEvent): void;
|
|
14
12
|
private get __class();
|
|
15
13
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSelectionListWidgetEditComponent, never>;
|
|
@@ -16,7 +16,6 @@ export declare class AXPTabularDataPopupComponent extends AXBasePageComponent {
|
|
|
16
16
|
protected dataSource: AXDataSource<unknown>;
|
|
17
17
|
protected grid: import("@angular/core").Signal<AXDataTableComponent | undefined>;
|
|
18
18
|
handleContextChange(e: AXPLayoutContextChangeEvent): void;
|
|
19
|
-
onClose(): void;
|
|
20
19
|
onCloseDiscard(): void;
|
|
21
20
|
addRecord(): void;
|
|
22
21
|
handleSelectionChange(e: any): void;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
2
|
-
import { AXPValidationRules } from '@acorex/platform/core';
|
|
3
2
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
4
3
|
import { Signal } from '@angular/core';
|
|
5
4
|
import * as i0 from "@angular/core";
|
|
@@ -8,7 +7,6 @@ export declare class AXPTextBoxWidgetEditComponent extends AXPWidgetComponent<an
|
|
|
8
7
|
protected hasClearButton: Signal<boolean>;
|
|
9
8
|
protected disabled: Signal<boolean>;
|
|
10
9
|
protected placeholder: Signal<string>;
|
|
11
|
-
protected validationRules: Signal<AXPValidationRules>;
|
|
12
10
|
protected internalValue: Signal<string[]>;
|
|
13
11
|
protected handleValueChange(e: AXValueChangedEvent, i: number): void;
|
|
14
12
|
protected addItem(): void;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export type AXPValidationWidgetTypes = 'requiredValidation' | 'regularExpressionValidation' | 'minLengthValidation' | 'maxLengthValidation' | 'lessThanValidation' | 'greaterThanValidation' | 'betweenValidation' | 'equalValidation' | 'callbackValidation';
|
|
2
|
-
export
|
|
2
|
+
export interface AXPWidgetValidation {
|
|
3
3
|
rule: string;
|
|
4
4
|
message: string;
|
|
5
5
|
title?: string;
|
|
6
6
|
options?: any;
|
|
7
7
|
placeholder: string;
|
|
8
|
-
}
|
|
8
|
+
}
|
|
9
|
+
export declare const AXP_BASE_VALIDATION_INFORMATION: Record<AXPValidationWidgetTypes, AXPWidgetValidation>;
|
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPBetweenValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationLowerValue: import("@angular/core").WritableSignal<any>;
|
|
17
11
|
protected validationUpperValue: import("@angular/core").WritableSignal<any>;
|
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPCallbackValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationValue: import("@angular/core").WritableSignal<string>;
|
|
17
11
|
protected validationText: import("@angular/core").WritableSignal<string>;
|
package/widgets/lib/widgets/validations/equal-validation/equal-validation-widget-edit.component.d.ts
CHANGED
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPEqualValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationValue: import("@angular/core").WritableSignal<any>;
|
|
17
11
|
protected validationText: import("@angular/core").WritableSignal<string>;
|
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPGreaterThanValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationValue: import("@angular/core").WritableSignal<any>;
|
|
17
11
|
protected validationInclusive: import("@angular/core").WritableSignal<boolean>;
|
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPLessThanValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationValue: import("@angular/core").WritableSignal<any>;
|
|
17
11
|
protected validationInclusive: import("@angular/core").WritableSignal<boolean>;
|
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPMaxLengthValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationValue: import("@angular/core").WritableSignal<any>;
|
|
17
11
|
protected validationText: import("@angular/core").WritableSignal<string>;
|
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPMinLengthValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationValue: import("@angular/core").WritableSignal<any>;
|
|
17
11
|
protected validationText: import("@angular/core").WritableSignal<string>;
|
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPRegularExpressionValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationValue: import("@angular/core").WritableSignal<any>;
|
|
17
11
|
protected validationText: import("@angular/core").WritableSignal<string>;
|
|
@@ -5,13 +5,7 @@ import * as i0 from "@angular/core";
|
|
|
5
5
|
export declare class AXPRequiredValidationWidgetEditComponent extends AXPWidgetComponent<AXPValidationRule | undefined> {
|
|
6
6
|
#private;
|
|
7
7
|
protected validationName: AXPValidationWidgetTypes;
|
|
8
|
-
protected validationInformation:
|
|
9
|
-
rule: string;
|
|
10
|
-
message: string;
|
|
11
|
-
title?: string;
|
|
12
|
-
options?: any;
|
|
13
|
-
placeholder: string;
|
|
14
|
-
};
|
|
8
|
+
protected validationInformation: import("../base-validation/base-validation").AXPWidgetValidation;
|
|
15
9
|
protected validationStatus: import("@angular/core").WritableSignal<boolean>;
|
|
16
10
|
protected validationText: import("@angular/core").WritableSignal<string>;
|
|
17
11
|
protected validationPlaceholder: string;
|
package/fesm2022/acorex-platform-themes-default-entity-master-create-view.component-Bl9f4Rtk.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"acorex-platform-themes-default-entity-master-create-view.component-Bl9f4Rtk.mjs","sources":["../../../../libs/platform/themes/default/src/lib/layouts/entity-layouts/entity-master-create-view/entity-master-create-view.component.ts","../../../../libs/platform/themes/default/src/lib/layouts/entity-layouts/entity-master-create-view/entity-master-create-view.component.html"],"sourcesContent":["import { AXButtonModule } from '@acorex/components/button';\nimport { AXDecoratorModule } from '@acorex/components/decorators';\nimport { AXDialogModule } from '@acorex/components/dialog';\nimport { AXDropdownButtonModule } from '@acorex/components/dropdown-button';\nimport { AXFormComponent, AXFormModule } from '@acorex/components/form';\nimport { AXLabelModule } from '@acorex/components/label';\nimport { AXLoadingModule } from '@acorex/components/loading';\nimport { AXBasePageComponent } from '@acorex/components/page';\nimport { AXTabsModule } from '@acorex/components/tabs';\nimport { AXTooltipModule } from '@acorex/components/tooltip';\nimport { CommonModule } from '@angular/common';\nimport { ChangeDetectionStrategy, Component, inject } from '@angular/core';\nimport { FormsModule } from '@angular/forms';\n\nimport { AXValidationModule } from '@acorex/core/validation';\n\nimport { AXDropdownModule } from '@acorex/components/dropdown';\nimport { AXTranslationModule } from '@acorex/core/translation';\nimport { AXPGridLayoutDirective } from '@acorex/platform/common';\nimport { AXPLayoutBuilderModule, AXPLayoutContextChangeEvent } from '@acorex/platform/layout/builder';\nimport { AXPEntityMasterCreateViewModel } from '@acorex/platform/layout/entity';\nimport { AXPWidgetsModule } from '@acorex/platform/widgets';\nimport { AXPWorkflowService } from '@acorex/platform/workflow';\n\n@Component({\n templateUrl: './entity-master-create-view.component.html',\n imports: [\n CommonModule,\n FormsModule,\n AXFormModule,\n AXDecoratorModule,\n CommonModule,\n AXButtonModule,\n AXDialogModule,\n AXLoadingModule,\n AXTabsModule,\n AXTooltipModule,\n AXValidationModule,\n AXLabelModule,\n AXDropdownModule,\n AXDropdownButtonModule,\n AXTranslationModule,\n //\n AXPLayoutBuilderModule,\n AXPWidgetsModule,\n AXPGridLayoutDirective,\n ],\n changeDetection: ChangeDetectionStrategy.OnPush,\n})\nexport class AXPEntityMasterCreateViewComponent extends AXBasePageComponent {\n protected vm!: AXPEntityMasterCreateViewModel;\n\n protected workflow = inject(AXPWorkflowService);\n\n protected handleCloseClick() {\n this.close();\n }\n\n protected async handleBackClick() {\n //await this.vm.executeCommand('back');\n }\n\n protected async handleNextClick(form: AXFormComponent) {\n // const formResult = await form.validate();\n // if (formResult.result) {\n // await this.vm.executeCommand('next');\n // }\n }\n\n protected async handleSaveClick(form: AXFormComponent) {\n const formResult = await form.validate();\n if (formResult.result) {\n try {\n const record = await this.vm.save();\n this.close({ save: true, recordId: record?.id, item: record, redirect: this.vm.redirect() });\n } catch (error) {\n console.log(error);\n }\n }\n }\n\n protected async handleSaveAndNewClick(form: AXFormComponent) {\n const formResult = await form.validate();\n if (formResult.result) {\n try {\n const record = await this.vm.save();\n this.close({ save: true, recordId: record.id, redirect: false });\n await this.vm.createNewOne();\n } catch (error) {\n console.log(error);\n }\n }\n }\n\n protected async handleContextChange(e: AXPLayoutContextChangeEvent) {\n this.vm.context.set(e.data);\n }\n}\n","<div>\n <axp-widgets-container [context]=\"vm.context()\" (onContextChanged)=\"handleContextChange($event)\">\n <ax-form class=\"ax-flex ax-flex-col ax-gap-6 ax-p-4 ax-pb-8\" #form [messageStyle]=\"'bottom'\" [updateOn]=\"'blur'\">\n <!-- Begin Sections -->\n <div class=\"ax-grid ax-grid-cols-12 ax-gap-4\">\n @for(section of vm.sections(); track section.name()) {\n <div class=\"ax-col-span-12\">\n <ax-form #form>\n @if(vm.sections().length>1 && !section.description()) {\n <div class=\"ax-pb-4\">\n <span class=\"ax-font-bold ax-text-xl\">{{ section.title() | translate | async }}</span>\n @if(section.description()) {\n <p class=\"ax-text-sm ax-text-gray-500\">{{ section.description() }}</p>\n }\n </div>\n }\n <div class=\"ax-card-body !ax-grid !ax-grid-cols-12 !ax-gap-4\">\n @for(attr of section.elements(); track $index) {\n <ax-form-field class=\"ax-flex ax-flex-col ax-gap-1\" [gridLayout]=\"attr.layout()\"\n [class.ax-hidden]=\"widget.options()['visibility'] == false\">\n <ax-label class=\"ax-font-semibold ax-text-sm\" [required]=\"attr.isRequired()\">{{\n attr.title() | translate | async\n }}</ax-label>\n <ng-container axp-widget-renderer [node]=\"attr.node()\" [mode]=\"'edit'\"\n #widget=\"widgetRenderer\"></ng-container>\n </ax-form-field>\n }\n </div>\n </ax-form>\n </div>\n }\n </div>\n <!-- Finish Sections -->\n </ax-form>\n </axp-widgets-container>\n <ax-footer>\n <ax-suffix>\n <ax-button look=\"solid\" [color]=\"'default'\" [text]=\"'cancel' | translate | async\" (onClick)=\"handleCloseClick()\">\n </ax-button>\n @if(vm.canCreateNewOne()) {\n <ax-dropdown-button [disabled]=\"vm.isInProgress()\" color=\"primary\" [text]=\"'save' | translate | async\"\n look=\"solid\" (onClick)=\"handleSaveClick(form)\">\n <ax-loading *ngIf=\"vm.isInProgress()\"></ax-loading>\n <ax-button-item-list>\n <ax-button-item [text]=\"('save' | translate | async) + ' ' + ('create-new' | translate | async)\"\n (onClick)=\"handleSaveAndNewClick(form)\">\n </ax-button-item>\n </ax-button-item-list>\n </ax-dropdown-button>\n }@else {\n <ax-button look=\"solid\" color=\"primary\" [text]=\"'save' | translate | async\" (onClick)=\"handleSaveClick(form)\">\n <ax-loading *ngIf=\"vm.isInProgress()\"></ax-loading>\n </ax-button>\n }\n </ax-suffix>\n </ax-footer>\n</div>"],"names":["i3","i5","i8","i9"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAiDM,MAAO,kCAAmC,SAAQ,mBAAmB,CAAA;AAzB3E,IAAA,WAAA,GAAA;;AA4BY,QAAA,IAAA,CAAA,QAAQ,GAAG,MAAM,CAAC,kBAAkB,CAAC;AA6ChD;IA3CW,gBAAgB,GAAA;QACxB,IAAI,CAAC,KAAK,EAAE;;AAGJ,IAAA,MAAM,eAAe,GAAA;;;IAIrB,MAAM,eAAe,CAAC,IAAqB,EAAA;;;;;;IAO3C,MAAM,eAAe,CAAC,IAAqB,EAAA;AACnD,QAAA,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,QAAQ,EAAE;AACxC,QAAA,IAAI,UAAU,CAAC,MAAM,EAAE;AACrB,YAAA,IAAI;gBACF,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE;AACnC,gBAAA,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,CAAC,EAAE,CAAC,QAAQ,EAAE,EAAE,CAAC;;YAC5F,OAAO,KAAK,EAAE;AACd,gBAAA,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC;;;;IAKd,MAAM,qBAAqB,CAAC,IAAqB,EAAA;AACzD,QAAA,MAAM,UAAU,GAAG,MAAM,IAAI,CAAC,QAAQ,EAAE;AACxC,QAAA,IAAI,UAAU,CAAC,MAAM,EAAE;AACrB,YAAA,IAAI;gBACF,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,EAAE,CAAC,IAAI,EAAE;AACnC,gBAAA,IAAI,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,CAAC,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC;AAChE,gBAAA,MAAM,IAAI,CAAC,EAAE,CAAC,YAAY,EAAE;;YAC5B,OAAO,KAAK,EAAE;AACd,gBAAA,OAAO,CAAC,GAAG,CAAC,KAAK,CAAC;;;;IAKd,MAAM,mBAAmB,CAAC,CAA8B,EAAA;QAChE,IAAI,CAAC,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,IAAI,CAAC;;8GA9ClB,kCAAkC,EAAA,IAAA,EAAA,IAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlC,IAAA,SAAA,IAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kCAAkC,ECjD/C,YAAA,EAAA,IAAA,EAAA,QAAA,EAAA,cAAA,EAAA,eAAA,EAAA,IAAA,EAAA,QAAA,EAAA,EAAA,EAAA,QAAA,EAAA,mrFAwDM,ED7BF,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,YAAY,EACZ,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,SAAA,EAAA,IAAA,EAAA,OAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,WAAW,EACX,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,YAAY,EACZ,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,oBAAA,EAAA,QAAA,EAAA,eAAA,EAAA,MAAA,EAAA,CAAA,WAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,eAAA,EAAA,QAAA,EAAA,SAAA,EAAA,MAAA,EAAA,CAAA,WAAA,EAAA,MAAA,EAAA,cAAA,EAAA,UAAA,CAAA,EAAA,OAAA,EAAA,CAAA,YAAA,EAAA,gBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,iBAAiB,EAEjB,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,EAAA,CAAA,2BAAA,EAAA,QAAA,EAAA,8IAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,cAAc,EACd,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,iBAAA,EAAA,QAAA,EAAA,WAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,MAAA,EAAA,UAAA,EAAA,OAAA,EAAA,MAAA,EAAA,MAAA,EAAA,YAAA,EAAA,UAAA,EAAA,MAAA,EAAA,aAAA,CAAA,EAAA,OAAA,EAAA,CAAA,QAAA,EAAA,SAAA,EAAA,SAAA,EAAA,gBAAA,EAAA,kBAAA,EAAA,YAAA,EAAA,aAAA,EAAA,gBAAA,EAAA,mBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,qBAAA,EAAA,QAAA,EAAA,gBAAA,EAAA,MAAA,EAAA,CAAA,OAAA,EAAA,UAAA,EAAA,MAAA,EAAA,UAAA,EAAA,SAAA,EAAA,MAAA,EAAA,MAAA,CAAA,EAAA,OAAA,EAAA,CAAA,SAAA,EAAA,SAAA,EAAA,QAAA,EAAA,gBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,yBAAA,EAAA,QAAA,EAAA,qBAAA,EAAA,MAAA,EAAA,CAAA,OAAA,CAAA,EAAA,OAAA,EAAA,CAAA,aAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,cAAc,EACd,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,eAAe,EACf,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,kBAAA,EAAA,QAAA,EAAA,YAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,MAAA,EAAA,SAAA,CAAA,EAAA,OAAA,EAAA,CAAA,eAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,YAAY,EACZ,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,eAAe,EACf,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,kBAAkB,EAClB,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,aAAa,EACb,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,gBAAA,EAAA,QAAA,EAAA,UAAA,EAAA,MAAA,EAAA,CAAA,UAAA,EAAA,KAAA,CAAA,EAAA,OAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,gBAAgB,EAChB,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EAAA,sBAAsB,4SACtB,mBAAmB,EAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,gBAAA,EAAA,IAAA,EAAA,WAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA;;gBAEnB,sBAAsB,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAC,IAAA,CAAA,2BAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,CAAA,SAAA,EAAA,WAAA,CAAA,EAAA,OAAA,EAAA,CAAA,kBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAAA,IAAA,CAAA,0BAAA,EAAA,QAAA,EAAA,uBAAA,EAAA,MAAA,EAAA,CAAA,YAAA,EAAA,OAAA,EAAA,MAAA,EAAA,MAAA,CAAA,EAAA,QAAA,EAAA,CAAA,gBAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,UAAA,EAAA,IAAA,EACtB,gBAAgB,EAAA,EAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAChB,sBAAsB,EAAA,QAAA,EAAA,cAAA,EAAA,MAAA,EAAA,CAAA,YAAA,CAAA,EAAA,CAAA,EAAA,eAAA,EAAA,EAAA,CAAA,uBAAA,CAAA,MAAA,EAAA,CAAA,CAAA;;2FAIb,kCAAkC,EAAA,UAAA,EAAA,CAAA;kBAzB9C,SAAS;AAEC,YAAA,IAAA,EAAA,CAAA,EAAA,OAAA,EAAA;wBACP,YAAY;wBACZ,WAAW;wBACX,YAAY;wBACZ,iBAAiB;wBACjB,YAAY;wBACZ,cAAc;wBACd,cAAc;wBACd,eAAe;wBACf,YAAY;wBACZ,eAAe;wBACf,kBAAkB;wBAClB,aAAa;wBACb,gBAAgB;wBAChB,sBAAsB;wBACtB,mBAAmB;;wBAEnB,sBAAsB;wBACtB,gBAAgB;wBAChB,sBAAsB;qBACvB,EACgB,eAAA,EAAA,uBAAuB,CAAC,MAAM,EAAA,QAAA,EAAA,mrFAAA,EAAA;;;;;"}
|