@onecx/angular-accelerator 7.0.0-rc.1 → 7.0.0-rc.10
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.
|
@@ -86,7 +86,9 @@ export declare class DataTableComponent extends DataSortBase implements OnInit,
|
|
|
86
86
|
selectionEnabledField: string | undefined;
|
|
87
87
|
allowSelectAll: boolean;
|
|
88
88
|
paginator: boolean;
|
|
89
|
-
|
|
89
|
+
_page$: BehaviorSubject<number>;
|
|
90
|
+
get page(): number;
|
|
91
|
+
set page(value: number);
|
|
90
92
|
tableStyle: {
|
|
91
93
|
[klass: string]: any;
|
|
92
94
|
} | undefined;
|
|
@@ -198,6 +200,7 @@ export declare class DataTableComponent extends DataSortBase implements OnInit,
|
|
|
198
200
|
isRowSelectionDisabled(rowObject: Row): boolean;
|
|
199
201
|
rowSelectable(event: any): boolean;
|
|
200
202
|
onSelectionChange(selection: Row[]): void;
|
|
203
|
+
emitSelectionChanged(): void;
|
|
201
204
|
mergeWithDisabledKeys(newSelectionIds: (string | number)[], disabledRowIds: (string | number)[]): (string | number)[];
|
|
202
205
|
isSelected(row: Row): boolean;
|
|
203
206
|
onPageChange(event: any): void;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onecx/angular-accelerator",
|
|
3
|
-
"version": "7.0.0-rc.
|
|
3
|
+
"version": "7.0.0-rc.10",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^19.0.0",
|
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
"@ngx-translate/core": "^16.0.0",
|
|
13
13
|
"@ngx-translate/http-loader": "^8.0.0",
|
|
14
14
|
"@ngneat/until-destroy": "^10.0.0",
|
|
15
|
-
"@onecx/integration-interface": "^7.0.0-rc.
|
|
16
|
-
"@onecx/accelerator": "^7.0.0-rc.
|
|
17
|
-
"@onecx/angular-integration-interface": "^7.0.0-rc.
|
|
18
|
-
"@onecx/angular-remote-components": "^7.0.0-rc.
|
|
19
|
-
"@onecx/angular-testing": "^7.0.0-rc.
|
|
20
|
-
"@onecx/angular-utils": "^7.0.0-rc.
|
|
15
|
+
"@onecx/integration-interface": "^7.0.0-rc.10",
|
|
16
|
+
"@onecx/accelerator": "^7.0.0-rc.10",
|
|
17
|
+
"@onecx/angular-integration-interface": "^7.0.0-rc.10",
|
|
18
|
+
"@onecx/angular-remote-components": "^7.0.0-rc.10",
|
|
19
|
+
"@onecx/angular-testing": "^7.0.0-rc.10",
|
|
20
|
+
"@onecx/angular-utils": "^7.0.0-rc.10",
|
|
21
21
|
"chart.js": "^4.4.3",
|
|
22
22
|
"d3-scale-chromatic": "^3.1.0",
|
|
23
23
|
"rxjs": "~7.8.1",
|
|
24
24
|
"primeng": "^19.0.0",
|
|
25
25
|
"@storybook/angular": "^8.3.2",
|
|
26
26
|
"@nx/devkit": "^20.3.0",
|
|
27
|
-
"@onecx/nx-migration-utils": "^7.0.0-rc.
|
|
27
|
+
"@onecx/nx-migration-utils": "^7.0.0-rc.10"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
30
|
"tslib": "^2.3.0"
|