@posiwise/admin-module 0.0.161 → 0.0.162
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/esm2022/lib/components/domain-config/domain-config-details/domain-config-build/domain-config-build.component.mjs +149 -102
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-details.component.mjs +2 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-integrations/domain-config-integrations.component.mjs +3 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-interface/domain-config-interface.component.mjs +3 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-organization/domain-config-organization.component.mjs +3 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-security/domain-config-security.component.mjs +3 -2
- package/esm2022/lib/components/domain-config/domain-config-details/domain-config-social/domain-config-social.component.mjs +3 -2
- package/esm2022/lib/components/faqs/add-faq/add-faq.component.mjs +3 -3
- package/esm2022/lib/components/faqs/edit-faq/edit-faq.component.mjs +3 -3
- package/esm2022/lib/components/faqs/faqs-list/faqs-list.component.mjs +4 -4
- package/esm2022/lib/components/login-notifications/login-notification-details/login-notification-details.component.mjs +2 -2
- package/esm2022/lib/components/products/product-details/product-details.component.mjs +3 -3
- package/esm2022/lib/components/products/products-list/products-list.component.mjs +3 -3
- package/esm2022/lib/components/resources/resources-admin-details/resources-admin-details.component.mjs +33 -21
- package/esm2022/lib/components/resources/resources-admin-tabs/resources-index/resources-index.component.mjs +3 -3
- package/esm2022/lib/components/subscriptions/subscription-agents/subscription-agents.component.mjs +4 -4
- package/esm2022/lib/components/subscriptions/subscription-agents-list/subscription-agents-list.component.mjs +2 -2
- package/esm2022/lib/components/subscriptions/subscription-details/subscription-details.component.mjs +4 -4
- package/esm2022/lib/components/subscriptions/subscription-product-details/subscription-product-details.component.mjs +3 -3
- package/esm2022/lib/components/subscriptions/subscription-products/subscription-products.component.mjs +2 -2
- package/esm2022/lib/components/subscriptions/subscription-users/add-members/add-members.component.mjs +1 -1
- package/esm2022/lib/components/subscriptions/subscription-users/subscription-users.component.mjs +10 -9
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-price/subscription-insight-average-price.component.mjs +2 -7
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-average-user/subscription-insight-average-user.component.mjs +2 -7
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-nps/subscription-insight-nps.component.mjs +2 -7
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-product-session/subscription-insight-product-session.component.mjs +2 -7
- package/esm2022/lib/components/subscriptions/subscriptions-insight/subscription-insight-user-session/subscription-insight-user-session.component.mjs +2 -7
- package/esm2022/lib/components/subscriptions/subscriptions-list/invite-users/invite-users.component.mjs +6 -6
- package/esm2022/lib/components/subscriptions/subscriptions-list/subscriptions-list.component.mjs +11 -10
- package/esm2022/lib/components/tags/tags-details/tags-details.component.mjs +15 -5
- package/esm2022/lib/components/tags/tags-list/tags-list.component.mjs +4 -4
- package/esm2022/lib/components/tracking/ahoy-events/ahoy-events.component.mjs +5 -6
- package/esm2022/lib/components/tracking/ahoy-messages/ahoy-messages.component.mjs +5 -6
- package/esm2022/lib/components/tracking/ahoy-visits/ahoy-visits.component.mjs +4 -3
- package/esm2022/lib/components/tracking/events/events.component.mjs +4 -3
- package/esm2022/lib/components/tracking/versions/versions.component.mjs +3 -3
- package/esm2022/lib/components/users/user-details/user-details.component.mjs +6 -3
- package/esm2022/lib/components/users/users-list/users-list.component.mjs +11 -11
- package/fesm2022/posiwise-admin-module.mjs +286 -238
- package/fesm2022/posiwise-admin-module.mjs.map +1 -1
- package/lib/components/resources/resources-admin-details/resources-admin-details.component.d.ts +7 -0
- package/lib/components/subscriptions/subscription-users/add-members/add-members.component.d.ts +1 -1
- package/lib/components/subscriptions/subscription-users/subscription-users.component.d.ts +1 -0
- package/lib/components/tags/tags-details/tags-details.component.d.ts +4 -2
- package/package.json +1 -1
package/lib/components/resources/resources-admin-details/resources-admin-details.component.d.ts
CHANGED
|
@@ -103,6 +103,13 @@ export declare class ResourceAdminDetailsComponent extends AppBaseComponent impl
|
|
|
103
103
|
onAdd(): void;
|
|
104
104
|
getAspectRatio(): number;
|
|
105
105
|
onUpdate(): void;
|
|
106
|
+
private handleRectangularPicture;
|
|
107
|
+
private handlePicture;
|
|
108
|
+
private handlePublishedAt;
|
|
109
|
+
private handleAcceptedAt;
|
|
110
|
+
private handleOptionalFields;
|
|
111
|
+
private handleRemovals;
|
|
112
|
+
updatePost(data: any): void;
|
|
106
113
|
navigateToResourceList(): void;
|
|
107
114
|
deleteCoverImage(): void;
|
|
108
115
|
deleteRectangularImage(): void;
|
package/lib/components/subscriptions/subscription-users/add-members/add-members.component.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export declare class AddMembersComponent extends AppBaseComponent implements OnI
|
|
|
18
18
|
dragOver: boolean;
|
|
19
19
|
options: UploaderOptions;
|
|
20
20
|
humanizeBytes: typeof humanizeBytes;
|
|
21
|
-
private token;
|
|
21
|
+
private readonly token;
|
|
22
22
|
id: number;
|
|
23
23
|
page: number;
|
|
24
24
|
constructor(injector: Injector, formBuilder: UntypedFormBuilder, subscriptionService: SubscriptionService, authService: AuthService);
|
|
@@ -71,6 +71,7 @@ export declare class SubscriptionUsersComponent extends AppBaseComponent impleme
|
|
|
71
71
|
hasAccess: boolean;
|
|
72
72
|
isAddEnabled: boolean;
|
|
73
73
|
user: any;
|
|
74
|
+
isUserSubscriptionSuperAdmin: boolean;
|
|
74
75
|
constructor(subscriptionService: SubscriptionService, injector: Injector, cdr: ChangeDetectorRef, authService: AuthService, windowService: WindowService, adminService: AdminService, toaster: CustomToastService);
|
|
75
76
|
ngOnInit(): void;
|
|
76
77
|
ngAfterViewChecked(): void;
|
|
@@ -6,8 +6,8 @@ import { NgbModal } from '@ng-bootstrap/ng-bootstrap';
|
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class TagDetailsComponent extends AppBaseComponent implements OnInit {
|
|
8
8
|
private readonly tagService;
|
|
9
|
-
private cdRef;
|
|
10
|
-
private modalService;
|
|
9
|
+
private readonly cdRef;
|
|
10
|
+
private readonly modalService;
|
|
11
11
|
form: UntypedFormGroup;
|
|
12
12
|
tagTypes: any[];
|
|
13
13
|
tagCategories: any[];
|
|
@@ -23,6 +23,8 @@ export declare class TagDetailsComponent extends AppBaseComponent implements OnI
|
|
|
23
23
|
onImageSelected(dataUrl: string): void;
|
|
24
24
|
dataURLtoBlob(dataUrl: string): Blob;
|
|
25
25
|
handleImageError(event: Event, fallbackPath: string): void;
|
|
26
|
+
deleteTagImage(): void;
|
|
27
|
+
private handleRemovals;
|
|
26
28
|
patchForm(data: any): void;
|
|
27
29
|
onSave(): void;
|
|
28
30
|
private getTagTypes;
|