@intellegens/cornerstone-client-angular-material 0.0.9999-alpha-8 → 0.0.9999-alpha-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.
@@ -15,10 +15,10 @@ class MatPaginatorIntlOverrides extends MatPaginatorIntl {
15
15
  const isLengthValid = length && length !== -1;
16
16
  return isLengthValid ? `Page ${page + 1} of ${Math.ceil(length / pageSize)}` : `Page ${page + 1}`;
17
17
  };
18
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatPaginatorIntlOverrides, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19
- static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatPaginatorIntlOverrides });
18
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: MatPaginatorIntlOverrides, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
19
+ static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: MatPaginatorIntlOverrides });
20
20
  }
21
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatPaginatorIntlOverrides, decorators: [{
21
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: MatPaginatorIntlOverrides, decorators: [{
22
22
  type: Injectable
23
23
  }] });
24
24
 
@@ -46,17 +46,17 @@ class MatTablePaginationDirective {
46
46
  ngOnDestroy() {
47
47
  this._subscription?.unsubscribe();
48
48
  }
49
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatTablePaginationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
50
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.3", type: MatTablePaginationDirective, isStandalone: true, selector: "mat-paginator", inputs: { adapter: { classPropertyName: "adapter", publicName: "adapter", isSignal: true, isRequired: false, transformFunction: null } }, providers: [{ provide: MatPaginatorIntl, useClass: MatPaginatorIntlOverrides }], ngImport: i0 });
49
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: MatTablePaginationDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
50
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.9", type: MatTablePaginationDirective, isStandalone: true, selector: "mat-paginator", inputs: { adapter: { classPropertyName: "adapter", publicName: "adapter", isSignal: true, isRequired: false, transformFunction: null } }, providers: [{ provide: MatPaginatorIntl, useClass: MatPaginatorIntlOverrides }], ngImport: i0 });
51
51
  }
52
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatTablePaginationDirective, decorators: [{
52
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: MatTablePaginationDirective, decorators: [{
53
53
  type: Directive,
54
54
  args: [{
55
55
  selector: 'mat-paginator',
56
56
  providers: [{ provide: MatPaginatorIntl, useClass: MatPaginatorIntlOverrides }],
57
57
  standalone: true,
58
58
  }]
59
- }] });
59
+ }], propDecorators: { adapter: [{ type: i0.Input, args: [{ isSignal: true, alias: "adapter", required: false }] }] } });
60
60
 
61
61
  /**
62
62
  * Directive used to pass data to the `CollectionViewAdapter` and reverse the default direction of shown table header sorting arrows
@@ -85,16 +85,16 @@ class MatTableSortDirective {
85
85
  ngOnDestroy() {
86
86
  this._subscription.unsubscribe();
87
87
  }
88
- static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatTableSortDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
89
- static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.3", type: MatTableSortDirective, isStandalone: true, selector: "mat-table[matSort], table[mat-table][matSort]", inputs: { adapter: { classPropertyName: "adapter", publicName: "adapter", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
88
+ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: MatTableSortDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
89
+ static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "20.3.9", type: MatTableSortDirective, isStandalone: true, selector: "mat-table[matSort], table[mat-table][matSort]", inputs: { adapter: { classPropertyName: "adapter", publicName: "adapter", isSignal: true, isRequired: false, transformFunction: null } }, ngImport: i0 });
90
90
  }
91
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.3", ngImport: i0, type: MatTableSortDirective, decorators: [{
91
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.3.9", ngImport: i0, type: MatTableSortDirective, decorators: [{
92
92
  type: Directive,
93
93
  args: [{
94
94
  selector: 'mat-table[matSort], table[mat-table][matSort]',
95
95
  standalone: true,
96
96
  }]
97
- }] });
97
+ }], propDecorators: { adapter: [{ type: i0.Input, args: [{ isSignal: true, alias: "adapter", required: false }] }] } });
98
98
 
99
99
  /*
100
100
  * Public API Surface of cornerstone-client-angular-material
package/package.json CHANGED
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@intellegens/cornerstone-client-angular-material",
3
- "version": "0.0.9999-alpha-8",
3
+ "version": "0.0.9999-alpha-10",
4
4
  "private": false,
5
5
  "publishable": true,
6
6
  "sideEffects": false,
7
7
  "peerDependencies": {
8
- "@angular/common": "catalog:",
9
- "@angular/compiler": "catalog:",
10
- "@angular/core": "catalog:",
11
- "@angular/forms": "catalog:",
12
- "@angular/platform-browser": "catalog:",
13
- "@angular/material": "catalog:",
14
- "@angular/router": "catalog:",
15
- "rxjs": "catalog:",
16
- "@intellegens/cornerstone-client-angular": "workspace:*"
8
+ "@angular/common": "^20.0.0",
9
+ "@angular/compiler": "^20.0.0",
10
+ "@angular/core": "^20.0.0",
11
+ "@angular/forms": "^20.0.0",
12
+ "@angular/platform-browser": "^20.0.0",
13
+ "@angular/material": "^20.2.5",
14
+ "@angular/router": "^20.0.0",
15
+ "rxjs": "~7.8.0",
16
+ "@intellegens/cornerstone-client-angular": "0.0.9999-alpha-10"
17
17
  },
18
18
  "dependencies": {
19
- "tslib": "catalog:"
19
+ "tslib": "^2.3.0"
20
20
  },
21
21
  "module": "fesm2022/intellegens-cornerstone-client-angular-material.mjs",
22
22
  "typings": "index.d.ts",