@memberjunction/ng-explorer-core 0.9.49 → 0.9.51
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.d.ts +1 -1
- package/dist/lib/ask-skip/ask-skip.component.js +1 -1
- package/dist/lib/generic/base-form-component.d.ts +1 -1
- package/dist/lib/generic/base-form-component.js +1 -1
- package/dist/lib/generic/base-resource-component.js +1 -1
- package/dist/lib/generic/dynamic-chart.js +1 -1
- package/dist/lib/generic/dynamic-report.d.ts +1 -1
- package/dist/lib/generic/dynamic-report.js +2 -2
- package/dist/lib/generic/resource-container-component.d.ts +1 -1
- package/dist/lib/generic/resource-container-component.js +1 -1
- package/dist/lib/header/header.component.d.ts +1 -1
- package/dist/lib/header/header.component.js +2 -2
- package/dist/lib/navigation/navigation.component.d.ts +1 -1
- package/dist/lib/navigation/navigation.component.js +2 -2
- package/dist/lib/single-application/single-application.component.d.ts +1 -1
- package/dist/lib/single-application/single-application.component.js +1 -1
- package/dist/lib/single-dashboard/Components/add-item/add-item.component.js +1 -1
- package/dist/lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component.js +1 -1
- package/dist/lib/single-dashboard/single-dashboard.component.d.ts +1 -1
- package/dist/lib/single-dashboard/single-dashboard.component.js +1 -1
- package/dist/lib/single-entity/single-entity.component.d.ts +1 -1
- package/dist/lib/single-entity/single-entity.component.js +1 -1
- package/dist/lib/single-view/single-view.component.d.ts +1 -1
- package/dist/lib/single-view/single-view.component.js +1 -1
- package/dist/lib/user-notifications/user-notifications.component.d.ts +1 -1
- package/dist/lib/user-notifications/user-notifications.component.js +2 -2
- package/dist/lib/user-view-properties/view-properties-dialog.component.d.ts +1 -1
- package/dist/lib/user-view-properties/view-properties-dialog.component.js +2 -2
- package/dist/module.d.ts +1 -1
- package/dist/module.js +1 -1
- package/dist/public-api.d.ts +2 -2
- package/dist/public-api.js +2 -2
- package/package.json +7 -7
- /package/dist/{lib/shared → shared}/shared.service.d.ts +0 -0
- /package/dist/{lib/shared → shared}/shared.service.js +0 -0
- /package/dist/{lib/shared → shared}/urlPipe.d.ts +0 -0
- /package/dist/{lib/shared → shared}/urlPipe.js +0 -0
|
@@ -3,7 +3,7 @@ import { Location } from '@angular/common';
|
|
|
3
3
|
import { Router, ActivatedRoute } from '@angular/router';
|
|
4
4
|
import { ConversationDetailEntity, ConversationEntity } from '@memberjunction/core-entities';
|
|
5
5
|
import { Container } from '@memberjunction/ng-container-directives';
|
|
6
|
-
import { SharedService } from '
|
|
6
|
+
import { SharedService } from '../../shared/shared.service';
|
|
7
7
|
import { ListViewComponent } from '@progress/kendo-angular-listview';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
9
9
|
export declare class SkipColumnInfo {
|
|
@@ -13,7 +13,7 @@ import { GraphQLDataProvider } from '@memberjunction/graphql-dataprovider';
|
|
|
13
13
|
import { Container } from '@memberjunction/ng-container-directives';
|
|
14
14
|
import { SkipDynamicReportComponent } from './skip-dynamic-report-wrapper';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
|
-
import * as i1 from "
|
|
16
|
+
import * as i1 from "../../shared/shared.service";
|
|
17
17
|
import * as i2 from "@angular/router";
|
|
18
18
|
import * as i3 from "@angular/common";
|
|
19
19
|
import * as i4 from "@angular/forms";
|
|
@@ -2,7 +2,7 @@ import { AfterViewInit, OnInit, OnDestroy, QueryList, ElementRef } from '@angula
|
|
|
2
2
|
import { EntityInfo, ValidationResult, BaseEntity, EntityPermissionType, EntityRelationshipInfo, RunViewParams } from '@memberjunction/core';
|
|
3
3
|
import { UserViewGridComponent } from '@memberjunction/ng-user-view-grid';
|
|
4
4
|
import { BaseRecordComponent } from './base-record-component';
|
|
5
|
-
import { SharedService } from '
|
|
5
|
+
import { SharedService } from '../../shared/shared.service';
|
|
6
6
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
7
7
|
import { TabStripComponent } from '@progress/kendo-angular-layout';
|
|
8
8
|
import * as i0 from "@angular/core";
|
|
@@ -14,7 +14,7 @@ import { UserViewGridComponent } from '@memberjunction/ng-user-view-grid';
|
|
|
14
14
|
import { BaseRecordComponent } from './base-record-component';
|
|
15
15
|
import { TabStripComponent } from '@progress/kendo-angular-layout';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
|
-
import * as i1 from "
|
|
17
|
+
import * as i1 from "../../shared/shared.service";
|
|
18
18
|
import * as i2 from "@angular/router";
|
|
19
19
|
export class BaseFormComponent extends BaseRecordComponent {
|
|
20
20
|
constructor(elementRef, sharedService, router, route) {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Component, Input } from '@angular/core';
|
|
2
2
|
import { EntityFieldTSType, LogError, LogStatus, Metadata } from '@memberjunction/core';
|
|
3
3
|
import { MJEventType, MJGlobal } from '@memberjunction/global';
|
|
4
|
-
import { EventCodes, SharedService } from '
|
|
4
|
+
import { EventCodes, SharedService } from '../../shared/shared.service';
|
|
5
5
|
import { ResourceData } from './base-resource-component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
import * as i1 from "@angular/common";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Router } from '@angular/router';
|
|
2
2
|
import { SkipColumnInfo, SkipData } from '../ask-skip/ask-skip.component';
|
|
3
|
-
import { SharedService } from '
|
|
3
|
+
import { SharedService } from '../../shared/shared.service';
|
|
4
4
|
import { DynamicGridComponent } from './dynamic-grid';
|
|
5
5
|
import { DynamicChartComponent } from './dynamic-chart';
|
|
6
6
|
import { SelectEvent, TabStripComponent } from '@progress/kendo-angular-layout';
|
|
@@ -8,10 +8,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
import { Component, Input, ViewChild } from '@angular/core';
|
|
11
|
-
import { HtmlListType } from '
|
|
11
|
+
import { HtmlListType } from '../../shared/shared.service';
|
|
12
12
|
import { Metadata, RunView } from '@memberjunction/core';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
|
-
import * as i1 from "
|
|
14
|
+
import * as i1 from "../../shared/shared.service";
|
|
15
15
|
import * as i2 from "@angular/router";
|
|
16
16
|
const _c0 = ["theGrid"];
|
|
17
17
|
const _c1 = ["theChart"];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { SharedService } from '
|
|
2
|
+
import { SharedService } from '../../shared/shared.service';
|
|
3
3
|
import { Container } from '@memberjunction/ng-container-directives';
|
|
4
4
|
import { BaseEntity } from '@memberjunction/core';
|
|
5
5
|
import { ResourceData } from './base-resource-component';
|
|
@@ -4,7 +4,7 @@ import { LogError } from '@memberjunction/core';
|
|
|
4
4
|
import { MJGlobal } from '@memberjunction/global';
|
|
5
5
|
import { BaseResourceComponent } from './base-resource-component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
|
-
import * as i1 from "
|
|
7
|
+
import * as i1 from "../../shared/shared.service";
|
|
8
8
|
import * as i2 from "@memberjunction/ng-container-directives";
|
|
9
9
|
function ResourceContainerComponent_ng_template_0_Template(rf, ctx) { }
|
|
10
10
|
export class ResourceContainerComponent {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, ElementRef, OnInit } from '@angular/core';
|
|
2
2
|
import { Router } from '@angular/router';
|
|
3
3
|
import { MJAuthBase } from '@memberjunction/ng-auth-services';
|
|
4
|
-
import { SharedService } from '
|
|
4
|
+
import { SharedService } from '../../shared/shared.service';
|
|
5
5
|
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
|
6
6
|
import { MSFTUserImageService } from './MSFT_UserImageService';
|
|
7
7
|
import { UserNotificationEntity } from '@memberjunction/core-entities';
|
|
@@ -9,12 +9,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import { Component, EventEmitter, Output, ViewChild, Input } from '@angular/core';
|
|
11
11
|
import { MJEventType, MJGlobal } from '@memberjunction/global';
|
|
12
|
-
import { EventCodes, SharedService } from '
|
|
12
|
+
import { EventCodes, SharedService } from '../../shared/shared.service';
|
|
13
13
|
import { Metadata, RunView } from '@memberjunction/core';
|
|
14
14
|
import { DropDownListComponent } from '@progress/kendo-angular-dropdowns';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
import * as i1 from "@memberjunction/ng-auth-services";
|
|
17
|
-
import * as i2 from "
|
|
17
|
+
import * as i2 from "../../shared/shared.service";
|
|
18
18
|
import * as i3 from "./MSFT_UserImageService";
|
|
19
19
|
import * as i4 from "@angular/router";
|
|
20
20
|
import * as i5 from "@angular/common";
|
|
@@ -4,7 +4,7 @@ import { Router, ActivatedRoute } from '@angular/router';
|
|
|
4
4
|
import { DrawerItem, DrawerSelectEvent, DrawerComponent, DrawerMode, TabCloseEvent, TabStripComponent, SelectEvent } from "@progress/kendo-angular-layout";
|
|
5
5
|
import { Metadata, ApplicationInfo, EntityInfo } from '@memberjunction/core';
|
|
6
6
|
import { MJEvent } from '@memberjunction/global';
|
|
7
|
-
import { SharedService } from '
|
|
7
|
+
import { SharedService } from '../../shared/shared.service';
|
|
8
8
|
import { UserViewEntity, ViewInfo } from '@memberjunction/core-entities';
|
|
9
9
|
import { ResourceData } from '../generic/base-resource-component';
|
|
10
10
|
import { Title } from '@angular/platform-browser';
|
|
@@ -12,11 +12,11 @@ import { NavigationEnd, NavigationSkipped } from '@angular/router';
|
|
|
12
12
|
import { DrawerComponent } from "@progress/kendo-angular-layout";
|
|
13
13
|
import { Metadata, RunView, LogError } from '@memberjunction/core';
|
|
14
14
|
import { MJEventType, MJGlobal } from '@memberjunction/global';
|
|
15
|
-
import { EventCodes } from '
|
|
15
|
+
import { EventCodes } from '../../shared/shared.service';
|
|
16
16
|
import { BaseResourceComponent, ResourceData } from '../generic/base-resource-component';
|
|
17
17
|
import * as i0 from "@angular/core";
|
|
18
18
|
import * as i1 from "@angular/router";
|
|
19
|
-
import * as i2 from "
|
|
19
|
+
import * as i2 from "../../shared/shared.service";
|
|
20
20
|
import * as i3 from "@angular/common";
|
|
21
21
|
import * as i4 from "@angular/platform-browser";
|
|
22
22
|
import * as i5 from "@progress/kendo-angular-indicators";
|
|
@@ -2,7 +2,7 @@ import { OnInit } from '@angular/core';
|
|
|
2
2
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
3
3
|
import { ApplicationEntityInfo } from '@memberjunction/core';
|
|
4
4
|
import { UserFavoriteEntity } from '@memberjunction/core-entities';
|
|
5
|
-
import { SharedService } from '
|
|
5
|
+
import { SharedService } from '../../shared/shared.service';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SingleApplicationComponent implements OnInit {
|
|
8
8
|
private router;
|
|
@@ -11,7 +11,7 @@ import { Component } from '@angular/core';
|
|
|
11
11
|
import { Metadata, RunView } from '@memberjunction/core';
|
|
12
12
|
import * as i0 from "@angular/core";
|
|
13
13
|
import * as i1 from "@angular/router";
|
|
14
|
-
import * as i2 from "
|
|
14
|
+
import * as i2 from "../../shared/shared.service";
|
|
15
15
|
import * as i3 from "@progress/kendo-angular-listview";
|
|
16
16
|
import * as i4 from "../favorites/favorites.component";
|
|
17
17
|
function SingleApplicationComponent_ng_template_11_Template(rf, ctx) { if (rf & 1) {
|
|
@@ -11,7 +11,7 @@ import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
|
11
11
|
import { Metadata, RunView } from '@memberjunction/core';
|
|
12
12
|
import { ViewInfo } from '@memberjunction/core-entities';
|
|
13
13
|
import { ResourceData } from '../../../generic/base-resource-component';
|
|
14
|
-
import { SharedService } from '
|
|
14
|
+
import { SharedService } from '../../../../shared/shared.service';
|
|
15
15
|
import * as i0 from "@angular/core";
|
|
16
16
|
import * as i1 from "@angular/common";
|
|
17
17
|
import * as i2 from "@angular/forms";
|
|
@@ -9,7 +9,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
9
9
|
};
|
|
10
10
|
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
|
11
11
|
import { ResourceData } from '../../../generic/base-resource-component';
|
|
12
|
-
import { SharedService } from '
|
|
12
|
+
import { SharedService } from '../../../../shared/shared.service';
|
|
13
13
|
import { DashboardConfigDetails, DashboardItem } from '../../single-dashboard.component';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
import * as i1 from "@angular/common";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
2
|
import { ResourceData } from '../generic/base-resource-component';
|
|
3
3
|
import { DashboardEntity, ResourceTypeEntity } from '@memberjunction/core-entities';
|
|
4
|
-
import { SharedService } from '
|
|
4
|
+
import { SharedService } from '../../shared/shared.service';
|
|
5
5
|
import { ResourceContainerComponent } from '../generic/resource-container-component';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class SingleDashboardComponent implements OnInit {
|
|
@@ -12,7 +12,7 @@ import { ResourceData } from '../generic/base-resource-component';
|
|
|
12
12
|
import { Metadata } from '@memberjunction/core';
|
|
13
13
|
import { Subject, debounceTime } from 'rxjs';
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
|
-
import * as i1 from "
|
|
15
|
+
import * as i1 from "../../shared/shared.service";
|
|
16
16
|
function SingleDashboardComponent_app_add_item_dialog_0_Template(rf, ctx) { if (rf & 1) {
|
|
17
17
|
const _r4 = i0.ɵɵgetCurrentView();
|
|
18
18
|
i0.ɵɵelementStart(0, "app-add-item-dialog", 14);
|
|
@@ -3,7 +3,7 @@ import { ActivatedRoute, Router } from '@angular/router';
|
|
|
3
3
|
import { UserViewEntity } from '@memberjunction/core-entities';
|
|
4
4
|
import { ViewPropertiesDialogComponent } from '../user-view-properties/view-properties-dialog.component';
|
|
5
5
|
import { NotificationService } from "@progress/kendo-angular-notification";
|
|
6
|
-
import { SharedService } from '
|
|
6
|
+
import { SharedService } from '../../shared/shared.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class SingleEntityComponent implements OnInit {
|
|
9
9
|
private router;
|
|
@@ -14,7 +14,7 @@ import { ViewPropertiesDialogComponent } from '../user-view-properties/view-prop
|
|
|
14
14
|
import * as i0 from "@angular/core";
|
|
15
15
|
import * as i1 from "@angular/router";
|
|
16
16
|
import * as i2 from "@progress/kendo-angular-notification";
|
|
17
|
-
import * as i3 from "
|
|
17
|
+
import * as i3 from "../../shared/shared.service";
|
|
18
18
|
import * as i4 from "@angular/common";
|
|
19
19
|
import * as i5 from "@progress/kendo-angular-dialog";
|
|
20
20
|
import * as i6 from "@progress/kendo-angular-buttons";
|
|
@@ -3,7 +3,7 @@ import { GridRowClickedEvent, UserViewGridComponent } from '@memberjunction/ng-u
|
|
|
3
3
|
import { EntityInfo } from '@memberjunction/core';
|
|
4
4
|
import { ActivatedRoute, Router } from '@angular/router';
|
|
5
5
|
import { UserViewEntity } from '@memberjunction/core-entities';
|
|
6
|
-
import { SharedService } from '
|
|
6
|
+
import { SharedService } from '../../shared/shared.service';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class SingleViewComponent implements AfterViewInit, OnInit {
|
|
9
9
|
private router;
|
|
@@ -15,7 +15,7 @@ import { debounceTime } from "rxjs/operators";
|
|
|
15
15
|
import { ViewInfo } from '@memberjunction/core-entities';
|
|
16
16
|
import * as i0 from "@angular/core";
|
|
17
17
|
import * as i1 from "@angular/router";
|
|
18
|
-
import * as i2 from "
|
|
18
|
+
import * as i2 from "../../shared/shared.service";
|
|
19
19
|
import * as i3 from "@angular/common";
|
|
20
20
|
import * as i4 from "@angular/forms";
|
|
21
21
|
import * as i5 from "@progress/kendo-angular-inputs";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { ElementRef, AfterViewInit } from '@angular/core';
|
|
2
|
-
import { SharedService } from '
|
|
2
|
+
import { SharedService } from '../../shared/shared.service';
|
|
3
3
|
import { UserNotificationEntity } from '@memberjunction/core-entities';
|
|
4
4
|
import { Router } from '@angular/router';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -8,10 +8,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
10
|
import { Component, ViewChild } from '@angular/core';
|
|
11
|
-
import { SharedService } from '
|
|
11
|
+
import { SharedService } from '../../shared/shared.service';
|
|
12
12
|
import { Metadata } from '@memberjunction/core';
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
|
-
import * as i1 from "
|
|
14
|
+
import * as i1 from "../../shared/shared.service";
|
|
15
15
|
import * as i2 from "@angular/router";
|
|
16
16
|
import * as i3 from "@angular/common";
|
|
17
17
|
import * as i4 from "@progress/kendo-angular-buttons";
|
|
@@ -8,7 +8,7 @@ import { WindowComponent } from '@progress/kendo-angular-dialog';
|
|
|
8
8
|
import { TabComponent } from '@progress/kendo-angular-layout';
|
|
9
9
|
import { CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
10
10
|
import { TextBoxComponent } from '@progress/kendo-angular-inputs';
|
|
11
|
-
import { SharedService } from '
|
|
11
|
+
import { SharedService } from '../../shared/shared.service';
|
|
12
12
|
import { FormBuilder } from "@angular/forms";
|
|
13
13
|
import * as i0 from "@angular/core";
|
|
14
14
|
export declare class ViewPropertiesDialogComponent extends BaseFormComponent implements AfterViewInit, OnDestroy {
|
|
@@ -14,10 +14,10 @@ import { ResourceData } from '../generic/base-resource-component';
|
|
|
14
14
|
import { WindowComponent } from '@progress/kendo-angular-dialog';
|
|
15
15
|
import { TabComponent } from '@progress/kendo-angular-layout';
|
|
16
16
|
import { MJEventType, MJGlobal } from '@memberjunction/global';
|
|
17
|
-
import { EventCodes } from '
|
|
17
|
+
import { EventCodes } from '../../shared/shared.service';
|
|
18
18
|
import * as i0 from "@angular/core";
|
|
19
19
|
import * as i1 from "@angular/router";
|
|
20
|
-
import * as i2 from "
|
|
20
|
+
import * as i2 from "../../shared/shared.service";
|
|
21
21
|
import * as i3 from "@angular/forms";
|
|
22
22
|
import * as i4 from "@angular/common";
|
|
23
23
|
import * as i5 from "@progress/kendo-angular-dialog";
|
package/dist/module.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ import * as i32 from "./lib/user-view-properties/view-properties-dialog.componen
|
|
|
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
36
|
import * as i35 from "./lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component";
|
|
37
|
-
import * as i36 from "./
|
|
37
|
+
import * as i36 from "./shared/urlPipe";
|
|
38
38
|
import * as i37 from "./lib/user-notifications/user-notifications.component";
|
|
39
39
|
import * as i38 from "@angular/common";
|
|
40
40
|
import * as i39 from "@angular/forms";
|
package/dist/module.js
CHANGED
|
@@ -59,7 +59,7 @@ import { ViewPropertiesDialogComponent } from './lib/user-view-properties/view-p
|
|
|
59
59
|
import { SingleDashboardComponent } from './lib/single-dashboard/single-dashboard.component';
|
|
60
60
|
import { AddItemComponent } from './lib/single-dashboard/Components/add-item/add-item.component';
|
|
61
61
|
import { EditDashboardComponent } from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';
|
|
62
|
-
import { URLPipe } from './
|
|
62
|
+
import { URLPipe } from './shared/urlPipe';
|
|
63
63
|
import { UserNotificationsComponent } from './lib/user-notifications/user-notifications.component';
|
|
64
64
|
import * as i0 from "@angular/core";
|
|
65
65
|
import * as i1 from "@angular/common";
|
package/dist/public-api.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export * from './lib/generic/dynamic-report';
|
|
|
8
8
|
export * from './lib/generic/form-toolbar';
|
|
9
9
|
export * from './lib/generic/resource-container-component';
|
|
10
10
|
export * from './lib/generic/section-loader-component';
|
|
11
|
-
export * from './
|
|
11
|
+
export * from './shared/shared.service';
|
|
12
12
|
export * from './lib/ask-skip/ask-skip.component';
|
|
13
13
|
export * from './lib/ask-skip/skip-dynamic-report-wrapper';
|
|
14
14
|
export * from './lib/auth-button/auth-button.component';
|
|
@@ -40,7 +40,7 @@ export * from './lib/single-dashboard/Components/add-item/add-item.component';
|
|
|
40
40
|
export * from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';
|
|
41
41
|
export * from './lib/user-profile/user-profile.component';
|
|
42
42
|
export * from './lib/user-view-properties/view-properties-dialog.component';
|
|
43
|
-
export * from './
|
|
43
|
+
export * from './shared/urlPipe';
|
|
44
44
|
export * from './lib/user-notifications/user-notifications.component';
|
|
45
45
|
export * from './lib/guards/auth-guard.service';
|
|
46
46
|
export * from './lib/guards/entities.guard';
|
package/dist/public-api.js
CHANGED
|
@@ -11,7 +11,7 @@ export * from './lib/generic/dynamic-report';
|
|
|
11
11
|
export * from './lib/generic/form-toolbar';
|
|
12
12
|
export * from './lib/generic/resource-container-component';
|
|
13
13
|
export * from './lib/generic/section-loader-component';
|
|
14
|
-
export * from './
|
|
14
|
+
export * from './shared/shared.service';
|
|
15
15
|
export * from './lib/ask-skip/ask-skip.component';
|
|
16
16
|
export * from './lib/ask-skip/skip-dynamic-report-wrapper';
|
|
17
17
|
export * from './lib/auth-button/auth-button.component';
|
|
@@ -43,7 +43,7 @@ export * from './lib/single-dashboard/Components/add-item/add-item.component';
|
|
|
43
43
|
export * from './lib/single-dashboard/Components/edit-dashboard/edit-dashboard.component';
|
|
44
44
|
export * from './lib/user-profile/user-profile.component';
|
|
45
45
|
export * from './lib/user-view-properties/view-properties-dialog.component';
|
|
46
|
-
export * from './
|
|
46
|
+
export * from './shared/urlPipe';
|
|
47
47
|
export * from './lib/user-notifications/user-notifications.component';
|
|
48
48
|
export * from './lib/guards/auth-guard.service';
|
|
49
49
|
export * from './lib/guards/entities.guard';
|
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.51",
|
|
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.107",
|
|
31
|
+
"@memberjunction/core": "^0.9.108",
|
|
32
|
+
"@memberjunction/ng-compare-records": "^0.9.110",
|
|
33
|
+
"@memberjunction/ng-record-changes": "^0.9.46",
|
|
34
|
+
"@memberjunction/ng-container-directives": "^0.9.85",
|
|
35
|
+
"@memberjunction/ng-user-view-grid": "^0.9.91",
|
|
36
36
|
"tslib": "^2.3.0"
|
|
37
37
|
},
|
|
38
38
|
"sideEffects": false
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|