@eqproject/eqp-dynamic-module 2.6.48 → 2.6.49

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.
@@ -61,6 +61,7 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
61
61
  openGraphDialog: TemplateRef<any>;
62
62
  openGraphDialogRef: MatDialogRef<TemplateRef<any>>;
63
63
  todoList: any;
64
+ isFullOpened: boolean;
64
65
  onAddViewEditRecord: EventEmitter<{
65
66
  record: Record;
66
67
  onlyView: boolean;
@@ -133,6 +134,7 @@ export declare class ListViewFormRecordComponent implements OnInit, OnChanges {
133
134
  record: Record;
134
135
  onlyView: boolean;
135
136
  }): void;
137
+ openAll(): void;
136
138
  openAddPopup(): void;
137
139
  openGraphs(): void;
138
140
  closeGraphs(): void;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "author": {
5
5
  "name": "EqProject"
6
6
  },
7
- "version": "2.6.48",
7
+ "version": "2.6.49",
8
8
  "peerDependencies": {
9
9
  "@angular-material-components/datetime-picker": "^15.0.0",
10
10
  "@angular-material-components/moment-adapter": "^15.0.0",