@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.
- package/dist/generic/Item.types.d.ts +2 -3
- package/dist/generic/Item.types.d.ts.map +1 -1
- package/dist/generic/app-nav-view.types.d.ts +6 -0
- package/dist/generic/app-nav-view.types.d.ts.map +1 -0
- package/dist/generic/app-nav-view.types.js +6 -0
- package/dist/lib/app-view/application-view.component.d.ts +36 -0
- package/dist/lib/app-view/application-view.component.d.ts.map +1 -0
- package/dist/lib/app-view/application-view.component.js +163 -0
- package/dist/lib/base-browser-component/base-browser-component.d.ts +15 -5
- package/dist/lib/base-browser-component/base-browser-component.d.ts.map +1 -1
- package/dist/lib/base-browser-component/base-browser-component.js +62 -38
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.d.ts.map +1 -1
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.js +2 -1
- package/dist/lib/expansion-panel-component/components/expansion-panel-item-component.d.ts +14 -0
- package/dist/lib/expansion-panel-component/components/expansion-panel-item-component.d.ts.map +1 -0
- package/dist/lib/expansion-panel-component/components/expansion-panel-item-component.js +33 -0
- package/dist/lib/expansion-panel-component/expansion-panel-component.d.ts +14 -0
- package/dist/lib/expansion-panel-component/expansion-panel-component.d.ts.map +1 -0
- package/dist/lib/expansion-panel-component/expansion-panel-component.js +60 -0
- package/dist/lib/generic/form-toolbar.d.ts +1 -1
- package/dist/lib/generic/form-toolbar.d.ts.map +1 -1
- package/dist/lib/generic/section-loader-component.js +1 -1
- package/dist/lib/generic-browser-list/generic-browser-list.component.d.ts +13 -1
- package/dist/lib/generic-browser-list/generic-browser-list.component.d.ts.map +1 -1
- package/dist/lib/generic-browser-list/generic-browser-list.component.js +72 -41
- package/dist/lib/navigation/navigation.component.d.ts +3 -0
- package/dist/lib/navigation/navigation.component.d.ts.map +1 -1
- package/dist/lib/navigation/navigation.component.js +85 -63
- package/dist/lib/query-browser-component/query-browser.component.d.ts +1 -1
- package/dist/lib/query-browser-component/query-browser.component.d.ts.map +1 -1
- package/dist/lib/query-browser-component/query-browser.component.js +17 -2
- package/dist/lib/report-browser-component/report-browser.component.d.ts +0 -1
- package/dist/lib/report-browser-component/report-browser.component.d.ts.map +1 -1
- package/dist/lib/report-browser-component/report-browser.component.js +2 -6
- package/dist/lib/single-application/single-application.component.js +5 -52
- package/dist/lib/single-record/single-record.component.js +1 -1
- package/dist/lib/user-view-properties/view-properties-dialog.component.d.ts +1 -1
- package/dist/lib/user-view-properties/view-properties-dialog.component.d.ts.map +1 -1
- package/dist/lib/user-view-properties/view-properties-dialog.component.js +2 -2
- package/dist/module.d.ts +31 -28
- package/dist/module.d.ts.map +1 -1
- package/dist/module.js +16 -2
- package/dist/public-api.d.ts +0 -3
- package/dist/public-api.d.ts.map +1 -1
- package/dist/public-api.js +0 -3
- 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 "
|
|
39
|
-
import * as i38 from "
|
|
40
|
-
import * as i39 from "@angular/
|
|
41
|
-
import * as i40 from "@
|
|
42
|
-
import * as i41 from "@
|
|
43
|
-
import * as i42 from "@progress/kendo-angular-
|
|
44
|
-
import * as i43 from "@progress/kendo-angular-
|
|
45
|
-
import * as i44 from "@
|
|
46
|
-
import * as i45 from "@progress/kendo-angular-
|
|
47
|
-
import * as i46 from "@
|
|
48
|
-
import * as i47 from "@progress/kendo-angular-
|
|
49
|
-
import * as i48 from "@progress/kendo-angular-
|
|
50
|
-
import * as i49 from "@progress/kendo-angular-
|
|
51
|
-
import * as i50 from "@progress/kendo-angular-
|
|
52
|
-
import * as i51 from "@
|
|
53
|
-
import * as i52 from "@
|
|
54
|
-
import * as i53 from "@
|
|
55
|
-
import * as i54 from "@memberjunction/ng-
|
|
56
|
-
import * as i55 from "@memberjunction/ng-
|
|
57
|
-
import * as i56 from "@progress/kendo-angular-
|
|
58
|
-
import * as i57 from "@
|
|
59
|
-
import * as i58 from "@
|
|
60
|
-
import * as i59 from "@
|
|
61
|
-
import * as i60 from "@
|
|
62
|
-
import * as i61 from "@
|
|
63
|
-
import * as i62 from "@memberjunction/ng-
|
|
64
|
-
import * as i63 from "@memberjunction/ng-
|
|
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
|
|
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
|
package/dist/module.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"module.d.ts","sourceRoot":"","sources":["../src/module.ts"],"names":[],"mappings":"
|
|
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
|
|
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,
|
package/dist/public-api.d.ts
CHANGED
|
@@ -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';
|
package/dist/public-api.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"public-api.d.ts","sourceRoot":"","sources":["../src/public-api.ts"],"names":[],"mappings":"AAIA,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"}
|
package/dist/public-api.js
CHANGED
|
@@ -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.
|
|
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.
|
|
43
|
-
"@memberjunction/ng-file-storage": "^0.9.
|
|
44
|
-
"@memberjunction/ng-record-changes": "^0.9.
|
|
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.
|
|
47
|
-
"@memberjunction/ng-query-grid": "^0.9.
|
|
48
|
-
"@memberjunction/ng-shared": "^0.9.
|
|
49
|
-
"@memberjunction/ng-ask-skip": "^0.9.
|
|
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.
|
|
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
|