@memberjunction/ng-entity-viewer 4.3.1 → 5.0.0

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.
Files changed (44) hide show
  1. package/dist/lib/confirm-dialog/confirm-dialog.component.d.ts +84 -0
  2. package/dist/lib/confirm-dialog/confirm-dialog.component.d.ts.map +1 -0
  3. package/dist/lib/confirm-dialog/confirm-dialog.component.js +166 -0
  4. package/dist/lib/confirm-dialog/confirm-dialog.component.js.map +1 -0
  5. package/dist/lib/duplicate-view-dialog/duplicate-view-dialog.component.d.ts +44 -0
  6. package/dist/lib/duplicate-view-dialog/duplicate-view-dialog.component.d.ts.map +1 -0
  7. package/dist/lib/duplicate-view-dialog/duplicate-view-dialog.component.js +182 -0
  8. package/dist/lib/duplicate-view-dialog/duplicate-view-dialog.component.js.map +1 -0
  9. package/dist/lib/entity-data-grid/entity-data-grid.component.d.ts +1 -1
  10. package/dist/lib/entity-data-grid/entity-data-grid.component.js +2 -2
  11. package/dist/lib/entity-data-grid/entity-data-grid.component.js.map +1 -1
  12. package/dist/lib/entity-grid/entity-grid.component.d.ts +216 -0
  13. package/dist/lib/entity-grid/entity-grid.component.d.ts.map +1 -0
  14. package/dist/lib/entity-grid/entity-grid.component.js +676 -0
  15. package/dist/lib/entity-grid/entity-grid.component.js.map +1 -0
  16. package/dist/lib/quick-save-dialog/quick-save-dialog.component.d.ts +94 -0
  17. package/dist/lib/quick-save-dialog/quick-save-dialog.component.d.ts.map +1 -0
  18. package/dist/lib/quick-save-dialog/quick-save-dialog.component.js +362 -0
  19. package/dist/lib/quick-save-dialog/quick-save-dialog.component.js.map +1 -0
  20. package/dist/lib/shared-view-warning-dialog/shared-view-warning-dialog.component.d.ts +37 -0
  21. package/dist/lib/shared-view-warning-dialog/shared-view-warning-dialog.component.d.ts.map +1 -0
  22. package/dist/lib/shared-view-warning-dialog/shared-view-warning-dialog.component.js +100 -0
  23. package/dist/lib/shared-view-warning-dialog/shared-view-warning-dialog.component.js.map +1 -0
  24. package/dist/lib/types.d.ts +41 -0
  25. package/dist/lib/types.d.ts.map +1 -1
  26. package/dist/lib/types.js +0 -3
  27. package/dist/lib/types.js.map +1 -1
  28. package/dist/lib/view-config-panel/view-config-panel.component.d.ts +63 -4
  29. package/dist/lib/view-config-panel/view-config-panel.component.d.ts.map +1 -1
  30. package/dist/lib/view-config-panel/view-config-panel.component.js +692 -557
  31. package/dist/lib/view-config-panel/view-config-panel.component.js.map +1 -1
  32. package/dist/lib/view-header/view-header.component.d.ts +86 -0
  33. package/dist/lib/view-header/view-header.component.d.ts.map +1 -0
  34. package/dist/lib/view-header/view-header.component.js +216 -0
  35. package/dist/lib/view-header/view-header.component.js.map +1 -0
  36. package/dist/module.d.ts +12 -7
  37. package/dist/module.d.ts.map +1 -1
  38. package/dist/module.js +29 -4
  39. package/dist/module.js.map +1 -1
  40. package/dist/public-api.d.ts +5 -0
  41. package/dist/public-api.d.ts.map +1 -1
  42. package/dist/public-api.js +10 -0
  43. package/dist/public-api.js.map +1 -1
  44. package/package.json +9 -9
package/dist/module.d.ts CHANGED
@@ -8,12 +8,17 @@ import * as i6 from "./lib/entity-data-grid/entity-data-grid.component";
8
8
  import * as i7 from "./lib/view-config-panel/view-config-panel.component";
9
9
  import * as i8 from "./lib/aggregate-panel/aggregate-panel.component";
10
10
  import * as i9 from "./lib/aggregate-setup-dialog/aggregate-setup-dialog.component";
11
- import * as i10 from "@angular/common";
12
- import * as i11 from "@angular/forms";
13
- import * as i12 from "ag-grid-angular";
14
- import * as i13 from "@memberjunction/ng-shared-generic";
15
- import * as i14 from "@memberjunction/ng-timeline";
16
- import * as i15 from "@memberjunction/ng-export-service";
11
+ import * as i10 from "./lib/confirm-dialog/confirm-dialog.component";
12
+ import * as i11 from "./lib/quick-save-dialog/quick-save-dialog.component";
13
+ import * as i12 from "./lib/view-header/view-header.component";
14
+ import * as i13 from "./lib/duplicate-view-dialog/duplicate-view-dialog.component";
15
+ import * as i14 from "./lib/shared-view-warning-dialog/shared-view-warning-dialog.component";
16
+ import * as i15 from "@angular/common";
17
+ import * as i16 from "@angular/forms";
18
+ import * as i17 from "ag-grid-angular";
19
+ import * as i18 from "@memberjunction/ng-shared-generic";
20
+ import * as i19 from "@memberjunction/ng-timeline";
21
+ import * as i20 from "@memberjunction/ng-export-service";
17
22
  /**
18
23
  * EntityViewerModule - Provides components for viewing entity data
19
24
  *
@@ -38,7 +43,7 @@ import * as i15 from "@memberjunction/ng-export-service";
38
43
  */
39
44
  export declare class EntityViewerModule {
40
45
  static ɵfac: i0.ɵɵFactoryDeclaration<EntityViewerModule, never>;
41
- static ɵmod: i0.ɵɵNgModuleDeclaration<EntityViewerModule, [typeof i1.EntityCardsComponent, typeof i2.EntityViewerComponent, typeof i3.EntityRecordDetailPanelComponent, typeof i4.PillComponent, typeof i5.PaginationComponent, typeof i6.EntityDataGridComponent, typeof i7.ViewConfigPanelComponent, typeof i8.AggregatePanelComponent, typeof i9.AggregateSetupDialogComponent], [typeof i10.CommonModule, typeof i11.FormsModule, typeof i12.AgGridModule, typeof i13.SharedGenericModule, typeof i14.TimelineModule, typeof i15.ExportServiceModule], [typeof i1.EntityCardsComponent, typeof i2.EntityViewerComponent, typeof i3.EntityRecordDetailPanelComponent, typeof i4.PillComponent, typeof i5.PaginationComponent, typeof i6.EntityDataGridComponent, typeof i7.ViewConfigPanelComponent, typeof i8.AggregatePanelComponent, typeof i9.AggregateSetupDialogComponent]>;
46
+ static ɵmod: i0.ɵɵNgModuleDeclaration<EntityViewerModule, [typeof i1.EntityCardsComponent, typeof i2.EntityViewerComponent, typeof i3.EntityRecordDetailPanelComponent, typeof i4.PillComponent, typeof i5.PaginationComponent, typeof i6.EntityDataGridComponent, typeof i7.ViewConfigPanelComponent, typeof i8.AggregatePanelComponent, typeof i9.AggregateSetupDialogComponent, typeof i10.ConfirmDialogComponent, typeof i11.QuickSaveDialogComponent, typeof i12.ViewHeaderComponent, typeof i13.DuplicateViewDialogComponent, typeof i14.SharedViewWarningDialogComponent], [typeof i15.CommonModule, typeof i16.FormsModule, typeof i17.AgGridModule, typeof i18.SharedGenericModule, typeof i19.TimelineModule, typeof i20.ExportServiceModule], [typeof i1.EntityCardsComponent, typeof i2.EntityViewerComponent, typeof i3.EntityRecordDetailPanelComponent, typeof i4.PillComponent, typeof i5.PaginationComponent, typeof i6.EntityDataGridComponent, typeof i7.ViewConfigPanelComponent, typeof i8.AggregatePanelComponent, typeof i9.AggregateSetupDialogComponent, typeof i10.ConfirmDialogComponent, typeof i11.QuickSaveDialogComponent, typeof i12.ViewHeaderComponent, typeof i13.DuplicateViewDialogComponent, typeof i14.SharedViewWarningDialogComponent]>;
42
47
  static ɵinj: i0.ɵɵInjectorDeclaration<EntityViewerModule>;
43
48
  }
44
49
  //# sourceMappingURL=module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAkBA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAgCa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;AAuBA;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBA0Ca,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAI"}
package/dist/module.js CHANGED
@@ -14,6 +14,11 @@ import { EntityDataGridComponent } from './lib/entity-data-grid/entity-data-grid
14
14
  import { ViewConfigPanelComponent } from './lib/view-config-panel/view-config-panel.component';
15
15
  import { AggregatePanelComponent } from './lib/aggregate-panel/aggregate-panel.component';
16
16
  import { AggregateSetupDialogComponent } from './lib/aggregate-setup-dialog/aggregate-setup-dialog.component';
17
+ import { ConfirmDialogComponent } from './lib/confirm-dialog/confirm-dialog.component';
18
+ import { QuickSaveDialogComponent } from './lib/quick-save-dialog/quick-save-dialog.component';
19
+ import { ViewHeaderComponent } from './lib/view-header/view-header.component';
20
+ import { DuplicateViewDialogComponent } from './lib/duplicate-view-dialog/duplicate-view-dialog.component';
21
+ import { SharedViewWarningDialogComponent } from './lib/shared-view-warning-dialog/shared-view-warning-dialog.component';
17
22
  import * as i0 from "@angular/core";
18
23
  /**
19
24
  * EntityViewerModule - Provides components for viewing entity data
@@ -59,7 +64,12 @@ export class EntityViewerModule {
59
64
  EntityDataGridComponent,
60
65
  ViewConfigPanelComponent,
61
66
  AggregatePanelComponent,
62
- AggregateSetupDialogComponent
67
+ AggregateSetupDialogComponent,
68
+ ConfirmDialogComponent,
69
+ QuickSaveDialogComponent,
70
+ ViewHeaderComponent,
71
+ DuplicateViewDialogComponent,
72
+ SharedViewWarningDialogComponent
63
73
  ],
64
74
  imports: [
65
75
  CommonModule,
@@ -78,7 +88,12 @@ export class EntityViewerModule {
78
88
  EntityDataGridComponent,
79
89
  ViewConfigPanelComponent,
80
90
  AggregatePanelComponent,
81
- AggregateSetupDialogComponent
91
+ AggregateSetupDialogComponent,
92
+ ConfirmDialogComponent,
93
+ QuickSaveDialogComponent,
94
+ ViewHeaderComponent,
95
+ DuplicateViewDialogComponent,
96
+ SharedViewWarningDialogComponent
82
97
  ]
83
98
  }]
84
99
  }], null, null); })();
@@ -90,7 +105,12 @@ export class EntityViewerModule {
90
105
  EntityDataGridComponent,
91
106
  ViewConfigPanelComponent,
92
107
  AggregatePanelComponent,
93
- AggregateSetupDialogComponent], imports: [CommonModule,
108
+ AggregateSetupDialogComponent,
109
+ ConfirmDialogComponent,
110
+ QuickSaveDialogComponent,
111
+ ViewHeaderComponent,
112
+ DuplicateViewDialogComponent,
113
+ SharedViewWarningDialogComponent], imports: [CommonModule,
94
114
  FormsModule,
95
115
  AgGridModule,
96
116
  SharedGenericModule,
@@ -103,5 +123,10 @@ export class EntityViewerModule {
103
123
  EntityDataGridComponent,
104
124
  ViewConfigPanelComponent,
105
125
  AggregatePanelComponent,
106
- AggregateSetupDialogComponent] }); })();
126
+ AggregateSetupDialogComponent,
127
+ ConfirmDialogComponent,
128
+ QuickSaveDialogComponent,
129
+ ViewHeaderComponent,
130
+ DuplicateViewDialogComponent,
131
+ SharedViewWarningDialogComponent] }); })();
107
132
  //# sourceMappingURL=module.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AACxE,OAAO,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC7D,OAAO,EAAE,mBAAmB,EAAE,MAAM,mCAAmC,CAAC;AAExE,OAAO,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAC;AACjF,OAAO,EAAE,qBAAqB,EAAE,MAAM,6CAA6C,CAAC;AACpF,OAAO,EAAE,gCAAgC,EAAE,MAAM,uEAAuE,CAAC;AACzH,OAAO,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAC1D,OAAO,EAAE,mBAAmB,EAAE,MAAM,uCAAuC,CAAC;AAC5E,OAAO,EAAE,uBAAuB,EAAE,MAAM,mDAAmD,CAAC;AAC5F,OAAO,EAAE,wBAAwB,EAAE,MAAM,qDAAqD,CAAC;AAC/F,OAAO,EAAE,uBAAuB,EAAE,MAAM,iDAAiD,CAAC;AAC1F,OAAO,EAAE,6BAA6B,EAAE,MAAM,+DAA+D,CAAC;;AAE9G;;;;;;;;;;;;;;;;;;;;;GAqBG;AAiCH,MAAM,OAAO,kBAAkB;4GAAlB,kBAAkB;4DAAlB,kBAAkB;gEAnB3B,YAAY;YACZ,WAAW;YACX,YAAY;YACZ,mBAAmB;YACnB,cAAc;YACd,mBAAmB;;iFAcV,kBAAkB;cAhC9B,QAAQ;eAAC;gBACR,YAAY,EAAE;oBACZ,oBAAoB;oBACpB,qBAAqB;oBACrB,gCAAgC;oBAChC,aAAa;oBACb,mBAAmB;oBACnB,uBAAuB;oBACvB,wBAAwB;oBACxB,uBAAuB;oBACvB,6BAA6B;iBAC9B;gBACD,OAAO,EAAE;oBACP,YAAY;oBACZ,WAAW;oBACX,YAAY;oBACZ,mBAAmB;oBACnB,cAAc;oBACd,mBAAmB;iBACpB;gBACD,OAAO,EAAE;oBACP,oBAAoB;oBACpB,qBAAqB;oBACrB,gCAAgC;oBAChC,aAAa;oBACb,mBAAmB;oBACnB,uBAAuB;oBACvB,wBAAwB;oBACxB,uBAAuB;oBACvB,6BAA6B;iBAC9B;aACF;;wFACY,kBAAkB,mBA9B3B,oBAAoB;QACpB,qBAAqB;QACrB,gCAAgC;QAChC,aAAa;QACb,mBAAmB;QACnB,uBAAuB;QACvB,wBAAwB;QACxB,uBAAuB;QACvB,6BAA6B,aAG7B,YAAY;QACZ,WAAW;QACX,YAAY;QACZ,mBAAmB;QACnB,cAAc;QACd,mBAAmB,aAGnB,oBAAoB;QACpB,qBAAqB;QACrB,gCAAgC;QAChC,aAAa;QACb,mBAAmB;QACnB,uBAAuB;QACvB,wBAAwB;QACxB,uBAAuB;QACvB,6BAA6B"}
1
+ {"version":3,"file":"module.js","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"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"}
@@ -17,6 +17,11 @@ export * from './lib/entity-data-grid/events/grid-events';
17
17
  export * from './lib/view-config-panel/view-config-panel.component';
18
18
  export * from './lib/aggregate-panel/aggregate-panel.component';
19
19
  export * from './lib/aggregate-setup-dialog/aggregate-setup-dialog.component';
20
+ export * from './lib/confirm-dialog/confirm-dialog.component';
21
+ export * from './lib/quick-save-dialog/quick-save-dialog.component';
22
+ export * from './lib/view-header/view-header.component';
23
+ export * from './lib/duplicate-view-dialog/duplicate-view-dialog.component';
24
+ export * from './lib/shared-view-warning-dialog/shared-view-warning-dialog.component';
20
25
  export * from './lib/utils/highlight.util';
21
26
  export * from './lib/utils/record.util';
22
27
  //# sourceMappingURL=public-api.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,cAAc,UAAU,CAAC;AAGzB,cAAc,aAAa,CAAC;AAG5B,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uEAAuE,CAAC;AACtF,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uCAAuC,CAAC;AAGtD,cAAc,mDAAmD,CAAC;AAClE,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAG1D,cAAc,qDAAqD,CAAC;AAGpE,cAAc,iDAAiD,CAAC;AAGhE,cAAc,+DAA+D,CAAC;AAG9E,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAGH,cAAc,UAAU,CAAC;AAGzB,cAAc,aAAa,CAAC;AAG5B,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uEAAuE,CAAC;AACtF,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uCAAuC,CAAC;AAGtD,cAAc,mDAAmD,CAAC;AAClE,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAG1D,cAAc,qDAAqD,CAAC;AAGpE,cAAc,iDAAiD,CAAC;AAGhE,cAAc,+DAA+D,CAAC;AAG9E,cAAc,+CAA+C,CAAC;AAG9D,cAAc,qDAAqD,CAAC;AAGpE,cAAc,yCAAyC,CAAC;AAGxD,cAAc,6DAA6D,CAAC;AAG5E,cAAc,uEAAuE,CAAC;AAGtF,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC"}
@@ -24,6 +24,16 @@ export * from './lib/view-config-panel/view-config-panel.component';
24
24
  export * from './lib/aggregate-panel/aggregate-panel.component';
25
25
  // Aggregate Setup Dialog (3-mode dialog for configuring aggregates)
26
26
  export * from './lib/aggregate-setup-dialog/aggregate-setup-dialog.component';
27
+ // Confirm Dialog (generic reusable confirmation dialog)
28
+ export * from './lib/confirm-dialog/confirm-dialog.component';
29
+ // Quick Save Dialog (focused view save modal)
30
+ export * from './lib/quick-save-dialog/quick-save-dialog.component';
31
+ // View Header (inline name edit, modified badge, save/revert actions)
32
+ export * from './lib/view-header/view-header.component';
33
+ // Duplicate View Dialog (modal for duplicating views with custom name)
34
+ export * from './lib/duplicate-view-dialog/duplicate-view-dialog.component';
35
+ // Shared View Warning Dialog (warning when saving shared views)
36
+ export * from './lib/shared-view-warning-dialog/shared-view-warning-dialog.component';
27
37
  // Utilities
28
38
  export * from './lib/utils/highlight.util';
29
39
  export * from './lib/utils/record.util';
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,SAAS;AACT,cAAc,UAAU,CAAC;AAEzB,uBAAuB;AACvB,cAAc,aAAa,CAAC;AAE5B,aAAa;AACb,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uEAAuE,CAAC;AACtF,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uCAAuC,CAAC;AAEtD,uEAAuE;AACvE,cAAc,mDAAmD,CAAC;AAClE,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAE1D,2DAA2D;AAC3D,cAAc,qDAAqD,CAAC;AAEpE,iDAAiD;AACjD,cAAc,iDAAiD,CAAC;AAEhE,oEAAoE;AACpE,cAAc,+DAA+D,CAAC;AAE9E,YAAY;AACZ,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC"}
1
+ {"version":3,"file":"public-api.js","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,SAAS;AACT,cAAc,UAAU,CAAC;AAEzB,uBAAuB;AACvB,cAAc,aAAa,CAAC;AAE5B,aAAa;AACb,cAAc,2CAA2C,CAAC;AAC1D,cAAc,6CAA6C,CAAC;AAC5D,cAAc,uEAAuE,CAAC;AACtF,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uCAAuC,CAAC;AAEtD,uEAAuE;AACvE,cAAc,mDAAmD,CAAC;AAClE,cAAc,0CAA0C,CAAC;AACzD,cAAc,2CAA2C,CAAC;AAE1D,2DAA2D;AAC3D,cAAc,qDAAqD,CAAC;AAEpE,iDAAiD;AACjD,cAAc,iDAAiD,CAAC;AAEhE,oEAAoE;AACpE,cAAc,+DAA+D,CAAC;AAE9E,wDAAwD;AACxD,cAAc,+CAA+C,CAAC;AAE9D,8CAA8C;AAC9C,cAAc,qDAAqD,CAAC;AAEpE,sEAAsE;AACtE,cAAc,yCAAyC,CAAC;AAExD,uEAAuE;AACvE,cAAc,6DAA6D,CAAC;AAE5E,gEAAgE;AAChE,cAAc,uEAAuE,CAAC;AAEtF,YAAY;AACZ,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-entity-viewer",
3
- "version": "4.3.1",
3
+ "version": "5.0.0",
4
4
  "description": "MemberJunction: Angular components for viewing entity data in multiple formats (grid, cards) with filtering, selection, and shared data management",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -37,14 +37,14 @@
37
37
  "ag-grid-community": "^35.0.1"
38
38
  },
39
39
  "dependencies": {
40
- "@memberjunction/core-entities": "4.3.1",
41
- "@memberjunction/export-engine": "4.3.1",
42
- "@memberjunction/global": "4.3.1",
43
- "@memberjunction/core": "4.3.1",
44
- "@memberjunction/ng-shared-generic": "4.3.1",
45
- "@memberjunction/ng-timeline": "4.3.1",
46
- "@memberjunction/ng-filter-builder": "4.3.1",
47
- "@memberjunction/ng-export-service": "4.3.1",
40
+ "@memberjunction/core-entities": "5.0.0",
41
+ "@memberjunction/export-engine": "5.0.0",
42
+ "@memberjunction/global": "5.0.0",
43
+ "@memberjunction/core": "5.0.0",
44
+ "@memberjunction/ng-shared-generic": "5.0.0",
45
+ "@memberjunction/ng-timeline": "5.0.0",
46
+ "@memberjunction/ng-filter-builder": "5.0.0",
47
+ "@memberjunction/ng-export-service": "5.0.0",
48
48
  "rxjs": "^7.8.2",
49
49
  "tslib": "^2.8.1"
50
50
  },