@smarterplan/ngx-smarterplan-admin 0.1.72 → 0.2.0
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/esm2020/lib/admin/admin.component.mjs +6 -6
- package/esm2020/lib/chevron/chevron.component.mjs +3 -3
- package/esm2020/lib/guest-link/guest-link.component.mjs +7 -7
- package/esm2020/lib/guide.guard.mjs +3 -3
- package/esm2020/lib/name-from-id.pipe.mjs +3 -3
- package/esm2020/lib/ngx-smarterplan-admin-routing.module.mjs +5 -5
- package/esm2020/lib/ngx-smarterplan-admin.module.mjs +15 -17
- package/esm2020/lib/ngx-smarterplan-admin.service.mjs +3 -3
- package/esm2020/lib/organisation/organisation.component.mjs +7 -7
- package/esm2020/lib/sp-admin.guard.mjs +3 -3
- package/esm2020/lib/user/detail-organisation/detail-organisation.component.mjs +6 -6
- package/esm2020/lib/user/form-mission/form-mission.component.mjs +5 -5
- package/esm2020/lib/user/form-organisation/form-organisation.component.mjs +8 -8
- package/esm2020/lib/user/user-mission-form/user-mission-form.component.mjs +7 -7
- package/esm2020/lib/user/user.component.mjs +8 -8
- package/esm2020/lib/visitor/create-batch/create-batch.component.mjs +3 -3
- package/esm2020/lib/visitor/template/template.component.mjs +5 -5
- package/esm2020/lib/visitor/visitor.component.mjs +8 -8
- package/fesm2015/smarterplan-ngx-smarterplan-admin.mjs +182 -184
- package/fesm2015/smarterplan-ngx-smarterplan-admin.mjs.map +1 -1
- package/fesm2020/smarterplan-ngx-smarterplan-admin.mjs +178 -180
- package/fesm2020/smarterplan-ngx-smarterplan-admin.mjs.map +1 -1
- package/lib/admin/admin.component.d.ts +1 -1
- package/lib/chevron/chevron.component.d.ts +1 -1
- package/lib/guest-link/guest-link.component.d.ts +1 -1
- package/lib/name-from-id.pipe.d.ts +1 -1
- package/lib/ngx-smarterplan-admin.module.d.ts +1 -1
- package/lib/organisation/organisation.component.d.ts +4 -4
- package/lib/user/detail-organisation/detail-organisation.component.d.ts +4 -4
- package/lib/user/form-mission/form-mission.component.d.ts +4 -4
- package/lib/user/form-organisation/form-organisation.component.d.ts +4 -4
- package/lib/user/user-mission-form/user-mission-form.component.d.ts +4 -4
- package/lib/user/user.component.d.ts +1 -1
- package/lib/visitor/create-batch/create-batch.component.d.ts +1 -1
- package/lib/visitor/template/template.component.d.ts +4 -4
- package/lib/visitor/visitor.component.d.ts +1 -1
- package/package.json +11 -11
- /package/{smarterplan-ngx-smarterplan-admin.d.ts → index.d.ts} +0 -0
|
@@ -9,5 +9,5 @@ export declare class AdminComponent implements OnInit {
|
|
|
9
9
|
ngOnInit(): void;
|
|
10
10
|
getIcon(path: string[], isActive: boolean): string;
|
|
11
11
|
static ɵfac: i0.ɵɵFactoryDeclaration<AdminComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AdminComponent, "lib-admin", never, {}, {}, never, never>;
|
|
12
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AdminComponent, "lib-admin", never, {}, {}, never, never, false>;
|
|
13
13
|
}
|
|
@@ -5,5 +5,5 @@ export declare class ChevronComponent implements OnInit {
|
|
|
5
5
|
constructor();
|
|
6
6
|
ngOnInit(): void;
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChevronComponent, never>;
|
|
8
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ChevronComponent, "lib-chevron", never, { "conditionShowing": "conditionShowing"; }, {}, never, never>;
|
|
8
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ChevronComponent, "lib-chevron", never, { "conditionShowing": "conditionShowing"; }, {}, never, never, false>;
|
|
9
9
|
}
|
|
@@ -16,5 +16,5 @@ export declare class GuestLinkComponent implements OnInit {
|
|
|
16
16
|
onGenerate(): Promise<void>;
|
|
17
17
|
onCancel(): void;
|
|
18
18
|
static ɵfac: i0.ɵɵFactoryDeclaration<GuestLinkComponent, never>;
|
|
19
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GuestLinkComponent, "lib-guest-link", never, { "spaceID": "spaceID"; "username": "username"; }, {}, never, never>;
|
|
19
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GuestLinkComponent, "lib-guest-link", never, { "spaceID": "spaceID"; "username": "username"; }, {}, never, never, false>;
|
|
20
20
|
}
|
|
@@ -7,5 +7,5 @@ export declare class NameFromIdPipe implements PipeTransform {
|
|
|
7
7
|
constructor(userService: BaseUserService);
|
|
8
8
|
transform(userId: string): Promise<string>;
|
|
9
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<NameFromIdPipe, never>;
|
|
10
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<NameFromIdPipe, "nameFromId">;
|
|
10
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<NameFromIdPipe, "nameFromId", false>;
|
|
11
11
|
}
|
|
@@ -12,7 +12,7 @@ import * as i10 from "./user/detail-organisation/detail-organisation.component";
|
|
|
12
12
|
import * as i11 from "./visitor/create-batch/create-batch.component";
|
|
13
13
|
import * as i12 from "./name-from-id.pipe";
|
|
14
14
|
import * as i13 from "./visitor/template/template.component";
|
|
15
|
-
import * as i14 from "
|
|
15
|
+
import * as i14 from "@angular/cdk/clipboard";
|
|
16
16
|
import * as i15 from "@ng-bootstrap/ng-bootstrap";
|
|
17
17
|
import * as i16 from "@angular/common";
|
|
18
18
|
import * as i17 from "@angular/forms";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from "@angular/core";
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormBuilder, UntypedFormGroup, AbstractControl } from "@angular/forms";
|
|
3
3
|
import { BaseUserService, MissionService, Organisation, OrganisationService, Profile, PropertyService } from "@smarterplan/ngx-smarterplan-core";
|
|
4
4
|
import { TranslateService } from "@ngx-translate/core";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -15,7 +15,7 @@ export declare class OrganisationComponent implements OnInit {
|
|
|
15
15
|
details: number;
|
|
16
16
|
query: string;
|
|
17
17
|
error: any;
|
|
18
|
-
form:
|
|
18
|
+
form: UntypedFormGroup;
|
|
19
19
|
create: boolean;
|
|
20
20
|
working: boolean;
|
|
21
21
|
isAddingAdmin: boolean;
|
|
@@ -25,7 +25,7 @@ export declare class OrganisationComponent implements OnInit {
|
|
|
25
25
|
editing: boolean;
|
|
26
26
|
fullAccess: boolean;
|
|
27
27
|
fileToUpload: File;
|
|
28
|
-
constructor(orgService: OrganisationService, fb:
|
|
28
|
+
constructor(orgService: OrganisationService, fb: UntypedFormBuilder, userService: BaseUserService, missionService: MissionService, translate: TranslateService, propertyService: PropertyService);
|
|
29
29
|
ngOnInit(): Promise<void>;
|
|
30
30
|
/**
|
|
31
31
|
* resetList fetches a fresh organisation list from server
|
|
@@ -50,5 +50,5 @@ export declare class OrganisationComponent implements OnInit {
|
|
|
50
50
|
onDismiss(): void;
|
|
51
51
|
onDeleteOrg(org: Organisation): Promise<void>;
|
|
52
52
|
static ɵfac: i0.ɵɵFactoryDeclaration<OrganisationComponent, never>;
|
|
53
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OrganisationComponent, "lib-organisation", never, {}, {}, never, never>;
|
|
53
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OrganisationComponent, "lib-organisation", never, {}, {}, never, never, false>;
|
|
54
54
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup, UntypedFormBuilder, AbstractControl } from '@angular/forms';
|
|
3
3
|
import { Organisation, OrganisationService, PropertyService, MissionService } from '@smarterplan/ngx-smarterplan-core';
|
|
4
4
|
import { TranslateService } from "@ngx-translate/core";
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -19,10 +19,10 @@ export declare class DetailOrganisationComponent implements OnInit {
|
|
|
19
19
|
connectingStripe: boolean;
|
|
20
20
|
modalRef: any;
|
|
21
21
|
errorMessage: string;
|
|
22
|
-
editForm:
|
|
22
|
+
editForm: UntypedFormGroup;
|
|
23
23
|
fileToUpload: File;
|
|
24
24
|
signedLogo: string;
|
|
25
|
-
constructor(organisationService: OrganisationService, formBuilder:
|
|
25
|
+
constructor(organisationService: OrganisationService, formBuilder: UntypedFormBuilder, propertyService: PropertyService, missionService: MissionService, translate: TranslateService);
|
|
26
26
|
ngOnInit(): Promise<void>;
|
|
27
27
|
ngOnChanges(): void;
|
|
28
28
|
/**
|
|
@@ -45,5 +45,5 @@ export declare class DetailOrganisationComponent implements OnInit {
|
|
|
45
45
|
handleFileInput(event: Event): void;
|
|
46
46
|
onDelete(): Promise<void>;
|
|
47
47
|
static ɵfac: i0.ɵɵFactoryDeclaration<DetailOrganisationComponent, never>;
|
|
48
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DetailOrganisationComponent, "lib-detail-organisation", never, { "org": "org"; "currentOrg": "currentOrg"; "isSP": "isSP"; }, { "orgChanged": "orgChanged"; }, never, never>;
|
|
48
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<DetailOrganisationComponent, "lib-detail-organisation", never, { "org": "org"; "currentOrg": "currentOrg"; "isSP": "isSP"; }, { "orgChanged": "orgChanged"; }, never, never, false>;
|
|
49
49
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup, UntypedFormBuilder, AbstractControl } from '@angular/forms';
|
|
3
3
|
import { Zone, Mission, Organisation, Space, RoleStatus, LevelStatus, Domain, Locale, BaseUserService, DomainService, OrganisationService, ZoneService, Hashtag, SpaceService, LocaleService, HashtagService } from '@smarterplan/ngx-smarterplan-core';
|
|
4
4
|
import { ValidatorsService } from '@smarterplan/ngx-smarterplan-core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -18,7 +18,7 @@ export declare class FormMissionComponent implements OnInit {
|
|
|
18
18
|
isSP: boolean;
|
|
19
19
|
userForMissionID: string;
|
|
20
20
|
currentUserOrganisation: Organisation;
|
|
21
|
-
missionForm:
|
|
21
|
+
missionForm: UntypedFormGroup;
|
|
22
22
|
availableSpaces: Space[];
|
|
23
23
|
addedMissionInput: EventEmitter<Mission>;
|
|
24
24
|
availableRoles: RoleStatus[];
|
|
@@ -36,7 +36,7 @@ export declare class FormMissionComponent implements OnInit {
|
|
|
36
36
|
locales: string[];
|
|
37
37
|
dateError: boolean;
|
|
38
38
|
errorForm: boolean;
|
|
39
|
-
constructor(fb:
|
|
39
|
+
constructor(fb: UntypedFormBuilder, spaceService: SpaceService, userService: BaseUserService, domainService: DomainService, organisationService: OrganisationService, zoneService: ZoneService, hashtagService: HashtagService, localeService: LocaleService, validatorsService: ValidatorsService);
|
|
40
40
|
ngOnInit(): Promise<void>;
|
|
41
41
|
updateUserInfo(): void;
|
|
42
42
|
setDomains(): Promise<void>;
|
|
@@ -59,5 +59,5 @@ export declare class FormMissionComponent implements OnInit {
|
|
|
59
59
|
}>;
|
|
60
60
|
onVerifForm(): Promise<void>;
|
|
61
61
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormMissionComponent, never>;
|
|
62
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormMissionComponent, "lib-form-mission", never, { "missionToEdit": "missionToEdit"; "organisationForMission": "organisationForMission"; "isSP": "isSP"; "userForMissionID": "userForMissionID"; "currentUserOrganisation": "currentUserOrganisation"; }, { "addedMissionInput": "addedMissionInput"; }, never, never>;
|
|
62
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormMissionComponent, "lib-form-mission", never, { "missionToEdit": "missionToEdit"; "organisationForMission": "organisationForMission"; "isSP": "isSP"; "userForMissionID": "userForMissionID"; "currentUserOrganisation": "currentUserOrganisation"; }, { "addedMissionInput": "addedMissionInput"; }, never, never, false>;
|
|
63
63
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup, UntypedFormBuilder, AbstractControl } from '@angular/forms';
|
|
3
3
|
import { Organisation, ProfileEntity, OrganisationService, BaseUserService } from '@smarterplan/ngx-smarterplan-core';
|
|
4
4
|
import * as i0 from "@angular/core";
|
|
5
5
|
export declare class FormOrganisationComponent implements OnInit {
|
|
6
6
|
private orgService;
|
|
7
7
|
private fb;
|
|
8
8
|
private userService;
|
|
9
|
-
form:
|
|
9
|
+
form: UntypedFormGroup;
|
|
10
10
|
working: boolean;
|
|
11
11
|
startDate: number;
|
|
12
12
|
endDate: number;
|
|
@@ -18,7 +18,7 @@ export declare class FormOrganisationComponent implements OnInit {
|
|
|
18
18
|
token: string;
|
|
19
19
|
existingOrgID: string;
|
|
20
20
|
createdOrg: Organisation;
|
|
21
|
-
constructor(orgService: OrganisationService, fb:
|
|
21
|
+
constructor(orgService: OrganisationService, fb: UntypedFormBuilder, userService: BaseUserService);
|
|
22
22
|
ngOnInit(): Promise<void>;
|
|
23
23
|
ngAfterViewInit(): void;
|
|
24
24
|
initForm(): void;
|
|
@@ -28,5 +28,5 @@ export declare class FormOrganisationComponent implements OnInit {
|
|
|
28
28
|
findOrgByToken(token: string): Promise<void>;
|
|
29
29
|
userAndMissionAdded(added: boolean): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<FormOrganisationComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<FormOrganisationComponent, "lib-form-organisation", never, { "currentOrg": "currentOrg"; "currentUser": "currentUser"; "existing": "existing"; }, { "added": "added"; }, never, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<FormOrganisationComponent, "lib-form-organisation", never, { "currentOrg": "currentOrg"; "currentUser": "currentUser"; "existing": "existing"; }, { "added": "added"; }, never, never, false>;
|
|
32
32
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup, UntypedFormBuilder, AbstractControl } from '@angular/forms';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { Organisation, Mission, Profile, BaseUserService, ValidatorsService } from '@smarterplan/ngx-smarterplan-core';
|
|
5
5
|
import * as i0 from "@angular/core";
|
|
@@ -11,14 +11,14 @@ export declare class UserMissionFormComponent implements OnInit {
|
|
|
11
11
|
addToOrganisation: Organisation;
|
|
12
12
|
isSP: boolean;
|
|
13
13
|
createForExistingUser: boolean;
|
|
14
|
-
form:
|
|
14
|
+
form: UntypedFormGroup;
|
|
15
15
|
currentOrg: Organisation;
|
|
16
16
|
added: EventEmitter<boolean>;
|
|
17
17
|
working: boolean;
|
|
18
18
|
missionInput: Mission;
|
|
19
19
|
createdUser: Profile;
|
|
20
20
|
errorForm: boolean;
|
|
21
|
-
constructor(fb:
|
|
21
|
+
constructor(fb: UntypedFormBuilder, userService: BaseUserService, translate: TranslateService, validatorsService: ValidatorsService);
|
|
22
22
|
ngOnInit(): void;
|
|
23
23
|
onAddNewUserMissionToOrg(): Promise<void>;
|
|
24
24
|
onCancel(): void;
|
|
@@ -28,5 +28,5 @@ export declare class UserMissionFormComponent implements OnInit {
|
|
|
28
28
|
isFormError(control: any): boolean;
|
|
29
29
|
onFormChange(): void;
|
|
30
30
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserMissionFormComponent, never>;
|
|
31
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserMissionFormComponent, "lib-user-mission-form", never, { "addToOrganisation": "addToOrganisation"; "isSP": "isSP"; "createForExistingUser": "createForExistingUser"; "currentOrg": "currentOrg"; }, { "added": "added"; }, never, never>;
|
|
31
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserMissionFormComponent, "lib-user-mission-form", never, { "addToOrganisation": "addToOrganisation"; "isSP": "isSP"; "createForExistingUser": "createForExistingUser"; "currentOrg": "currentOrg"; }, { "added": "added"; }, never, never, false>;
|
|
32
32
|
}
|
|
@@ -98,5 +98,5 @@ export declare class UserComponent implements OnInit {
|
|
|
98
98
|
onClearToken(user: any): Promise<void>;
|
|
99
99
|
getStringNoSpace(data: any): string;
|
|
100
100
|
static ɵfac: i0.ɵɵFactoryDeclaration<UserComponent, never>;
|
|
101
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<UserComponent, "lib-user", never, {}, {}, never, never>;
|
|
101
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserComponent, "lib-user", never, {}, {}, never, never, false>;
|
|
102
102
|
}
|
|
@@ -19,5 +19,5 @@ export declare class CreateBatchComponent implements OnInit {
|
|
|
19
19
|
onCreateMissions(): Promise<void>;
|
|
20
20
|
handleFileInput(eventTarget: any): Promise<void>;
|
|
21
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CreateBatchComponent, never>;
|
|
22
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CreateBatchComponent, "lib-create-batch", never, { "template": "template"; }, { "createdMissions": "createdMissions"; }, never, never>;
|
|
22
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateBatchComponent, "lib-create-batch", never, { "template": "template"; }, { "createdMissions": "createdMissions"; }, never, never, false>;
|
|
23
23
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { OnInit } from '@angular/core';
|
|
2
|
-
import {
|
|
2
|
+
import { UntypedFormGroup, UntypedFormBuilder, AbstractControl } from '@angular/forms';
|
|
3
3
|
import { TranslateService } from '@ngx-translate/core';
|
|
4
4
|
import { ValidatorsService } from "@smarterplan/ngx-smarterplan-core";
|
|
5
5
|
import { Organisation, LevelStatus, Zone, Space, Hashtag, Locale, BaseUserService, SpaceService, ZoneService, HashtagService, VisitTemplate } from '@smarterplan/ngx-smarterplan-core';
|
|
@@ -18,7 +18,7 @@ export declare class TemplateComponent implements OnInit {
|
|
|
18
18
|
zoneID: string;
|
|
19
19
|
updatedTemplate: EventEmitter<VisitTemplate>;
|
|
20
20
|
createdTemplate: EventEmitter<VisitTemplate>;
|
|
21
|
-
form:
|
|
21
|
+
form: UntypedFormGroup;
|
|
22
22
|
working: boolean;
|
|
23
23
|
zonesForSpace: Zone[];
|
|
24
24
|
availableLevels: LevelStatus[];
|
|
@@ -34,7 +34,7 @@ export declare class TemplateComponent implements OnInit {
|
|
|
34
34
|
errorForm: boolean;
|
|
35
35
|
startDateInvalid: boolean;
|
|
36
36
|
endDateInvalid: boolean;
|
|
37
|
-
constructor(fb:
|
|
37
|
+
constructor(fb: UntypedFormBuilder, userService: BaseUserService, spaceService: SpaceService, zoneService: ZoneService, hashtagService: HashtagService, translate: TranslateService, validatorsService: ValidatorsService);
|
|
38
38
|
ngOnInit(): void;
|
|
39
39
|
setup(): Promise<void>;
|
|
40
40
|
updateUserInfo(): Promise<void>;
|
|
@@ -54,5 +54,5 @@ export declare class TemplateComponent implements OnInit {
|
|
|
54
54
|
};
|
|
55
55
|
onVerifForm(): Promise<void>;
|
|
56
56
|
static ɵfac: i0.ɵɵFactoryDeclaration<TemplateComponent, never>;
|
|
57
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<TemplateComponent, "lib-template", never, { "currentOrg": "currentOrg"; "editTemplate": "editTemplate"; "zoneID": "zoneID"; }, { "updatedTemplate": "updatedTemplate"; "createdTemplate": "createdTemplate"; }, never, never>;
|
|
57
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<TemplateComponent, "lib-template", never, { "currentOrg": "currentOrg"; "editTemplate": "editTemplate"; "zoneID": "zoneID"; }, { "updatedTemplate": "updatedTemplate"; "createdTemplate": "createdTemplate"; }, never, never, false>;
|
|
58
58
|
}
|
|
@@ -66,5 +66,5 @@ export declare class VisitorComponent implements OnInit {
|
|
|
66
66
|
*/
|
|
67
67
|
onSendSatisfaction(template: VisitTemplate): Promise<void>;
|
|
68
68
|
static ɵfac: i0.ɵɵFactoryDeclaration<VisitorComponent, never>;
|
|
69
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VisitorComponent, "lib-visitor", never, {}, {}, never, never>;
|
|
69
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VisitorComponent, "lib-visitor", never, {}, {}, never, never, false>;
|
|
70
70
|
}
|
package/package.json
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smarterplan/ngx-smarterplan-admin",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"tslib": "^2.
|
|
5
|
+
"tslib": "^2.4.0"
|
|
6
6
|
},
|
|
7
7
|
"peerDependencies": {
|
|
8
|
-
"@angular/common": "^
|
|
9
|
-
"@angular/core": "^
|
|
10
|
-
"@angular/router": "^
|
|
8
|
+
"@angular/common": "^14.3.0",
|
|
9
|
+
"@angular/core": "^14.3.0",
|
|
10
|
+
"@angular/router": "^14.3.0",
|
|
11
|
+
"@angular/cdk": "^14.2.0",
|
|
11
12
|
"@iconify/icons-bi": "^1.2.8",
|
|
12
|
-
"@ng-bootstrap/ng-bootstrap": "
|
|
13
|
+
"@ng-bootstrap/ng-bootstrap": "13.0.0",
|
|
13
14
|
"@ngx-translate/core": "^14.0.0",
|
|
14
|
-
"@smarterplan/ngx-smarterplan-core": "^1.
|
|
15
|
+
"@smarterplan/ngx-smarterplan-core": "^1.3.0",
|
|
15
16
|
"crypto-js": "^4.1.1",
|
|
16
17
|
"luxon": "^2.5.2",
|
|
17
|
-
"ngx-clipboard": "15.1.0",
|
|
18
18
|
"papaparse": "^5.3.2",
|
|
19
|
-
"
|
|
19
|
+
"uuid": "^8.3.0"
|
|
20
20
|
},
|
|
21
21
|
"module": "fesm2015/smarterplan-ngx-smarterplan-admin.mjs",
|
|
22
22
|
"es2020": "fesm2020/smarterplan-ngx-smarterplan-admin.mjs",
|
|
23
23
|
"esm2020": "esm2020/smarterplan-ngx-smarterplan-admin.mjs",
|
|
24
24
|
"fesm2020": "fesm2020/smarterplan-ngx-smarterplan-admin.mjs",
|
|
25
25
|
"fesm2015": "fesm2015/smarterplan-ngx-smarterplan-admin.mjs",
|
|
26
|
-
"typings": "
|
|
26
|
+
"typings": "index.d.ts",
|
|
27
27
|
"exports": {
|
|
28
28
|
"./package.json": {
|
|
29
29
|
"default": "./package.json"
|
|
30
30
|
},
|
|
31
31
|
".": {
|
|
32
|
-
"types": "./
|
|
32
|
+
"types": "./index.d.ts",
|
|
33
33
|
"esm2020": "./esm2020/smarterplan-ngx-smarterplan-admin.mjs",
|
|
34
34
|
"es2020": "./fesm2020/smarterplan-ngx-smarterplan-admin.mjs",
|
|
35
35
|
"es2015": "./fesm2015/smarterplan-ngx-smarterplan-admin.mjs",
|
|
File without changes
|