@acorex/platform 19.3.0-next.5 → 19.3.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.
Files changed (112) hide show
  1. package/common/lib/app/index.d.ts +0 -1
  2. package/common/lib/common.module.d.ts +1 -1
  3. package/common/lib/configs/app.config.d.ts +12 -3
  4. package/common/lib/home-page/home-page.service.d.ts +6 -0
  5. package/common/lib/layout/logo/logo.component.d.ts +4 -0
  6. package/common/lib/settings/settings.service.d.ts +4 -1
  7. package/common/lib/utils/index.d.ts +0 -1
  8. package/common/lib/utils/regional-util.service.d.ts +2 -2
  9. package/common/lib/utils/regional.types.d.ts +6 -16
  10. package/core/lib/index.d.ts +1 -0
  11. package/{common/lib/app → core/lib/startup}/app-startup.service.d.ts +1 -5
  12. package/core/lib/startup/app-startup.types.d.ts +6 -0
  13. package/core/lib/startup/index.d.ts +2 -0
  14. package/core/lib/types/logo.types.d.ts +5 -9
  15. package/fesm2022/acorex-platform-auth.mjs +5 -1
  16. package/fesm2022/acorex-platform-auth.mjs.map +1 -1
  17. package/fesm2022/acorex-platform-common.mjs +130 -218
  18. package/fesm2022/acorex-platform-common.mjs.map +1 -1
  19. package/fesm2022/acorex-platform-core.mjs +42 -13
  20. package/fesm2022/acorex-platform-core.mjs.map +1 -1
  21. package/fesm2022/acorex-platform-layout-builder.mjs +17 -0
  22. package/fesm2022/acorex-platform-layout-builder.mjs.map +1 -1
  23. package/fesm2022/acorex-platform-layout-components.mjs +247 -0
  24. package/fesm2022/acorex-platform-layout-components.mjs.map +1 -0
  25. package/fesm2022/acorex-platform-layout-designer.mjs +2 -2
  26. package/fesm2022/acorex-platform-layout-designer.mjs.map +1 -1
  27. package/fesm2022/acorex-platform-layout-entity.mjs +44 -20
  28. package/fesm2022/acorex-platform-layout-entity.mjs.map +1 -1
  29. package/fesm2022/acorex-platform-layout-search.mjs +4 -3
  30. package/fesm2022/acorex-platform-layout-search.mjs.map +1 -1
  31. package/fesm2022/acorex-platform-layout-setting.mjs +5 -4
  32. package/fesm2022/acorex-platform-layout-setting.mjs.map +1 -1
  33. package/fesm2022/{acorex-platform-themes-default-entity-master-list-view.component-CuyWAi6X.mjs → acorex-platform-themes-default-entity-master-list-view.component-Ol8haGqF.mjs} +5 -4
  34. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-Ol8haGqF.mjs.map +1 -0
  35. package/fesm2022/acorex-platform-themes-default.mjs +18 -20
  36. package/fesm2022/acorex-platform-themes-default.mjs.map +1 -1
  37. package/fesm2022/acorex-platform-themes-shared.mjs +22 -18
  38. package/fesm2022/acorex-platform-themes-shared.mjs.map +1 -1
  39. package/fesm2022/{acorex-platform-widgets-tabular-data-edit-popup.component-CybYV1Kf.mjs → acorex-platform-widgets-tabular-data-edit-popup.component-1IseEVXQ.mjs} +2 -2
  40. package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-1IseEVXQ.mjs.map +1 -0
  41. package/fesm2022/acorex-platform-widgets.mjs +35 -3775
  42. package/fesm2022/acorex-platform-widgets.mjs.map +1 -1
  43. package/layout/builder/lib/builder/context-store.service.d.ts +2 -1
  44. package/layout/builder/lib/builder/widget-base.component.d.ts +1 -0
  45. package/layout/builder/lib/builder/widget-container.component.d.ts +1 -0
  46. package/layout/builder/lib/builder/widget-map.d.ts +1 -0
  47. package/layout/builder/lib/builder/widget-renderer.directive.d.ts +1 -0
  48. package/layout/components/README.md +3 -0
  49. package/layout/components/index.d.ts +1 -0
  50. package/layout/components/lib/user-avatar/index.d.ts +4 -0
  51. package/layout/components/lib/user-avatar/user-avatar.component.d.ts +27 -0
  52. package/layout/components/lib/user-avatar/user-avatar.provider.d.ts +3 -0
  53. package/layout/components/lib/user-avatar/user-avatar.service.d.ts +42 -0
  54. package/layout/components/lib/user-avatar/user-avatar.types.d.ts +12 -0
  55. package/layout/entity/lib/entity-master-single.viewmodel.d.ts +1 -0
  56. package/layout/entity/lib/entity.module.d.ts +1 -1
  57. package/layout/entity/lib/widgets/lookup-widget/lookup-widget-column.component.d.ts +1 -1
  58. package/layout/entity/lib/widgets/lookup-widget/lookup-widget-edit.component.d.ts +1 -0
  59. package/layout/entity/lib/widgets/lookup-widget/lookup-widget.config.d.ts +0 -5
  60. package/layout/search/lib/search.module.d.ts +1 -1
  61. package/layout/setting/lib/settings.module.d.ts +1 -1
  62. package/package.json +8 -2
  63. package/themes/default/lib/layouts/root-layout/components/header/header.component.d.ts +12 -3
  64. package/themes/default/lib/layouts/root-layout/horizontal/horizontal-layout.component.d.ts +12 -6
  65. package/themes/default/lib/layouts/root-layout/root-layout.component.d.ts +2 -1
  66. package/themes/default/lib/layouts/root-layout/vertical/vertical-layout.component.d.ts +14 -5
  67. package/themes/shared/lib/shared.module.d.ts +1 -1
  68. package/widgets/lib/widgets/index.d.ts +0 -9
  69. package/common/lib/utils/data-generator.d.ts +0 -26
  70. package/fesm2022/acorex-platform-themes-default-entity-master-list-view.component-CuyWAi6X.mjs.map +0 -1
  71. package/fesm2022/acorex-platform-widgets-tabular-data-edit-popup.component-CybYV1Kf.mjs.map +0 -1
  72. package/widgets/lib/widgets/charts/bar-chart/bar-chart-widget.component.d.ts +0 -41
  73. package/widgets/lib/widgets/charts/bar-chart/bar-chart-widget.config.d.ts +0 -7
  74. package/widgets/lib/widgets/charts/bar-chart/bar-chart.type.d.ts +0 -34
  75. package/widgets/lib/widgets/charts/bar-chart/index.d.ts +0 -2
  76. package/widgets/lib/widgets/charts/chart.type.d.ts +0 -3
  77. package/widgets/lib/widgets/charts/clock-calendar/clock-calendar-widget.component.d.ts +0 -40
  78. package/widgets/lib/widgets/charts/clock-calendar/clock-calendar-widget.config.d.ts +0 -7
  79. package/widgets/lib/widgets/charts/clock-calendar/clock-calendar.types.d.ts +0 -50
  80. package/widgets/lib/widgets/charts/clock-calendar/index.d.ts +0 -3
  81. package/widgets/lib/widgets/charts/donut-chart/donut-chart-widget.component.d.ts +0 -58
  82. package/widgets/lib/widgets/charts/donut-chart/donut-chart-widget.config.d.ts +0 -7
  83. package/widgets/lib/widgets/charts/donut-chart/donut-chart.type.d.ts +0 -67
  84. package/widgets/lib/widgets/charts/donut-chart/index.d.ts +0 -2
  85. package/widgets/lib/widgets/charts/gauge-chart/gauge-chart-widget.component.d.ts +0 -69
  86. package/widgets/lib/widgets/charts/gauge-chart/gauge-chart-widget.config.d.ts +0 -7
  87. package/widgets/lib/widgets/charts/gauge-chart/gauge-chart.type.d.ts +0 -29
  88. package/widgets/lib/widgets/charts/gauge-chart/index.d.ts +0 -3
  89. package/widgets/lib/widgets/charts/notification/index.d.ts +0 -3
  90. package/widgets/lib/widgets/charts/notification/notification-widget.component.d.ts +0 -54
  91. package/widgets/lib/widgets/charts/notification/notification-widget.config.d.ts +0 -10
  92. package/widgets/lib/widgets/charts/notification/notification.type.d.ts +0 -47
  93. package/widgets/lib/widgets/charts/shared/chart-base.component.d.ts +0 -44
  94. package/widgets/lib/widgets/charts/shared/chart-base.type.d.ts +0 -37
  95. package/widgets/lib/widgets/charts/shared/components/chart-tooltip/chart-tooltip.component.d.ts +0 -28
  96. package/widgets/lib/widgets/charts/shared/components/chart-tooltip/index.d.ts +0 -1
  97. package/widgets/lib/widgets/charts/sticky-note/index.d.ts +0 -2
  98. package/widgets/lib/widgets/charts/sticky-note/sticky-note-widget.component.d.ts +0 -21
  99. package/widgets/lib/widgets/charts/sticky-note/sticky-note-widget.config.d.ts +0 -7
  100. package/widgets/lib/widgets/charts/tasklist/index.d.ts +0 -3
  101. package/widgets/lib/widgets/charts/tasklist/tasklist-widget.component.d.ts +0 -34
  102. package/widgets/lib/widgets/charts/tasklist/tasklist-widget.config.d.ts +0 -7
  103. package/widgets/lib/widgets/charts/tasklist/tasklist.type.d.ts +0 -36
  104. package/widgets/lib/widgets/charts/weather/index.d.ts +0 -4
  105. package/widgets/lib/widgets/charts/weather/weather-services/index.d.ts +0 -3
  106. package/widgets/lib/widgets/charts/weather/weather-services/weather-api.abstract.d.ts +0 -174
  107. package/widgets/lib/widgets/charts/weather/weather-services/weather-api.key.d.ts +0 -2
  108. package/widgets/lib/widgets/charts/weather/weather-services/weather-api.mock.service.d.ts +0 -47
  109. package/widgets/lib/widgets/charts/weather/weather-services/weather-api.service.d.ts +0 -48
  110. package/widgets/lib/widgets/charts/weather/weather-widget.component.d.ts +0 -109
  111. package/widgets/lib/widgets/charts/weather/weather-widget.config.d.ts +0 -14
  112. package/widgets/lib/widgets/charts/weather/weather.module.d.ts +0 -11
@@ -1,4 +1,4 @@
1
- export type AXPLayoutContextState = 'initiated' | 'restored' | 'changed';
1
+ export type AXPLayoutContextState = 'initiated' | 'restored' | 'changed' | 'patch';
2
2
  export declare class AXPLayoutContextChangeEvent {
3
3
  oldValue?: any;
4
4
  newValue?: any;
@@ -21,6 +21,7 @@ export declare const AXPLayoutBuilderContextStore: import("@angular/core").Type<
21
21
  previous: import("@angular/core").Signal<{}>;
22
22
  changeEvent: import("@angular/core").Signal<AXPLayoutContextChangeEvent>;
23
23
  update: (path: string, value: any) => void;
24
+ patch: (context: {}) => void;
24
25
  reset: () => void;
25
26
  set: (initialData: any) => void;
26
27
  getValue: (path: string) => any;
@@ -26,6 +26,7 @@ export declare abstract class AXPBaseWidgetComponent extends AXPLayoutElement {
26
26
  previous: import("@angular/core").Signal<{}>;
27
27
  changeEvent: import("@angular/core").Signal<import("./context-store.service").AXPLayoutContextChangeEvent>;
28
28
  update: (path: string, value: any) => void;
29
+ patch: (context: {}) => void;
29
30
  reset: () => void;
30
31
  set: (initialData: any) => void;
31
32
  getValue: (path: string) => any;
@@ -18,6 +18,7 @@ export declare class AXPWidgetContainerComponent {
18
18
  previous: import("@angular/core").Signal<{}>;
19
19
  changeEvent: import("@angular/core").Signal<AXPLayoutContextChangeEvent>;
20
20
  update: (path: string, value: any) => void;
21
+ patch: (context: {}) => void;
21
22
  reset: () => void;
22
23
  set: (initialData: any) => void;
23
24
  getValue: (path: string) => any;
@@ -62,6 +62,7 @@ export interface AXPWidgetTypesMap {
62
62
  callbackValidation: 'callback-validation';
63
63
  donutChart: 'donut-chart';
64
64
  barChart: 'bar-chart';
65
+ lineChart: 'line-chart';
65
66
  gaugeChart: 'gauge-chart';
66
67
  stickyNote: 'sticky-note';
67
68
  clockCalendar: 'clock-calendar';
@@ -41,6 +41,7 @@ export declare class AXPWidgetRendererDirective {
41
41
  previous: import("@angular/core").Signal<{}>;
42
42
  changeEvent: import("@angular/core").Signal<import("./context-store.service").AXPLayoutContextChangeEvent>;
43
43
  update: (path: string, value: any) => void;
44
+ patch: (context: {}) => void;
44
45
  reset: () => void;
45
46
  set: (initialData: any) => void;
46
47
  getValue: (path: string) => any;
@@ -0,0 +1,3 @@
1
+ # @acorex/platform/components
2
+
3
+ Secondary entry point of `@acorex/platform`. It can be used by importing from `@acorex/platform/components`.
@@ -0,0 +1 @@
1
+ export * from './lib/user-avatar';
@@ -0,0 +1,4 @@
1
+ export * from './user-avatar.service';
2
+ export * from './user-avatar.types';
3
+ export * from './user-avatar.provider';
4
+ export * from './user-avatar.component';
@@ -0,0 +1,27 @@
1
+ import { OnDestroy, OnInit } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class AXPUserAvatarComponent implements OnInit, OnDestroy {
4
+ private readonly userAvatarService;
5
+ private readonly destroy$;
6
+ size: import("@angular/core").InputSignal<number>;
7
+ username: import("@angular/core").InputSignal<string>;
8
+ src: import("@angular/core").WritableSignal<string>;
9
+ firstName: import("@angular/core").WritableSignal<string>;
10
+ lastName: import("@angular/core").WritableSignal<string>;
11
+ title: import("@angular/core").Signal<string>;
12
+ isOnline: import("@angular/core").WritableSignal<boolean>;
13
+ ngOnInit(): void;
14
+ ngOnDestroy(): void;
15
+ private loadUserData;
16
+ /**
17
+ * Generate avatar image source
18
+ * This is a placeholder - implement based on your actual requirements
19
+ */
20
+ private generateAvatarSrc;
21
+ /**
22
+ * Get initials from first and last name
23
+ */
24
+ private getInitials;
25
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPUserAvatarComponent, never>;
26
+ static ɵcmp: i0.ɵɵComponentDeclaration<AXPUserAvatarComponent, "axp-user-avatar", never, { "size": { "alias": "size"; "required": false; "isSignal": true; }; "username": { "alias": "username"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
27
+ }
@@ -0,0 +1,3 @@
1
+ import { InjectionToken } from "@angular/core";
2
+ import { AXPUserAvatarProvider } from "./user-avatar.types";
3
+ export declare const AXP_USER_AVATAR_PROVIDER: InjectionToken<AXPUserAvatarProvider>;
@@ -0,0 +1,42 @@
1
+ import { AXPUserAvatarData } from "./user-avatar.types";
2
+ import { Observable } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class AXPUserAvatarService {
5
+ private provider;
6
+ private readonly cacheExpiryTime;
7
+ private readonly refreshInterval;
8
+ private cache;
9
+ /**
10
+ * Gets user information with caching and auto-refresh
11
+ * @param username The username to fetch information for
12
+ * @returns Observable that emits user avatar data
13
+ */
14
+ getUserInfo$(username: string): Observable<AXPUserAvatarData>;
15
+ /**
16
+ * Gets user information (Promise-based for backward compatibility)
17
+ * @param username The username to fetch information for
18
+ * @returns Promise that resolves to user avatar data
19
+ */
20
+ getUserInfo(username: string): Promise<AXPUserAvatarData>;
21
+ /**
22
+ * Clears the entire cache or a specific user's cache
23
+ * @param username Optional username to clear specific cache
24
+ */
25
+ clearCache(username?: string): void;
26
+ /**
27
+ * Force refresh data for a specific username
28
+ * @param username The username to refresh
29
+ * @returns Promise that resolves to the refreshed data
30
+ */
31
+ refreshUserInfo(username: string): Promise<AXPUserAvatarData>;
32
+ /**
33
+ * Checks if a cache entry is expired
34
+ */
35
+ private isExpired;
36
+ /**
37
+ * Fetches data from provider and updates the cache
38
+ */
39
+ private fetchAndUpdateCache;
40
+ static ɵfac: i0.ɵɵFactoryDeclaration<AXPUserAvatarService, never>;
41
+ static ɵprov: i0.ɵɵInjectableDeclaration<AXPUserAvatarService>;
42
+ }
@@ -0,0 +1,12 @@
1
+ export type AXPUserAvatarSize = 'small' | 'medium' | 'large';
2
+ export type AXPUserAvatarStatus = 'online' | 'offline';
3
+ export type AXPUserAvatarData = {
4
+ status: AXPUserAvatarStatus;
5
+ username: string;
6
+ firstName: string;
7
+ lastName?: string;
8
+ avatarUrl?: string;
9
+ };
10
+ export interface AXPUserAvatarProvider {
11
+ provide(username: string): Promise<AXPUserAvatarData>;
12
+ }
@@ -27,6 +27,7 @@ export declare class AXPEntityMasterSingleElementViewModel {
27
27
  constructor(entity: AXPEntity, section: AXPEntityMasterSingleViewGroupViewModel, propertyView: AXPEntityPropertyView);
28
28
  private property;
29
29
  name: import("@angular/core").WritableSignal<string>;
30
+ path: import("@angular/core").WritableSignal<string>;
30
31
  title: import("@angular/core").WritableSignal<string>;
31
32
  showLabel: import("@angular/core").WritableSignal<boolean>;
32
33
  description: import("@angular/core").WritableSignal<string | undefined>;
@@ -1,5 +1,5 @@
1
- import { AXPAppStartUpService } from '@acorex/platform/common';
2
1
  import { Injector } from '@angular/core';
2
+ import { AXPAppStartUpService } from '@acorex/platform/core';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@angular/router";
5
5
  import * as i2 from "@acorex/platform/workflow";
@@ -3,7 +3,7 @@ import * as i0 from "@angular/core";
3
3
  export declare class AXPLookupWidgetColumnComponent extends AXPColumnWidgetComponent<any> {
4
4
  protected valueField: string;
5
5
  protected textField: string;
6
- protected internalValue: import("@angular/core").Signal<any[]>;
6
+ protected displayItems: import("@angular/core").Signal<any[]>;
7
7
  private extractItem;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPLookupWidgetColumnComponent, never>;
9
9
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPLookupWidgetColumnComponent, "ng-component", never, { "rawValue": { "alias": "rawValue"; "required": false; }; }, {}, never, never, true, never>;
@@ -42,6 +42,7 @@ export declare class AXPLookupWidgetEditComponent extends AXPValueWidgetComponen
42
42
  protected handleClearClick(): void;
43
43
  clear(): void;
44
44
  clearInput(): void;
45
+ private singleOrMultiple;
45
46
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPLookupWidgetEditComponent, never>;
46
47
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPLookupWidgetEditComponent, "axp-lookup-widget-edit", never, {}, {}, never, never, true, never>;
47
48
  }
@@ -1,11 +1,6 @@
1
1
  import { AXPExpression } from '@acorex/platform/core';
2
2
  import { AXPWidgetConfig } from '@acorex/platform/layout/builder';
3
3
  export declare const AXPLookupWidget: AXPWidgetConfig;
4
- declare module '@acorex/platform/layout/builder' {
5
- interface AXPWidgetTypesMap {
6
- lookup: 'lookup-editor';
7
- }
8
- }
9
4
  export interface AXPLookupWidgetOptions {
10
5
  disabled?: boolean | AXPExpression;
11
6
  readonly?: boolean | AXPExpression;
@@ -1,5 +1,5 @@
1
- import { AXPAppStartUpService } from '@acorex/platform/common';
2
1
  import { Injector } from '@angular/core';
2
+ import { AXPAppStartUpService } from '@acorex/platform/core';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@acorex/platform/common";
5
5
  import * as i2 from "@acorex/platform/workflow";
@@ -1,5 +1,5 @@
1
- import { AXPAppStartUpService } from '@acorex/platform/common';
2
1
  import { Injector } from '@angular/core';
2
+ import { AXPAppStartUpService } from '@acorex/platform/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class AXPSettingsModule {
5
5
  constructor(appInitService: AXPAppStartUpService, injector: Injector);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@acorex/platform",
3
- "version": "19.3.0-next.5",
3
+ "version": "19.3.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": ">=19.0.0",
6
6
  "@angular/core": ">=19.0.0",
@@ -22,7 +22,9 @@
22
22
  "signature_pad": "^4.1.7",
23
23
  "@acorex/styles": ">=19.0.0",
24
24
  "@acorex/core": ">=19.0.0",
25
- "@acorex/components": ">=19.0.0"
25
+ "@acorex/components": ">=19.0.0",
26
+ "@ngrx/signals": ">=19.0.0",
27
+ "@angular/animations": ">=19.0.0"
26
28
  },
27
29
  "dependencies": {
28
30
  "tslib": "^2.3.0"
@@ -66,6 +68,10 @@
66
68
  "types": "./layout/builder/index.d.ts",
67
69
  "default": "./fesm2022/acorex-platform-layout-builder.mjs"
68
70
  },
71
+ "./layout/components": {
72
+ "types": "./layout/components/index.d.ts",
73
+ "default": "./fesm2022/acorex-platform-layout-components.mjs"
74
+ },
69
75
  "./layout/designer": {
70
76
  "types": "./layout/designer/index.d.ts",
71
77
  "default": "./fesm2022/acorex-platform-layout-designer.mjs"
@@ -63,9 +63,18 @@ export declare class AXPRootLayoutHeaderComponent {
63
63
  }>;
64
64
  private router;
65
65
  protected logo: {
66
- dark?: import("dist/libs/platform/core").AXPLogoConfig;
67
- light?: import("dist/libs/platform/core").AXPLogoConfig;
68
- colored?: import("dist/libs/platform/core").AXPLogoConfig;
66
+ icon: {
67
+ light: import("dist/libs/platform/core").AXPLogoConfig;
68
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
69
+ };
70
+ text: {
71
+ light: import("dist/libs/platform/core").AXPLogoConfig;
72
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
73
+ };
74
+ full: {
75
+ light: import("dist/libs/platform/core").AXPLogoConfig;
76
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
77
+ };
69
78
  } | undefined;
70
79
  protected toggleSideMenu(): void;
71
80
  protected handleLogoClick(): void;
@@ -5,9 +5,18 @@ export declare class AXPRootHorizontalLayoutComponent {
5
5
  drawer: AXDrawerComponent;
6
6
  private config;
7
7
  protected logo: {
8
- dark?: import("@acorex/platform/core").AXPLogoConfig;
9
- light?: import("@acorex/platform/core").AXPLogoConfig;
10
- colored?: import("@acorex/platform/core").AXPLogoConfig;
8
+ icon: {
9
+ light: import("dist/libs/platform/core").AXPLogoConfig;
10
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
11
+ };
12
+ text: {
13
+ light: import("dist/libs/platform/core").AXPLogoConfig;
14
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
15
+ };
16
+ full: {
17
+ light: import("dist/libs/platform/core").AXPLogoConfig;
18
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
19
+ };
11
20
  } | undefined;
12
21
  protected store: {
13
22
  currentMode: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPThemeMode>;
@@ -69,9 +78,6 @@ export declare class AXPRootHorizontalLayoutComponent {
69
78
  sideMenuWidth: number;
70
79
  menuOrientation: import("@acorex/platform/themes/shared").AXPMenuOrientation;
71
80
  }>;
72
- private eventService;
73
- private router;
74
- constructor();
75
81
  protected handleCollapsedChange(value: boolean): void;
76
82
  protected handleResizingEnded(e: AXValueChangedEvent<number>): void;
77
83
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPRootHorizontalLayoutComponent, never>;
@@ -79,9 +79,10 @@ export declare class AXPRootLayoutComponent {
79
79
  };
80
80
  }>;
81
81
  protected router: Router;
82
+ private eventService;
82
83
  private sessionService;
83
- private homePageService;
84
84
  private unsubscriber;
85
+ private homePageService;
85
86
  ngOnInit(): void;
86
87
  static ɵfac: i0.ɵɵFactoryDeclaration<AXPRootLayoutComponent, never>;
87
88
  static ɵcmp: i0.ɵɵComponentDeclaration<AXPRootLayoutComponent, "ng-component", never, {}, {}, never, never, true, never>;
@@ -1,13 +1,23 @@
1
1
  import { AXValueChangedEvent } from '@acorex/components/common';
2
2
  import { AXDrawerComponent } from '@acorex/components/drawer';
3
+ import { Router } from '@angular/router';
3
4
  import * as i0 from "@angular/core";
4
5
  export declare class AXPRootVerticalLayoutComponent {
5
6
  drawer: AXDrawerComponent;
6
7
  private config;
7
8
  protected logo: {
8
- dark?: import("@acorex/platform/core").AXPLogoConfig;
9
- light?: import("@acorex/platform/core").AXPLogoConfig;
10
- colored?: import("@acorex/platform/core").AXPLogoConfig;
9
+ icon: {
10
+ light: import("dist/libs/platform/core").AXPLogoConfig;
11
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
12
+ };
13
+ text: {
14
+ light: import("dist/libs/platform/core").AXPLogoConfig;
15
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
16
+ };
17
+ full: {
18
+ light: import("dist/libs/platform/core").AXPLogoConfig;
19
+ dark: import("dist/libs/platform/core").AXPLogoConfig;
20
+ };
11
21
  } | undefined;
12
22
  protected store: {
13
23
  currentMode: import("@angular/core").Signal<import("@acorex/platform/themes/shared").AXPThemeMode>;
@@ -69,8 +79,7 @@ export declare class AXPRootVerticalLayoutComponent {
69
79
  sideMenuWidth: number;
70
80
  menuOrientation: import("@acorex/platform/themes/shared").AXPMenuOrientation;
71
81
  }>;
72
- private eventService;
73
- private router;
82
+ protected router: Router;
74
83
  constructor();
75
84
  protected handleCollapsedChange(value: boolean): void;
76
85
  protected handleResizingEnded(e: AXValueChangedEvent<number>): void;
@@ -1,5 +1,5 @@
1
- import { AXPAppStartUpService } from '@acorex/platform/common';
2
1
  import { Injector } from '@angular/core';
2
+ import { AXPAppStartUpService } from '@acorex/platform/core';
3
3
  import * as i0 from "@angular/core";
4
4
  import * as i1 from "@acorex/platform/common";
5
5
  import * as i2 from "@acorex/platform/layout/builder";
@@ -41,12 +41,3 @@ export * from './validations/max-length-validation';
41
41
  export * from './validations/min-length-validation';
42
42
  export * from './validations/regular-expression-validation';
43
43
  export * from './validations/required-validation';
44
- export * from './charts/bar-chart';
45
- export * from './charts/clock-calendar';
46
- export * from './charts/donut-chart';
47
- export * from './charts/gauge-chart';
48
- export * from './charts/notification';
49
- export * from './charts/sticky-note';
50
- export * from './charts/tasklist';
51
- export * from './charts/weather';
52
- export * from './charts/chart.type';
@@ -1,26 +0,0 @@
1
- export declare class AXPDataGenerator {
2
- static uuid(): string;
3
- static number(max: number): number;
4
- static number(min: number, max: number): number;
5
- static date(): Date;
6
- static date(start: Date): Date;
7
- static date(start: Date, end: Date): Date;
8
- static array<T>(length: number | undefined, generator: () => T): T[];
9
- static pick<T>(items: T[]): T;
10
- static pick<T>(items: T[], count: number): T[];
11
- static string(length?: number): string;
12
- static boolean(): boolean;
13
- static item<T>(array?: T[]): T | undefined;
14
- static color(): string;
15
- static alphanumeric(length?: number): string;
16
- static alphabet(length?: number): string;
17
- static phone(): string;
18
- static firstName(): string;
19
- static lastName(): string;
20
- static email(): string;
21
- static email(firstName: string, lastName: string): string;
22
- static country(): string;
23
- static city(): string;
24
- static state(): string;
25
- static address(): string;
26
- }