@memberjunction/ng-explorer-core 0.9.206 → 0.9.208

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 (46) hide show
  1. package/dist/generic/Item.types.d.ts +2 -3
  2. package/dist/generic/Item.types.d.ts.map +1 -1
  3. package/dist/generic/app-nav-view.types.d.ts +6 -0
  4. package/dist/generic/app-nav-view.types.d.ts.map +1 -0
  5. package/dist/generic/app-nav-view.types.js +6 -0
  6. package/dist/lib/app-view/application-view.component.d.ts +36 -0
  7. package/dist/lib/app-view/application-view.component.d.ts.map +1 -0
  8. package/dist/lib/app-view/application-view.component.js +163 -0
  9. package/dist/lib/base-browser-component/base-browser-component.d.ts +15 -5
  10. package/dist/lib/base-browser-component/base-browser-component.d.ts.map +1 -1
  11. package/dist/lib/base-browser-component/base-browser-component.js +62 -38
  12. package/dist/lib/dashboard-browser-component/dashboard-browser.component.d.ts.map +1 -1
  13. package/dist/lib/dashboard-browser-component/dashboard-browser.component.js +2 -1
  14. package/dist/lib/expansion-panel-component/components/expansion-panel-item-component.d.ts +14 -0
  15. package/dist/lib/expansion-panel-component/components/expansion-panel-item-component.d.ts.map +1 -0
  16. package/dist/lib/expansion-panel-component/components/expansion-panel-item-component.js +33 -0
  17. package/dist/lib/expansion-panel-component/expansion-panel-component.d.ts +14 -0
  18. package/dist/lib/expansion-panel-component/expansion-panel-component.d.ts.map +1 -0
  19. package/dist/lib/expansion-panel-component/expansion-panel-component.js +60 -0
  20. package/dist/lib/generic/form-toolbar.d.ts +1 -1
  21. package/dist/lib/generic/form-toolbar.d.ts.map +1 -1
  22. package/dist/lib/generic/section-loader-component.js +1 -1
  23. package/dist/lib/generic-browser-list/generic-browser-list.component.d.ts +13 -1
  24. package/dist/lib/generic-browser-list/generic-browser-list.component.d.ts.map +1 -1
  25. package/dist/lib/generic-browser-list/generic-browser-list.component.js +72 -41
  26. package/dist/lib/navigation/navigation.component.d.ts +3 -0
  27. package/dist/lib/navigation/navigation.component.d.ts.map +1 -1
  28. package/dist/lib/navigation/navigation.component.js +85 -63
  29. package/dist/lib/query-browser-component/query-browser.component.d.ts +1 -1
  30. package/dist/lib/query-browser-component/query-browser.component.d.ts.map +1 -1
  31. package/dist/lib/query-browser-component/query-browser.component.js +17 -2
  32. package/dist/lib/report-browser-component/report-browser.component.d.ts +0 -1
  33. package/dist/lib/report-browser-component/report-browser.component.d.ts.map +1 -1
  34. package/dist/lib/report-browser-component/report-browser.component.js +2 -6
  35. package/dist/lib/single-application/single-application.component.js +5 -52
  36. package/dist/lib/single-record/single-record.component.js +1 -1
  37. package/dist/lib/user-view-properties/view-properties-dialog.component.d.ts +1 -1
  38. package/dist/lib/user-view-properties/view-properties-dialog.component.d.ts.map +1 -1
  39. package/dist/lib/user-view-properties/view-properties-dialog.component.js +2 -2
  40. package/dist/module.d.ts +31 -28
  41. package/dist/module.d.ts.map +1 -1
  42. package/dist/module.js +16 -2
  43. package/dist/public-api.d.ts +0 -3
  44. package/dist/public-api.d.ts.map +1 -1
  45. package/dist/public-api.js +0 -3
  46. package/package.json +10 -9
package/dist/module.d.ts CHANGED
@@ -35,36 +35,39 @@ import * as i33 from "./lib/single-dashboard/Components/delete-item/delete-item.
35
35
  import * as i34 from "./lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component";
36
36
  import * as i35 from "./lib/user-notifications/user-notifications.component";
37
37
  import * as i36 from "./lib/resource-wrappers/query-resource.component";
38
- import * as i37 from "@angular/common";
39
- import * as i38 from "@angular/forms";
40
- import * as i39 from "@angular/router";
41
- import * as i40 from "@progress/kendo-angular-grid";
42
- import * as i41 from "@progress/kendo-angular-dialog";
43
- import * as i42 from "@progress/kendo-angular-excel-export";
44
- import * as i43 from "@progress/kendo-angular-buttons";
45
- import * as i44 from "@memberjunction/ng-compare-records";
46
- import * as i45 from "@progress/kendo-angular-indicators";
47
- import * as i46 from "@progress/kendo-angular-charts";
48
- import * as i47 from "@progress/kendo-angular-layout";
49
- import * as i48 from "@progress/kendo-angular-inputs";
50
- import * as i49 from "@progress/kendo-angular-label";
51
- import * as i50 from "@progress/kendo-angular-icons";
52
- import * as i51 from "@memberjunction/ng-record-changes";
53
- import * as i52 from "@memberjunction/ng-container-directives";
54
- import * as i53 from "@progress/kendo-angular-listview";
55
- import * as i54 from "@memberjunction/ng-user-view-grid";
56
- import * as i55 from "@memberjunction/ng-query-grid";
57
- import * as i56 from "@progress/kendo-angular-sortable";
58
- import * as i57 from "@progress/kendo-angular-filter";
59
- import * as i58 from "@progress/kendo-angular-dropdowns";
60
- import * as i59 from "@memberjunction/ng-shared";
61
- import * as i60 from "@memberjunction/ng-ask-skip";
62
- import * as i61 from "@memberjunction/ng-entity-permissions";
63
- import * as i62 from "@memberjunction/ng-explorer-settings";
64
- import * as i63 from "@memberjunction/ng-file-storage";
38
+ import * as i37 from "./lib/expansion-panel-component/expansion-panel-component";
39
+ import * as i38 from "./lib/app-view/application-view.component";
40
+ import * as i39 from "@angular/common";
41
+ import * as i40 from "@angular/forms";
42
+ import * as i41 from "@angular/router";
43
+ import * as i42 from "@progress/kendo-angular-grid";
44
+ import * as i43 from "@progress/kendo-angular-dialog";
45
+ import * as i44 from "@progress/kendo-angular-excel-export";
46
+ import * as i45 from "@progress/kendo-angular-buttons";
47
+ import * as i46 from "@memberjunction/ng-compare-records";
48
+ import * as i47 from "@progress/kendo-angular-indicators";
49
+ import * as i48 from "@progress/kendo-angular-charts";
50
+ import * as i49 from "@progress/kendo-angular-layout";
51
+ import * as i50 from "@progress/kendo-angular-inputs";
52
+ import * as i51 from "@progress/kendo-angular-label";
53
+ import * as i52 from "@progress/kendo-angular-icons";
54
+ import * as i53 from "@memberjunction/ng-record-changes";
55
+ import * as i54 from "@memberjunction/ng-container-directives";
56
+ import * as i55 from "@memberjunction/ng-base-forms";
57
+ import * as i56 from "@progress/kendo-angular-listview";
58
+ import * as i57 from "@memberjunction/ng-user-view-grid";
59
+ import * as i58 from "@memberjunction/ng-query-grid";
60
+ import * as i59 from "@progress/kendo-angular-sortable";
61
+ import * as i60 from "@progress/kendo-angular-filter";
62
+ import * as i61 from "@progress/kendo-angular-dropdowns";
63
+ import * as i62 from "@memberjunction/ng-shared";
64
+ import * as i63 from "@memberjunction/ng-ask-skip";
65
+ import * as i64 from "@memberjunction/ng-entity-permissions";
66
+ import * as i65 from "@memberjunction/ng-explorer-settings";
67
+ import * as i66 from "@memberjunction/ng-file-storage";
65
68
  export declare class ExplorerCoreModule {
66
69
  static ɵfac: i0.ɵɵFactoryDeclaration<ExplorerCoreModule, never>;
67
- 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.ViewPropertiesDialogComponent, typeof i31.SingleDashboardComponent, typeof i32.AddItemComponent, typeof i33.DeleteItemComponent, typeof i34.EditDashboardComponent, typeof i35.UserNotificationsComponent, typeof i36.QueryResource], [typeof i37.CommonModule, typeof i38.FormsModule, typeof i38.ReactiveFormsModule, typeof i39.RouterModule, typeof i40.GridModule, typeof i41.DialogsModule, typeof i42.ExcelExportModule, typeof i43.ButtonsModule, typeof i44.CompareRecordsModule, typeof i45.IndicatorsModule, typeof i37.CommonModule, typeof i38.FormsModule, typeof i40.GridModule, typeof i46.ChartsModule, typeof i43.ButtonsModule, typeof i47.TabStripModule, typeof i40.ExcelModule, typeof i40.PDFModule, typeof i45.IndicatorsModule, typeof i41.DialogsModule, typeof i48.InputsModule, typeof i49.LabelModule, typeof i50.IconModule, typeof i50.IconsModule, typeof i44.CompareRecordsModule, typeof i51.RecordChangesModule, typeof i52.ContainerDirectivesModule, typeof i53.ListViewModule, typeof i54.UserViewGridModule, typeof i55.QueryGridModule, typeof i56.SortableModule, typeof i47.LayoutModule, typeof i57.FilterModule, typeof i58.DropDownsModule, typeof i59.MemberJunctionSharedModule, typeof i60.AskSkipModule, typeof i61.EntityPermissionsModule, typeof i62.ExplorerSettingsModule, typeof i63.FileStorageModule], [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.ViewPropertiesDialogComponent, typeof i31.SingleDashboardComponent, typeof i32.AddItemComponent, typeof i33.DeleteItemComponent, typeof i34.EditDashboardComponent, typeof i35.UserNotificationsComponent]>;
70
+ 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.ViewPropertiesDialogComponent, typeof i31.SingleDashboardComponent, typeof i32.AddItemComponent, typeof i33.DeleteItemComponent, typeof i34.EditDashboardComponent, typeof i35.UserNotificationsComponent, typeof i36.QueryResource, typeof i37.ExpansionPanelComponent, typeof i38.ApplicationViewComponent], [typeof i39.CommonModule, typeof i40.FormsModule, typeof i40.ReactiveFormsModule, typeof i41.RouterModule, typeof i42.GridModule, typeof i43.DialogsModule, typeof i44.ExcelExportModule, typeof i45.ButtonsModule, typeof i46.CompareRecordsModule, typeof i47.IndicatorsModule, typeof i39.CommonModule, typeof i40.FormsModule, typeof i42.GridModule, typeof i48.ChartsModule, typeof i45.ButtonsModule, typeof i49.TabStripModule, typeof i42.ExcelModule, typeof i42.PDFModule, typeof i47.IndicatorsModule, typeof i43.DialogsModule, typeof i50.InputsModule, typeof i51.LabelModule, typeof i52.IconModule, typeof i52.IconsModule, typeof i46.CompareRecordsModule, typeof i53.RecordChangesModule, typeof i54.ContainerDirectivesModule, typeof i55.BaseFormsModule, typeof i56.ListViewModule, 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 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.ViewPropertiesDialogComponent, typeof i31.SingleDashboardComponent, typeof i32.AddItemComponent, typeof i33.DeleteItemComponent, typeof i34.EditDashboardComponent, typeof i35.UserNotificationsComponent, typeof i37.ExpansionPanelComponent, typeof i38.ApplicationViewComponent]>;
68
71
  static ɵinj: i0.ɵɵInjectorDeclaration<ExplorerCoreModule>;
69
72
  }
70
73
  //# sourceMappingURL=module.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwEA,qBAmHa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
1
+ {"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2EA,qBAwHa,kBAAkB;yCAAlB,kBAAkB;0CAAlB,kBAAkB;0CAAlB,kBAAkB;CAAG"}
package/dist/module.js CHANGED
@@ -23,6 +23,7 @@ import { ContainerDirectivesModule } from '@memberjunction/ng-container-directiv
23
23
  import { EntityPermissionsModule } from '@memberjunction/ng-entity-permissions';
24
24
  import { FileStorageModule } from '@memberjunction/ng-file-storage';
25
25
  import { QueryGridModule } from '@memberjunction/ng-query-grid';
26
+ import { BaseFormsModule } from '@memberjunction/ng-base-forms';
26
27
  import { RecordChangesModule } from '@memberjunction/ng-record-changes';
27
28
  import { UserViewGridModule } from '@memberjunction/ng-user-view-grid';
28
29
  // Local Components
@@ -65,6 +66,8 @@ import { SingleViewComponent } from './lib/single-view/single-view.component';
65
66
  import { UserNotificationsComponent } from './lib/user-notifications/user-notifications.component';
66
67
  import { UserProfileComponent } from './lib/user-profile/user-profile.component';
67
68
  import { ViewPropertiesDialogComponent } from './lib/user-view-properties/view-properties-dialog.component';
69
+ import { ExpansionPanelComponent } from './lib/expansion-panel-component/expansion-panel-component';
70
+ import { ApplicationViewComponent } from './lib/app-view/application-view.component';
68
71
  import * as i0 from "@angular/core";
69
72
  import * as i1 from "@angular/common";
70
73
  import * as i2 from "@progress/kendo-angular-buttons";
@@ -101,6 +104,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
101
104
  CompareRecordsModule,
102
105
  RecordChangesModule,
103
106
  ContainerDirectivesModule,
107
+ BaseFormsModule,
104
108
  ListViewModule,
105
109
  UserViewGridModule,
106
110
  QueryGridModule,
@@ -153,6 +157,8 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
153
157
  EditDashboardComponent,
154
158
  UserNotificationsComponent,
155
159
  QueryResource,
160
+ ExpansionPanelComponent,
161
+ ApplicationViewComponent
156
162
  ],
157
163
  imports: [
158
164
  CommonModule,
@@ -182,6 +188,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
182
188
  CompareRecordsModule,
183
189
  RecordChangesModule,
184
190
  ContainerDirectivesModule,
191
+ BaseFormsModule,
185
192
  ListViewModule,
186
193
  UserViewGridModule,
187
194
  QueryGridModule,
@@ -228,6 +235,8 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
228
235
  DeleteItemComponent,
229
236
  EditDashboardComponent,
230
237
  UserNotificationsComponent,
238
+ ExpansionPanelComponent,
239
+ ApplicationViewComponent
231
240
  ],
232
241
  }]
233
242
  }], null, null); })();
@@ -266,7 +275,9 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
266
275
  DeleteItemComponent,
267
276
  EditDashboardComponent,
268
277
  UserNotificationsComponent,
269
- QueryResource], imports: [CommonModule,
278
+ QueryResource,
279
+ ExpansionPanelComponent,
280
+ ApplicationViewComponent], imports: [CommonModule,
270
281
  FormsModule,
271
282
  ReactiveFormsModule,
272
283
  RouterModule,
@@ -293,6 +304,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
293
304
  CompareRecordsModule,
294
305
  RecordChangesModule,
295
306
  ContainerDirectivesModule,
307
+ BaseFormsModule,
296
308
  ListViewModule,
297
309
  UserViewGridModule,
298
310
  QueryGridModule,
@@ -335,7 +347,9 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
335
347
  AddItemComponent,
336
348
  DeleteItemComponent,
337
349
  EditDashboardComponent,
338
- UserNotificationsComponent] }); })();
350
+ UserNotificationsComponent,
351
+ ExpansionPanelComponent,
352
+ ApplicationViewComponent] }); })();
339
353
  i0.ɵɵsetComponentScope(SingleDashboardComponent, [i1.NgClass, i1.NgForOf, i1.NgIf, i2.ButtonComponent, i3.SVGIconComponent, i4.TileLayoutComponent, i4.TileLayoutItemComponent, i4.TileLayoutItemHeaderComponent, i4.TileLayoutItemBodyComponent, ResourceContainerComponent,
340
354
  AddItemComponent,
341
355
  DeleteItemComponent,
@@ -1,6 +1,3 @@
1
- export * from './lib/generic/base-form-component';
2
- export * from './lib/generic/base-form-section-component';
3
- export * from './lib/generic/base-record-component';
4
1
  export * from './lib/generic/form-toolbar';
5
2
  export * from './lib/generic/resource-container-component';
6
3
  export * from './lib/generic/section-loader-component';
@@ -1 +1 @@
1
- {"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAIA,cAAc,mCAAmC,CAAC;AAClD,cAAc,2CAA2C,CAAC;AAC1D,cAAc,qCAAqC,CAAC;AACpD,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,6DAA6D,CAAA;AAC3E,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;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,6DAA6D,CAAA;AAC3E,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,9 +1,6 @@
1
1
  /*
2
2
  * Public API Surface
3
3
  */
4
- export * from './lib/generic/base-form-component';
5
- export * from './lib/generic/base-form-section-component';
6
- export * from './lib/generic/base-record-component';
7
4
  export * from './lib/generic/form-toolbar';
8
5
  export * from './lib/generic/resource-container-component';
9
6
  export * from './lib/generic/section-loader-component';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memberjunction/ng-explorer-core",
3
- "version": "0.9.206",
3
+ "version": "0.9.208",
4
4
  "description": "MemberJunction Explorer: Core Angular Components",
5
5
  "main": "./dist/public-api.js",
6
6
  "typings": "./dist/public-api.d.ts",
@@ -39,16 +39,17 @@
39
39
  "dependencies": {
40
40
  "@memberjunction/global": "^0.9.156",
41
41
  "@memberjunction/core": "^0.9.177",
42
- "@memberjunction/ng-compare-records": "^0.9.180",
43
- "@memberjunction/ng-file-storage": "^0.9.6",
44
- "@memberjunction/ng-record-changes": "^0.9.114",
42
+ "@memberjunction/ng-compare-records": "^0.9.182",
43
+ "@memberjunction/ng-file-storage": "^0.9.8",
44
+ "@memberjunction/ng-record-changes": "^0.9.116",
45
45
  "@memberjunction/ng-container-directives": "^0.9.141",
46
- "@memberjunction/ng-user-view-grid": "^0.9.214",
47
- "@memberjunction/ng-query-grid": "^0.9.62",
48
- "@memberjunction/ng-shared": "^0.9.32",
49
- "@memberjunction/ng-ask-skip": "^0.9.101",
46
+ "@memberjunction/ng-user-view-grid": "^0.9.216",
47
+ "@memberjunction/ng-query-grid": "^0.9.64",
48
+ "@memberjunction/ng-shared": "^0.9.34",
49
+ "@memberjunction/ng-ask-skip": "^0.9.103",
50
50
  "@memberjunction/ng-auth-services": "^0.9.100",
51
- "@memberjunction/ng-explorer-settings": "^0.9.9",
51
+ "@memberjunction/ng-explorer-settings": "^0.9.11",
52
+ "@memberjunction/ng-base-forms": "^0.9.2",
52
53
  "tslib": "^2.3.0"
53
54
  },
54
55
  "sideEffects": false