@memberjunction/ng-explorer-core 1.3.3 → 1.4.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.
Files changed (48) hide show
  1. package/dist/app-routing.module.d.ts +8 -2
  2. package/dist/app-routing.module.d.ts.map +1 -1
  3. package/dist/app-routing.module.js +29 -6
  4. package/dist/lib/app-view/application-view.component.d.ts.map +1 -1
  5. package/dist/lib/app-view/application-view.component.js +34 -24
  6. package/dist/lib/base-browser-component/base-browser-component.d.ts +3 -2
  7. package/dist/lib/base-browser-component/base-browser-component.d.ts.map +1 -1
  8. package/dist/lib/base-browser-component/base-browser-component.js +5 -4
  9. package/dist/lib/generic/resource-container-component.d.ts.map +1 -1
  10. package/dist/lib/generic-browser-list/generic-browser-list.component.d.ts +4 -0
  11. package/dist/lib/generic-browser-list/generic-browser-list.component.d.ts.map +1 -1
  12. package/dist/lib/generic-browser-list/generic-browser-list.component.js +104 -74
  13. package/dist/lib/header/header.component.d.ts +1 -1
  14. package/dist/lib/header/header.component.js +2 -2
  15. package/dist/lib/home-component/home.component.js +11 -5
  16. package/dist/lib/list-view/list-view.component.d.ts +36 -0
  17. package/dist/lib/list-view/list-view.component.d.ts.map +1 -0
  18. package/dist/lib/list-view/list-view.component.js +189 -0
  19. package/dist/lib/navigation/navigation.component.d.ts +32 -6
  20. package/dist/lib/navigation/navigation.component.d.ts.map +1 -1
  21. package/dist/lib/navigation/navigation.component.js +123 -46
  22. package/dist/lib/resource-wrappers/record-resource.component.d.ts +2 -2
  23. package/dist/lib/resource-wrappers/record-resource.component.d.ts.map +1 -1
  24. package/dist/lib/resource-wrappers/record-resource.component.js +15 -11
  25. package/dist/lib/single-list-detail/single-list-detail.component.d.ts +26 -0
  26. package/dist/lib/single-list-detail/single-list-detail.component.d.ts.map +1 -0
  27. package/dist/lib/single-list-detail/single-list-detail.component.js +213 -0
  28. package/dist/lib/single-record/single-record.component.d.ts +7 -4
  29. package/dist/lib/single-record/single-record.component.d.ts.map +1 -1
  30. package/dist/lib/single-record/single-record.component.js +83 -29
  31. package/dist/lib/single-view/single-view.component.d.ts +2 -0
  32. package/dist/lib/single-view/single-view.component.d.ts.map +1 -1
  33. package/dist/lib/single-view/single-view.component.js +27 -26
  34. package/dist/lib/user-notifications/user-notifications.component.d.ts.map +1 -1
  35. package/dist/lib/user-notifications/user-notifications.component.js +2 -1
  36. package/dist/module.d.ts +38 -37
  37. package/dist/module.d.ts.map +1 -1
  38. package/dist/module.js +18 -14
  39. package/dist/public-api.d.ts +2 -2
  40. package/dist/public-api.d.ts.map +1 -1
  41. package/dist/public-api.js +2 -2
  42. package/package.json +17 -16
  43. package/dist/lib/generic/section-loader-component.d.ts +0 -18
  44. package/dist/lib/generic/section-loader-component.d.ts.map +0 -1
  45. package/dist/lib/generic/section-loader-component.js +0 -66
  46. package/dist/lib/join-grid/join-grid.component.d.ts +0 -31
  47. package/dist/lib/join-grid/join-grid.component.d.ts.map +0 -1
  48. package/dist/lib/join-grid/join-grid.component.js +0 -222
package/dist/module.d.ts CHANGED
@@ -1,41 +1,41 @@
1
1
  import * as i0 from "@angular/core";
2
2
  import * as i1 from "./lib/generic/form-toolbar";
3
- import * as i2 from "./lib/generic/section-loader-component";
4
- import * as i3 from "./lib/generic/resource-container-component";
5
- import * as i4 from "./lib/auth-button/auth-button.component";
6
- import * as i5 from "./lib/dashboard-browser-component/dashboard-browser.component";
7
- import * as i6 from "./lib/data-browser-component/data-browser.component";
8
- import * as i7 from "./lib/generic-browse-list/generic-browse-list.component";
9
- import * as i8 from "./lib/generic-browser-list/generic-browser-list.component";
10
- import * as i9 from "./lib/home-component/home.component";
11
- import * as i10 from "./lib/navigation/navigation.component";
12
- import * as i11 from "./lib/report-browser-component/report-browser.component";
13
- import * as i12 from "./lib/query-browser-component/query-browser.component";
14
- import * as i13 from "./lib/resource-wrappers/dashboard-resource.component";
15
- import * as i14 from "./lib/resource-wrappers/record-resource.component";
16
- import * as i15 from "./lib/resource-wrappers/report-resource.component";
17
- import * as i16 from "./lib/resource-wrappers/search-results-resource.component";
18
- import * as i17 from "./lib/resource-wrappers/view-resource.component";
19
- import * as i18 from "./lib/files/files.component";
20
- import * as i19 from "./lib/single-application/single-application.component";
21
- import * as i20 from "./lib/favorites/favorites.component";
22
- import * as i21 from "./lib/header/header.component";
23
- import * as i22 from "./lib/join-grid/join-grid.component";
24
- import * as i23 from "./lib/single-entity/single-entity.component";
25
- import * as i24 from "./lib/single-record/single-record.component";
26
- import * as i25 from "./lib/single-report/single-report.component";
27
- import * as i26 from "./lib/single-search-result/single-search-result.component";
28
- import * as i27 from "./lib/single-view/single-view.component";
29
- import * as i28 from "./lib/single-query/single-query.component";
30
- import * as i29 from "./lib/user-profile/user-profile.component";
31
- import * as i30 from "./lib/single-dashboard/single-dashboard.component";
32
- import * as i31 from "./lib/single-dashboard/Components/add-item/add-item.component";
33
- import * as i32 from "./lib/single-dashboard/Components/delete-item/delete-item.component";
34
- import * as i33 from "./lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component";
35
- import * as i34 from "./lib/user-notifications/user-notifications.component";
36
- import * as i35 from "./lib/resource-wrappers/query-resource.component";
37
- import * as i36 from "./lib/expansion-panel-component/expansion-panel-component";
38
- import * as i37 from "./lib/app-view/application-view.component";
3
+ import * as i2 from "./lib/generic/resource-container-component";
4
+ import * as i3 from "./lib/auth-button/auth-button.component";
5
+ import * as i4 from "./lib/dashboard-browser-component/dashboard-browser.component";
6
+ import * as i5 from "./lib/data-browser-component/data-browser.component";
7
+ import * as i6 from "./lib/generic-browse-list/generic-browse-list.component";
8
+ import * as i7 from "./lib/generic-browser-list/generic-browser-list.component";
9
+ import * as i8 from "./lib/home-component/home.component";
10
+ import * as i9 from "./lib/navigation/navigation.component";
11
+ import * as i10 from "./lib/report-browser-component/report-browser.component";
12
+ import * as i11 from "./lib/query-browser-component/query-browser.component";
13
+ import * as i12 from "./lib/resource-wrappers/dashboard-resource.component";
14
+ import * as i13 from "./lib/resource-wrappers/record-resource.component";
15
+ import * as i14 from "./lib/resource-wrappers/report-resource.component";
16
+ import * as i15 from "./lib/resource-wrappers/search-results-resource.component";
17
+ import * as i16 from "./lib/resource-wrappers/view-resource.component";
18
+ import * as i17 from "./lib/files/files.component";
19
+ import * as i18 from "./lib/single-application/single-application.component";
20
+ import * as i19 from "./lib/favorites/favorites.component";
21
+ import * as i20 from "./lib/header/header.component";
22
+ import * as i21 from "./lib/single-entity/single-entity.component";
23
+ import * as i22 from "./lib/single-record/single-record.component";
24
+ import * as i23 from "./lib/single-report/single-report.component";
25
+ import * as i24 from "./lib/single-search-result/single-search-result.component";
26
+ import * as i25 from "./lib/single-view/single-view.component";
27
+ import * as i26 from "./lib/single-query/single-query.component";
28
+ import * as i27 from "./lib/user-profile/user-profile.component";
29
+ import * as i28 from "./lib/single-dashboard/single-dashboard.component";
30
+ import * as i29 from "./lib/single-dashboard/Components/add-item/add-item.component";
31
+ import * as i30 from "./lib/single-dashboard/Components/delete-item/delete-item.component";
32
+ import * as i31 from "./lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component";
33
+ import * as i32 from "./lib/user-notifications/user-notifications.component";
34
+ import * as i33 from "./lib/resource-wrappers/query-resource.component";
35
+ import * as i34 from "./lib/expansion-panel-component/expansion-panel-component";
36
+ import * as i35 from "./lib/app-view/application-view.component";
37
+ import * as i36 from "./lib/list-view/list-view.component";
38
+ import * as i37 from "./lib/single-list-detail/single-list-detail.component";
39
39
  import * as i38 from "./app-routing.module";
40
40
  import * as i39 from "@angular/common";
41
41
  import * as i40 from "@angular/forms";
@@ -67,9 +67,10 @@ import * as i65 from "@memberjunction/ng-explorer-settings";
67
67
  import * as i66 from "@memberjunction/ng-file-storage";
68
68
  import * as i67 from "@memberjunction/ng-user-view-properties";
69
69
  import * as i68 from "@memberjunction/ng-tabstrip";
70
+ import * as i69 from "@memberjunction/ng-entity-form-dialog";
70
71
  export declare class ExplorerCoreModule {
71
72
  static ɵfac: i0.ɵɵFactoryDeclaration<ExplorerCoreModule, never>;
72
- static ɵmod: i0.ɵɵNgModuleDeclaration<ExplorerCoreModule, [typeof i1.FormToolbarComponent, typeof i2.SectionLoaderComponent, typeof i3.ResourceContainerComponent, typeof i4.AuthButtonComponent, typeof i5.DashboardBrowserComponent, typeof i6.DataBrowserComponent, typeof i7.GenericBrowseListComponent, typeof i8.GenericBrowserListComponent, typeof i9.HomeComponent, typeof i10.NavigationComponent, typeof i11.ReportBrowserComponent, typeof i12.QueryBrowserComponent, typeof i13.DashboardResource, typeof i14.EntityRecordResource, typeof i15.ReportResource, typeof i16.SearchResultsResource, typeof i17.UserViewResource, typeof i18.FilesComponent, typeof i19.SingleApplicationComponent, typeof i20.FavoritesComponent, typeof i21.HeaderComponent, typeof i22.JoinGridComponent, typeof i23.SingleEntityComponent, typeof i24.SingleRecordComponent, typeof i25.SingleReportComponent, typeof i26.SingleSearchResultComponent, typeof i27.SingleViewComponent, typeof i28.SingleQueryComponent, typeof i29.UserProfileComponent, typeof i30.SingleDashboardComponent, typeof i31.AddItemComponent, typeof i32.DeleteItemComponent, typeof i33.EditDashboardComponent, typeof i34.UserNotificationsComponent, typeof i35.QueryResource, typeof i36.ExpansionPanelComponent, typeof i37.ApplicationViewComponent], [typeof i38.AppRoutingModule, typeof i39.CommonModule, typeof i40.FormsModule, typeof i40.ReactiveFormsModule, typeof i41.RouterModule, typeof i42.GridModule, typeof i43.DialogsModule, typeof i44.ExcelExportModule, typeof i45.CompareRecordsModule, typeof i46.IndicatorsModule, typeof i39.CommonModule, typeof i40.FormsModule, typeof i42.GridModule, typeof i47.ChartsModule, typeof i48.ButtonsModule, typeof i49.TabStripModule, typeof i42.ExcelModule, typeof i42.PDFModule, typeof i46.IndicatorsModule, typeof i43.DialogsModule, typeof i50.InputsModule, typeof i51.LabelModule, typeof i45.CompareRecordsModule, typeof i52.RecordChangesModule, typeof i53.ContainerDirectivesModule, typeof i54.BaseFormsModule, typeof i55.ListViewModule, typeof i56.TreeViewModule, typeof i57.UserViewGridModule, typeof i58.QueryGridModule, typeof i59.SortableModule, typeof i49.LayoutModule, typeof i60.FilterModule, typeof i61.DropDownsModule, typeof i62.MemberJunctionSharedModule, typeof i63.AskSkipModule, typeof i64.EntityPermissionsModule, typeof i65.ExplorerSettingsModule, typeof i66.FileStorageModule, typeof i67.UserViewPropertiesDialogModule, typeof i68.MJTabStripModule], [typeof i1.FormToolbarComponent, typeof i2.SectionLoaderComponent, typeof i3.ResourceContainerComponent, typeof i4.AuthButtonComponent, typeof i5.DashboardBrowserComponent, typeof i6.DataBrowserComponent, typeof i7.GenericBrowseListComponent, typeof i8.GenericBrowserListComponent, typeof i9.HomeComponent, typeof i10.NavigationComponent, typeof i11.ReportBrowserComponent, typeof i13.DashboardResource, typeof i14.EntityRecordResource, typeof i15.ReportResource, typeof i16.SearchResultsResource, typeof i17.UserViewResource, typeof i19.SingleApplicationComponent, typeof i20.FavoritesComponent, typeof i21.HeaderComponent, typeof i22.JoinGridComponent, typeof i23.SingleEntityComponent, typeof i24.SingleRecordComponent, typeof i25.SingleReportComponent, typeof i26.SingleSearchResultComponent, typeof i27.SingleViewComponent, typeof i29.UserProfileComponent, typeof i30.SingleDashboardComponent, typeof i31.AddItemComponent, typeof i32.DeleteItemComponent, typeof i33.EditDashboardComponent, typeof i34.UserNotificationsComponent, typeof i36.ExpansionPanelComponent, typeof i37.ApplicationViewComponent]>;
73
+ static ɵmod: i0.ɵɵNgModuleDeclaration<ExplorerCoreModule, [typeof i1.FormToolbarComponent, typeof i2.ResourceContainerComponent, typeof i3.AuthButtonComponent, typeof i4.DashboardBrowserComponent, typeof i5.DataBrowserComponent, typeof i6.GenericBrowseListComponent, typeof i7.GenericBrowserListComponent, typeof i8.HomeComponent, typeof i9.NavigationComponent, typeof i10.ReportBrowserComponent, typeof i11.QueryBrowserComponent, typeof i12.DashboardResource, typeof i13.EntityRecordResource, typeof i14.ReportResource, typeof i15.SearchResultsResource, typeof i16.UserViewResource, typeof i17.FilesComponent, typeof i18.SingleApplicationComponent, typeof i19.FavoritesComponent, typeof i20.HeaderComponent, typeof i21.SingleEntityComponent, typeof i22.SingleRecordComponent, typeof i23.SingleReportComponent, typeof i24.SingleSearchResultComponent, typeof i25.SingleViewComponent, typeof i26.SingleQueryComponent, typeof i27.UserProfileComponent, typeof i28.SingleDashboardComponent, typeof i29.AddItemComponent, typeof i30.DeleteItemComponent, typeof i31.EditDashboardComponent, typeof i32.UserNotificationsComponent, typeof i33.QueryResource, typeof i34.ExpansionPanelComponent, typeof i35.ApplicationViewComponent, typeof i36.ListViewComponent, typeof i37.SingleListDetailComponent], [typeof i38.AppRoutingModule, typeof i39.CommonModule, typeof i40.FormsModule, typeof i40.ReactiveFormsModule, typeof i41.RouterModule, typeof i42.GridModule, typeof i43.DialogsModule, typeof i44.ExcelExportModule, typeof i45.CompareRecordsModule, typeof i46.IndicatorsModule, typeof i39.CommonModule, typeof i40.FormsModule, typeof i42.GridModule, typeof i47.ChartsModule, typeof i48.ButtonsModule, typeof i49.TabStripModule, typeof i42.ExcelModule, typeof i42.PDFModule, typeof i46.IndicatorsModule, typeof i43.DialogsModule, typeof i50.InputsModule, typeof i51.LabelModule, typeof i45.CompareRecordsModule, typeof i52.RecordChangesModule, typeof i53.ContainerDirectivesModule, typeof i54.BaseFormsModule, typeof i55.ListViewModule, typeof i56.TreeViewModule, typeof i57.UserViewGridModule, typeof i58.QueryGridModule, typeof i59.SortableModule, typeof i49.LayoutModule, typeof i60.FilterModule, typeof i61.DropDownsModule, typeof i62.MemberJunctionSharedModule, typeof i63.AskSkipModule, typeof i64.EntityPermissionsModule, typeof i65.ExplorerSettingsModule, typeof i66.FileStorageModule, typeof i67.UserViewPropertiesDialogModule, typeof i68.MJTabStripModule, typeof i69.EntityFormDialogModule], [typeof i1.FormToolbarComponent, typeof i2.ResourceContainerComponent, typeof i3.AuthButtonComponent, typeof i4.DashboardBrowserComponent, typeof i5.DataBrowserComponent, typeof i6.GenericBrowseListComponent, typeof i7.GenericBrowserListComponent, typeof i8.HomeComponent, typeof i9.NavigationComponent, typeof i10.ReportBrowserComponent, typeof i12.DashboardResource, typeof i13.EntityRecordResource, typeof i14.ReportResource, typeof i15.SearchResultsResource, typeof i16.UserViewResource, typeof i18.SingleApplicationComponent, typeof i19.FavoritesComponent, typeof i20.HeaderComponent, typeof i21.SingleEntityComponent, typeof i22.SingleRecordComponent, typeof i23.SingleReportComponent, typeof i24.SingleSearchResultComponent, typeof i25.SingleViewComponent, typeof i27.UserProfileComponent, typeof i28.SingleDashboardComponent, typeof i29.AddItemComponent, typeof i30.DeleteItemComponent, typeof i31.EditDashboardComponent, typeof i32.UserNotificationsComponent, typeof i34.ExpansionPanelComponent, typeof i35.ApplicationViewComponent, typeof i36.ListViewComponent, typeof i37.SingleListDetailComponent]>;
73
74
  static ɵinj: i0.ɵɵInjectorDeclaration<ExplorerCoreModule>;
74
75
  }
75
76
  //# sourceMappingURL=module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4EA,qBAwHa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6EA,qBAyHa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
package/dist/module.js CHANGED
@@ -39,11 +39,9 @@ import { FilesComponent } from './lib/files/files.component';
39
39
  import { GenericBrowseListComponent } from './lib/generic-browse-list/generic-browse-list.component';
40
40
  import { FormToolbarComponent } from './lib/generic/form-toolbar';
41
41
  import { ResourceContainerComponent } from './lib/generic/resource-container-component';
42
- import { SectionLoaderComponent } from './lib/generic/section-loader-component';
43
42
  import { HeaderComponent } from './lib/header/header.component';
44
43
  import { GenericBrowserListComponent } from './lib/generic-browser-list/generic-browser-list.component';
45
44
  import { HomeComponent } from './lib/home-component/home.component';
46
- import { JoinGridComponent } from './lib/join-grid/join-grid.component';
47
45
  import { NavigationComponent } from './lib/navigation/navigation.component';
48
46
  import { QueryBrowserComponent } from './lib/query-browser-component/query-browser.component';
49
47
  import { ReportBrowserComponent } from './lib/report-browser-component/report-browser.component';
@@ -70,6 +68,9 @@ import { ExpansionPanelComponent } from './lib/expansion-panel-component/expansi
70
68
  import { ApplicationViewComponent } from './lib/app-view/application-view.component';
71
69
  import { UserViewPropertiesDialogModule } from '@memberjunction/ng-user-view-properties';
72
70
  import { AppRoutingModule, CustomReuseStrategy } from './app-routing.module';
71
+ import { ListViewComponent } from './lib/list-view/list-view.component';
72
+ import { SingleListDetailComponent } from './lib/single-list-detail/single-list-detail.component';
73
+ import { EntityFormDialogModule } from '@memberjunction/ng-entity-form-dialog';
73
74
  import * as i0 from "@angular/core";
74
75
  import * as i1 from "@angular/common";
75
76
  import * as i2 from "@progress/kendo-angular-buttons";
@@ -118,13 +119,13 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
118
119
  ExplorerSettingsModule,
119
120
  FileStorageModule,
120
121
  UserViewPropertiesDialogModule,
121
- MJTabStripModule] });
122
+ MJTabStripModule,
123
+ EntityFormDialogModule] });
122
124
  (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(ExplorerCoreModule, [{
123
125
  type: NgModule,
124
126
  args: [{
125
127
  declarations: [
126
128
  FormToolbarComponent,
127
- SectionLoaderComponent,
128
129
  ResourceContainerComponent,
129
130
  AuthButtonComponent,
130
131
  DashboardBrowserComponent,
@@ -144,7 +145,6 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
144
145
  SingleApplicationComponent,
145
146
  FavoritesComponent,
146
147
  HeaderComponent,
147
- JoinGridComponent,
148
148
  SingleEntityComponent,
149
149
  SingleRecordComponent,
150
150
  SingleReportComponent,
@@ -160,6 +160,8 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
160
160
  QueryResource,
161
161
  ExpansionPanelComponent,
162
162
  ApplicationViewComponent,
163
+ ListViewComponent,
164
+ SingleListDetailComponent
163
165
  ],
164
166
  imports: [
165
167
  AppRoutingModule,
@@ -203,10 +205,10 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
203
205
  FileStorageModule,
204
206
  UserViewPropertiesDialogModule,
205
207
  MJTabStripModule,
208
+ EntityFormDialogModule
206
209
  ],
207
210
  exports: [
208
211
  FormToolbarComponent,
209
- SectionLoaderComponent,
210
212
  ResourceContainerComponent,
211
213
  AuthButtonComponent,
212
214
  DashboardBrowserComponent,
@@ -224,7 +226,6 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
224
226
  SingleApplicationComponent,
225
227
  FavoritesComponent,
226
228
  HeaderComponent,
227
- JoinGridComponent,
228
229
  SingleEntityComponent,
229
230
  SingleRecordComponent,
230
231
  SingleReportComponent,
@@ -238,12 +239,13 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
238
239
  UserNotificationsComponent,
239
240
  ExpansionPanelComponent,
240
241
  ApplicationViewComponent,
242
+ ListViewComponent,
243
+ SingleListDetailComponent
241
244
  ],
242
245
  providers: [{ provide: RouteReuseStrategy, useClass: CustomReuseStrategy }],
243
246
  }]
244
247
  }], null, null); })();
245
248
  (function () { (typeof ngJitMode === "undefined" || ngJitMode) && i0.ɵɵsetNgModuleScope(ExplorerCoreModule, { declarations: [FormToolbarComponent,
246
- SectionLoaderComponent,
247
249
  ResourceContainerComponent,
248
250
  AuthButtonComponent,
249
251
  DashboardBrowserComponent,
@@ -263,7 +265,6 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
263
265
  SingleApplicationComponent,
264
266
  FavoritesComponent,
265
267
  HeaderComponent,
266
- JoinGridComponent,
267
268
  SingleEntityComponent,
268
269
  SingleRecordComponent,
269
270
  SingleReportComponent,
@@ -278,7 +279,9 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
278
279
  UserNotificationsComponent,
279
280
  QueryResource,
280
281
  ExpansionPanelComponent,
281
- ApplicationViewComponent], imports: [AppRoutingModule,
282
+ ApplicationViewComponent,
283
+ ListViewComponent,
284
+ SingleListDetailComponent], imports: [AppRoutingModule,
282
285
  CommonModule,
283
286
  FormsModule,
284
287
  ReactiveFormsModule,
@@ -318,8 +321,8 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
318
321
  ExplorerSettingsModule,
319
322
  FileStorageModule,
320
323
  UserViewPropertiesDialogModule,
321
- MJTabStripModule], exports: [FormToolbarComponent,
322
- SectionLoaderComponent,
324
+ MJTabStripModule,
325
+ EntityFormDialogModule], exports: [FormToolbarComponent,
323
326
  ResourceContainerComponent,
324
327
  AuthButtonComponent,
325
328
  DashboardBrowserComponent,
@@ -337,7 +340,6 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
337
340
  SingleApplicationComponent,
338
341
  FavoritesComponent,
339
342
  HeaderComponent,
340
- JoinGridComponent,
341
343
  SingleEntityComponent,
342
344
  SingleRecordComponent,
343
345
  SingleReportComponent,
@@ -350,7 +352,9 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ providers: [{ p
350
352
  EditDashboardComponent,
351
353
  UserNotificationsComponent,
352
354
  ExpansionPanelComponent,
353
- ApplicationViewComponent] }); })();
355
+ ApplicationViewComponent,
356
+ ListViewComponent,
357
+ SingleListDetailComponent] }); })();
354
358
  i0.ɵɵsetComponentScope(SingleDashboardComponent, [i1.NgClass, i1.NgIf, i2.ButtonComponent, i3.TileLayoutComponent, i3.TileLayoutItemComponent, i3.TileLayoutItemHeaderComponent, i3.TileLayoutItemBodyComponent, ResourceContainerComponent,
355
359
  AddItemComponent,
356
360
  DeleteItemComponent,
@@ -1,6 +1,5 @@
1
1
  export * from './lib/generic/form-toolbar';
2
2
  export * from './lib/generic/resource-container-component';
3
- export * from './lib/generic/section-loader-component';
4
3
  export * from './lib/auth-button/auth-button.component';
5
4
  export * from './lib/dashboard-browser-component/dashboard-browser.component';
6
5
  export * from './lib/data-browser-component/data-browser.component';
@@ -19,7 +18,6 @@ export * from './lib/single-application/single-application.component';
19
18
  export * from './lib/favorites/favorites.component';
20
19
  export * from './lib/header/header.component';
21
20
  export * from './lib/header/MSFT_UserImageService';
22
- export * from './lib/join-grid/join-grid.component';
23
21
  export * from './lib/single-entity/single-entity.component';
24
22
  export * from './lib/single-record/single-record.component';
25
23
  export * from './lib/single-report/single-report.component';
@@ -28,10 +26,12 @@ export * from './lib/single-view/single-view.component';
28
26
  export * from './lib/single-dashboard/single-dashboard.component';
29
27
  export * from './lib/single-dashboard/Components/add-item/add-item.component';
30
28
  export * from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';
29
+ export * from './lib/single-list-detail/single-list-detail.component';
31
30
  export * from './lib/user-profile/user-profile.component';
32
31
  export * from './lib/user-notifications/user-notifications.component';
33
32
  export * from './lib/guards/auth-guard.service';
34
33
  export * from './lib/guards/entities.guard';
34
+ export * from './lib/list-view/list-view.component';
35
35
  export * from './lib/query-browser-component/query-browser.component';
36
36
  export * from './lib/single-query/single-query.component';
37
37
  export * from './lib/resource-wrappers/query-resource.component';
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAC3D,cAAc,wCAAwC,CAAC;AAEvD,cAAc,yCAAyC,CAAA;AACvD,cAAc,+DAA+D,CAAA;AAC7E,cAAc,qDAAqD,CAAA;AACnE,cAAc,yDAAyD,CAAA;AACvE,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,yDAAyD,CAAA;AACvE,cAAc,sDAAsD,CAAA;AACpE,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,kDAAkD,CAAA;AAChE,cAAc,2DAA2D,CAAA;AACzE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6BAA6B,CAAA;AAC3C,cAAc,uDAAuD,CAAA;AACrE,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oCAAoC,CAAA;AAClD,cAAc,qCAAqC,CAAA;AACnD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,2DAA2D,CAAA;AACzE,cAAc,yCAAyC,CAAA;AACvD,cAAc,mDAAmD,CAAA;AACjE,cAAc,+DAA+D,CAAA;AAC7E,cAAc,2EAA2E,CAAA;AACzF,cAAc,2CAA2C,CAAA;AACzD,cAAc,uDAAuD,CAAC;AACtE,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAE5C,cAAc,uDAAuD,CAAA;AACrE,cAAc,2CAA2C,CAAA;AACzD,cAAc,kDAAkD,CAAA;AAEhE,cAAc,UAAU,CAAC"}
1
+ {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,4CAA4C,CAAC;AAE3D,cAAc,yCAAyC,CAAA;AACvD,cAAc,+DAA+D,CAAA;AAC7E,cAAc,qDAAqD,CAAA;AACnE,cAAc,yDAAyD,CAAA;AACvE,cAAc,qCAAqC,CAAA;AACnD,cAAc,uCAAuC,CAAA;AACrD,cAAc,yDAAyD,CAAA;AACvE,cAAc,sDAAsD,CAAA;AACpE,cAAc,mDAAmD,CAAA;AACjE,cAAc,mDAAmD,CAAA;AACjE,cAAc,kDAAkD,CAAA;AAChE,cAAc,2DAA2D,CAAA;AACzE,cAAc,iDAAiD,CAAA;AAC/D,cAAc,6BAA6B,CAAA;AAC3C,cAAc,uDAAuD,CAAA;AACrE,cAAc,qCAAqC,CAAA;AACnD,cAAc,+BAA+B,CAAA;AAC7C,cAAc,oCAAoC,CAAA;AAClD,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,6CAA6C,CAAA;AAC3D,cAAc,2DAA2D,CAAA;AACzE,cAAc,yCAAyC,CAAA;AACvD,cAAc,mDAAmD,CAAA;AACjE,cAAc,+DAA+D,CAAA;AAC7E,cAAc,2EAA2E,CAAA;AACzF,cAAc,uDAAuD,CAAA;AACrE,cAAc,2CAA2C,CAAA;AACzD,cAAc,uDAAuD,CAAC;AACtE,cAAc,iCAAiC,CAAC;AAChD,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qCAAqC,CAAC;AAEpD,cAAc,uDAAuD,CAAA;AACrE,cAAc,2CAA2C,CAAA;AACzD,cAAc,kDAAkD,CAAA;AAEhE,cAAc,UAAU,CAAC"}
@@ -3,7 +3,6 @@
3
3
  */
4
4
  export * from './lib/generic/form-toolbar';
5
5
  export * from './lib/generic/resource-container-component';
6
- export * from './lib/generic/section-loader-component';
7
6
  export * from './lib/auth-button/auth-button.component';
8
7
  export * from './lib/dashboard-browser-component/dashboard-browser.component';
9
8
  export * from './lib/data-browser-component/data-browser.component';
@@ -22,7 +21,6 @@ export * from './lib/single-application/single-application.component';
22
21
  export * from './lib/favorites/favorites.component';
23
22
  export * from './lib/header/header.component';
24
23
  export * from './lib/header/MSFT_UserImageService';
25
- export * from './lib/join-grid/join-grid.component';
26
24
  export * from './lib/single-entity/single-entity.component';
27
25
  export * from './lib/single-record/single-record.component';
28
26
  export * from './lib/single-report/single-report.component';
@@ -31,10 +29,12 @@ export * from './lib/single-view/single-view.component';
31
29
  export * from './lib/single-dashboard/single-dashboard.component';
32
30
  export * from './lib/single-dashboard/Components/add-item/add-item.component';
33
31
  export * from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';
32
+ export * from './lib/single-list-detail/single-list-detail.component';
34
33
  export * from './lib/user-profile/user-profile.component';
35
34
  export * from './lib/user-notifications/user-notifications.component';
36
35
  export * from './lib/guards/auth-guard.service';
37
36
  export * from './lib/guards/entities.guard';
37
+ export * from './lib/list-view/list-view.component';
38
38
  export * from './lib/query-browser-component/query-browser.component';
39
39
  export * from './lib/single-query/single-query.component';
40
40
  export * from './lib/resource-wrappers/query-resource.component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-explorer-core",
3
- "version": "1.3.3",
3
+ "version": "1.4.1",
4
4
  "description": "MemberJunction Explorer: Core Angular Components",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -26,21 +26,22 @@
26
26
  "@angular/router": "~17.2.2"
27
27
  },
28
28
  "dependencies": {
29
- "@memberjunction/global": "~1.3.3",
30
- "@memberjunction/core": "~1.3.3",
31
- "@memberjunction/ng-compare-records": "~1.3.3",
32
- "@memberjunction/ng-file-storage": "~1.3.3",
33
- "@memberjunction/ng-record-changes": "~1.3.3",
34
- "@memberjunction/ng-container-directives": "~1.3.3",
35
- "@memberjunction/ng-user-view-grid": "~1.3.3",
36
- "@memberjunction/ng-query-grid": "~1.3.3",
37
- "@memberjunction/ng-user-view-properties": "~1.3.3",
38
- "@memberjunction/ng-shared": "~1.3.3",
39
- "@memberjunction/ng-tabstrip": "~1.3.3",
40
- "@memberjunction/ng-ask-skip": "~1.3.3",
41
- "@memberjunction/ng-auth-services": "~1.3.3",
42
- "@memberjunction/ng-explorer-settings": "~1.3.3",
43
- "@memberjunction/ng-base-forms": "~1.3.3",
29
+ "@memberjunction/global": "~1.4.1",
30
+ "@memberjunction/core": "~1.4.1",
31
+ "@memberjunction/ng-compare-records": "~1.4.1",
32
+ "@memberjunction/ng-file-storage": "~1.4.1",
33
+ "@memberjunction/ng-record-changes": "~1.4.1",
34
+ "@memberjunction/ng-container-directives": "~1.4.1",
35
+ "@memberjunction/ng-user-view-grid": "~1.4.1",
36
+ "@memberjunction/ng-query-grid": "~1.4.1",
37
+ "@memberjunction/ng-user-view-properties": "~1.4.1",
38
+ "@memberjunction/ng-shared": "~1.4.1",
39
+ "@memberjunction/ng-tabstrip": "~1.4.1",
40
+ "@memberjunction/ng-ask-skip": "~1.4.1",
41
+ "@memberjunction/ng-auth-services": "~1.4.1",
42
+ "@memberjunction/ng-explorer-settings": "~1.4.1",
43
+ "@memberjunction/ng-base-forms": "~1.4.1",
44
+ "@memberjunction/ng-entity-form-dialog": "~1.4.1",
44
45
  "@progress/kendo-angular-grid": "~15.1.0",
45
46
  "@progress/kendo-angular-buttons": "~15.1.0",
46
47
  "@progress/kendo-angular-listview": "~15.1.0",
@@ -1,18 +0,0 @@
1
- import { OnDestroy, ViewContainerRef, AfterViewInit, OnChanges, SimpleChanges } from '@angular/core';
2
- import { BaseEntity } from '@memberjunction/core';
3
- import * as i0 from "@angular/core";
4
- export declare class SectionLoaderComponent implements AfterViewInit, OnDestroy, OnChanges {
5
- Entity: string;
6
- Section: string;
7
- record: BaseEntity;
8
- EditMode: boolean;
9
- container: ViewContainerRef;
10
- private _sectionObj;
11
- ngOnChanges(changes: SimpleChanges): void;
12
- ngAfterViewInit(): void;
13
- private loadComponent;
14
- ngOnDestroy(): void;
15
- static ɵfac: i0.ɵɵFactoryDeclaration<SectionLoaderComponent, never>;
16
- static ɵcmp: i0.ɵɵComponentDeclaration<SectionLoaderComponent, "mj-form-section", never, { "Entity": { "alias": "Entity"; "required": false; }; "Section": { "alias": "Section"; "required": false; }; "record": { "alias": "record"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
17
- }
18
- //# sourceMappingURL=section-loader-component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"section-loader-component.d.ts","sourceRoot":"","sources":["../../../src/lib/generic/section-loader-component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAoB,SAAS,EAAa,gBAAgB,EAAE,aAAa,EAAE,SAAS,EAAE,aAAa,EAAE,MAAM,eAAe,CAAC;AAGlI,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;;AAElD,qBAIa,sBAAuB,YAAW,aAAa,EAAE,SAAS,EAAE,SAAS;IACrE,MAAM,EAAG,MAAM,CAAC;IAChB,OAAO,EAAG,MAAM,CAAC;IACjB,MAAM,EAAG,UAAU,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAS;IAEiB,SAAS,EAAG,gBAAgB,CAAC;IAEjF,OAAO,CAAC,WAAW,CAAyC;IAE5D,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,IAAI;IAOzC,eAAe,IAAI,IAAI;IAOvB,OAAO,CAAC,aAAa;IAWrB,WAAW;yCAnCF,sBAAsB;2CAAtB,sBAAsB;CAuClC"}
@@ -1,66 +0,0 @@
1
- import { Component, Input, ViewChild, ViewContainerRef } from '@angular/core';
2
- import { MJGlobal } from '@memberjunction/global';
3
- import { BaseFormSectionComponent } from '@memberjunction/ng-base-forms';
4
- import * as i0 from "@angular/core";
5
- const _c0 = ["container"];
6
- function SectionLoaderComponent_ng_template_0_Template(rf, ctx) { }
7
- export class SectionLoaderComponent {
8
- constructor() {
9
- this.EditMode = false;
10
- this._sectionObj = null;
11
- }
12
- ngOnChanges(changes) {
13
- // react to EditMode change
14
- if (changes['EditMode'] && !changes['EditMode'].firstChange && this._sectionObj) {
15
- this._sectionObj.EditMode = this.EditMode;
16
- }
17
- }
18
- ngAfterViewInit() {
19
- // do this via a promise in order to defer the load by one pass of the event loop
20
- // because that results in Angular not complaining about change detection due to dynamic
21
- // nature of the inner component
22
- Promise.resolve().then(() => this.loadComponent());
23
- }
24
- loadComponent() {
25
- const sectionInfo = MJGlobal.Instance.ClassFactory.GetRegistration(BaseFormSectionComponent, `${this.Entity}.${this.Section}`);
26
- if (sectionInfo) {
27
- const componentRef = this.container.createComponent(sectionInfo.SubClass);
28
- // pass in record and edit mode
29
- this._sectionObj = componentRef.instance;
30
- this._sectionObj.record = this.record;
31
- this._sectionObj.EditMode = this.EditMode;
32
- }
33
- }
34
- ngOnDestroy() {
35
- // Don't forget to cleanup dynamically created components
36
- this.container.clear();
37
- }
38
- }
39
- SectionLoaderComponent.ɵfac = function SectionLoaderComponent_Factory(t) { return new (t || SectionLoaderComponent)(); };
40
- SectionLoaderComponent.ɵcmp = /*@__PURE__*/ i0.ɵɵdefineComponent({ type: SectionLoaderComponent, selectors: [["mj-form-section"]], viewQuery: function SectionLoaderComponent_Query(rf, ctx) { if (rf & 1) {
41
- i0.ɵɵviewQuery(_c0, 5, ViewContainerRef);
42
- } if (rf & 2) {
43
- let _t;
44
- i0.ɵɵqueryRefresh(_t = i0.ɵɵloadQuery()) && (ctx.container = _t.first);
45
- } }, inputs: { Entity: "Entity", Section: "Section", record: "record", EditMode: "EditMode" }, features: [i0.ɵɵNgOnChangesFeature], decls: 2, vars: 0, consts: [["container", ""]], template: function SectionLoaderComponent_Template(rf, ctx) { if (rf & 1) {
46
- i0.ɵɵtemplate(0, SectionLoaderComponent_ng_template_0_Template, 0, 0, "ng-template", null, 0, i0.ɵɵtemplateRefExtractor);
47
- } }, encapsulation: 2 });
48
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassMetadata(SectionLoaderComponent, [{
49
- type: Component,
50
- args: [{
51
- selector: 'mj-form-section',
52
- template: `<ng-template #container></ng-template>`
53
- }]
54
- }], null, { Entity: [{
55
- type: Input
56
- }], Section: [{
57
- type: Input
58
- }], record: [{
59
- type: Input
60
- }], EditMode: [{
61
- type: Input
62
- }], container: [{
63
- type: ViewChild,
64
- args: ['container', { read: ViewContainerRef }]
65
- }] }); })();
66
- (() => { (typeof ngDevMode === "undefined" || ngDevMode) && i0.ɵsetClassDebugInfo(SectionLoaderComponent, { className: "SectionLoaderComponent", filePath: "src/lib/generic/section-loader-component.ts", lineNumber: 10 }); })();
@@ -1,31 +0,0 @@
1
- import { AfterViewInit, OnInit } from '@angular/core';
2
- import * as i0 from "@angular/core";
3
- export declare class JoinGridComponent implements OnInit, AfterViewInit {
4
- RowsEntity: string;
5
- ColumnsEntity: string;
6
- JoinEntity: string;
7
- JoinRowForeignKey: string;
8
- JoinColumunForeignKey: string;
9
- RowsFilter: string;
10
- ColumnsFilter: string;
11
- EditMode: boolean;
12
- showloader: boolean;
13
- viewData: any[];
14
- visibleColumns: any[];
15
- ShowError: boolean;
16
- ErrorMessage: string;
17
- gridHeight: number;
18
- private resizeSub;
19
- constructor();
20
- ngOnInit(): void;
21
- ngAfterViewInit(): void;
22
- LoadData(): Promise<void>;
23
- getJoinData(rows: any[], columns: any[]): Promise<void>;
24
- prepareGridData(rows: any[], columns: any[], joinEntities: any[]): void;
25
- private _gridMargin;
26
- setGridHeight(): void;
27
- ResizeGrid(): void;
28
- static ɵfac: i0.ɵɵFactoryDeclaration<JoinGridComponent, never>;
29
- static ɵcmp: i0.ɵɵComponentDeclaration<JoinGridComponent, "app-join-grid", never, { "RowsEntity": { "alias": "RowsEntity"; "required": false; }; "ColumnsEntity": { "alias": "ColumnsEntity"; "required": false; }; "JoinEntity": { "alias": "JoinEntity"; "required": false; }; "JoinRowForeignKey": { "alias": "JoinRowForeignKey"; "required": false; }; "JoinColumunForeignKey": { "alias": "JoinColumunForeignKey"; "required": false; }; "RowsFilter": { "alias": "RowsFilter"; "required": false; }; "ColumnsFilter": { "alias": "ColumnsFilter"; "required": false; }; "EditMode": { "alias": "EditMode"; "required": false; }; }, {}, never, never, false, never>;
30
- }
31
- //# sourceMappingURL=join-grid.component.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"join-grid.component.d.ts","sourceRoot":"","sources":["../../../src/lib/join-grid/join-grid.component.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAoB,MAAM,EAAE,MAAM,eAAe,CAAC;;AAIxE,qBAKa,iBAAkB,YAAW,MAAM,EAAE,aAAa;IACpD,UAAU,EAAE,MAAM,CAAM;IACxB,aAAa,EAAE,MAAM,CAAM;IAC3B,UAAU,EAAE,MAAM,CAAM;IACxB,iBAAiB,EAAE,MAAM,CAAM;IAC/B,qBAAqB,EAAE,MAAM,CAAM;IACnC,UAAU,EAAE,MAAM,CAAM;IACxB,aAAa,EAAE,MAAM,CAAM;IAC3B,QAAQ,EAAE,OAAO,CAAS;IAC5B,UAAU,EAAE,OAAO,CAAS;IAC5B,QAAQ,EAAE,GAAG,EAAE,CAAM;IACrB,cAAc,EAAE,GAAG,EAAE,CAAM;IAC3B,SAAS,EAAE,OAAO,CAAS;IAC3B,YAAY,EAAE,MAAM,CAAM;IAC1B,UAAU,EAAE,MAAM,CAAO;IAChC,OAAO,CAAC,SAAS,CAA6B;;IAI9C,QAAQ,IAAI,IAAI;IAShB,eAAe,IAAI,IAAI;IAIjB,QAAQ;IAeR,WAAW,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE;IAa7C,eAAe,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,GAAG,EAAE,EAAE,YAAY,EAAE,GAAG,EAAE;IA8BhE,OAAO,CAAC,WAAW,CAAO;IAC1B,aAAa,IAAI,IAAI;IAed,UAAU,IAAI,IAAI;yCA1Gd,iBAAiB;2CAAjB,iBAAiB;CA8G7B"}