@memberjunction/ng-explorer-core 0.9.66 → 0.9.77
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/lib/ask-skip/ask-skip.component.js +1 -1
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.d.ts +5 -1
- package/dist/lib/dashboard-browser-component/dashboard-browser.component.js +71 -9
- package/dist/lib/favorites/favorites.component.d.ts +2 -1
- package/dist/lib/favorites/favorites.component.js +31 -17
- package/dist/lib/generic/base-form-component.js +2 -2
- package/dist/lib/generic-browse-list/generic-browse-list.component.d.ts +9 -1
- package/dist/lib/generic-browse-list/generic-browse-list.component.js +76 -24
- package/dist/lib/resource-wrappers/record-resource.component.js +1 -1
- package/dist/lib/resource-wrappers/report-resource.component.js +1 -1
- package/dist/lib/resource-wrappers/view-resource.component.js +1 -1
- package/dist/lib/single-application/single-application.component.d.ts +0 -1
- package/dist/lib/single-application/single-application.component.js +3 -22
- package/dist/lib/single-dashboard/Components/add-item/add-item.component.js +1 -1
- package/dist/lib/single-dashboard/Components/delete-item/delete-item.component.d.ts +13 -0
- package/dist/lib/single-dashboard/Components/delete-item/delete-item.component.js +59 -0
- package/dist/lib/single-dashboard/single-dashboard.component.d.ts +22 -2
- package/dist/lib/single-dashboard/single-dashboard.component.js +234 -44
- package/dist/module.d.ts +26 -25
- package/dist/module.js +7 -1
- package/package.json +7 -7
package/dist/module.d.ts
CHANGED
|
@@ -33,32 +33,33 @@ import * as i31 from "./lib/user-profile/user-profile.component";
|
|
|
33
33
|
import * as i32 from "./lib/user-view-properties/view-properties-dialog.component";
|
|
34
34
|
import * as i33 from "./lib/single-dashboard/single-dashboard.component";
|
|
35
35
|
import * as i34 from "./lib/single-dashboard/Components/add-item/add-item.component";
|
|
36
|
-
import * as i35 from "./lib/single-dashboard/Components/
|
|
37
|
-
import * as i36 from "./
|
|
38
|
-
import * as i37 from "./
|
|
39
|
-
import * as i38 from "
|
|
40
|
-
import * as i39 from "@angular/
|
|
41
|
-
import * as i40 from "@angular/
|
|
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 "@progress/kendo-angular-
|
|
46
|
-
import * as i45 from "@
|
|
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 "@progress/kendo-angular-
|
|
53
|
-
import * as i52 from "@
|
|
54
|
-
import * as i53 from "@memberjunction/ng-
|
|
55
|
-
import * as i54 from "@
|
|
56
|
-
import * as i55 from "@
|
|
57
|
-
import * as i56 from "@
|
|
58
|
-
import * as i57 from "@progress/kendo-angular-
|
|
59
|
-
import * as i58 from "@progress/kendo-angular-
|
|
36
|
+
import * as i35 from "./lib/single-dashboard/Components/delete-item/delete-item.component";
|
|
37
|
+
import * as i36 from "./lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component";
|
|
38
|
+
import * as i37 from "./shared/urlPipe";
|
|
39
|
+
import * as i38 from "./lib/user-notifications/user-notifications.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 "@progress/kendo-angular-listview";
|
|
57
|
+
import * as i56 from "@memberjunction/ng-user-view-grid";
|
|
58
|
+
import * as i57 from "@progress/kendo-angular-sortable";
|
|
59
|
+
import * as i58 from "@progress/kendo-angular-filter";
|
|
60
|
+
import * as i59 from "@progress/kendo-angular-dropdowns";
|
|
60
61
|
export declare class ExplorerCoreModule {
|
|
61
62
|
static ɵfac: i0.ɵɵFactoryDeclaration<ExplorerCoreModule, never>;
|
|
62
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ExplorerCoreModule, [typeof i1.FormToolbarComponent, typeof i2.DynamicGridComponent, typeof i3.DynamicChartComponent, typeof i4.DynamicReportComponent, typeof i5.SectionLoaderComponent, typeof i6.ResourceContainerComponent, typeof i7.SkipDynamicReportComponent, typeof i8.AskSkipComponent, typeof i9.AuthButtonComponent, typeof i10.DashboardBrowserComponent, typeof i11.DataBrowserComponent, typeof i12.GenericBrowseListComponent, typeof i13.HomeComponent, typeof i14.NavigationComponent, typeof i15.ReportBrowserComponent, typeof i16.DashboardResource, typeof i17.EntityRecordResource, typeof i18.ReportResource, typeof i19.SearchResultsResource, typeof i20.UserViewResource, typeof i21.SettingsComponent, typeof i22.SingleApplicationComponent, typeof i23.FavoritesComponent, typeof i24.HeaderComponent, typeof i25.JoinGridComponent, typeof i26.SingleEntityComponent, typeof i27.SingleRecordComponent, typeof i28.SingleReportComponent, typeof i29.SingleSearchResultComponent, typeof i30.SingleViewComponent, typeof i31.UserProfileComponent, typeof i32.ViewPropertiesDialogComponent, typeof i33.SingleDashboardComponent, typeof i34.AddItemComponent, typeof i35.
|
|
63
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ExplorerCoreModule, [typeof i1.FormToolbarComponent, typeof i2.DynamicGridComponent, typeof i3.DynamicChartComponent, typeof i4.DynamicReportComponent, typeof i5.SectionLoaderComponent, typeof i6.ResourceContainerComponent, typeof i7.SkipDynamicReportComponent, typeof i8.AskSkipComponent, typeof i9.AuthButtonComponent, typeof i10.DashboardBrowserComponent, typeof i11.DataBrowserComponent, typeof i12.GenericBrowseListComponent, typeof i13.HomeComponent, typeof i14.NavigationComponent, typeof i15.ReportBrowserComponent, typeof i16.DashboardResource, typeof i17.EntityRecordResource, typeof i18.ReportResource, typeof i19.SearchResultsResource, typeof i20.UserViewResource, typeof i21.SettingsComponent, typeof i22.SingleApplicationComponent, typeof i23.FavoritesComponent, typeof i24.HeaderComponent, typeof i25.JoinGridComponent, typeof i26.SingleEntityComponent, typeof i27.SingleRecordComponent, typeof i28.SingleReportComponent, typeof i29.SingleSearchResultComponent, typeof i30.SingleViewComponent, typeof i31.UserProfileComponent, typeof i32.ViewPropertiesDialogComponent, typeof i33.SingleDashboardComponent, typeof i34.AddItemComponent, typeof i35.DeleteItemComponent, typeof i36.EditDashboardComponent, typeof i37.URLPipe, typeof i38.UserNotificationsComponent], [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 i46.CompareRecordsModule, typeof i53.RecordChangesModule, typeof i54.ContainerDirectivesModule, typeof i55.ListViewModule, typeof i56.UserViewGridModule, typeof i57.SortableModule, typeof i49.LayoutModule, typeof i58.FilterModule, typeof i59.DropDownsModule], [typeof i1.FormToolbarComponent, typeof i2.DynamicGridComponent, typeof i3.DynamicChartComponent, typeof i4.DynamicReportComponent, typeof i5.SectionLoaderComponent, typeof i6.ResourceContainerComponent, typeof i7.SkipDynamicReportComponent, typeof i8.AskSkipComponent, typeof i9.AuthButtonComponent, typeof i10.DashboardBrowserComponent, typeof i11.DataBrowserComponent, typeof i12.GenericBrowseListComponent, typeof i13.HomeComponent, typeof i14.NavigationComponent, typeof i15.ReportBrowserComponent, typeof i16.DashboardResource, typeof i17.EntityRecordResource, typeof i18.ReportResource, typeof i19.SearchResultsResource, typeof i20.UserViewResource, typeof i21.SettingsComponent, typeof i22.SingleApplicationComponent, typeof i23.FavoritesComponent, typeof i24.HeaderComponent, typeof i25.JoinGridComponent, typeof i26.SingleEntityComponent, typeof i27.SingleRecordComponent, typeof i28.SingleReportComponent, typeof i29.SingleSearchResultComponent, typeof i30.SingleViewComponent, typeof i31.UserProfileComponent, typeof i32.ViewPropertiesDialogComponent, typeof i33.SingleDashboardComponent, typeof i34.AddItemComponent, typeof i35.DeleteItemComponent, typeof i36.EditDashboardComponent, typeof i37.URLPipe, typeof i38.UserNotificationsComponent]>;
|
|
63
64
|
static ɵinj: i0.ɵɵInjectorDeclaration<ExplorerCoreModule>;
|
|
64
65
|
}
|
package/dist/module.js
CHANGED
|
@@ -61,6 +61,7 @@ import { AddItemComponent } from './lib/single-dashboard/Components/add-item/add
|
|
|
61
61
|
import { EditDashboardComponent } from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';
|
|
62
62
|
import { URLPipe } from './shared/urlPipe';
|
|
63
63
|
import { UserNotificationsComponent } from './lib/user-notifications/user-notifications.component';
|
|
64
|
+
import { DeleteItemComponent } from './lib/single-dashboard/Components/delete-item/delete-item.component';
|
|
64
65
|
import * as i0 from "@angular/core";
|
|
65
66
|
import * as i1 from "@angular/common";
|
|
66
67
|
import * as i2 from "@progress/kendo-angular-buttons";
|
|
@@ -141,6 +142,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
|
|
|
141
142
|
ViewPropertiesDialogComponent,
|
|
142
143
|
SingleDashboardComponent,
|
|
143
144
|
AddItemComponent,
|
|
145
|
+
DeleteItemComponent,
|
|
144
146
|
EditDashboardComponent,
|
|
145
147
|
URLPipe,
|
|
146
148
|
UserNotificationsComponent
|
|
@@ -214,6 +216,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
|
|
|
214
216
|
ViewPropertiesDialogComponent,
|
|
215
217
|
SingleDashboardComponent,
|
|
216
218
|
AddItemComponent,
|
|
219
|
+
DeleteItemComponent,
|
|
217
220
|
EditDashboardComponent,
|
|
218
221
|
URLPipe,
|
|
219
222
|
UserNotificationsComponent
|
|
@@ -254,6 +257,7 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
|
|
|
254
257
|
ViewPropertiesDialogComponent,
|
|
255
258
|
SingleDashboardComponent,
|
|
256
259
|
AddItemComponent,
|
|
260
|
+
DeleteItemComponent,
|
|
257
261
|
EditDashboardComponent,
|
|
258
262
|
URLPipe,
|
|
259
263
|
UserNotificationsComponent], imports: [CommonModule,
|
|
@@ -321,12 +325,14 @@ ExplorerCoreModule.ɵinj = /*@__PURE__*/ i0.ɵɵdefineInjector({ imports: [Commo
|
|
|
321
325
|
ViewPropertiesDialogComponent,
|
|
322
326
|
SingleDashboardComponent,
|
|
323
327
|
AddItemComponent,
|
|
328
|
+
DeleteItemComponent,
|
|
324
329
|
EditDashboardComponent,
|
|
325
330
|
URLPipe,
|
|
326
331
|
UserNotificationsComponent] }); })();
|
|
327
332
|
i0.ɵɵsetComponentScope(DynamicReportComponent, [i1.NgIf, i2.Button, i3.TabStripComponent, i3.TabStripTabComponent, i3.TabContentDirective, i3.TabTitleDirective, i4.IconComponent, i5.FillContainer, DynamicGridComponent,
|
|
328
333
|
DynamicChartComponent], []);
|
|
329
334
|
i0.ɵɵsetComponentScope(SkipDynamicReportComponent, [DynamicReportComponent], []);
|
|
330
|
-
i0.ɵɵsetComponentScope(SingleDashboardComponent, [i1.NgForOf, i1.NgIf, i2.Button, i3.TileLayoutComponent, i3.TileLayoutItemComponent, i3.TileLayoutItemHeaderComponent, i3.TileLayoutItemBodyComponent, ResourceContainerComponent,
|
|
335
|
+
i0.ɵɵsetComponentScope(SingleDashboardComponent, [i1.NgClass, i1.NgForOf, i1.NgIf, i2.Button, i3.TileLayoutComponent, i3.TileLayoutItemComponent, i3.TileLayoutItemHeaderComponent, i3.TileLayoutItemBodyComponent, ResourceContainerComponent,
|
|
331
336
|
AddItemComponent,
|
|
337
|
+
DeleteItemComponent,
|
|
332
338
|
EditDashboardComponent], []);
|
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.77",
|
|
4
4
|
"description": "MemberJunction Explorer: Core Angular Components",
|
|
5
5
|
"main": "./dist/public-api.js",
|
|
6
6
|
"typings": "./dist/public-api.d.ts",
|
|
@@ -27,12 +27,12 @@
|
|
|
27
27
|
"@progress/kendo-angular-listview": "^12.1.0"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@memberjunction/global": "^0.9.
|
|
31
|
-
"@memberjunction/core": "^0.9.
|
|
32
|
-
"@memberjunction/ng-compare-records": "^0.9.
|
|
33
|
-
"@memberjunction/ng-record-changes": "^0.9.
|
|
34
|
-
"@memberjunction/ng-container-directives": "^0.9.
|
|
35
|
-
"@memberjunction/ng-user-view-grid": "^0.9.
|
|
30
|
+
"@memberjunction/global": "^0.9.117",
|
|
31
|
+
"@memberjunction/core": "^0.9.128",
|
|
32
|
+
"@memberjunction/ng-compare-records": "^0.9.126",
|
|
33
|
+
"@memberjunction/ng-record-changes": "^0.9.58",
|
|
34
|
+
"@memberjunction/ng-container-directives": "^0.9.97",
|
|
35
|
+
"@memberjunction/ng-user-view-grid": "^0.9.109",
|
|
36
36
|
"tslib": "^2.3.0"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false
|