@acorex/platform 19.1.2 → 19.1.3
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/index.d.ts +1 -0
- package/common/lib/app/application.types.d.ts +10 -8
- package/common/lib/configs/app.config.d.ts +0 -1
- package/common/lib/filters/filters.service.d.ts +8 -0
- package/common/lib/filters/filters.types.d.ts +18 -0
- package/common/lib/filters/index.d.ts +2 -0
- package/common/lib/settings/setting-definition.provider.d.ts +4 -2
- package/common/lib/settings/setting.builder.d.ts +3 -5
- package/fesm2022/acorex-platform-auth.mjs +5 -4
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/acorex-platform-common.mjs +71 -14
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +72 -27
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-designer.mjs +7 -7
- package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +280 -182
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-filters.mjs +47 -0
- package/fesm2022/acorex-platform-layout-filters.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-setting.mjs +174 -69
- package/fesm2022/acorex-platform-layout-setting.mjs.map +1 -1
- package/fesm2022/acorex-platform-layouts.mjs +1 -1
- package/fesm2022/acorex-platform-layouts.mjs.map +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-B13KvLX4.mjs → acorex-platform-themes-default-entity-master-create-view.component-CSyR4pYp.mjs} +5 -5
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-B13KvLX4.mjs.map → acorex-platform-themes-default-entity-master-create-view.component-CSyR4pYp.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-B6MXHPWi.mjs → acorex-platform-themes-default-entity-master-list-view.component-xHWp2Lk-.mjs} +81 -18
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-xHWp2Lk-.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-tKCGSRQT.mjs → acorex-platform-themes-default-entity-master-modify-view.component-n7mYNduJ.mjs} +6 -6
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-tKCGSRQT.mjs.map → acorex-platform-themes-default-entity-master-modify-view.component-n7mYNduJ.mjs.map} +1 -1
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-CHvC0IAV.mjs → acorex-platform-themes-default-entity-master-single-view.component-DjyYU0Gy.mjs} +14 -14
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-CHvC0IAV.mjs.map → acorex-platform-themes-default-entity-master-single-view.component-DjyYU0Gy.mjs.map} +1 -1
- package/fesm2022/acorex-platform-themes-default-setting-page.component-6Dd8MGqr.mjs +78 -0
- package/fesm2022/acorex-platform-themes-default-setting-page.component-6Dd8MGqr.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default-setting-view.component-BgiMClew.mjs +58 -0
- package/fesm2022/acorex-platform-themes-default-setting-view.component-BgiMClew.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +38 -112
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +187 -86
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-designer.component-juhKoygA.mjs → acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs} +3 -3
- package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-B_Gec5Qf.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +213 -78
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/layout/builder/lib/builder/widget-renderer.component.directive.d.ts +3 -4
- package/layout/builder/lib/builder/widget.types.d.ts +11 -5
- package/layout/entity/lib/entity-master-list.viewmodel.d.ts +2 -1
- package/layout/entity/lib/workflows/modify-entity.workflow.d.ts +14 -0
- package/layout/filters/README.md +3 -0
- package/layout/filters/index.d.ts +1 -0
- package/layout/filters/lib/filters.viewmodel.d.ts +20 -0
- package/layout/setting/lib/setting.viewmodel.d.ts +23 -21
- package/package.json +16 -12
- package/themes/default/index.d.ts +0 -1
- package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +5 -5
- package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/list-view-option-filters/list-view-option-filters.component.d.ts +11 -0
- package/themes/default/lib/layouts/filters-layout/simple-filter-builder/filters-view.component.d.ts +12 -0
- package/themes/default/lib/layouts/setting-layout/setting-page/setting-page.component.d.ts +47 -2
- package/themes/default/lib/layouts/setting-layout/setting-view/setting-view.component.d.ts +43 -0
- package/themes/shared/lib/components/layout-elements/index.d.ts +5 -3
- package/themes/shared/lib/components/layout-elements/{layout-page-actions.component.d.ts → layout-actions.component.d.ts} +5 -5
- package/themes/shared/lib/components/layout-elements/layout-blocks.component.d.ts +1 -1
- package/themes/shared/lib/components/layout-elements/layout-header.component.d.ts +12 -0
- package/themes/shared/lib/components/layout-elements/layout-list-component.d.ts +13 -0
- package/themes/shared/lib/components/layout-elements/layout-section.component.d.ts +9 -0
- package/themes/shared/lib/components/layout-elements/layout-side.component.d.ts +9 -0
- package/themes/shared/lib/shared.module.d.ts +3 -1
- package/widgets/lib/properties/editors.props.d.ts +2 -0
- package/widgets/lib/widgets/editors/select/select-box-widget-edit.component.d.ts +1 -0
- package/widgets/lib/widgets/property-editors/border/border-widget-editor.component.d.ts +1 -0
- package/widgets/lib/widgets/property-editors/border/index.d.ts +1 -0
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget-editor.component.d.ts +14 -3
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget-type.d.ts +6 -0
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-B6MXHPWi.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-checkbox-widget-designer.component-juhKoygA.mjs.map +0 -1
- package/themes/default/lib/layouts/setting-layout/index.d.ts +0 -1
- package/themes/shared/lib/components/layout-elements/layout-page-header.component.d.ts +0 -11
- package/themes/shared/lib/components/layout-elements/layout-page-side.component.d.ts +0 -5
|
@@ -3,17 +3,16 @@ import { SimpleChanges, WritableSignal } from '@angular/core';
|
|
|
3
3
|
import { AXPLayoutBuilderService } from './builder.service';
|
|
4
4
|
import { AXPWidgetRegistryService } from './widget-registery.service';
|
|
5
5
|
import { AXPWidgetComponent, AXPWidgetNode } from './widget.types';
|
|
6
|
+
import { AXPMetaData } from '@acorex/platform/core';
|
|
6
7
|
import * as i0 from "@angular/core";
|
|
7
|
-
export
|
|
8
|
-
needLabel: boolean;
|
|
9
|
-
}
|
|
8
|
+
export type AXPWidgetRendererDirectiveOptions = AXPMetaData;
|
|
10
9
|
export declare class AXPWidgetRendererDirective {
|
|
11
10
|
parentNode: import("@angular/core").InputSignal<AXPWidgetComponent<any> | null | undefined>;
|
|
12
11
|
index: import("@angular/core").InputSignal<number | null | undefined>;
|
|
13
12
|
mode: import("@angular/core").InputSignal<keyof import("./widget.types").AXPWidgetConfigComponents>;
|
|
14
13
|
node: import("@angular/core").InputSignal<AXPWidgetNode>;
|
|
15
14
|
private _options;
|
|
16
|
-
options: import("@angular/core").Signal<
|
|
15
|
+
options: import("@angular/core").Signal<AXPMetaData>;
|
|
17
16
|
protected mergedOptions: WritableSignal<any>;
|
|
18
17
|
private injector;
|
|
19
18
|
protected builderService: AXPLayoutBuilderService;
|
|
@@ -11,6 +11,11 @@ export type AXPWidgetTrigger = {
|
|
|
11
11
|
};
|
|
12
12
|
export type AXPWidgetTriggers = AXPWidgetTrigger[];
|
|
13
13
|
export type AXPWidgetValueTransformFunction = (value: any) => any;
|
|
14
|
+
export type AXPWidgetValueTransformFunctions = {
|
|
15
|
+
getter?: AXPWidgetValueTransformFunction;
|
|
16
|
+
setter?: AXPWidgetValueTransformFunction;
|
|
17
|
+
};
|
|
18
|
+
export declare function objectKeyValueTransforms(keyName: string): AXPWidgetValueTransformFunctions;
|
|
14
19
|
export interface AXPWidgetPropertyGroup {
|
|
15
20
|
name: string;
|
|
16
21
|
title: string;
|
|
@@ -27,6 +32,7 @@ export interface AXPWidgetProperty {
|
|
|
27
32
|
title: string;
|
|
28
33
|
description?: string;
|
|
29
34
|
group: AXPWidgetPropertyGroup;
|
|
35
|
+
order?: number;
|
|
30
36
|
schema: {
|
|
31
37
|
dataType: AXPWidgetDataType;
|
|
32
38
|
nullable?: boolean;
|
|
@@ -76,10 +82,7 @@ export interface AXPWidgetNode {
|
|
|
76
82
|
options?: AXPOptionsData;
|
|
77
83
|
triggers?: AXPWidgetTriggers;
|
|
78
84
|
meta?: AXPMetaData;
|
|
79
|
-
valueTransforms?:
|
|
80
|
-
getter?: AXPWidgetValueTransformFunction;
|
|
81
|
-
setter?: AXPWidgetValueTransformFunction;
|
|
82
|
-
};
|
|
85
|
+
valueTransforms?: AXPWidgetValueTransformFunctions;
|
|
83
86
|
}
|
|
84
87
|
export interface AXPWidgetTypesMap {
|
|
85
88
|
checkbox: 'checkbox-editor';
|
|
@@ -208,6 +211,7 @@ export declare abstract class AXPWidgetComponent<T = any | null | void> extends
|
|
|
208
211
|
index: number | null | undefined;
|
|
209
212
|
mode: AXPWidgetRenderMode;
|
|
210
213
|
locked: boolean;
|
|
214
|
+
protected outputs(): string[];
|
|
211
215
|
protected fullPath: import("@angular/core").WritableSignal<string | null>;
|
|
212
216
|
ngOnInit(): void;
|
|
213
217
|
private nextRender;
|
|
@@ -216,9 +220,10 @@ export declare abstract class AXPWidgetComponent<T = any | null | void> extends
|
|
|
216
220
|
protected extractValue(path: string): any;
|
|
217
221
|
setValue(value: T | null | undefined, init?: boolean): void;
|
|
218
222
|
setOptions(values: any): void;
|
|
223
|
+
output<T = any>(name: string): T;
|
|
219
224
|
call(name: string, ...args: any[]): void;
|
|
220
225
|
setChildren(children: AXPWidgetNode[]): void;
|
|
221
|
-
onValueChanged(oldValue: T | null, newValue: T | null): void;
|
|
226
|
+
onValueChanged(oldValue: T | null, newValue: T | null, init?: boolean): void;
|
|
222
227
|
onAdded(): void;
|
|
223
228
|
private detectFullPath;
|
|
224
229
|
protected handleValueChanged(e: AXValueChangedEvent<T>): void;
|
|
@@ -231,6 +236,7 @@ export declare abstract class AXPDataListWidgetComponent extends AXPWidgetCompon
|
|
|
231
236
|
protected dataSource: import("@angular/core").WritableSignal<AXDataSource<unknown>>;
|
|
232
237
|
protected textField: import("@angular/core").Signal<string>;
|
|
233
238
|
protected valueField: import("@angular/core").Signal<string>;
|
|
239
|
+
selectedItems: import("@angular/core").WritableSignal<any[]>;
|
|
234
240
|
private rf;
|
|
235
241
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDataListWidgetComponent, never>;
|
|
236
242
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDataListWidgetComponent>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AXDataSource } from '@acorex/components/common';
|
|
2
|
-
import { AXPBeardCrumb, AXPEntity, AXPQueryView } from '@acorex/platform/common';
|
|
2
|
+
import { AXPBeardCrumb, AXPEntity, AXPFilterDefinition, AXPQueryView } from '@acorex/platform/common';
|
|
3
3
|
import { Injector } from '@angular/core';
|
|
4
4
|
import { ResolveFn } from '@angular/router';
|
|
5
5
|
import { Subject } from 'rxjs';
|
|
@@ -62,6 +62,7 @@ export declare class AXPEntityMasterListViewModel {
|
|
|
62
62
|
secondaryRowActions: import("@angular/core").Signal<AXPEntityCommandTriggerViewModel[]>;
|
|
63
63
|
private inlineFilters;
|
|
64
64
|
private advanceFilters;
|
|
65
|
+
get filtersDef(): AXPFilterDefinition[];
|
|
65
66
|
applyInlineFilter(value: string): void;
|
|
66
67
|
applyFilterAndSort(): void;
|
|
67
68
|
private allAvailableColumns;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { AXPWorkflow, AXPWorkflowAction, AXPWorkflowContext } from '@acorex/platform/workflow';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXPQuickEntityModifyPopupAction extends AXPWorkflowAction {
|
|
4
|
+
private popupService;
|
|
5
|
+
private platform;
|
|
6
|
+
private translateService;
|
|
7
|
+
private entityRegistery;
|
|
8
|
+
private config;
|
|
9
|
+
private factory;
|
|
10
|
+
execute(context: AXPWorkflowContext): Promise<void>;
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPQuickEntityModifyPopupAction, never>;
|
|
12
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPQuickEntityModifyPopupAction>;
|
|
13
|
+
}
|
|
14
|
+
export declare const AXPQuickModifyEntityWorkflow: AXPWorkflow;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './lib/filters.viewmodel';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
2
|
+
import { AXPFilterDefinition } from '@acorex/platform/common';
|
|
3
|
+
import { CdkDragDrop } from '@angular/cdk/drag-drop';
|
|
4
|
+
import { WritableSignal } from '@angular/core';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class AXPFiltersViewModel {
|
|
7
|
+
private readonly filterProviderService;
|
|
8
|
+
readonly availableFilters: WritableSignal<AXPFilterDefinition[]>;
|
|
9
|
+
readonly activeFilters: WritableSignal<AXPFilterDefinition[]>;
|
|
10
|
+
readonly newFilters: WritableSignal<AXPFilterDefinition[]>;
|
|
11
|
+
readonly activeFiltersCount: import("@angular/core").Signal<number>;
|
|
12
|
+
onChoosingFiltersChange(e: AXValueChangedEvent<any>): void;
|
|
13
|
+
onChoosingFiltersConfirm(): void;
|
|
14
|
+
setFilters(filters: AXPFilterDefinition[]): void;
|
|
15
|
+
drop(event: CdkDragDrop<unknown[]>): void;
|
|
16
|
+
resetFilterFields(): void;
|
|
17
|
+
removeCondition(selectedFilter: AXPFilterDefinition): void;
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPFiltersViewModel, never>;
|
|
19
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<AXPFiltersViewModel>;
|
|
20
|
+
}
|
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { AXPGroupSearchResult, AXPSettingDefinitionGroup } from '@acorex/platform/common';
|
|
3
|
-
import { ActivatedRoute } from '@angular/router';
|
|
1
|
+
import { AXPGroupSearchResult, AXPSettingDefinitionGroup, AXPSettingDefinitionSection } from '@acorex/platform/common';
|
|
4
2
|
import { AXPLayoutContextEvent } from '@acorex/platform/layout/builder';
|
|
5
3
|
import * as i0 from "@angular/core";
|
|
6
4
|
export declare class AXPSettingsViewModel {
|
|
@@ -8,35 +6,39 @@ export declare class AXPSettingsViewModel {
|
|
|
8
6
|
private readonly router;
|
|
9
7
|
private readonly settingDefinitionService;
|
|
10
8
|
private readonly settingValueService;
|
|
11
|
-
private readonly platform;
|
|
12
9
|
private readonly toastService;
|
|
13
10
|
private readonly highlightService;
|
|
11
|
+
private readonly layoutService;
|
|
14
12
|
private activatedRoute;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
searchResult: import("@angular/core").WritableSignal<AXPSettingDefinitionGroup[]
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
13
|
+
searchExpression: import("@angular/core").WritableSignal<string>;
|
|
14
|
+
private isValidQuery;
|
|
15
|
+
isSearching: import("@angular/core").Signal<boolean>;
|
|
16
|
+
searchResult: import("@angular/core").WritableSignal<AXPSettingDefinitionGroup[]>;
|
|
17
|
+
isSaving: import("@angular/core").WritableSignal<boolean>;
|
|
18
|
+
inlineSave: import("@angular/core").Signal<boolean>;
|
|
19
|
+
activateGroup: import("@angular/core").WritableSignal<string | undefined>;
|
|
20
|
+
private activeScope;
|
|
21
|
+
loadedItems: import("@angular/core").WritableSignal<AXPSettingDefinitionGroup[] | null>;
|
|
22
|
+
private resolveScope;
|
|
22
23
|
groups: import("@angular/core").Signal<AXPGroupSearchResult | null>;
|
|
23
24
|
/**
|
|
24
25
|
* @ignore
|
|
25
26
|
*/
|
|
26
27
|
constructor();
|
|
27
|
-
|
|
28
|
-
private load;
|
|
28
|
+
load(): Promise<void>;
|
|
29
29
|
private updateGroupParam;
|
|
30
|
-
|
|
30
|
+
redirectToFirstGroup(): Promise<void>;
|
|
31
|
+
navigateUpLevel(): Promise<void>;
|
|
32
|
+
private determineFirstGroup;
|
|
33
|
+
handleSelectGroup(item: AXPSettingDefinitionGroup): void;
|
|
31
34
|
context: import("@angular/core").WritableSignal<Record<any, any>>;
|
|
32
35
|
private previousContext;
|
|
33
|
-
handleContextChanged(e: AXPLayoutContextEvent): void
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
resetToDefault(): void;
|
|
36
|
+
handleContextChanged(e: AXPLayoutContextEvent): Promise<void>;
|
|
37
|
+
isDirty(section?: AXPSettingDefinitionSection): boolean;
|
|
38
|
+
apply(section?: AXPSettingDefinitionSection): Promise<void>;
|
|
39
|
+
discard(section?: AXPSettingDefinitionSection): Promise<void>;
|
|
40
|
+
resetToDefault(): Promise<void>;
|
|
41
|
+
search(expression: string): Promise<void>;
|
|
40
42
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSettingsViewModel, never>;
|
|
41
43
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPSettingsViewModel>;
|
|
42
44
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acorex/platform",
|
|
3
|
-
"version": "19.1.
|
|
3
|
+
"version": "19.1.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": ">=19.0.0",
|
|
6
6
|
"@angular/core": ">=19.0.0",
|
|
@@ -41,21 +41,21 @@
|
|
|
41
41
|
"types": "./auth/index.d.ts",
|
|
42
42
|
"default": "./fesm2022/acorex-platform-auth.mjs"
|
|
43
43
|
},
|
|
44
|
-
"./native": {
|
|
45
|
-
"types": "./native/index.d.ts",
|
|
46
|
-
"default": "./fesm2022/acorex-platform-native.mjs"
|
|
47
|
-
},
|
|
48
44
|
"./layouts": {
|
|
49
45
|
"types": "./layouts/index.d.ts",
|
|
50
46
|
"default": "./fesm2022/acorex-platform-layouts.mjs"
|
|
51
47
|
},
|
|
48
|
+
"./core": {
|
|
49
|
+
"types": "./core/index.d.ts",
|
|
50
|
+
"default": "./fesm2022/acorex-platform-core.mjs"
|
|
51
|
+
},
|
|
52
52
|
"./common": {
|
|
53
53
|
"types": "./common/index.d.ts",
|
|
54
54
|
"default": "./fesm2022/acorex-platform-common.mjs"
|
|
55
55
|
},
|
|
56
|
-
"./
|
|
57
|
-
"types": "./
|
|
58
|
-
"default": "./fesm2022/acorex-platform-
|
|
56
|
+
"./native": {
|
|
57
|
+
"types": "./native/index.d.ts",
|
|
58
|
+
"default": "./fesm2022/acorex-platform-native.mjs"
|
|
59
59
|
},
|
|
60
60
|
"./widgets": {
|
|
61
61
|
"types": "./widgets/index.d.ts",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"types": "./workflow/index.d.ts",
|
|
66
66
|
"default": "./fesm2022/acorex-platform-workflow.mjs"
|
|
67
67
|
},
|
|
68
|
-
"./layout/builder": {
|
|
69
|
-
"types": "./layout/builder/index.d.ts",
|
|
70
|
-
"default": "./fesm2022/acorex-platform-layout-builder.mjs"
|
|
71
|
-
},
|
|
72
68
|
"./layout/designer": {
|
|
73
69
|
"types": "./layout/designer/index.d.ts",
|
|
74
70
|
"default": "./fesm2022/acorex-platform-layout-designer.mjs"
|
|
75
71
|
},
|
|
72
|
+
"./layout/builder": {
|
|
73
|
+
"types": "./layout/builder/index.d.ts",
|
|
74
|
+
"default": "./fesm2022/acorex-platform-layout-builder.mjs"
|
|
75
|
+
},
|
|
76
76
|
"./layout/entity": {
|
|
77
77
|
"types": "./layout/entity/index.d.ts",
|
|
78
78
|
"default": "./fesm2022/acorex-platform-layout-entity.mjs"
|
|
@@ -81,6 +81,10 @@
|
|
|
81
81
|
"types": "./layout/setting/index.d.ts",
|
|
82
82
|
"default": "./fesm2022/acorex-platform-layout-setting.mjs"
|
|
83
83
|
},
|
|
84
|
+
"./layout/filters": {
|
|
85
|
+
"types": "./layout/filters/index.d.ts",
|
|
86
|
+
"default": "./fesm2022/acorex-platform-layout-filters.mjs"
|
|
87
|
+
},
|
|
84
88
|
"./themes/default": {
|
|
85
89
|
"types": "./themes/default/index.d.ts",
|
|
86
90
|
"default": "./fesm2022/acorex-platform-themes-default.mjs"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AXPThemeLayoutActionsComponent, AXPThemeLayoutHeaderTemplateComponent, AXPThemeLayoutSideTemplateComponent } from '@acorex/platform/themes/shared';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AXPSimplePageLayout {
|
|
4
4
|
protected layoutService: {
|
|
@@ -44,9 +44,9 @@ export declare class AXPSimplePageLayout {
|
|
|
44
44
|
navigationLoadingTaskCount: number;
|
|
45
45
|
sideMenuState: import("@acorex/platform/themes/shared").AXPSideMenuState;
|
|
46
46
|
}>;
|
|
47
|
-
protected headerLayout: import("@angular/core").Signal<
|
|
48
|
-
protected
|
|
49
|
-
protected pageActionsLayout: import("@angular/core").Signal<
|
|
47
|
+
protected headerLayout: import("@angular/core").Signal<AXPThemeLayoutHeaderTemplateComponent | undefined>;
|
|
48
|
+
protected layoutSide: import("@angular/core").Signal<AXPThemeLayoutSideTemplateComponent | undefined>;
|
|
49
|
+
protected pageActionsLayout: import("@angular/core").Signal<AXPThemeLayoutActionsComponent | undefined>;
|
|
50
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSimplePageLayout, never>;
|
|
51
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPSimplePageLayout, "axp-layout-simple-page", never, {}, {}, ["headerLayout", "
|
|
51
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPSimplePageLayout, "axp-layout-simple-page", never, {}, {}, ["headerLayout", "layoutSide", "pageActionsLayout"], ["axp-layout-content"], true, never>;
|
|
52
52
|
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { EventEmitter } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXPListViewOptionConditionsComponent {
|
|
4
|
+
constructor();
|
|
5
|
+
onClosed: EventEmitter<void>;
|
|
6
|
+
protected handleClose(): void;
|
|
7
|
+
protected handleResetClick(): void;
|
|
8
|
+
protected handleApplyClick(): void;
|
|
9
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPListViewOptionConditionsComponent, never>;
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPListViewOptionConditionsComponent, "axp-list-view-option-conditions", never, {}, { "onClosed": "onClosed"; }, never, ["*"], true, never>;
|
|
11
|
+
}
|
package/themes/default/lib/layouts/filters-layout/simple-filter-builder/filters-view.component.d.ts
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { AXPFilterDefinition } from '@acorex/platform/common';
|
|
2
|
+
import { AXPFiltersViewModel } from '@acorex/platform/layout/filters';
|
|
3
|
+
import { Injector, InputSignal } from '@angular/core';
|
|
4
|
+
import * as i0 from "@angular/core";
|
|
5
|
+
export declare class AXPSimpleFiltersViewComponent {
|
|
6
|
+
protected vm: AXPFiltersViewModel;
|
|
7
|
+
protected injector: Injector;
|
|
8
|
+
filters: InputSignal<AXPFilterDefinition[]>;
|
|
9
|
+
ngOnInit(): void;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSimpleFiltersViewComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPSimpleFiltersViewComponent, "axp-simple-filters-view", never, { "filters": { "alias": "filters"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
12
|
+
}
|
|
@@ -1,11 +1,56 @@
|
|
|
1
1
|
import { Injector } from '@angular/core';
|
|
2
2
|
import { AXPSettingsViewModel } from '@acorex/platform/layout/setting';
|
|
3
|
+
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export declare class AXPSettingPageComponent {
|
|
5
6
|
protected vm: AXPSettingsViewModel;
|
|
6
7
|
protected injector: Injector;
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
protected themeService: {
|
|
9
|
+
currentTheme: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPThemeVariant>;
|
|
10
|
+
systemTheme: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPThemeVariant>;
|
|
11
|
+
screenSize: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPScreenSize>;
|
|
12
|
+
deviceType: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPDeviceType>;
|
|
13
|
+
isTouchDevice: import("@angular/core").Signal<boolean>;
|
|
14
|
+
overlayLoading: import("@angular/core").Signal<boolean>;
|
|
15
|
+
navigationLoading: import("@angular/core").Signal<boolean>;
|
|
16
|
+
overlayLoadingTaskCount: import("@angular/core").Signal<number>;
|
|
17
|
+
navigationLoadingTaskCount: import("@angular/core").Signal<number>;
|
|
18
|
+
sideMenuState: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPSideMenuState>;
|
|
19
|
+
isDarkMode: import("@angular/core").Signal<boolean>;
|
|
20
|
+
isLightMode: import("@angular/core").Signal<boolean>;
|
|
21
|
+
isSystemMode: import("@angular/core").Signal<boolean>;
|
|
22
|
+
isSideMenuOpen: import("@angular/core").Signal<boolean>;
|
|
23
|
+
isSmall: import("@angular/core").Signal<boolean>;
|
|
24
|
+
isMedium: import("@angular/core").Signal<boolean>;
|
|
25
|
+
isLarge: import("@angular/core").Signal<boolean>;
|
|
26
|
+
isMobileDevice: import("@angular/core").Signal<boolean>;
|
|
27
|
+
isTabletDevice: import("@angular/core").Signal<boolean>;
|
|
28
|
+
isDesktopDevice: import("@angular/core").Signal<boolean>;
|
|
29
|
+
isTouchScreen: import("@angular/core").Signal<boolean>;
|
|
30
|
+
isOverlayLoading: import("@angular/core").Signal<boolean>;
|
|
31
|
+
isNavigationLoading: import("@angular/core").Signal<boolean>;
|
|
32
|
+
changeTheme: (theme: import("@acorex/platform/themes/shared").AXPThemeVariant) => void;
|
|
33
|
+
openSideMenu: () => void;
|
|
34
|
+
closeSideMenu: () => void;
|
|
35
|
+
toggleSideMenu: () => void;
|
|
36
|
+
setNavigationLoading: (value: boolean) => void;
|
|
37
|
+
setOverlayLoading: (value: boolean) => void;
|
|
38
|
+
loadSettings: () => Promise<void>;
|
|
39
|
+
} & import("@ngrx/signals").StateSource<{
|
|
40
|
+
currentTheme: import("@acorex/platform/themes/shared").AXPThemeVariant;
|
|
41
|
+
systemTheme: import("@acorex/platform/themes/shared").AXPThemeVariant;
|
|
42
|
+
screenSize: import("@acorex/platform/themes/shared").AXPScreenSize;
|
|
43
|
+
deviceType: import("@acorex/platform/themes/shared").AXPDeviceType;
|
|
44
|
+
isTouchDevice: boolean;
|
|
45
|
+
overlayLoading: boolean;
|
|
46
|
+
navigationLoading: boolean;
|
|
47
|
+
overlayLoadingTaskCount: number;
|
|
48
|
+
navigationLoadingTaskCount: number;
|
|
49
|
+
sideMenuState: import("@acorex/platform/themes/shared").AXPSideMenuState;
|
|
50
|
+
}>;
|
|
51
|
+
protected hasGroup: import("@angular/core").Signal<boolean>;
|
|
52
|
+
protected showSide: import("@angular/core").Signal<boolean>;
|
|
53
|
+
protected handleSerach(e: AXValueChangedEvent<any>): void;
|
|
9
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSettingPageComponent, never>;
|
|
10
55
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPSettingPageComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
11
56
|
}
|
|
@@ -4,6 +4,49 @@ import * as i0 from "@angular/core";
|
|
|
4
4
|
export declare class AXPSettingsViewComponent {
|
|
5
5
|
protected vm: AXPSettingsViewModel;
|
|
6
6
|
protected injector: Injector;
|
|
7
|
+
protected layoutService: {
|
|
8
|
+
currentTheme: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPThemeVariant>;
|
|
9
|
+
systemTheme: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPThemeVariant>;
|
|
10
|
+
screenSize: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPScreenSize>;
|
|
11
|
+
deviceType: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPDeviceType>;
|
|
12
|
+
isTouchDevice: import("@angular/core").Signal<boolean>;
|
|
13
|
+
overlayLoading: import("@angular/core").Signal<boolean>;
|
|
14
|
+
navigationLoading: import("@angular/core").Signal<boolean>;
|
|
15
|
+
overlayLoadingTaskCount: import("@angular/core").Signal<number>;
|
|
16
|
+
navigationLoadingTaskCount: import("@angular/core").Signal<number>;
|
|
17
|
+
sideMenuState: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPSideMenuState>;
|
|
18
|
+
isDarkMode: import("@angular/core").Signal<boolean>;
|
|
19
|
+
isLightMode: import("@angular/core").Signal<boolean>;
|
|
20
|
+
isSystemMode: import("@angular/core").Signal<boolean>;
|
|
21
|
+
isSideMenuOpen: import("@angular/core").Signal<boolean>;
|
|
22
|
+
isSmall: import("@angular/core").Signal<boolean>;
|
|
23
|
+
isMedium: import("@angular/core").Signal<boolean>;
|
|
24
|
+
isLarge: import("@angular/core").Signal<boolean>;
|
|
25
|
+
isMobileDevice: import("@angular/core").Signal<boolean>;
|
|
26
|
+
isTabletDevice: import("@angular/core").Signal<boolean>;
|
|
27
|
+
isDesktopDevice: import("@angular/core").Signal<boolean>;
|
|
28
|
+
isTouchScreen: import("@angular/core").Signal<boolean>;
|
|
29
|
+
isOverlayLoading: import("@angular/core").Signal<boolean>;
|
|
30
|
+
isNavigationLoading: import("@angular/core").Signal<boolean>;
|
|
31
|
+
changeTheme: (theme: import("@acorex/platform/themes/shared").AXPThemeVariant) => void;
|
|
32
|
+
openSideMenu: () => void;
|
|
33
|
+
closeSideMenu: () => void;
|
|
34
|
+
toggleSideMenu: () => void;
|
|
35
|
+
setNavigationLoading: (value: boolean) => void;
|
|
36
|
+
setOverlayLoading: (value: boolean) => void;
|
|
37
|
+
loadSettings: () => Promise<void>;
|
|
38
|
+
} & import("@ngrx/signals").StateSource<{
|
|
39
|
+
currentTheme: import("@acorex/platform/themes/shared").AXPThemeVariant;
|
|
40
|
+
systemTheme: import("@acorex/platform/themes/shared").AXPThemeVariant;
|
|
41
|
+
screenSize: import("@acorex/platform/themes/shared").AXPScreenSize;
|
|
42
|
+
deviceType: import("@acorex/platform/themes/shared").AXPDeviceType;
|
|
43
|
+
isTouchDevice: boolean;
|
|
44
|
+
overlayLoading: boolean;
|
|
45
|
+
navigationLoading: boolean;
|
|
46
|
+
overlayLoadingTaskCount: number;
|
|
47
|
+
navigationLoadingTaskCount: number;
|
|
48
|
+
sideMenuState: import("@acorex/platform/themes/shared").AXPSideMenuState;
|
|
49
|
+
}>;
|
|
7
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSettingsViewComponent, never>;
|
|
8
51
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPSettingsViewComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
9
52
|
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
export * from './layout-blocks.component';
|
|
2
|
-
export * from './layout-
|
|
3
|
-
export * from './layout-
|
|
4
|
-
export * from './layout-
|
|
2
|
+
export * from './layout-actions.component';
|
|
3
|
+
export * from './layout-section.component';
|
|
4
|
+
export * from './layout-side.component';
|
|
5
|
+
export * from './layout-header.component';
|
|
6
|
+
export * from './layout-list-component';
|
|
@@ -2,19 +2,19 @@ import { TemplateRef } from '@angular/core';
|
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class AXPThemeLayoutPagePrimaryActionsComponent {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutPagePrimaryActionsComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutPagePrimaryActionsComponent, "axp-
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutPagePrimaryActionsComponent, "axp-layout-actions-primary", never, {}, {}, never, ["ax-button,ax-dropdown-button"], true, never>;
|
|
6
6
|
}
|
|
7
7
|
export declare class AXPThemeLayoutPageSecondaryActionsComponent {
|
|
8
8
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutPageSecondaryActionsComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutPageSecondaryActionsComponent, "axp-
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutPageSecondaryActionsComponent, "axp-layout-actions-secondary", never, {}, {}, never, ["ax-button-item"], true, never>;
|
|
10
10
|
}
|
|
11
|
-
export declare class
|
|
11
|
+
export declare class AXPThemeLayoutActionsComponent {
|
|
12
12
|
readonly primaryTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
13
13
|
private readonly primaryContent;
|
|
14
14
|
hasPrimary: import("@angular/core").Signal<boolean>;
|
|
15
15
|
readonly secondaryTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
16
16
|
private readonly secondaryContent;
|
|
17
17
|
hasSecondary: import("@angular/core").Signal<boolean>;
|
|
18
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutActionsComponent, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutActionsComponent, "axp-layout-actions", never, {}, {}, ["primaryContent", "secondaryContent"], ["axp-layout-actions-primary", "axp-layout-actions-secondary", "*"], true, never>;
|
|
20
20
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
export declare class AXPThemeLayoutBlockComponent {
|
|
3
3
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutBlockComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutBlockComponent, " axp-
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutBlockComponent, " axp-layout-content, axp-layout-header-container, axp-layout-footer-container, axp-layout-side-container, axp-layout-sections, axp-layout-section-container, axp-layout-body, axp-layout-suffix, axp-layout-prefix, axp-layout-title, axp-layout-nav-button, axp-layout-description, axp-layout-toolbar, axp-layout-title-bar, axp-layout-breadcrumbs ", never, {}, {}, never, ["*"], true, never>;
|
|
5
5
|
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXPThemeLayoutHeaderTemplateComponent {
|
|
4
|
+
readonly title: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
5
|
+
readonly description: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
6
|
+
readonly actions: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
7
|
+
readonly navbar: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
8
|
+
readonly breadcrumbs: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
9
|
+
readonly navButton: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
10
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutHeaderTemplateComponent, never>;
|
|
11
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutHeaderTemplateComponent, "axp-layout-header", never, {}, {}, never, ["axp-layout-breadcrumbs", "axp-layout-toolbar", "axp-layout-actions", "axp-layout-description", "axp-layout-title", "axp-layout-nav-button"], true, never>;
|
|
12
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import * as i0 from "@angular/core";
|
|
2
|
+
export declare class AXPThemeLayoutListComponent {
|
|
3
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutListComponent, never>;
|
|
4
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutListComponent, "axp-layout-list", never, {}, {}, never, ["axp-layout-list-item,axp-layout-list-group"], true, never>;
|
|
5
|
+
}
|
|
6
|
+
export declare class AXPThemeLayoutListItemsGroupComponent {
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutListItemsGroupComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutListItemsGroupComponent, "axp-layout-list-group", never, {}, {}, never, ["axp-layout-list-item"], true, never>;
|
|
9
|
+
}
|
|
10
|
+
export declare class AXPThemeLayoutListItemComponent {
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutListItemComponent, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutListItemComponent, "axp-layout-list-item", never, {}, {}, never, ["axp-layout-content,axp-layout-prefix,axp-layout-suffix"], true, never>;
|
|
13
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from "@angular/core";
|
|
2
|
+
import { AXPThemeLayoutHeaderTemplateComponent } from "./layout-header.component";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXPThemeLayoutSectionTemplateComponent {
|
|
5
|
+
readonly header: import("@angular/core").Signal<AXPThemeLayoutHeaderTemplateComponent | undefined>;
|
|
6
|
+
readonly content: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutSectionTemplateComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutSectionTemplateComponent, "axp-layout-section", never, {}, {}, ["header"], ["axp-layout-header", "axp-layout-content"], true, never>;
|
|
9
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { TemplateRef } from "@angular/core";
|
|
2
|
+
import { AXPThemeLayoutHeaderTemplateComponent } from "./layout-header.component";
|
|
3
|
+
import * as i0 from "@angular/core";
|
|
4
|
+
export declare class AXPThemeLayoutSideTemplateComponent {
|
|
5
|
+
readonly header: import("@angular/core").Signal<AXPThemeLayoutHeaderTemplateComponent | undefined>;
|
|
6
|
+
readonly content: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
7
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutSideTemplateComponent, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutSideTemplateComponent, "axp-layout-side", never, {}, {}, ["header"], ["axp-layout-header", "axp-layout-content"], true, never>;
|
|
9
|
+
}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
|
+
import { AXPAppStartUpService } from '@acorex/platform/common';
|
|
2
|
+
import { Injector } from '@angular/core';
|
|
1
3
|
import * as i0 from "@angular/core";
|
|
2
4
|
import * as i1 from "@acorex/platform/common";
|
|
3
5
|
export declare class AXPThemesSharedModule {
|
|
4
|
-
constructor();
|
|
6
|
+
constructor(appInitService: AXPAppStartUpService, injector: Injector);
|
|
5
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemesSharedModule, never>;
|
|
6
8
|
static ɵmod: i0.ɵɵNgModuleDeclaration<AXPThemesSharedModule, never, [typeof i1.AXPComponentSlotModule], never>;
|
|
7
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<AXPThemesSharedModule>;
|
|
@@ -30,3 +30,5 @@ export declare function booleanDefaultProperty(defaultValue?: boolean): AXPWidge
|
|
|
30
30
|
export declare function plainTextDefaultProperty(): AXPWidgetProperty;
|
|
31
31
|
export declare function largeTextDefaultProperty(): AXPWidgetProperty;
|
|
32
32
|
export declare function numberDefaultProperty(): AXPWidgetProperty;
|
|
33
|
+
export declare function numberMinValueProperty(value?: number | null): AXPWidgetProperty;
|
|
34
|
+
export declare function numberMaxValueProperty(value?: number | null): AXPWidgetProperty;
|
|
@@ -10,6 +10,7 @@ export declare class AXPSelectBoxWidgetEditComponent extends AXPDataListWidgetCo
|
|
|
10
10
|
protected placeholder: import("@angular/core").Signal<string>;
|
|
11
11
|
protected hasClearButton: import("@angular/core").Signal<boolean>;
|
|
12
12
|
protected allowSearch: import("@angular/core").Signal<boolean>;
|
|
13
|
+
protected outputs(): string[];
|
|
13
14
|
protected handleValueChange(e: AXValueChangedEvent): void;
|
|
14
15
|
refresh(): void;
|
|
15
16
|
clear(): void;
|
|
@@ -4,6 +4,7 @@ import { AXBorderBox, AXBorderBoxRadiusSide, AXBorderBoxSide } from './border-wi
|
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AXPBorderWidgetEditComponent extends AXPWidgetComponent<AXBorderBox> {
|
|
6
6
|
isRadiusLinked: import("@angular/core").WritableSignal<boolean>;
|
|
7
|
+
setRadiusLinked(): void;
|
|
7
8
|
protected setBorder(e: AXValueChangedEvent, type: keyof AXBorderBox, side: keyof AXBorderBoxRadiusSide | keyof AXBorderBoxSide<number | string>): void;
|
|
8
9
|
private setSameValue;
|
|
9
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPBorderWidgetEditComponent, never>;
|
|
@@ -1,12 +1,23 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { AXPopoverComponent } from '@acorex/components/popover';
|
|
2
2
|
import { AXPWidgetComponent } from '@acorex/platform/layout/builder';
|
|
3
|
-
import { AXPSpacingBox, AXPSpacingBoxDimention } from './spacing-widget-type';
|
|
3
|
+
import { AXPSpacingBox, AXPSpacingBoxDefaultValues, AXPSpacingBoxDimention } from './spacing-widget-type';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AXPSpacingWidgetEditComponent extends AXPWidgetComponent<AXPSpacingBox> {
|
|
6
|
+
private ngZone;
|
|
6
7
|
protected isPaddingLinked: import("@angular/core").WritableSignal<boolean>;
|
|
7
8
|
protected isMarginLinked: import("@angular/core").WritableSignal<boolean>;
|
|
8
|
-
protected
|
|
9
|
+
protected current: import("@angular/core").WritableSignal<{
|
|
10
|
+
type: keyof AXPSpacingBox;
|
|
11
|
+
side: keyof AXPSpacingBoxDimention;
|
|
12
|
+
el?: HTMLElement | null;
|
|
13
|
+
}>;
|
|
14
|
+
protected FixedValues: AXPSpacingBoxDefaultValues[];
|
|
15
|
+
protected popover: import("@angular/core").Signal<AXPopoverComponent>;
|
|
16
|
+
protected setSpacing(input: number | Event, type: keyof AXPSpacingBox, side: keyof AXPSpacingBoxDimention): void;
|
|
9
17
|
private setSameValue;
|
|
18
|
+
protected openPopUp(event: Event, type: keyof AXPSpacingBox, side: keyof AXPSpacingBoxDimention): void;
|
|
19
|
+
protected listenToMove(event: Event, type: keyof AXPSpacingBox, side: keyof AXPSpacingBoxDimention): void;
|
|
20
|
+
private getClientCoordinates;
|
|
10
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSpacingWidgetEditComponent, never>;
|
|
11
22
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPSpacingWidgetEditComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
12
23
|
}
|