@acorex/modules 20.8.4 → 20.8.6

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/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@acorex/modules",
3
- "version": "20.8.4",
3
+ "version": "20.8.6",
4
4
  "peerDependencies": {
5
- "@acorex/platform": "20.8.4",
5
+ "@acorex/platform": "20.8.6",
6
6
  "@angular/service-worker": "^20.0.0",
7
7
  "d3": "^7.0.0",
8
8
  "html2canvas": "^1.0.0",
@@ -23,14 +23,14 @@
23
23
  "types": "./application-management/index.d.ts",
24
24
  "default": "./fesm2022/acorex-modules-application-management.mjs"
25
25
  },
26
- "./asset-management": {
27
- "types": "./asset-management/index.d.ts",
28
- "default": "./fesm2022/acorex-modules-asset-management.mjs"
29
- },
30
26
  "./assessment-management": {
31
27
  "types": "./assessment-management/index.d.ts",
32
28
  "default": "./fesm2022/acorex-modules-assessment-management.mjs"
33
29
  },
30
+ "./asset-management": {
31
+ "types": "./asset-management/index.d.ts",
32
+ "default": "./fesm2022/acorex-modules-asset-management.mjs"
33
+ },
34
34
  "./auth": {
35
35
  "types": "./auth/index.d.ts",
36
36
  "default": "./fesm2022/acorex-modules-auth.mjs"
@@ -161,6 +161,7 @@ declare class AXPReportViewerPageComponent extends AXPPageLayoutBaseComponent {
161
161
  hasBeenExecuted: _angular_core.Signal<boolean>;
162
162
  status: _angular_core.Signal<_acorex_platform_layout_widget_core.AXPPageStatus>;
163
163
  error: _angular_core.Signal<string | null>;
164
+ showRowIndexColumn: _angular_core.Signal<boolean>;
164
165
  availableLayouts: _angular_core.Signal<_acorex_modules_report_management.AXPLayoutSwitcherOption[]>;
165
166
  defaultLayout: _angular_core.Signal<_acorex_modules_report_management.AXPReportLayoutDefinition | null>;
166
167
  activeLayoutId: _angular_core.Signal<string | null>;
@@ -206,6 +207,7 @@ declare class AXPReportViewerPageComponent extends AXPPageLayoutBaseComponent {
206
207
  hasBeenExecuted: boolean;
207
208
  status: _acorex_platform_layout_widget_core.AXPPageStatus;
208
209
  error: string | null;
210
+ showRowIndexColumn: boolean;
209
211
  }>;
210
212
  private readonly watchNavigationLoading;
211
213
  private loadingDialogRef;
@@ -945,6 +947,7 @@ declare const AXPReportViewerViewModel: _angular_core.Type<{
945
947
  hasBeenExecuted: _angular_core.Signal<boolean>;
946
948
  status: _angular_core.Signal<AXPPageStatus>;
947
949
  error: _angular_core.Signal<string | null>;
950
+ showRowIndexColumn: _angular_core.Signal<boolean>;
948
951
  availableLayouts: _angular_core.Signal<AXPLayoutSwitcherOption[]>;
949
952
  defaultLayout: _angular_core.Signal<AXPReportLayoutDefinition | null>;
950
953
  activeLayoutId: _angular_core.Signal<string | null>;
@@ -990,6 +993,7 @@ declare const AXPReportViewerViewModel: _angular_core.Type<{
990
993
  hasBeenExecuted: boolean;
991
994
  status: AXPPageStatus;
992
995
  error: string | null;
996
+ showRowIndexColumn: boolean;
993
997
  }>>;
994
998
 
995
999
  declare class AXPReportBarChartViewComponent {
@@ -1005,6 +1009,7 @@ declare class AXPReportBarChartViewComponent {
1005
1009
  hasBeenExecuted: _angular_core.Signal<boolean>;
1006
1010
  status: _angular_core.Signal<AXPPageStatus>;
1007
1011
  error: _angular_core.Signal<string | null>;
1012
+ showRowIndexColumn: _angular_core.Signal<boolean>;
1008
1013
  availableLayouts: _angular_core.Signal<_acorex_modules_report_management.AXPLayoutSwitcherOption[]>;
1009
1014
  defaultLayout: _angular_core.Signal<_acorex_modules_report_management.AXPReportLayoutDefinition | null>;
1010
1015
  activeLayoutId: _angular_core.Signal<string | null>;
@@ -1050,6 +1055,7 @@ declare class AXPReportBarChartViewComponent {
1050
1055
  hasBeenExecuted: boolean;
1051
1056
  status: AXPPageStatus;
1052
1057
  error: string | null;
1058
+ showRowIndexColumn: boolean;
1053
1059
  }>;
1054
1060
  protected readonly AXPPageStatus: typeof AXPPageStatus;
1055
1061
  /**
@@ -1104,6 +1110,7 @@ declare class AXPReportTableViewComponent {
1104
1110
  hasBeenExecuted: _angular_core.Signal<boolean>;
1105
1111
  status: _angular_core.Signal<_acorex_platform_layout_widget_core.AXPPageStatus>;
1106
1112
  error: _angular_core.Signal<string | null>;
1113
+ showRowIndexColumn: _angular_core.Signal<boolean>;
1107
1114
  availableLayouts: _angular_core.Signal<_acorex_modules_report_management.AXPLayoutSwitcherOption[]>;
1108
1115
  defaultLayout: _angular_core.Signal<_acorex_modules_report_management.AXPReportLayoutDefinition | null>;
1109
1116
  activeLayoutId: _angular_core.Signal<string | null>;
@@ -1149,6 +1156,7 @@ declare class AXPReportTableViewComponent {
1149
1156
  hasBeenExecuted: boolean;
1150
1157
  status: _acorex_platform_layout_widget_core.AXPPageStatus;
1151
1158
  error: string | null;
1159
+ showRowIndexColumn: boolean;
1152
1160
  }>;
1153
1161
  protected readonly commandService: AXPCommandService;
1154
1162
  private readonly grid;