@acorex/platform 19.3.6 → 19.4.1
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/auth/lib/permission/permission-definition.builder.d.ts +2 -2
- package/auth/lib/permission/permission.types.d.ts +1 -1
- package/common/index.d.ts +0 -1
- package/common/lib/layout/index.d.ts +0 -2
- package/common/lib/layout/menu/badge-helper.d.ts +2 -2
- package/core/index.d.ts +8 -1
- package/core/lib/context/context-store.service.d.ts +37 -0
- package/core/lib/directives/content-checker.directive.d.ts +10 -0
- package/core/lib/directives/index.d.ts +1 -0
- package/core/lib/expression-evaluator/expression-evaluator-scope-provider.service.d.ts +23 -0
- package/core/lib/expression-evaluator/expression-evaluator.service.d.ts +2 -0
- package/core/lib/expression-evaluator/index.d.ts +1 -0
- package/core/lib/types/interactive.types.d.ts +1 -0
- package/domain/README.md +3 -0
- package/domain/index.d.ts +2 -0
- package/domain/lib/domain.module.d.ts +8 -0
- package/domain/lib/provide-entity-crud-commands.d.ts +4 -0
- package/fesm2022/acorex-platform-auth.mjs.map +1 -1
- package/fesm2022/acorex-platform-common.mjs +2 -202
- package/fesm2022/acorex-platform-common.mjs.map +1 -1
- package/fesm2022/acorex-platform-core.mjs +312 -127
- package/fesm2022/acorex-platform-core.mjs.map +1 -1
- package/fesm2022/acorex-platform-domain.mjs +71 -0
- package/fesm2022/acorex-platform-domain.mjs.map +1 -0
- package/fesm2022/acorex-platform-layout-builder.mjs +5 -1
- package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-components.mjs +667 -3
- package/fesm2022/acorex-platform-layout-components.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-entity.mjs +53 -4
- package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
- package/fesm2022/acorex-platform-layout-views.mjs +442 -3
- package/fesm2022/acorex-platform-layout-views.mjs.map +1 -1
- package/fesm2022/acorex-platform-runtime.mjs +448 -0
- package/fesm2022/acorex-platform-runtime.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-details-view.component-w1GLOu_c.mjs → acorex-platform-themes-default-details-view.component-DXwO-Euo.mjs} +7 -8
- package/fesm2022/acorex-platform-themes-default-details-view.component-DXwO-Euo.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-C8rL7vLD.mjs → acorex-platform-themes-default-entity-master-list-view.component-C0aVy6kW.mjs} +15 -13
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-C0aVy6kW.mjs.map +1 -0
- package/fesm2022/{acorex-platform-themes-default-entity-master-single-view.component-qu3j-fxn.mjs → acorex-platform-themes-default-entity-master-single-view.component-WYpSnpSx.mjs} +34 -13
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-WYpSnpSx.mjs.map +1 -0
- package/fesm2022/acorex-platform-themes-default.mjs +48 -285
- package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
- package/fesm2022/acorex-platform-themes-shared.mjs +8 -415
- package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
- package/fesm2022/{acorex-platform-widgets-button-widget-designer.component-i8FcuktZ.mjs → acorex-platform-widgets-button-widget-designer.component-BWZ0L--k.mjs} +4 -4
- package/fesm2022/acorex-platform-widgets-button-widget-designer.component-BWZ0L--k.mjs.map +1 -0
- package/fesm2022/{acorex-platform-widgets-checkbox-widget-column.component-BQcHI7vG.mjs → acorex-platform-widgets-checkbox-widget-column.component-Bq8dCQJb.mjs} +3 -3
- package/fesm2022/acorex-platform-widgets-checkbox-widget-column.component-Bq8dCQJb.mjs.map +1 -0
- package/fesm2022/acorex-platform-widgets.mjs +529 -118
- package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
- package/fesm2022/acorex-platform-workflow.mjs +22 -3
- package/fesm2022/acorex-platform-workflow.mjs.map +1 -1
- package/layout/builder/lib/builder/widget-base.component.d.ts +1 -0
- package/layout/builder/lib/builder/widget-map.d.ts +1 -0
- package/layout/components/index.d.ts +3 -0
- package/{common/lib/layout/task-badge → layout/components/lib/badge}/index.d.ts +1 -0
- package/{themes/shared/lib/components/layout-elements → layout/components/lib/blocks}/index.d.ts +1 -0
- package/layout/components/lib/blocks/layout-blocks.component.d.ts +8 -0
- package/layout/components/lib/blocks/layout-container.component.d.ts +13 -0
- package/{common/lib/layout → layout/components/lib}/component-slot/component-slot-loader.service.d.ts +5 -4
- package/{common/lib/layout → layout/components/lib}/component-slot/component-slot.directive.d.ts +5 -5
- package/layout/components/lib/component-slot/component-slot.types.d.ts +22 -0
- package/layout/entity/lib/entity-master-list.viewmodel.d.ts +4 -2
- package/layout/entity/lib/widgets/lookup-widget/lookup-widget-column.component.d.ts +1 -1
- package/layout/entity/lib/workflows/modify-entity.workflow.d.ts +6 -0
- package/layout/views/index.d.ts +2 -1
- package/layout/views/lib/layouts/index.d.ts +2 -0
- package/layout/views/lib/layouts/page/index.d.ts +3 -0
- package/{themes/default/lib/layouts/base/base-page.component.d.ts → layout/views/lib/layouts/page/page-layout-base.component.d.ts} +6 -4
- package/{themes/default/lib/layouts/base/base-page.types.d.ts → layout/views/lib/layouts/page/page-layout.base.d.ts} +1 -1
- package/{themes/default/lib/layouts/base/page-layout → layout/views/lib/layouts/page}/page-layout.component.d.ts +4 -2
- package/layout/views/lib/layouts/popup/index.d.ts +3 -0
- package/layout/views/lib/layouts/popup/popup-layout-base.component.d.ts +98 -0
- package/layout/views/lib/layouts/popup/popup-layout.base.d.ts +14 -0
- package/layout/views/lib/layouts/popup/popup-layout.component.d.ts +76 -0
- package/layout/views/lib/{details-view → views/details-view}/details-view.adapter.d.ts +1 -1
- package/layout/views/lib/views/index.d.ts +1 -0
- package/package.json +9 -1
- package/runtime/README.md +3 -0
- package/runtime/index.d.ts +17 -0
- package/runtime/lib/commands/command.extension.token.d.ts +7 -0
- package/runtime/lib/commands/command.interface.d.ts +3 -0
- package/runtime/lib/commands/command.middleware.d.ts +2 -0
- package/runtime/lib/commands/command.registry.d.ts +16 -0
- package/runtime/lib/commands/provide-command-middleware.d.ts +9 -0
- package/runtime/lib/commands/provide-command-setups.d.ts +9 -0
- package/runtime/lib/policy/policy-middleware-provider.d.ts +9 -0
- package/runtime/lib/policy/policy.directive.d.ts +9 -0
- package/runtime/lib/policy/policy.extension.token.d.ts +7 -0
- package/runtime/lib/policy/policy.interface.d.ts +17 -0
- package/runtime/lib/policy/policy.middleware.d.ts +3 -0
- package/runtime/lib/policy/policy.registry.d.ts +19 -0
- package/runtime/lib/policy/policy.service.d.ts +8 -0
- package/runtime/lib/policy/policy.types.d.ts +7 -0
- package/runtime/lib/queries/provide-query-middleware.d.ts +9 -0
- package/runtime/lib/queries/provide-query-setups.d.ts +9 -0
- package/runtime/lib/queries/query.extension.token.d.ts +7 -0
- package/runtime/lib/queries/query.interface.d.ts +3 -0
- package/runtime/lib/queries/query.middleware.d.ts +2 -0
- package/runtime/lib/queries/query.registry.d.ts +15 -0
- package/runtime/lib/runtime.module.d.ts +12 -0
- package/themes/default/index.d.ts +0 -1
- package/themes/default/lib/layouts/details-view/details-view.component.d.ts +2 -2
- package/themes/default/lib/layouts/entity-layouts/entity-master-list-view/entity-master-list-view.component.d.ts +2 -2
- package/themes/default/lib/layouts/entity-layouts/entity-master-single-view/entity-master-single-view.component.d.ts +29 -2
- package/themes/default/lib/layouts/root-layout/components/horizontal-menu/horizontal-menu.component.d.ts +2 -1
- package/themes/default/lib/layouts/root-layout/components/side-menu/side-menu.component.d.ts +2 -1
- package/themes/default/lib/layouts/root-layout/root-layout.component.d.ts +1 -0
- package/themes/shared/index.d.ts +1 -3
- package/themes/shared/lib/shared.module.d.ts +1 -1
- package/themes/shared/lib/{components/slots → slots}/theme-slot.component.d.ts +9 -9
- package/widgets/lib/widgets/advance/avatar/avatar-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/advance/cron-job/cron-job-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/advance/file-uploader/file-uploader-widget-column.component.d.ts +6 -0
- package/widgets/lib/widgets/advance/file-uploader/file-uploader-widget-edit.component.d.ts +33 -0
- package/widgets/lib/widgets/advance/file-uploader/file-uploader-widget-filter.component.d.ts +6 -0
- package/widgets/lib/widgets/advance/file-uploader/file-uploader-widget-print.component.d.ts +6 -0
- package/widgets/lib/widgets/advance/file-uploader/file-uploader-widget-view.component.d.ts +31 -0
- package/widgets/lib/widgets/advance/file-uploader/file-uploader-widget.config.d.ts +7 -0
- package/widgets/lib/widgets/advance/file-uploader/file-uploader-widget.service.d.ts +12 -0
- package/widgets/lib/widgets/advance/file-uploader/index.d.ts +7 -0
- package/widgets/lib/widgets/editors/checkbox/checkbox-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/color/color-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/contact/contact-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/date-time/date-time-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/email/email-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/large-text/large-text-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/link/link-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/meta-data/meta-data-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/number/number-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/number-unit/number-unit-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/password/password-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/phone/phone-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/rich-text/rich-text-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/select/select-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/selection-list/selection-list-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/tabular-data/tabular-data-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/text/text-box-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/time-duration/time-duration-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/editors/toggle/toggle-widget-column.component.d.ts +1 -1
- package/widgets/lib/widgets/index.d.ts +1 -0
- package/workflow/lib/slots/workflow-action-bar/workflow-action-bar.component.d.ts +36 -0
- package/workflow/lib/workflow-evaluator-scope.provider.d.ts +4 -0
- package/common/lib/layout/beardcrumb.type.d.ts +0 -6
- package/common/lib/layout/component-slot/component-slot.types.d.ts +0 -15
- package/core/lib/index.d.ts +0 -7
- package/fesm2022/acorex-platform-themes-default-details-view.component-w1GLOu_c.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-C8rL7vLD.mjs.map +0 -1
- package/fesm2022/acorex-platform-themes-default-entity-master-single-view.component-qu3j-fxn.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-button-widget-designer.component-i8FcuktZ.mjs.map +0 -1
- package/fesm2022/acorex-platform-widgets-checkbox-widget-column.component-BQcHI7vG.mjs.map +0 -1
- package/themes/default/lib/layouts/base/index.d.ts +0 -3
- package/themes/default/lib/layouts/base/page-layout/index.d.ts +0 -1
- package/themes/shared/lib/components/layout-elements/layout-blocks.component.d.ts +0 -8
- /package/{themes/shared/lib/components → layout/components/lib}/badge/badge.directive.d.ts +0 -0
- /package/{common/lib/layout/task-badge → layout/components/lib/badge}/task-badge.service.d.ts +0 -0
- /package/{common/lib/layout/task-badge → layout/components/lib/badge}/task-badge.type.d.ts +0 -0
- /package/{themes/shared/lib/components/layout-elements → layout/components/lib/blocks}/layout-actions.component.d.ts +0 -0
- /package/{themes/shared/lib/components/layout-elements → layout/components/lib/blocks}/layout-footer.component.d.ts +0 -0
- /package/{themes/shared/lib/components/layout-elements → layout/components/lib/blocks}/layout-header.component.d.ts +0 -0
- /package/{themes/shared/lib/components/layout-elements → layout/components/lib/blocks}/layout-list.component.d.ts +0 -0
- /package/{themes/shared/lib/components/layout-elements → layout/components/lib/blocks}/layout-section.component.d.ts +0 -0
- /package/{themes/shared/lib/components/layout-elements → layout/components/lib/blocks}/layout-side.component.d.ts +0 -0
- /package/{themes/shared/lib/components/layout-elements → layout/components/lib/blocks}/layout-tool-bar.component.d.ts +0 -0
- /package/{common/lib/layout → layout/components/lib}/component-slot/component-slot-registery.service.d.ts +0 -0
- /package/{common/lib/layout → layout/components/lib}/component-slot/component-slot.module.d.ts +0 -0
- /package/{common/lib/layout → layout/components/lib}/component-slot/index.d.ts +0 -0
- /package/layout/views/lib/{details-view → views/details-view}/details-view-route.resolver.d.ts +0 -0
- /package/layout/views/lib/{details-view → views/details-view}/details-view.viewmodel.d.ts +0 -0
- /package/layout/views/lib/{details-view → views/details-view}/index.d.ts +0 -0
- /package/layout/views/lib/{details-view → views/details-view}/sample.d.ts +0 -0
|
@@ -1,17 +1,14 @@
|
|
|
1
|
-
import { AXBadgeComponent } from '@acorex/components/badge';
|
|
2
|
-
import * as i2$2 from '@acorex/platform/common';
|
|
3
|
-
import { AXPTaskBadgeService, AXPSettingService, AXPComponentSlotModule, AXP_SETTING_DEFINITION_PROVIDER } from '@acorex/platform/common';
|
|
4
|
-
import * as i0 from '@angular/core';
|
|
5
|
-
import { inject, input, computed, effect, Directive, ChangeDetectionStrategy, ViewEncapsulation, Component, viewChild, contentChild, ElementRef, InjectionToken, signal, Injector, NgModule } from '@angular/core';
|
|
6
|
-
import { SIGNAL, signalSetFn } from '@angular/core/primitives/signals';
|
|
7
|
-
import * as i1 from '@angular/common';
|
|
8
|
-
import { CommonModule } from '@angular/common';
|
|
9
1
|
import * as i2 from '@acorex/components/button';
|
|
10
2
|
import { AXButtonModule } from '@acorex/components/button';
|
|
11
3
|
import * as i3 from '@acorex/components/decorators';
|
|
12
4
|
import { AXDecoratorModule } from '@acorex/components/decorators';
|
|
13
5
|
import * as i4 from '@acorex/components/dropdown';
|
|
14
6
|
import { AXDropdownModule } from '@acorex/components/dropdown';
|
|
7
|
+
import * as i1 from '@angular/common';
|
|
8
|
+
import { CommonModule } from '@angular/common';
|
|
9
|
+
import * as i0 from '@angular/core';
|
|
10
|
+
import { computed, inject, Component, InjectionToken, signal, effect, ChangeDetectionStrategy, Injector, NgModule } from '@angular/core';
|
|
11
|
+
import { AXPSettingService, AXP_SETTING_DEFINITION_PROVIDER } from '@acorex/platform/common';
|
|
15
12
|
import { signalStore, withState, withComputed, withMethods, patchState, withHooks } from '@ngrx/signals';
|
|
16
13
|
import { timer, firstValueFrom, fromEvent, Subscription, filter } from 'rxjs';
|
|
17
14
|
import { debounceTime } from 'rxjs/operators';
|
|
@@ -25,412 +22,8 @@ import { AXPValueWidgetComponent, AXP_WIDGETS_LAYOUT_CATEGORY, AXPLayoutBuilderM
|
|
|
25
22
|
import { FormsModule } from '@angular/forms';
|
|
26
23
|
import { AXSelectionModule } from '@acorex/cdk/selection';
|
|
27
24
|
import { AXP_NAME_PROPERTY, AXP_DATA_PATH_PROPERTY, AXP_DISABLED_PROPERTY } from '@acorex/platform/widgets';
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
constructor() {
|
|
31
|
-
this.badgeService = inject(AXPTaskBadgeService);
|
|
32
|
-
this.host = inject(AXBadgeComponent); // assumes it's applied on <ax-badge>
|
|
33
|
-
this.hostElement = this.host.getHostElement();
|
|
34
|
-
this.badgeKey = input(undefined);
|
|
35
|
-
this.count = input(0, { alias: 'axp-task-badge' });
|
|
36
|
-
this.displayCount = computed(() => {
|
|
37
|
-
const value = this.count() || (this.badgeKey() && this.badgeService.getCount(this.badgeKey())());
|
|
38
|
-
return value ? value.toString() : '';
|
|
39
|
-
});
|
|
40
|
-
this.#eff = effect(() => {
|
|
41
|
-
this.setValueOfInputSignal(this.host.text, this.displayCount());
|
|
42
|
-
if (!this.displayCount()) {
|
|
43
|
-
this.hostElement.style.display = 'none';
|
|
44
|
-
}
|
|
45
|
-
else {
|
|
46
|
-
this.hostElement.style.removeProperty('display');
|
|
47
|
-
}
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
#eff;
|
|
51
|
-
setValueOfInputSignal(signal, value) {
|
|
52
|
-
const node = signal[SIGNAL];
|
|
53
|
-
signalSetFn(node, value);
|
|
54
|
-
}
|
|
55
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPTaskBadgeDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive }); }
|
|
56
|
-
static { this.ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "19.2.10", type: AXPTaskBadgeDirective, isStandalone: true, selector: "[axp-task-badge]", inputs: { badgeKey: { classPropertyName: "badgeKey", publicName: "badgeKey", isSignal: true, isRequired: false, transformFunction: null }, count: { classPropertyName: "count", publicName: "axp-task-badge", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 }); }
|
|
57
|
-
}
|
|
58
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPTaskBadgeDirective, decorators: [{
|
|
59
|
-
type: Directive,
|
|
60
|
-
args: [{
|
|
61
|
-
selector: '[axp-task-badge]',
|
|
62
|
-
standalone: true,
|
|
63
|
-
}]
|
|
64
|
-
}] });
|
|
65
|
-
|
|
66
|
-
class AXPThemeLayoutPagePrimaryActionsComponent {
|
|
67
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutPagePrimaryActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
68
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutPagePrimaryActionsComponent, isStandalone: true, selector: "axp-layout-actions-primary", ngImport: i0, template: `<ng-content select="ax-button,ax-dropdown-button"></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
69
|
-
}
|
|
70
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutPagePrimaryActionsComponent, decorators: [{
|
|
71
|
-
type: Component,
|
|
72
|
-
args: [{
|
|
73
|
-
standalone: true,
|
|
74
|
-
selector: 'axp-layout-actions-primary',
|
|
75
|
-
template: `<ng-content select="ax-button,ax-dropdown-button"></ng-content>`,
|
|
76
|
-
encapsulation: ViewEncapsulation.None,
|
|
77
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
78
|
-
}]
|
|
79
|
-
}] });
|
|
80
|
-
class AXPThemeLayoutPageSecondaryActionsComponent {
|
|
81
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutPageSecondaryActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
82
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutPageSecondaryActionsComponent, isStandalone: true, selector: "axp-layout-actions-secondary", ngImport: i0, template: `<ng-content select="ax-button-item,ax-divider,ng-container"></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
83
|
-
}
|
|
84
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutPageSecondaryActionsComponent, decorators: [{
|
|
85
|
-
type: Component,
|
|
86
|
-
args: [{
|
|
87
|
-
standalone: true,
|
|
88
|
-
selector: 'axp-layout-actions-secondary',
|
|
89
|
-
template: `<ng-content select="ax-button-item,ax-divider,ng-container"></ng-content>`,
|
|
90
|
-
encapsulation: ViewEncapsulation.None,
|
|
91
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
92
|
-
}]
|
|
93
|
-
}] });
|
|
94
|
-
class AXPThemeLayoutActionsComponent {
|
|
95
|
-
constructor() {
|
|
96
|
-
this.primaryTemplate = viewChild('primary');
|
|
97
|
-
this.primaryContent = contentChild(AXPThemeLayoutPagePrimaryActionsComponent);
|
|
98
|
-
this.hasPrimary = computed(() => this.primaryContent() != null);
|
|
99
|
-
this.secondaryTemplate = viewChild('secondary');
|
|
100
|
-
this.secondaryContent = contentChild(AXPThemeLayoutPageSecondaryActionsComponent);
|
|
101
|
-
this.hasSecondary = computed(() => this.secondaryContent() != null);
|
|
102
|
-
}
|
|
103
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutActionsComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
104
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.10", type: AXPThemeLayoutActionsComponent, isStandalone: true, selector: "axp-layout-actions", queries: [{ propertyName: "primaryContent", first: true, predicate: AXPThemeLayoutPagePrimaryActionsComponent, descendants: true, isSignal: true }, { propertyName: "secondaryContent", first: true, predicate: AXPThemeLayoutPageSecondaryActionsComponent, descendants: true, isSignal: true }], viewQueries: [{ propertyName: "primaryTemplate", first: true, predicate: ["primary"], descendants: true, isSignal: true }, { propertyName: "secondaryTemplate", first: true, predicate: ["secondary"], descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
105
|
-
|
|
106
|
-
<ng-template #primary>
|
|
107
|
-
<ng-content select="axp-layout-actions-primary"></ng-content>
|
|
108
|
-
</ng-template>
|
|
109
|
-
|
|
110
|
-
<ng-template #secondary>
|
|
111
|
-
<ng-content select="axp-layout-actions-secondary"></ng-content>
|
|
112
|
-
</ng-template>
|
|
113
|
-
|
|
114
|
-
<ng-content></ng-content>
|
|
115
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
116
|
-
}
|
|
117
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutActionsComponent, decorators: [{
|
|
118
|
-
type: Component,
|
|
119
|
-
args: [{
|
|
120
|
-
imports: [CommonModule],
|
|
121
|
-
standalone: true,
|
|
122
|
-
selector: 'axp-layout-actions',
|
|
123
|
-
template: `
|
|
124
|
-
|
|
125
|
-
<ng-template #primary>
|
|
126
|
-
<ng-content select="axp-layout-actions-primary"></ng-content>
|
|
127
|
-
</ng-template>
|
|
128
|
-
|
|
129
|
-
<ng-template #secondary>
|
|
130
|
-
<ng-content select="axp-layout-actions-secondary"></ng-content>
|
|
131
|
-
</ng-template>
|
|
132
|
-
|
|
133
|
-
<ng-content></ng-content>
|
|
134
|
-
`,
|
|
135
|
-
encapsulation: ViewEncapsulation.None,
|
|
136
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
137
|
-
}]
|
|
138
|
-
}] });
|
|
139
|
-
|
|
140
|
-
class AXPThemeLayoutBlockComponent {
|
|
141
|
-
constructor() {
|
|
142
|
-
this.elementRef = inject(ElementRef);
|
|
143
|
-
this.hostElement = this.elementRef.nativeElement;
|
|
144
|
-
}
|
|
145
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutBlockComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
146
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutBlockComponent, isStandalone: true, selector: "\n\n axp-page-content, \n axp-page-footer,\n axp-page-header,\n axp-page-toolbar,\n\n axp-layout-content, \n axp-layout-page-content, \n\n axp-layout-sections,\n axp-layout-body,\n axp-layout-container,\n axp-layout-page-body,\n axp-layout-prefix,\n axp-layout-suffix,\n axp-layout-title-bar,\n axp-layout-title, \n axp-layout-title-actions, \n axp-layout-nav-button, \n axp-layout-description, \n axp-layout-breadcrumbs,\n axp-layout-list-action,\n ", ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
147
|
-
}
|
|
148
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutBlockComponent, decorators: [{
|
|
149
|
-
type: Component,
|
|
150
|
-
args: [{
|
|
151
|
-
standalone: true,
|
|
152
|
-
selector: `
|
|
153
|
-
|
|
154
|
-
axp-page-content,
|
|
155
|
-
axp-page-footer,
|
|
156
|
-
axp-page-header,
|
|
157
|
-
axp-page-toolbar,
|
|
158
|
-
|
|
159
|
-
axp-layout-content,
|
|
160
|
-
axp-layout-page-content,
|
|
161
|
-
|
|
162
|
-
axp-layout-sections,
|
|
163
|
-
axp-layout-body,
|
|
164
|
-
axp-layout-container,
|
|
165
|
-
axp-layout-page-body,
|
|
166
|
-
axp-layout-prefix,
|
|
167
|
-
axp-layout-suffix,
|
|
168
|
-
axp-layout-title-bar,
|
|
169
|
-
axp-layout-title,
|
|
170
|
-
axp-layout-title-actions,
|
|
171
|
-
axp-layout-nav-button,
|
|
172
|
-
axp-layout-description,
|
|
173
|
-
axp-layout-breadcrumbs,
|
|
174
|
-
axp-layout-list-action,
|
|
175
|
-
`,
|
|
176
|
-
template: '<ng-content></ng-content>',
|
|
177
|
-
encapsulation: ViewEncapsulation.None,
|
|
178
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
179
|
-
}]
|
|
180
|
-
}] });
|
|
181
|
-
|
|
182
|
-
class AXPThemeLayoutFooterComponent {
|
|
183
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutFooterComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
184
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutFooterComponent, isStandalone: true, selector: "axp-layout-footer, axp-layout-page-footer", ngImport: i0, template: `
|
|
185
|
-
<ng-content select="axp-layout-prefix"></ng-content>
|
|
186
|
-
<ng-content select="axp-layout-suffix"></ng-content>
|
|
187
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
188
|
-
}
|
|
189
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutFooterComponent, decorators: [{
|
|
190
|
-
type: Component,
|
|
191
|
-
args: [{
|
|
192
|
-
imports: [CommonModule],
|
|
193
|
-
standalone: true,
|
|
194
|
-
selector: 'axp-layout-footer, axp-layout-page-footer',
|
|
195
|
-
template: `
|
|
196
|
-
<ng-content select="axp-layout-prefix"></ng-content>
|
|
197
|
-
<ng-content select="axp-layout-suffix"></ng-content>
|
|
198
|
-
`,
|
|
199
|
-
encapsulation: ViewEncapsulation.None,
|
|
200
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
201
|
-
}]
|
|
202
|
-
}] });
|
|
203
|
-
|
|
204
|
-
class AXPThemeLayoutPageHeaderComponent {
|
|
205
|
-
constructor() {
|
|
206
|
-
this.title = viewChild('title');
|
|
207
|
-
this.description = viewChild('description');
|
|
208
|
-
this.actions = viewChild('actions');
|
|
209
|
-
this.navbar = viewChild('navbar');
|
|
210
|
-
this.breadcrumbs = viewChild('breadcrumbs');
|
|
211
|
-
this.navButton = viewChild('navButton');
|
|
212
|
-
}
|
|
213
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutPageHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
214
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "17.2.0", version: "19.2.10", type: AXPThemeLayoutPageHeaderComponent, isStandalone: true, selector: "axp-layout-page-header", viewQueries: [{ propertyName: "title", first: true, predicate: ["title"], descendants: true, isSignal: true }, { propertyName: "description", first: true, predicate: ["description"], descendants: true, isSignal: true }, { propertyName: "actions", first: true, predicate: ["actions"], descendants: true, isSignal: true }, { propertyName: "navbar", first: true, predicate: ["navbar"], descendants: true, isSignal: true }, { propertyName: "breadcrumbs", first: true, predicate: ["breadcrumbs"], descendants: true, isSignal: true }, { propertyName: "navButton", first: true, predicate: ["navButton"], descendants: true, isSignal: true }], ngImport: i0, template: `
|
|
215
|
-
<ng-template #breadcrumbs>
|
|
216
|
-
<ng-content select="axp-layout-breadcrumbs"></ng-content>
|
|
217
|
-
</ng-template>
|
|
218
|
-
|
|
219
|
-
<ng-template #navbar>
|
|
220
|
-
<ng-content select="axp-layout-toolbar"></ng-content>
|
|
221
|
-
</ng-template>
|
|
222
|
-
|
|
223
|
-
<ng-template #actions>
|
|
224
|
-
<ng-content select="axp-layout-actions"></ng-content>
|
|
225
|
-
</ng-template>
|
|
226
|
-
|
|
227
|
-
<ng-template #description>
|
|
228
|
-
<ng-content select="axp-layout-description"></ng-content>
|
|
229
|
-
</ng-template>
|
|
230
|
-
|
|
231
|
-
<ng-template #title>
|
|
232
|
-
<ng-content select="axp-layout-title"></ng-content>
|
|
233
|
-
</ng-template>
|
|
234
|
-
<ng-template #navButton>
|
|
235
|
-
<ng-content select="axp-layout-nav-button"></ng-content>
|
|
236
|
-
</ng-template>
|
|
237
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
238
|
-
}
|
|
239
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutPageHeaderComponent, decorators: [{
|
|
240
|
-
type: Component,
|
|
241
|
-
args: [{
|
|
242
|
-
imports: [CommonModule],
|
|
243
|
-
standalone: true,
|
|
244
|
-
selector: 'axp-layout-page-header',
|
|
245
|
-
template: `
|
|
246
|
-
<ng-template #breadcrumbs>
|
|
247
|
-
<ng-content select="axp-layout-breadcrumbs"></ng-content>
|
|
248
|
-
</ng-template>
|
|
249
|
-
|
|
250
|
-
<ng-template #navbar>
|
|
251
|
-
<ng-content select="axp-layout-toolbar"></ng-content>
|
|
252
|
-
</ng-template>
|
|
253
|
-
|
|
254
|
-
<ng-template #actions>
|
|
255
|
-
<ng-content select="axp-layout-actions"></ng-content>
|
|
256
|
-
</ng-template>
|
|
257
|
-
|
|
258
|
-
<ng-template #description>
|
|
259
|
-
<ng-content select="axp-layout-description"></ng-content>
|
|
260
|
-
</ng-template>
|
|
261
|
-
|
|
262
|
-
<ng-template #title>
|
|
263
|
-
<ng-content select="axp-layout-title"></ng-content>
|
|
264
|
-
</ng-template>
|
|
265
|
-
<ng-template #navButton>
|
|
266
|
-
<ng-content select="axp-layout-nav-button"></ng-content>
|
|
267
|
-
</ng-template>
|
|
268
|
-
`,
|
|
269
|
-
encapsulation: ViewEncapsulation.None,
|
|
270
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
271
|
-
}]
|
|
272
|
-
}] });
|
|
273
|
-
class AXPThemeLayoutHeaderComponent {
|
|
274
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutHeaderComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
275
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutHeaderComponent, isStandalone: true, selector: "axp-layout-header", ngImport: i0, template: `
|
|
276
|
-
<ng-content select="axp-layout-prefix"></ng-content>
|
|
277
|
-
<ng-content></ng-content>
|
|
278
|
-
<ng-content select="axp-layout-suffix"></ng-content>
|
|
279
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
280
|
-
}
|
|
281
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutHeaderComponent, decorators: [{
|
|
282
|
-
type: Component,
|
|
283
|
-
args: [{
|
|
284
|
-
imports: [CommonModule],
|
|
285
|
-
standalone: true,
|
|
286
|
-
selector: 'axp-layout-header',
|
|
287
|
-
template: `
|
|
288
|
-
<ng-content select="axp-layout-prefix"></ng-content>
|
|
289
|
-
<ng-content></ng-content>
|
|
290
|
-
<ng-content select="axp-layout-suffix"></ng-content>
|
|
291
|
-
`,
|
|
292
|
-
encapsulation: ViewEncapsulation.None,
|
|
293
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
294
|
-
}]
|
|
295
|
-
}] });
|
|
296
|
-
|
|
297
|
-
class AXPThemeLayoutListComponent {
|
|
298
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutListComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
299
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutListComponent, isStandalone: true, selector: "axp-layout-list", ngImport: i0, template: `<ng-content select="axp-layout-list-item,axp-layout-list-group,ng-container"></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
300
|
-
}
|
|
301
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutListComponent, decorators: [{
|
|
302
|
-
type: Component,
|
|
303
|
-
args: [{
|
|
304
|
-
standalone: true,
|
|
305
|
-
selector: 'axp-layout-list',
|
|
306
|
-
template: `<ng-content select="axp-layout-list-item,axp-layout-list-group,ng-container"></ng-content>`,
|
|
307
|
-
encapsulation: ViewEncapsulation.None,
|
|
308
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
309
|
-
}]
|
|
310
|
-
}] });
|
|
311
|
-
class AXPThemeLayoutListItemsGroupComponent {
|
|
312
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutListItemsGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
313
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutListItemsGroupComponent, isStandalone: true, selector: "axp-layout-list-group", ngImport: i0, template: `<ng-content select="axp-layout-list-item, axp-layout-title, axp-layout-header ,ng-container"></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
314
|
-
}
|
|
315
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutListItemsGroupComponent, decorators: [{
|
|
316
|
-
type: Component,
|
|
317
|
-
args: [{
|
|
318
|
-
standalone: true,
|
|
319
|
-
selector: 'axp-layout-list-group',
|
|
320
|
-
template: `<ng-content select="axp-layout-list-item, axp-layout-title, axp-layout-header ,ng-container"></ng-content>`,
|
|
321
|
-
encapsulation: ViewEncapsulation.None,
|
|
322
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
323
|
-
}]
|
|
324
|
-
}] });
|
|
325
|
-
class AXPThemeLayoutListItemComponent {
|
|
326
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutListItemComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
327
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutListItemComponent, isStandalone: true, selector: "axp-layout-list-item", ngImport: i0, template: `<ng-content select="axp-layout-content,axp-layout-prefix,axp-layout-suffix,ng-container"></ng-content>`, isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
328
|
-
}
|
|
329
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutListItemComponent, decorators: [{
|
|
330
|
-
type: Component,
|
|
331
|
-
args: [{
|
|
332
|
-
standalone: true,
|
|
333
|
-
selector: 'axp-layout-list-item',
|
|
334
|
-
template: `<ng-content select="axp-layout-content,axp-layout-prefix,axp-layout-suffix,ng-container"></ng-content>`,
|
|
335
|
-
encapsulation: ViewEncapsulation.None,
|
|
336
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
337
|
-
}]
|
|
338
|
-
}] });
|
|
339
|
-
|
|
340
|
-
class AXPThemeLayoutSectionComponent {
|
|
341
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutSectionComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
342
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutSectionComponent, isStandalone: true, selector: "axp-layout-section", ngImport: i0, template: `
|
|
343
|
-
<ng-content select="axp-layout-header"></ng-content>
|
|
344
|
-
<ng-content select="axp-layout-content"></ng-content>
|
|
345
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
346
|
-
}
|
|
347
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutSectionComponent, decorators: [{
|
|
348
|
-
type: Component,
|
|
349
|
-
args: [{
|
|
350
|
-
imports: [CommonModule],
|
|
351
|
-
standalone: true,
|
|
352
|
-
selector: 'axp-layout-section',
|
|
353
|
-
template: `
|
|
354
|
-
<ng-content select="axp-layout-header"></ng-content>
|
|
355
|
-
<ng-content select="axp-layout-content"></ng-content>
|
|
356
|
-
`,
|
|
357
|
-
encapsulation: ViewEncapsulation.None,
|
|
358
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
359
|
-
}]
|
|
360
|
-
}] });
|
|
361
|
-
|
|
362
|
-
class AXPThemeLayoutStartSideComponent {
|
|
363
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutStartSideComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
364
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutStartSideComponent, isStandalone: true, selector: "axp-layout-page-start-side, axp-layout-start-side", ngImport: i0, template: `
|
|
365
|
-
<ng-content select="axp-layout-header"></ng-content>
|
|
366
|
-
<ng-content select="axp-layout-content"></ng-content>
|
|
367
|
-
<ng-content select="axp-layout-footer"></ng-content>
|
|
368
|
-
<ng-content></ng-content>
|
|
369
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
370
|
-
}
|
|
371
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutStartSideComponent, decorators: [{
|
|
372
|
-
type: Component,
|
|
373
|
-
args: [{
|
|
374
|
-
imports: [CommonModule],
|
|
375
|
-
standalone: true,
|
|
376
|
-
selector: 'axp-layout-page-start-side, axp-layout-start-side',
|
|
377
|
-
template: `
|
|
378
|
-
<ng-content select="axp-layout-header"></ng-content>
|
|
379
|
-
<ng-content select="axp-layout-content"></ng-content>
|
|
380
|
-
<ng-content select="axp-layout-footer"></ng-content>
|
|
381
|
-
<ng-content></ng-content>
|
|
382
|
-
`,
|
|
383
|
-
encapsulation: ViewEncapsulation.None,
|
|
384
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
385
|
-
}]
|
|
386
|
-
}] });
|
|
387
|
-
class AXPThemeLayoutEndSideComponent {
|
|
388
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutEndSideComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
389
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutEndSideComponent, isStandalone: true, selector: "axp-layout-page-end-side, axp-layout-end-side", ngImport: i0, template: `
|
|
390
|
-
<ng-content select="axp-layout-header"></ng-content>
|
|
391
|
-
<ng-content select="axp-layout-content"></ng-content>
|
|
392
|
-
<ng-content select="axp-layout-footer"></ng-content>
|
|
393
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
394
|
-
}
|
|
395
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutEndSideComponent, decorators: [{
|
|
396
|
-
type: Component,
|
|
397
|
-
args: [{
|
|
398
|
-
imports: [CommonModule],
|
|
399
|
-
standalone: true,
|
|
400
|
-
selector: 'axp-layout-page-end-side, axp-layout-end-side',
|
|
401
|
-
template: `
|
|
402
|
-
<ng-content select="axp-layout-header"></ng-content>
|
|
403
|
-
<ng-content select="axp-layout-content"></ng-content>
|
|
404
|
-
<ng-content select="axp-layout-footer"></ng-content>
|
|
405
|
-
`,
|
|
406
|
-
encapsulation: ViewEncapsulation.None,
|
|
407
|
-
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
408
|
-
}]
|
|
409
|
-
}] });
|
|
410
|
-
|
|
411
|
-
class AXPThemeLayoutToolbarComponent {
|
|
412
|
-
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutToolbarComponent, deps: [], target: i0.ɵɵFactoryTarget.Component }); }
|
|
413
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.10", type: AXPThemeLayoutToolbarComponent, isStandalone: true, selector: "axp-layout-toolbar", ngImport: i0, template: `
|
|
414
|
-
<ng-content select="axp-layout-prefix"></ng-content>
|
|
415
|
-
<ng-content select="axp-layout-suffix"></ng-content>
|
|
416
|
-
<ng-content></ng-content>
|
|
417
|
-
`, isInline: true, dependencies: [{ kind: "ngmodule", type: CommonModule }], changeDetection: i0.ChangeDetectionStrategy.OnPush, encapsulation: i0.ViewEncapsulation.None }); }
|
|
418
|
-
}
|
|
419
|
-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImport: i0, type: AXPThemeLayoutToolbarComponent, decorators: [{
|
|
420
|
-
type: Component,
|
|
421
|
-
args: [{
|
|
422
|
-
imports: [CommonModule],
|
|
423
|
-
standalone: true,
|
|
424
|
-
selector: 'axp-layout-toolbar',
|
|
425
|
-
template: `
|
|
426
|
-
<ng-content select="axp-layout-prefix"></ng-content>
|
|
427
|
-
<ng-content select="axp-layout-suffix"></ng-content>
|
|
428
|
-
<ng-content></ng-content>
|
|
429
|
-
`,
|
|
430
|
-
encapsulation: ViewEncapsulation.None,
|
|
431
|
-
changeDetection: ChangeDetectionStrategy.OnPush
|
|
432
|
-
}]
|
|
433
|
-
}] });
|
|
25
|
+
import * as i2$2 from '@acorex/platform/layout/components';
|
|
26
|
+
import { AXPComponentSlotModule } from '@acorex/platform/layout/components';
|
|
434
27
|
|
|
435
28
|
var AXPThemeLayoutSetting;
|
|
436
29
|
(function (AXPThemeLayoutSetting) {
|
|
@@ -1378,5 +971,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.10", ngImpo
|
|
|
1378
971
|
* Generated bundle index. Do not edit.
|
|
1379
972
|
*/
|
|
1380
973
|
|
|
1381
|
-
export { AXPDeviceType, AXPLayoutThemeService, AXPMenuOrientation, AXPScreenSize, AXPSideMenuState,
|
|
974
|
+
export { AXPDeviceType, AXPLayoutThemeService, AXPMenuOrientation, AXPScreenSize, AXPSideMenuState, AXPThemeLayoutSetting, AXPThemeMode, AXPThemePaletteProviderDefault, AXPThemeSlotComponent, AXPThemesSharedModule, AXP_THEME_PALETTE_PROVIDER };
|
|
1382
975
|
//# sourceMappingURL=acorex-platform-themes-shared.mjs.map
|