@posiwise/shared-components 0.0.157 → 0.0.159
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/fesm2022/posiwise-shared-components.mjs +889 -135
- package/fesm2022/posiwise-shared-components.mjs.map +1 -1
- package/package.json +5 -5
- package/types/posiwise-shared-components.d.ts +812 -0
- package/index.d.ts +0 -21
- package/lib/authenticator/authenticator.component.d.ts +0 -12
- package/lib/clearbit-icon/clearbit-icon.component.d.ts +0 -11
- package/lib/coming-soon/coming-soon.component.d.ts +0 -6
- package/lib/header/header.component.d.ts +0 -16
- package/lib/input-container/input-container.component.d.ts +0 -29
- package/lib/label-management/entity-group/entity-group.component.d.ts +0 -45
- package/lib/label-management/group-definition/group-definition.component.d.ts +0 -45
- package/lib/label-management/groups/groups.component.d.ts +0 -64
- package/lib/landing-page-footer-b/landing-page-footer-b.component.d.ts +0 -13
- package/lib/no-data/no-data.component.d.ts +0 -16
- package/lib/number-picker/number-picker.component.d.ts +0 -73
- package/lib/number-picker/number-picker.config.d.ts +0 -11
- package/lib/password-validation/password-validation.component.d.ts +0 -18
- package/lib/permission-tree/permission-tree.component.d.ts +0 -16
- package/lib/privacy-and-tos/privacy-and-tos.component.d.ts +0 -36
- package/lib/privacy-policy/privacy-policy.component.d.ts +0 -11
- package/lib/pw-tabs/pw-tabs.component.d.ts +0 -21
- package/lib/range-date-picker/date-range-picker.component.d.ts +0 -28
- package/lib/resource-shared-components.module.d.ts +0 -20
- package/lib/shared/shared-component.interface.d.ts +0 -35
- package/lib/shared-components.module.d.ts +0 -43
- package/lib/splash/splash.component.d.ts +0 -5
- package/lib/terms-conditions/terms-conditions.component.d.ts +0 -18
package/index.d.ts
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export * from './lib/shared-components.module';
|
|
2
|
-
export * from './lib/resource-shared-components.module';
|
|
3
|
-
export * from './lib/password-validation/password-validation.component';
|
|
4
|
-
export * from './lib/pw-tabs/pw-tabs.component';
|
|
5
|
-
export * from './lib/permission-tree/permission-tree.component';
|
|
6
|
-
export * from './lib/input-container/input-container.component';
|
|
7
|
-
export * from './lib/privacy-and-tos/privacy-and-tos.component';
|
|
8
|
-
export * from './lib/privacy-policy/privacy-policy.component';
|
|
9
|
-
export * from './lib/splash/splash.component';
|
|
10
|
-
export * from './lib/terms-conditions/terms-conditions.component';
|
|
11
|
-
export * from './lib/authenticator/authenticator.component';
|
|
12
|
-
export * from './lib/clearbit-icon/clearbit-icon.component';
|
|
13
|
-
export * from './lib/range-date-picker/date-range-picker.component';
|
|
14
|
-
export * from './lib/coming-soon/coming-soon.component';
|
|
15
|
-
export * from './lib/no-data/no-data.component';
|
|
16
|
-
export * from './lib/label-management/entity-group/entity-group.component';
|
|
17
|
-
export * from './lib/label-management/groups/groups.component';
|
|
18
|
-
export * from './lib/label-management/group-definition/group-definition.component';
|
|
19
|
-
export * from './lib/number-picker/number-picker.component';
|
|
20
|
-
export * from './lib/header/header.component';
|
|
21
|
-
export * from './lib/landing-page-footer-b/landing-page-footer-b.component';
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { AuthService } from '@posiwise/common-services';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class AuthenticatorComponent extends AppBaseComponent implements OnInit {
|
|
6
|
-
private readonly authService;
|
|
7
|
-
token: string;
|
|
8
|
-
constructor(authService: AuthService, injector: Injector);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticatorComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticatorComponent, "pw-authenticator", never, {}, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ClearBitIconComponent implements OnChanges {
|
|
4
|
-
src: any;
|
|
5
|
-
altText: string;
|
|
6
|
-
dummyPath: string;
|
|
7
|
-
clearBitSrc: any;
|
|
8
|
-
ngOnChanges(simple: SimpleChanges): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClearBitIconComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ClearBitIconComponent, "pw-clearbit-icon", never, { "src": { "alias": "src"; "required": false; }; "altText": { "alias": "altText"; "required": false; }; "dummyPath": { "alias": "dummyPath"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class ComingSoonComponent {
|
|
3
|
-
message: string;
|
|
4
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ComingSoonComponent, never>;
|
|
5
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<ComingSoonComponent, "pw-coming-soon", never, { "message": { "alias": "message"; "required": false; }; }, {}, never, never, false, never>;
|
|
6
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { Injector } from '@angular/core';
|
|
2
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { AuthService } from '@posiwise/common-services';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class HeaderComponent extends AppBaseComponent {
|
|
6
|
-
private readonly authService;
|
|
7
|
-
loggedIn: boolean;
|
|
8
|
-
isMenuCollapsed: boolean;
|
|
9
|
-
constructor(injector: Injector, authService: AuthService);
|
|
10
|
-
landing: boolean;
|
|
11
|
-
navigateToLogin(): void;
|
|
12
|
-
toggleMenu(): void;
|
|
13
|
-
logo: any;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderComponent, "pw-header", never, { "landing": { "alias": "landing"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AbstractControl, ControlContainer } from '@angular/forms';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class InputContainerComponent implements OnInit {
|
|
5
|
-
private readonly controlContainer;
|
|
6
|
-
control: AbstractControl;
|
|
7
|
-
name: string;
|
|
8
|
-
/** Id of the form control; used as the label's `for` attribute for accessibility. When not set, falls back to `name`. */
|
|
9
|
-
controlId: string;
|
|
10
|
-
/** When true, label gets id="{{ controlId }}-label" but no `for`; use with aria-labelledby on the control (e.g. quill-editor). */
|
|
11
|
-
useAriaLabelledbyOnly: boolean;
|
|
12
|
-
label: string;
|
|
13
|
-
labelClass: string;
|
|
14
|
-
tooltipPosition: string;
|
|
15
|
-
required: boolean;
|
|
16
|
-
errorMsg: string;
|
|
17
|
-
isReadOnly: boolean;
|
|
18
|
-
showTooltip: boolean;
|
|
19
|
-
tooltipText: string;
|
|
20
|
-
showTriangle: boolean;
|
|
21
|
-
afterLabel: string;
|
|
22
|
-
showAfterLabel: boolean;
|
|
23
|
-
showTriangleText: string;
|
|
24
|
-
isLeftTooltip: boolean;
|
|
25
|
-
constructor(controlContainer: ControlContainer);
|
|
26
|
-
ngOnInit(): void;
|
|
27
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<InputContainerComponent, [{ optional: true; host: true; skipSelf: true; }]>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<InputContainerComponent, "pw-input-container", never, { "name": { "alias": "name"; "required": false; }; "controlId": { "alias": "controlId"; "required": false; }; "useAriaLabelledbyOnly": { "alias": "useAriaLabelledbyOnly"; "required": false; }; "label": { "alias": "label"; "required": false; }; "labelClass": { "alias": "labelClass"; "required": false; }; "tooltipPosition": { "alias": "tooltipPosition"; "required": false; }; "required": { "alias": "required"; "required": false; }; "errorMsg": { "alias": "errorMsg"; "required": false; }; "isReadOnly": { "alias": "isReadOnly"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "showTriangle": { "alias": "showTriangle"; "required": false; }; "afterLabel": { "alias": "afterLabel"; "required": false; }; "showAfterLabel": { "alias": "showAfterLabel"; "required": false; }; "showTriangleText": { "alias": "showTriangleText"; "required": false; }; "isLeftTooltip": { "alias": "isLeftTooltip"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
29
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { Injector, OnDestroy, OnInit, TemplateRef } from '@angular/core';
|
|
2
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { GroupService, SubscriptionService } from '@posiwise/common-services';
|
|
4
|
-
import { Subscription, User } from '@posiwise/common-utilities';
|
|
5
|
-
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
6
|
-
import { EnrolledUser, SharedModalContext } from '../../shared/shared-component.interface';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class EntityGroupComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
9
|
-
private readonly groupService;
|
|
10
|
-
private readonly subscriptionService;
|
|
11
|
-
private readonly modalService;
|
|
12
|
-
content: TemplateRef<SharedModalContext>;
|
|
13
|
-
subscription: Subscription;
|
|
14
|
-
subscriptionId: number;
|
|
15
|
-
user: User;
|
|
16
|
-
userId: number;
|
|
17
|
-
entityId: number;
|
|
18
|
-
selectedGroup: {
|
|
19
|
-
name: string;
|
|
20
|
-
};
|
|
21
|
-
subscriptionMembers: any[];
|
|
22
|
-
subscribedMembers: any[];
|
|
23
|
-
filteredMembers: any[];
|
|
24
|
-
selectedMembers: any[];
|
|
25
|
-
enrolledUsers: EnrolledUser[];
|
|
26
|
-
admins: any[];
|
|
27
|
-
subscriptionInfo: any[];
|
|
28
|
-
subscriptionOwner: number;
|
|
29
|
-
chatPermission: string;
|
|
30
|
-
isLoaded: boolean;
|
|
31
|
-
hasAccess: boolean;
|
|
32
|
-
constructor(groupService: GroupService, subscriptionService: SubscriptionService, modalService: NgbModal, injector: Injector);
|
|
33
|
-
ngOnInit(): void;
|
|
34
|
-
search(event: any): void;
|
|
35
|
-
open(): void;
|
|
36
|
-
closeModal(modal: any): void;
|
|
37
|
-
getEntity(): void;
|
|
38
|
-
onSave(): void;
|
|
39
|
-
private getSubscribedUsers;
|
|
40
|
-
onDelete(memberId: any): void;
|
|
41
|
-
navigateToCommunications(): void;
|
|
42
|
-
ngOnDestroy(): void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<EntityGroupComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<EntityGroupComponent, "pw-entity-group", never, {}, {}, never, never, false, never>;
|
|
45
|
-
}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
-
import { DataService, GroupService, SubscriptionService } from '@posiwise/common-services';
|
|
5
|
-
import { User } from '@posiwise/common-utilities';
|
|
6
|
-
import { EnrolledUser } from '../../shared/shared-component.interface';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class GroupDefinitionComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
9
|
-
private readonly groupService;
|
|
10
|
-
private readonly fb;
|
|
11
|
-
private readonly subscriptionService;
|
|
12
|
-
private readonly data;
|
|
13
|
-
subscriptions: any[];
|
|
14
|
-
message: number;
|
|
15
|
-
groupDefinition: object[];
|
|
16
|
-
form: UntypedFormGroup;
|
|
17
|
-
id: number;
|
|
18
|
-
viewDefinition: boolean;
|
|
19
|
-
viewEdit: boolean;
|
|
20
|
-
private groupDefId;
|
|
21
|
-
private groupDefinitionDetails;
|
|
22
|
-
hasAccess: boolean;
|
|
23
|
-
admins: any[];
|
|
24
|
-
subscriptionInfo: any[];
|
|
25
|
-
subscriptionOwner: number;
|
|
26
|
-
enrolledUsers: EnrolledUser[];
|
|
27
|
-
user: User;
|
|
28
|
-
isLoaded: boolean;
|
|
29
|
-
categoryBusyButton: boolean;
|
|
30
|
-
constructor(groupService: GroupService, fb: UntypedFormBuilder, subscriptionService: SubscriptionService, data: DataService, injector: Injector);
|
|
31
|
-
ngOnInit(): void;
|
|
32
|
-
private getAllGroupDefinition;
|
|
33
|
-
private getSubscribedUsers;
|
|
34
|
-
updateDetails(): void;
|
|
35
|
-
onGroupDefinitionEdit(id: number): void;
|
|
36
|
-
getSubscriptionDetails(): void;
|
|
37
|
-
saveGroupDefinition(): void;
|
|
38
|
-
onDelete(id: number): void;
|
|
39
|
-
viewDefinitions(): void;
|
|
40
|
-
previous(): void;
|
|
41
|
-
onCancel(): void;
|
|
42
|
-
ngOnDestroy(): void;
|
|
43
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupDefinitionComponent, never>;
|
|
44
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupDefinitionComponent, "pw-group-definition", never, {}, {}, never, never, false, never>;
|
|
45
|
-
}
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
3
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
4
|
-
import { DataService, GroupService, SubscriptionService } from '@posiwise/common-services';
|
|
5
|
-
import { Subscription, User } from '@posiwise/common-utilities';
|
|
6
|
-
import { Group } from '../../shared/shared-component.interface';
|
|
7
|
-
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class GroupsComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
9
|
-
private readonly fb;
|
|
10
|
-
private readonly groupService;
|
|
11
|
-
private readonly subscriptionService;
|
|
12
|
-
private readonly dataService;
|
|
13
|
-
private groupsData;
|
|
14
|
-
subscription: Subscription;
|
|
15
|
-
message: number;
|
|
16
|
-
id: number;
|
|
17
|
-
group_id: number;
|
|
18
|
-
form: UntypedFormGroup;
|
|
19
|
-
description: string;
|
|
20
|
-
name: string;
|
|
21
|
-
allGroups: Group[];
|
|
22
|
-
groupDefinition: {
|
|
23
|
-
name: string;
|
|
24
|
-
groups: IterableIterator<object>;
|
|
25
|
-
}[];
|
|
26
|
-
domainGroupDefinition: any[];
|
|
27
|
-
admins: any[];
|
|
28
|
-
subscriptionInfo: any[];
|
|
29
|
-
subscriptionOwner: number;
|
|
30
|
-
enrolledUsers: {
|
|
31
|
-
is_owner: boolean;
|
|
32
|
-
id: number;
|
|
33
|
-
}[];
|
|
34
|
-
user: User;
|
|
35
|
-
submitted: boolean;
|
|
36
|
-
viewEdit: boolean;
|
|
37
|
-
buttonBusy: boolean;
|
|
38
|
-
isGroupOperations: boolean;
|
|
39
|
-
isGroupEdit: boolean;
|
|
40
|
-
hasAccess: boolean;
|
|
41
|
-
isLoaded: boolean;
|
|
42
|
-
constructor(fb: UntypedFormBuilder, groupService: GroupService, subscriptionService: SubscriptionService, dataService: DataService, injector: Injector);
|
|
43
|
-
ngOnInit(): void;
|
|
44
|
-
/** Function to save group */
|
|
45
|
-
saveGroup(): void;
|
|
46
|
-
private getAllGroupDefinition;
|
|
47
|
-
private getSubscribedUsers;
|
|
48
|
-
groupOperation(): void;
|
|
49
|
-
cancelUpdate(): void;
|
|
50
|
-
editGroup(group_id: number): void;
|
|
51
|
-
private getGroupDetails;
|
|
52
|
-
updateDetails(): void;
|
|
53
|
-
onDelete(id: number): void;
|
|
54
|
-
filterDomainsList(event: any): void;
|
|
55
|
-
previous(): void;
|
|
56
|
-
navigateToCommunications(id: number): void;
|
|
57
|
-
navigateToDocumentations(id: number): void;
|
|
58
|
-
trackByGroup(_index: number, item: {
|
|
59
|
-
id: number;
|
|
60
|
-
}): number;
|
|
61
|
-
ngOnDestroy(): void;
|
|
62
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<GroupsComponent, never>;
|
|
63
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<GroupsComponent, "pw-groups", never, {}, {}, never, never, false, never>;
|
|
64
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AuthService } from '@posiwise/common-services';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class LandingPageFooterBComponent implements OnInit {
|
|
5
|
-
private readonly authService;
|
|
6
|
-
isBrowserAccess: boolean;
|
|
7
|
-
currentDate: Date;
|
|
8
|
-
constructor(authService: AuthService);
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
scrollToTop(event: Event): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LandingPageFooterBComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<LandingPageFooterBComponent, "pw-landing-page-footer-b", never, {}, {}, never, never, false, never>;
|
|
13
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AfterContentInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class NoDataComponent implements AfterContentInit {
|
|
4
|
-
content: {
|
|
5
|
-
nativeElement: {
|
|
6
|
-
innerHTML: string;
|
|
7
|
-
};
|
|
8
|
-
};
|
|
9
|
-
message: string | null;
|
|
10
|
-
description: string | null;
|
|
11
|
-
withImage: boolean;
|
|
12
|
-
isContentEmpty: boolean;
|
|
13
|
-
ngAfterContentInit(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NoDataComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NoDataComponent, "pw-no-data", never, { "message": { "alias": "message"; "required": false; }; "description": { "alias": "description"; "required": false; }; "withImage": { "alias": "withImage"; "required": false; }; }, {}, ["content"], ["*"], false, never>;
|
|
16
|
-
}
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import { NumberPickerService } from '@posiwise/common-services';
|
|
3
|
-
import { buttonsOrientationType, CustomClasses, sizeType } from './number-picker.config';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class NumberPickerComponent implements OnInit {
|
|
6
|
-
private readonly numberPickerService;
|
|
7
|
-
private precision;
|
|
8
|
-
private eventHolder;
|
|
9
|
-
private countInterval;
|
|
10
|
-
private isInputFocused;
|
|
11
|
-
min: number;
|
|
12
|
-
showTooltip: boolean;
|
|
13
|
-
tooltipText: string;
|
|
14
|
-
max: number;
|
|
15
|
-
step: number;
|
|
16
|
-
value: number;
|
|
17
|
-
pickStartAfter: number;
|
|
18
|
-
pickTimer: number;
|
|
19
|
-
prefix: string;
|
|
20
|
-
postfix: string;
|
|
21
|
-
placeholder: string;
|
|
22
|
-
buttonsOrientation: buttonsOrientationType;
|
|
23
|
-
size: sizeType;
|
|
24
|
-
customClass: CustomClasses;
|
|
25
|
-
mouseWheel: boolean;
|
|
26
|
-
arrowKeys: boolean;
|
|
27
|
-
inputReadOnly: boolean;
|
|
28
|
-
showUpButton: boolean;
|
|
29
|
-
showDownButton: boolean;
|
|
30
|
-
/** Optional id for the number input (for accessibility/label association). */
|
|
31
|
-
inputId: string;
|
|
32
|
-
valueChange: EventEmitter<number>;
|
|
33
|
-
minReached: EventEmitter<boolean>;
|
|
34
|
-
maxReached: EventEmitter<boolean>;
|
|
35
|
-
pickStarted: EventEmitter<boolean>;
|
|
36
|
-
pickStopped: EventEmitter<boolean>;
|
|
37
|
-
pickUpStarted: EventEmitter<boolean>;
|
|
38
|
-
pickUpStopped: EventEmitter<boolean>;
|
|
39
|
-
pickDownStarted: EventEmitter<boolean>;
|
|
40
|
-
pickDownStopped: EventEmitter<boolean>;
|
|
41
|
-
constructor(numberPickerService: NumberPickerService);
|
|
42
|
-
ngOnInit(): void;
|
|
43
|
-
isHorizontal(): boolean;
|
|
44
|
-
onFocus(event: FocusEvent): void;
|
|
45
|
-
onBlur(event: Event): void;
|
|
46
|
-
onMouseWheel(event: WheelEvent): void;
|
|
47
|
-
private afterMouseWheels;
|
|
48
|
-
onValueChange(_event: Event): void;
|
|
49
|
-
onDecrease(event: MouseEvent | WheelEvent | KeyboardEvent): void;
|
|
50
|
-
onIncrease(event: MouseEvent | WheelEvent | KeyboardEvent): void;
|
|
51
|
-
onMouseDown(event: MouseEvent, increase?: boolean): void;
|
|
52
|
-
private isArrowUpDown;
|
|
53
|
-
private isArrowUp;
|
|
54
|
-
private loopPick;
|
|
55
|
-
onMouseUp(event: MouseEvent, increase?: boolean): void;
|
|
56
|
-
onKeyDown(event: KeyboardEvent): void;
|
|
57
|
-
onKeyUp(event: KeyboardEvent): void;
|
|
58
|
-
private afterMouseDown;
|
|
59
|
-
private afterMouseUp;
|
|
60
|
-
private afterPick;
|
|
61
|
-
private clearTimers;
|
|
62
|
-
private parseVal;
|
|
63
|
-
private getPrecision;
|
|
64
|
-
private round;
|
|
65
|
-
private canIncrease;
|
|
66
|
-
private canDecrease;
|
|
67
|
-
private onPickStarted;
|
|
68
|
-
private onPickStopped;
|
|
69
|
-
private isLeftClick;
|
|
70
|
-
private initPicker;
|
|
71
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<NumberPickerComponent, never>;
|
|
72
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<NumberPickerComponent, "pw-number-picker", never, { "min": { "alias": "min"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "tooltipText": { "alias": "tooltipText"; "required": false; }; "max": { "alias": "max"; "required": false; }; "step": { "alias": "step"; "required": false; }; "value": { "alias": "value"; "required": false; }; "pickStartAfter": { "alias": "pickStartAfter"; "required": false; }; "pickTimer": { "alias": "pickTimer"; "required": false; }; "prefix": { "alias": "prefix"; "required": false; }; "postfix": { "alias": "postfix"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "buttonsOrientation": { "alias": "buttonsOrientation"; "required": false; }; "size": { "alias": "size"; "required": false; }; "customClass": { "alias": "customClass"; "required": false; }; "mouseWheel": { "alias": "mouseWheel"; "required": false; }; "arrowKeys": { "alias": "arrowKeys"; "required": false; }; "inputReadOnly": { "alias": "inputReadOnly"; "required": false; }; "showUpButton": { "alias": "showUpButton"; "required": false; }; "showDownButton": { "alias": "showDownButton"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; }, { "valueChange": "valueChange"; "minReached": "minReached"; "maxReached": "maxReached"; "pickStarted": "pickStarted"; "pickStopped": "pickStopped"; "pickUpStarted": "pickUpStarted"; "pickUpStopped": "pickUpStopped"; "pickDownStarted": "pickDownStarted"; "pickDownStopped": "pickDownStopped"; }, never, never, false, never>;
|
|
73
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export type buttonsOrientationType = 'horizontal' | 'vertical' | 'h' | 'v';
|
|
2
|
-
export type sizeType = 'medium' | 'large' | 'small' | 'xlarge' | 'md' | 'lg' | 'sm' | 'xlg';
|
|
3
|
-
export interface CustomClasses {
|
|
4
|
-
container?: string;
|
|
5
|
-
up?: string;
|
|
6
|
-
down?: string;
|
|
7
|
-
postfix?: string;
|
|
8
|
-
prefix?: string;
|
|
9
|
-
success?: string;
|
|
10
|
-
error?: string;
|
|
11
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, Injector, TemplateRef } from '@angular/core';
|
|
2
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
4
|
-
import { SharedModalContext } from '../shared/shared-component.interface';
|
|
5
|
-
import * as i0 from "@angular/core";
|
|
6
|
-
export declare class PasswordValidationComponent extends AppBaseComponent {
|
|
7
|
-
private readonly modal;
|
|
8
|
-
content: TemplateRef<SharedModalContext>;
|
|
9
|
-
confirmMessage: string;
|
|
10
|
-
successEvent: EventEmitter<boolean>;
|
|
11
|
-
password: string;
|
|
12
|
-
buttonBusy: boolean;
|
|
13
|
-
constructor(injector: Injector, modal: NgbModal);
|
|
14
|
-
open(): void;
|
|
15
|
-
validatePassword(): void;
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PasswordValidationComponent, never>;
|
|
17
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PasswordValidationComponent, "pw-password-validation", never, { "confirmMessage": { "alias": "confirmMessage"; "required": false; }; }, { "successEvent": "successEvent"; }, never, ["*"], false, never>;
|
|
18
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, ElementRef, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import { PermissionTreeData } from '../shared/shared-component.interface';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PermissionTreeComponent implements AfterViewInit, OnChanges {
|
|
5
|
-
private readonly _element;
|
|
6
|
-
data: PermissionTreeData;
|
|
7
|
-
private _$tree;
|
|
8
|
-
private _createdTreeBefore;
|
|
9
|
-
constructor(_element: ElementRef);
|
|
10
|
-
ngOnChanges(simple: SimpleChanges): void;
|
|
11
|
-
ngAfterViewInit(): void;
|
|
12
|
-
getGrantedPermissionNames(): string[];
|
|
13
|
-
private refreshTree;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PermissionTreeComponent, never>;
|
|
15
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PermissionTreeComponent, "permission-tree", never, { "data": { "alias": "data"; "required": false; }; }, {}, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { Injector, OnInit } from '@angular/core';
|
|
2
|
-
import { DomSanitizer } from '@angular/platform-browser';
|
|
3
|
-
import { AdminService } from '@posiwise/admin-module-utils';
|
|
4
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
5
|
-
import { User } from '@posiwise/common-utilities';
|
|
6
|
-
import * as i0 from "@angular/core";
|
|
7
|
-
export declare class PrivacyAndTosComponent extends AppBaseComponent implements OnInit {
|
|
8
|
-
private readonly adminService;
|
|
9
|
-
private readonly document;
|
|
10
|
-
private readonly sanitizer;
|
|
11
|
-
productId: number;
|
|
12
|
-
private privacyAndTos;
|
|
13
|
-
id: string;
|
|
14
|
-
data: {
|
|
15
|
-
privacy: '';
|
|
16
|
-
};
|
|
17
|
-
user: User;
|
|
18
|
-
subscribedSubscriptions: {
|
|
19
|
-
products: {
|
|
20
|
-
id: number;
|
|
21
|
-
}[];
|
|
22
|
-
}[];
|
|
23
|
-
product: string;
|
|
24
|
-
productName: string;
|
|
25
|
-
tabId: string;
|
|
26
|
-
isPublic: boolean;
|
|
27
|
-
isLoaded: boolean;
|
|
28
|
-
constructor(adminService: AdminService, injector: Injector, document: Document, sanitizer: DomSanitizer);
|
|
29
|
-
ngOnInit(): void;
|
|
30
|
-
private getSubscribedProduct;
|
|
31
|
-
fetchUserSubscriptions(userId: any, id?: any): void;
|
|
32
|
-
private findRequiredProducts;
|
|
33
|
-
private getTosDetails;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PrivacyAndTosComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrivacyAndTosComponent, "pw-privacy-and-tos", never, { "productId": { "alias": "productId"; "required": false; }; }, {}, never, never, false, never>;
|
|
36
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PrivacyPolicyComponent extends AppBaseComponent implements OnInit {
|
|
5
|
-
isPublic: boolean;
|
|
6
|
-
company_name: string;
|
|
7
|
-
company_email: string;
|
|
8
|
-
ngOnInit(): void;
|
|
9
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PrivacyPolicyComponent, never>;
|
|
10
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PrivacyPolicyComponent, "pw-privacy-policy", never, { "isPublic": { "alias": "isPublic"; "required": false; }; }, {}, never, never, false, never>;
|
|
11
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { Injector, OnDestroy, OnInit } from '@angular/core';
|
|
2
|
-
import { AppBaseComponent } from '@posiwise/app-base-component';
|
|
3
|
-
import { MenuItem } from 'primeng/api';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class PwTabsComponent extends AppBaseComponent implements OnInit, OnDestroy {
|
|
6
|
-
items: MenuItem[];
|
|
7
|
-
withSubscription: boolean;
|
|
8
|
-
/** Current tab value (route path) for p-tabs */
|
|
9
|
-
activeTabValue: string | number;
|
|
10
|
-
private routeEventSubscription;
|
|
11
|
-
constructor(injector: Injector);
|
|
12
|
-
ngOnInit(): void;
|
|
13
|
-
/** Arrow function so trackBy is called with correct `this` from template */
|
|
14
|
-
trackByItem: (_index: number, item: MenuItem) => string;
|
|
15
|
-
getItemValue(item: MenuItem): string;
|
|
16
|
-
onTabChange(value: string | number): void;
|
|
17
|
-
private updateActiveTab;
|
|
18
|
-
ngOnDestroy(): void;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PwTabsComponent, never>;
|
|
20
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PwTabsComponent, "pw-tabs", never, { "items": { "alias": "items"; "required": false; }; "withSubscription": { "alias": "withSubscription"; "required": false; }; }, {}, never, never, false, never>;
|
|
21
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { AfterViewInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import moment from 'moment';
|
|
3
|
-
import { DaterangepickerDirective } from 'ngx-daterangepicker-material';
|
|
4
|
-
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class DateRangePickerComponent implements AfterViewInit {
|
|
6
|
-
pickerDirective: DaterangepickerDirective;
|
|
7
|
-
private initialized;
|
|
8
|
-
selectedDateRange: {
|
|
9
|
-
startDate: moment.Moment;
|
|
10
|
-
endDate: moment.Moment;
|
|
11
|
-
};
|
|
12
|
-
dateRanges: any;
|
|
13
|
-
/** Optional unique id for the input (for accessibility). Defaults to 'date-range-picker-input'. */
|
|
14
|
-
inputId: string;
|
|
15
|
-
dateRangeChange: EventEmitter<{
|
|
16
|
-
startDate: moment.Moment;
|
|
17
|
-
endDate: moment.Moment;
|
|
18
|
-
}>;
|
|
19
|
-
onDateRangeSelect(event: {
|
|
20
|
-
startDate: moment.Moment;
|
|
21
|
-
endDate: moment.Moment;
|
|
22
|
-
}): void;
|
|
23
|
-
ngAfterViewInit(): void;
|
|
24
|
-
onClearDate(): void;
|
|
25
|
-
openDatepicker(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<DateRangePickerComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<DateRangePickerComponent, "app-date-picker", never, { "selectedDateRange": { "alias": "selectedDateRange"; "required": false; }; "dateRanges": { "alias": "dateRanges"; "required": false; }; "inputId": { "alias": "inputId"; "required": false; }; }, { "dateRangeChange": "dateRangeChange"; }, never, never, false, never>;
|
|
28
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./no-data/no-data.component";
|
|
3
|
-
import * as i2 from "./input-container/input-container.component";
|
|
4
|
-
import * as i3 from "@angular/common";
|
|
5
|
-
import * as i4 from "@angular/forms";
|
|
6
|
-
import * as i5 from "@posiwise/app-loader";
|
|
7
|
-
import * as i6 from "@posiwise/core-transloco";
|
|
8
|
-
import * as i7 from "@posiwise/directives";
|
|
9
|
-
import * as i8 from "primeng/button";
|
|
10
|
-
import * as i9 from "@ng-bootstrap/ng-bootstrap";
|
|
11
|
-
import * as i10 from "primeng/tooltip";
|
|
12
|
-
import * as i11 from "primeng/progressspinner";
|
|
13
|
-
import * as i12 from "primeng/autocomplete";
|
|
14
|
-
import * as i13 from "@angular/cdk/drag-drop";
|
|
15
|
-
import * as i14 from "@posiwise/utils";
|
|
16
|
-
export declare class ResourceSharedComponentsModule {
|
|
17
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ResourceSharedComponentsModule, never>;
|
|
18
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<ResourceSharedComponentsModule, [typeof i1.NoDataComponent, typeof i2.InputContainerComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.AppLoaderModule, typeof i6.CoreTranslocoModule, typeof i7.DirectivesModule, typeof i8.ButtonModule, typeof i9.NgbTooltipModule, typeof i10.TooltipModule, typeof i11.ProgressSpinnerModule, typeof i12.AutoCompleteModule, typeof i13.DragDropModule, typeof i14.FieldErrorDisplayModule, typeof i14.ProfileImageCropperModule, typeof i14.ResourceHeaderModule], [typeof i14.ProfileImageCropperModule, typeof i14.ResourceHeaderModule, typeof i2.InputContainerComponent, typeof i1.NoDataComponent, typeof i8.ButtonModule, typeof i13.DragDropModule, typeof i11.ProgressSpinnerModule, typeof i12.AutoCompleteModule, typeof i10.TooltipModule, typeof i14.FieldErrorDisplayModule]>;
|
|
19
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<ResourceSharedComponentsModule>;
|
|
20
|
-
}
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
export interface SharedModalContext {
|
|
2
|
-
modal: {
|
|
3
|
-
dismiss: () => void;
|
|
4
|
-
close: () => void;
|
|
5
|
-
};
|
|
6
|
-
}
|
|
7
|
-
export interface EnrolledUser {
|
|
8
|
-
is_owner: boolean;
|
|
9
|
-
id: number;
|
|
10
|
-
}
|
|
11
|
-
export interface GroupDefinition {
|
|
12
|
-
description: string;
|
|
13
|
-
name: string;
|
|
14
|
-
}
|
|
15
|
-
export interface Group {
|
|
16
|
-
id?: number;
|
|
17
|
-
name?: string;
|
|
18
|
-
description?: string;
|
|
19
|
-
group_definition_id?: number;
|
|
20
|
-
group_definition_name: string;
|
|
21
|
-
}
|
|
22
|
-
interface Permission {
|
|
23
|
-
name: string;
|
|
24
|
-
parentName?: string;
|
|
25
|
-
displayName: string;
|
|
26
|
-
}
|
|
27
|
-
export interface PermissionTreeData {
|
|
28
|
-
permissions: Permission[];
|
|
29
|
-
grantedPermissionNames: string[];
|
|
30
|
-
}
|
|
31
|
-
export interface JQuery {
|
|
32
|
-
jstree(method: string, ...args: object[]): object;
|
|
33
|
-
jstree(options: object): object;
|
|
34
|
-
}
|
|
35
|
-
export {};
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./password-validation/password-validation.component";
|
|
3
|
-
import * as i2 from "./pw-tabs/pw-tabs.component";
|
|
4
|
-
import * as i3 from "./range-date-picker/date-range-picker.component";
|
|
5
|
-
import * as i4 from "./permission-tree/permission-tree.component";
|
|
6
|
-
import * as i5 from "./privacy-and-tos/privacy-and-tos.component";
|
|
7
|
-
import * as i6 from "./privacy-policy/privacy-policy.component";
|
|
8
|
-
import * as i7 from "./terms-conditions/terms-conditions.component";
|
|
9
|
-
import * as i8 from "./splash/splash.component";
|
|
10
|
-
import * as i9 from "./authenticator/authenticator.component";
|
|
11
|
-
import * as i10 from "./clearbit-icon/clearbit-icon.component";
|
|
12
|
-
import * as i11 from "./coming-soon/coming-soon.component";
|
|
13
|
-
import * as i12 from "./label-management/entity-group/entity-group.component";
|
|
14
|
-
import * as i13 from "./label-management/groups/groups.component";
|
|
15
|
-
import * as i14 from "./label-management/group-definition/group-definition.component";
|
|
16
|
-
import * as i15 from "./number-picker/number-picker.component";
|
|
17
|
-
import * as i16 from "./header/header.component";
|
|
18
|
-
import * as i17 from "./landing-page-footer-b/landing-page-footer-b.component";
|
|
19
|
-
import * as i18 from "@angular/forms";
|
|
20
|
-
import * as i19 from "@posiwise/app-loader";
|
|
21
|
-
import * as i20 from "@posiwise/directives";
|
|
22
|
-
import * as i21 from "@posiwise/core-transloco";
|
|
23
|
-
import * as i22 from "@angular/router";
|
|
24
|
-
import * as i23 from "@ng-bootstrap/ng-bootstrap";
|
|
25
|
-
import * as i24 from "primeng/table";
|
|
26
|
-
import * as i25 from "primeng/tabs";
|
|
27
|
-
import * as i26 from "primeng/button";
|
|
28
|
-
import * as i27 from "primeng/select";
|
|
29
|
-
import * as i28 from "primeng/multiselect";
|
|
30
|
-
import * as i29 from "primeng/progressspinner";
|
|
31
|
-
import * as i30 from "primeng/autocomplete";
|
|
32
|
-
import * as i31 from "ngx-image-cropper";
|
|
33
|
-
import * as i32 from "ngx-ui-switch";
|
|
34
|
-
import * as i33 from "ngx-daterangepicker-material";
|
|
35
|
-
import * as i34 from "@posiwise/pipes";
|
|
36
|
-
import * as i35 from "@angular/common";
|
|
37
|
-
import * as i36 from "@posiwise/utils";
|
|
38
|
-
import * as i37 from "./resource-shared-components.module";
|
|
39
|
-
export declare class SharedComponentsModule {
|
|
40
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SharedComponentsModule, never>;
|
|
41
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<SharedComponentsModule, [typeof i1.PasswordValidationComponent, typeof i2.PwTabsComponent, typeof i3.DateRangePickerComponent, typeof i4.PermissionTreeComponent, typeof i5.PrivacyAndTosComponent, typeof i6.PrivacyPolicyComponent, typeof i7.TermsConditionsComponent, typeof i8.SplashComponent, typeof i9.AuthenticatorComponent, typeof i10.ClearBitIconComponent, typeof i11.ComingSoonComponent, typeof i12.EntityGroupComponent, typeof i13.GroupsComponent, typeof i14.GroupDefinitionComponent, typeof i15.NumberPickerComponent, typeof i16.HeaderComponent, typeof i17.LandingPageFooterBComponent], [typeof i18.FormsModule, typeof i19.AppLoaderModule, typeof i18.ReactiveFormsModule, typeof i20.DirectivesModule, typeof i21.CoreTranslocoModule, typeof i22.RouterModule, typeof i23.NgbTooltipModule, typeof i23.NgbNavModule, typeof i23.NgbModalModule, typeof i24.TableModule, typeof i25.TabsModule, typeof i26.ButtonModule, typeof i27.SelectModule, typeof i28.MultiSelectModule, typeof i29.ProgressSpinnerModule, typeof i30.AutoCompleteModule, typeof i31.ImageCropperModule, typeof i32.UiSwitchModule, typeof i33.NgxDaterangepickerMd, typeof i34.PipesModule, typeof i35.CommonModule, typeof i35.NgIf, typeof i36.FieldErrorDisplayModule, typeof i37.ResourceSharedComponentsModule], [typeof i1.PasswordValidationComponent, typeof i2.PwTabsComponent, typeof i3.DateRangePickerComponent, typeof i23.NgbTooltipModule, typeof i23.NgbNavModule, typeof i23.NgbModalModule, typeof i24.TableModule, typeof i25.TabsModule, typeof i26.ButtonModule, typeof i27.SelectModule, typeof i28.MultiSelectModule, typeof i29.ProgressSpinnerModule, typeof i30.AutoCompleteModule, typeof i31.ImageCropperModule, typeof i32.UiSwitchModule, typeof i33.NgxDaterangepickerMd, typeof i4.PermissionTreeComponent, typeof i5.PrivacyAndTosComponent, typeof i6.PrivacyPolicyComponent, typeof i7.TermsConditionsComponent, typeof i8.SplashComponent, typeof i9.AuthenticatorComponent, typeof i10.ClearBitIconComponent, typeof i11.ComingSoonComponent, typeof i12.EntityGroupComponent, typeof i13.GroupsComponent, typeof i14.GroupDefinitionComponent, typeof i15.NumberPickerComponent, typeof i16.HeaderComponent, typeof i17.LandingPageFooterBComponent, typeof i36.FieldErrorDisplayModule, typeof i37.ResourceSharedComponentsModule]>;
|
|
42
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<SharedComponentsModule>;
|
|
43
|
-
}
|