@messaia/cdk 21.0.0 → 21.1.0-rc.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.
@@ -891,17 +891,15 @@
891
891
  .mat-mdc-row {
892
892
  &.expanded-row {
893
893
  .mat-mdc-cell {
894
- border-bottom-width: 0;
895
- background-color: #f6f6f6;
894
+ background-color: var(--mat-sys-surface);
896
895
  }
897
896
 
898
897
  +.detail-row {
899
- background-color: #f6f6f6;
898
+ background-color: var(--mat-sys-surface);
900
899
  display: table-row;
901
900
 
902
901
  .mat-mdc-cell {
903
- padding-top: 8px;
904
- padding-bottom: 8px;
902
+ padding: 8px;
905
903
  }
906
904
  }
907
905
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "21.0.0",
3
+ "version": "21.1.0-rc.01",
4
4
  "peerDependencies": {
5
- "@angular/common": "^21.0.6",
6
- "@angular/core": "^21.0.6"
5
+ "@angular/common": "^21.2.9",
6
+ "@angular/core": "^21.2.9"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
@@ -22,5 +22,6 @@
22
22
  "types": "./types/messaia-cdk.d.ts",
23
23
  "default": "./fesm2022/messaia-cdk.mjs"
24
24
  }
25
- }
25
+ },
26
+ "type": "module"
26
27
  }
@@ -5910,7 +5910,7 @@ declare abstract class GenericFormBaseComponent<TEntity extends IEntity, TServic
5910
5910
  * Emitted when the form has been fully initialized
5911
5911
  * and is ready to be accessed or modified.
5912
5912
  */
5913
- formInitialized: EventEmitter<NgForm | FormGroup<any>>;
5913
+ formInitialized: EventEmitter<FormGroup<any> | NgForm>;
5914
5914
  /**
5915
5915
  * The current date.
5916
5916
  */