@acorex/platform 19.1.1 → 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 +14 -9
- 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/common/lib/settings/settings.types.d.ts +1 -0
- package/fesm2022/acorex-platform-auth.mjs +5 -4
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/acorex-platform-common.mjs +72 -15
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-builder.mjs +80 -28
- 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 +364 -256
- 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 +175 -70
- 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-CJ_HVKX-.mjs → acorex-platform-themes-default-entity-master-create-view.component-CSyR4pYp.mjs} +4 -4
- package/fesm2022/{acorex-platform-themes-default-entity-master-create-view.component-CJ_HVKX-.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-BJ-ELNnN.mjs → acorex-platform-themes-default-entity-master-list-view.component-xHWp2Lk-.mjs} +83 -20
- 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-DveB-N1Z.mjs → acorex-platform-themes-default-entity-master-modify-view.component-n7mYNduJ.mjs} +4 -4
- package/fesm2022/{acorex-platform-themes-default-entity-master-modify-view.component-DveB-N1Z.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-q_DOP0cT.mjs → acorex-platform-themes-default-entity-master-single-view.component-DjyYU0Gy.mjs} +11 -11
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-q_DOP0cT.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 +47 -98
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +248 -54
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/acorex-platform-widgets.mjs +258 -34
- 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 +12 -5
- package/layout/entity/lib/entity-master-create.viewmodel.d.ts +3 -3
- package/layout/entity/lib/entity-master-list.viewmodel.d.ts +2 -1
- package/layout/entity/lib/entity.viewmodel.d.ts +1 -0
- 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 +15 -11
- package/themes/default/index.d.ts +0 -1
- package/themes/default/lib/layouts/base/simple-page/simple-page.layout.d.ts +48 -3
- 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 +51 -0
- 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 -1
- package/themes/shared/lib/components/layout-elements/layout-actions.component.d.ts +20 -0
- 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/properties/layout.props.d.ts +2 -0
- package/widgets/lib/widgets/editors/select/select-box-widget-edit.component.d.ts +1 -0
- package/widgets/lib/widgets/index.d.ts +1 -0
- package/widgets/lib/widgets/property-editors/border/border-widget-editor.component.d.ts +12 -0
- package/widgets/lib/widgets/property-editors/border/border-widget-type.d.ts +18 -0
- package/widgets/lib/widgets/property-editors/border/border-widget.config.d.ts +7 -0
- package/widgets/lib/widgets/property-editors/border/index.d.ts +3 -0
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget-editor.component.d.ts +14 -4
- package/widgets/lib/widgets/property-editors/spacing/spacing-widget-type.d.ts +9 -3
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-BJ-ELNnN.mjs.map +0 -1
- package/themes/default/lib/layouts/setting-layout/index.d.ts +0 -2
- package/themes/default/lib/layouts/setting-layout/setting-menu/setting-menu.component.d.ts +0 -10
- package/themes/shared/lib/components/layout-elements/layout-page-header.component.d.ts +0 -11
|
@@ -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';
|
|
@@ -118,6 +121,7 @@ export interface AXPWidgetTypesMap {
|
|
|
118
121
|
templateDesigner: 'template-designer';
|
|
119
122
|
cronJob: 'cron-job';
|
|
120
123
|
spacing: 'spacing';
|
|
124
|
+
border: 'border';
|
|
121
125
|
}
|
|
122
126
|
export interface AXPWidgetNodeToken {
|
|
123
127
|
config: AXPWidgetConfig;
|
|
@@ -207,6 +211,7 @@ export declare abstract class AXPWidgetComponent<T = any | null | void> extends
|
|
|
207
211
|
index: number | null | undefined;
|
|
208
212
|
mode: AXPWidgetRenderMode;
|
|
209
213
|
locked: boolean;
|
|
214
|
+
protected outputs(): string[];
|
|
210
215
|
protected fullPath: import("@angular/core").WritableSignal<string | null>;
|
|
211
216
|
ngOnInit(): void;
|
|
212
217
|
private nextRender;
|
|
@@ -215,9 +220,10 @@ export declare abstract class AXPWidgetComponent<T = any | null | void> extends
|
|
|
215
220
|
protected extractValue(path: string): any;
|
|
216
221
|
setValue(value: T | null | undefined, init?: boolean): void;
|
|
217
222
|
setOptions(values: any): void;
|
|
223
|
+
output<T = any>(name: string): T;
|
|
218
224
|
call(name: string, ...args: any[]): void;
|
|
219
225
|
setChildren(children: AXPWidgetNode[]): void;
|
|
220
|
-
onValueChanged(oldValue: T | null, newValue: T | null): void;
|
|
226
|
+
onValueChanged(oldValue: T | null, newValue: T | null, init?: boolean): void;
|
|
221
227
|
onAdded(): void;
|
|
222
228
|
private detectFullPath;
|
|
223
229
|
protected handleValueChanged(e: AXValueChangedEvent<T>): void;
|
|
@@ -230,6 +236,7 @@ export declare abstract class AXPDataListWidgetComponent extends AXPWidgetCompon
|
|
|
230
236
|
protected dataSource: import("@angular/core").WritableSignal<AXDataSource<unknown>>;
|
|
231
237
|
protected textField: import("@angular/core").Signal<string>;
|
|
232
238
|
protected valueField: import("@angular/core").Signal<string>;
|
|
239
|
+
selectedItems: import("@angular/core").WritableSignal<any[]>;
|
|
233
240
|
private rf;
|
|
234
241
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPDataListWidgetComponent, never>;
|
|
235
242
|
static ɵprov: i0.ɵɵInjectableDeclaration<AXPDataListWidgetComponent>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { AXPWidgetNode } from
|
|
3
|
-
import {
|
|
1
|
+
import { AXPEntity, AXPEntityProperty, AXPEntityPropertyCreateView, AXPEntitySectionView, AXPGridLayoutOptions } from '@acorex/platform/common';
|
|
2
|
+
import { AXPWidgetNode } from '@acorex/platform/layout/builder';
|
|
3
|
+
import { Injector } from '@angular/core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class AXPEntityCreateViewSectionViewModel {
|
|
6
6
|
private entity;
|
|
@@ -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;
|
|
@@ -9,6 +9,7 @@ export declare class AXPEntityCommandTriggerViewModel {
|
|
|
9
9
|
name: string;
|
|
10
10
|
separated: boolean;
|
|
11
11
|
scope: AXPEntityCommandScope;
|
|
12
|
+
options: any;
|
|
12
13
|
constructor(entity: AXPEntity, action: AXPEntityAction);
|
|
13
14
|
}
|
|
14
15
|
export declare class AXPEntityListViewColumnViewModel {
|
|
@@ -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",
|
|
@@ -45,17 +45,17 @@
|
|
|
45
45
|
"types": "./layouts/index.d.ts",
|
|
46
46
|
"default": "./fesm2022/acorex-platform-layouts.mjs"
|
|
47
47
|
},
|
|
48
|
-
"./
|
|
49
|
-
"types": "./
|
|
50
|
-
"default": "./fesm2022/acorex-platform-
|
|
48
|
+
"./core": {
|
|
49
|
+
"types": "./core/index.d.ts",
|
|
50
|
+
"default": "./fesm2022/acorex-platform-core.mjs"
|
|
51
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,7 +1,52 @@
|
|
|
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
|
-
protected
|
|
4
|
+
protected layoutService: {
|
|
5
|
+
currentTheme: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPThemeVariant>;
|
|
6
|
+
systemTheme: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPThemeVariant>;
|
|
7
|
+
screenSize: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPScreenSize>;
|
|
8
|
+
deviceType: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPDeviceType>;
|
|
9
|
+
isTouchDevice: import("@angular/core").Signal<boolean>;
|
|
10
|
+
overlayLoading: import("@angular/core").Signal<boolean>;
|
|
11
|
+
navigationLoading: import("@angular/core").Signal<boolean>;
|
|
12
|
+
overlayLoadingTaskCount: import("@angular/core").Signal<number>;
|
|
13
|
+
navigationLoadingTaskCount: import("@angular/core").Signal<number>;
|
|
14
|
+
sideMenuState: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPSideMenuState>;
|
|
15
|
+
isDarkMode: import("@angular/core").Signal<boolean>;
|
|
16
|
+
isLightMode: import("@angular/core").Signal<boolean>;
|
|
17
|
+
isSystemMode: import("@angular/core").Signal<boolean>;
|
|
18
|
+
isSideMenuOpen: import("@angular/core").Signal<boolean>;
|
|
19
|
+
isSmall: import("@angular/core").Signal<boolean>;
|
|
20
|
+
isMedium: import("@angular/core").Signal<boolean>;
|
|
21
|
+
isLarge: import("@angular/core").Signal<boolean>;
|
|
22
|
+
isMobileDevice: import("@angular/core").Signal<boolean>;
|
|
23
|
+
isTabletDevice: import("@angular/core").Signal<boolean>;
|
|
24
|
+
isDesktopDevice: import("@angular/core").Signal<boolean>;
|
|
25
|
+
isTouchScreen: import("@angular/core").Signal<boolean>;
|
|
26
|
+
isOverlayLoading: import("@angular/core").Signal<boolean>;
|
|
27
|
+
isNavigationLoading: import("@angular/core").Signal<boolean>;
|
|
28
|
+
changeTheme: (theme: import("@acorex/platform/themes/shared").AXPThemeVariant) => void;
|
|
29
|
+
openSideMenu: () => void;
|
|
30
|
+
closeSideMenu: () => void;
|
|
31
|
+
toggleSideMenu: () => void;
|
|
32
|
+
setNavigationLoading: (value: boolean) => void;
|
|
33
|
+
setOverlayLoading: (value: boolean) => void;
|
|
34
|
+
loadSettings: () => Promise<void>;
|
|
35
|
+
} & import("@ngrx/signals").StateSource<{
|
|
36
|
+
currentTheme: import("@acorex/platform/themes/shared").AXPThemeVariant;
|
|
37
|
+
systemTheme: import("@acorex/platform/themes/shared").AXPThemeVariant;
|
|
38
|
+
screenSize: import("@acorex/platform/themes/shared").AXPScreenSize;
|
|
39
|
+
deviceType: import("@acorex/platform/themes/shared").AXPDeviceType;
|
|
40
|
+
isTouchDevice: boolean;
|
|
41
|
+
overlayLoading: boolean;
|
|
42
|
+
navigationLoading: boolean;
|
|
43
|
+
overlayLoadingTaskCount: number;
|
|
44
|
+
navigationLoadingTaskCount: number;
|
|
45
|
+
sideMenuState: import("@acorex/platform/themes/shared").AXPSideMenuState;
|
|
46
|
+
}>;
|
|
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>;
|
|
5
50
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSimplePageLayout, never>;
|
|
6
|
-
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>;
|
|
7
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,5 +1,56 @@
|
|
|
1
|
+
import { Injector } from '@angular/core';
|
|
2
|
+
import { AXPSettingsViewModel } from '@acorex/platform/layout/setting';
|
|
3
|
+
import { AXValueChangedEvent } from '@acorex/components/common';
|
|
1
4
|
import * as i0 from "@angular/core";
|
|
2
5
|
export declare class AXPSettingPageComponent {
|
|
6
|
+
protected vm: AXPSettingsViewModel;
|
|
7
|
+
protected injector: Injector;
|
|
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;
|
|
3
54
|
static ɵfac: i0.ɵɵFactoryDeclaration<AXPSettingPageComponent, never>;
|
|
4
55
|
static ɵcmp: i0.ɵɵComponentDeclaration<AXPSettingPageComponent, "ng-component", never, {}, {}, never, never, true, never>;
|
|
5
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,2 +1,6 @@
|
|
|
1
1
|
export * from './layout-blocks.component';
|
|
2
|
-
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';
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { TemplateRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
export declare class AXPThemeLayoutPagePrimaryActionsComponent {
|
|
4
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutPagePrimaryActionsComponent, never>;
|
|
5
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutPagePrimaryActionsComponent, "axp-layout-actions-primary", never, {}, {}, never, ["ax-button,ax-dropdown-button"], true, never>;
|
|
6
|
+
}
|
|
7
|
+
export declare class AXPThemeLayoutPageSecondaryActionsComponent {
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AXPThemeLayoutPageSecondaryActionsComponent, never>;
|
|
9
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AXPThemeLayoutPageSecondaryActionsComponent, "axp-layout-actions-secondary", never, {}, {}, never, ["ax-button-item"], true, never>;
|
|
10
|
+
}
|
|
11
|
+
export declare class AXPThemeLayoutActionsComponent {
|
|
12
|
+
readonly primaryTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
13
|
+
private readonly primaryContent;
|
|
14
|
+
hasPrimary: import("@angular/core").Signal<boolean>;
|
|
15
|
+
readonly secondaryTemplate: import("@angular/core").Signal<TemplateRef<any> | undefined>;
|
|
16
|
+
private readonly secondaryContent;
|
|
17
|
+
hasSecondary: import("@angular/core").Signal<boolean>;
|
|
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
|
+
}
|
|
@@ -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;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AXPWidgetProperty, AXPWidgetPropertyGroup } from '@acorex/platform/layout/builder';
|
|
2
2
|
export declare const AXP_LAYOUT_GRID_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
3
3
|
export declare const AXP_LAYOUT_FLEX_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
4
|
+
export declare const AXP_BOX_MODEL_PROPERTY_GROUP: AXPWidgetPropertyGroup;
|
|
4
5
|
export declare const AXP_LAYOUT_GAP_PROPERTY: AXPWidgetProperty;
|
|
5
6
|
export declare const AXP_LAYOUT_COL_SPAN_PROPERTY: AXPWidgetProperty;
|
|
6
7
|
export declare const AXP_LAYOUT_COL_START_PROPERTY: AXPWidgetProperty;
|
|
@@ -17,3 +18,4 @@ export declare const AXP_LAYOUT_GRID_ROW_PROPERTIES: AXPWidgetProperty[];
|
|
|
17
18
|
export declare const AXP_LAYOUT_GRID_ITEM_PROPERTIES: AXPWidgetProperty[];
|
|
18
19
|
export declare const AXP_LAYOUT_FLEX_PROPERTIES: AXPWidgetProperty[];
|
|
19
20
|
export declare const AXP_LAYOUT_SPACING_PROPERTY: AXPWidgetProperty;
|
|
21
|
+
export declare const AXP_LAYOUT_BORDER_PROPERTY: AXPWidgetProperty;
|