@acorex/modules 20.8.5 → 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.
|
|
3
|
+
"version": "20.8.6",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@acorex/platform": "20.8.
|
|
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",
|
|
@@ -47,14 +47,14 @@
|
|
|
47
47
|
"types": "./common/index.d.ts",
|
|
48
48
|
"default": "./fesm2022/acorex-modules-common.mjs"
|
|
49
49
|
},
|
|
50
|
-
"./contact-management": {
|
|
51
|
-
"types": "./contact-management/index.d.ts",
|
|
52
|
-
"default": "./fesm2022/acorex-modules-contact-management.mjs"
|
|
53
|
-
},
|
|
54
50
|
"./contact-core": {
|
|
55
51
|
"types": "./contact-core/index.d.ts",
|
|
56
52
|
"default": "./fesm2022/acorex-modules-contact-core.mjs"
|
|
57
53
|
},
|
|
54
|
+
"./contact-management": {
|
|
55
|
+
"types": "./contact-management/index.d.ts",
|
|
56
|
+
"default": "./fesm2022/acorex-modules-contact-management.mjs"
|
|
57
|
+
},
|
|
58
58
|
"./content-management": {
|
|
59
59
|
"types": "./content-management/index.d.ts",
|
|
60
60
|
"default": "./fesm2022/acorex-modules-content-management.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;
|