vc-layout 3.0.4 → 4.0.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/fesm2022/vc-layout.mjs +315 -565
- package/fesm2022/vc-layout.mjs.map +1 -1
- package/index.d.ts +755 -5
- package/package.json +1 -1
- package/lib/components/ai-assistant/ai-assistant-container.component.d.ts +0 -25
- package/lib/components/ai-assistant/assistant-state.config.d.ts +0 -11
- package/lib/components/global-alert/global-alert/global-alert.component.d.ts +0 -27
- package/lib/components/global-alert/global-alert.module.d.ts +0 -8
- package/lib/components/header/ai-assistant/ai-assistant.component.d.ts +0 -12
- package/lib/components/header/business-cycle/business-cycle.component.d.ts +0 -90
- package/lib/components/header/create-workflow/create-workflow.component.d.ts +0 -10
- package/lib/components/header/header-container/header-container.component.d.ts +0 -38
- package/lib/components/header/header.module.d.ts +0 -23
- package/lib/components/header/queue/queue.component.d.ts +0 -12
- package/lib/components/header/search/search.component.d.ts +0 -21
- package/lib/components/header/support/support.component.d.ts +0 -10
- package/lib/components/header/user-details/user-details.component.d.ts +0 -14
- package/lib/components/product-list/module-list/module-list.component.d.ts +0 -51
- package/lib/components/product-list/preference-list/preference-list.component.d.ts +0 -17
- package/lib/components/product-list/product-list-container/product-list-container.component.d.ts +0 -10
- package/lib/components/product-list/product-list.module.d.ts +0 -13
- package/lib/components/sub-menu/sub-menu-container/sub-menu-container.component.d.ts +0 -13
- package/lib/components/sub-menu/sub-menu.module.d.ts +0 -9
- package/lib/configurations.d.ts +0 -4
- package/lib/constants/alerts.constant.d.ts +0 -1
- package/lib/constants/api.constant.d.ts +0 -6
- package/lib/constants/app-url.constant.d.ts +0 -1
- package/lib/constants/assets.constants.d.ts +0 -1
- package/lib/constants/assistant.constants.d.ts +0 -2
- package/lib/constants/business-cycle.constant.d.ts +0 -2
- package/lib/constants/product-list.constant.d.ts +0 -5
- package/lib/shared/pipe/check-create-permission.pipe.d.ts +0 -7
- package/lib/shared/pipe/date-format.pipe.d.ts +0 -7
- package/lib/shared/pipe/get-file-url.pipe.d.ts +0 -10
- package/lib/shared/pipe/get-module-icon.pipe.d.ts +0 -7
- package/lib/shared/pipe/pipes.module.d.ts +0 -12
- package/lib/shared/pipe/safe-url.pipe.d.ts +0 -10
- package/lib/shared/services/RBAC.service.d.ts +0 -25
- package/lib/shared/services/api.service.d.ts +0 -39
- package/lib/shared/services/business-cycle.service.d.ts +0 -51
- package/lib/shared/services/layout.service.d.ts +0 -10
- package/lib/shared/services/local-storage.service.d.ts +0 -8
- package/lib/shared/services/product-list.service.d.ts +0 -31
- package/lib/shared/ui-kit/avatar/avatar/avatar.component.d.ts +0 -12
- package/lib/shared/ui-kit/avatar/avatar.module.d.ts +0 -9
- package/lib/shared/ui-kit/formgroup/checkbox/checkbox.component.d.ts +0 -16
- package/lib/shared/ui-kit/formgroup/click-outside.directive.d.ts +0 -10
- package/lib/shared/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +0 -13
- package/lib/shared/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +0 -13
- package/lib/shared/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts +0 -15
- package/lib/shared/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts +0 -8
- package/lib/shared/ui-kit/formgroup/cs-select/cs-select.component.d.ts +0 -36
- package/lib/shared/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +0 -15
- package/lib/shared/ui-kit/formgroup/formgroup.module.d.ts +0 -19
- package/lib/shared/ui-kit/formgroup/pipes/pascal.pipe.d.ts +0 -7
- package/lib/shared/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts +0 -7
- package/lib/shared/ui-kit/page-loader/page-loader.component.d.ts +0 -5
- package/lib/shared/ui-kit/popover/popover-event.directive.d.ts +0 -10
- package/lib/shared/ui-kit/popover/popover-longpress.directive.d.ts +0 -16
- package/lib/shared/ui-kit/popover/popover.component.d.ts +0 -28
- package/lib/shared/ui-kit/popover/popover.directive.d.ts +0 -17
- package/lib/shared/ui-kit/popover/popover.module.d.ts +0 -11
- package/lib/shared/ui-kit/popover/popover.service.d.ts +0 -12
- package/lib/shared/ui-kit/tooltip/tooltip.directive.d.ts +0 -27
- package/lib/shared/ui-kit/tooltip/tooltip.module.d.ts +0 -8
- package/lib/vc-layout.component.d.ts +0 -10
- package/lib/vc-layout.module.d.ts +0 -10
- package/lib/vc-layout.service.d.ts +0 -6
- package/public-api.d.ts +0 -11
package/index.d.ts
CHANGED
|
@@ -1,5 +1,755 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
1
|
+
import { HttpClient } from '@angular/common/http';
|
|
2
|
+
import { BehaviorSubject } from 'rxjs';
|
|
3
|
+
import { AuthorizerService } from '@vcomply/authorizer';
|
|
4
|
+
import * as i0 from '@angular/core';
|
|
5
|
+
import { ModuleWithProviders, EventEmitter, OnInit, OnDestroy, OnChanges, ElementRef, Renderer2, PipeTransform } from '@angular/core';
|
|
6
|
+
import { ActivatedRoute } from '@angular/router';
|
|
7
|
+
import * as i2 from '@angular/common';
|
|
8
|
+
import { DomSanitizer, SafeResourceUrl } from '@angular/platform-browser';
|
|
9
|
+
import * as i8 from '@angular/forms';
|
|
10
|
+
import { ControlValueAccessor } from '@angular/forms';
|
|
11
|
+
|
|
12
|
+
declare class Configurations {
|
|
13
|
+
envConfig: any;
|
|
14
|
+
constructor();
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
declare class LayoutService {
|
|
18
|
+
baseUrl: string;
|
|
19
|
+
pathName: string;
|
|
20
|
+
constructor();
|
|
21
|
+
private setBaseUrl;
|
|
22
|
+
ConvertUtcToLocalDateTime(timestamp: number, TimeZone: string): string | 0;
|
|
23
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutService, never>;
|
|
24
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LayoutService>;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
declare class ApiService {
|
|
28
|
+
private http;
|
|
29
|
+
private authService;
|
|
30
|
+
private layoutService;
|
|
31
|
+
env: any;
|
|
32
|
+
userDetails: any;
|
|
33
|
+
isLoading: BehaviorSubject<boolean>;
|
|
34
|
+
userId: string;
|
|
35
|
+
private httpOptions;
|
|
36
|
+
subscriptionDetail$: BehaviorSubject<any | null>;
|
|
37
|
+
organizationDetail$: BehaviorSubject<any | null>;
|
|
38
|
+
loggedUserDetail$: BehaviorSubject<any | null>;
|
|
39
|
+
queueCount$: BehaviorSubject<any | null>;
|
|
40
|
+
constructor(http: HttpClient, authService: AuthorizerService, layoutService: LayoutService, config?: Configurations);
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
* API definitions
|
|
44
|
+
*/
|
|
45
|
+
private subscriptionList;
|
|
46
|
+
private organizationDetails;
|
|
47
|
+
private loggedInUserDetails;
|
|
48
|
+
private queueCount;
|
|
49
|
+
/**
|
|
50
|
+
* ALL API CALLS
|
|
51
|
+
*
|
|
52
|
+
*/
|
|
53
|
+
getSubscriptionList(): void;
|
|
54
|
+
getOrgDetails(id: number): void;
|
|
55
|
+
getUserDetails(_id: string): void;
|
|
56
|
+
getQueueCount(): void;
|
|
57
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ApiService, [null, null, null, { optional: true; }]>;
|
|
58
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ApiService>;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
declare class RbacService {
|
|
62
|
+
private apiService;
|
|
63
|
+
permissions: any;
|
|
64
|
+
constructor(apiService: ApiService);
|
|
65
|
+
/**
|
|
66
|
+
* Retrieves the RBAC (Role-Based Access Control) permissions for a given module.
|
|
67
|
+
*
|
|
68
|
+
* @param MODULE - The module for which to retrieve the permissions. Must be one of the following values:
|
|
69
|
+
* - 'assessment'
|
|
70
|
+
* - 'audit'
|
|
71
|
+
* - 'issue'
|
|
72
|
+
* - 'policy'
|
|
73
|
+
* - 'risk'
|
|
74
|
+
* - 'assurance'
|
|
75
|
+
* - 'compliance'
|
|
76
|
+
* - 'organization'
|
|
77
|
+
*
|
|
78
|
+
* @returns An array of strings representing the permissions for the specified module.
|
|
79
|
+
*/
|
|
80
|
+
getRBACPermissions(MODULE: 'assessment' | 'audit' | 'issue' | 'policy' | 'risk' | 'assurance' | 'compliance' | 'organization' | 'case' | 'settings'): any;
|
|
81
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<RbacService, never>;
|
|
82
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<RbacService>;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
declare class VcLayoutService {
|
|
86
|
+
constructor();
|
|
87
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VcLayoutService, never>;
|
|
88
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<VcLayoutService>;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
declare class VcLayoutComponent {
|
|
92
|
+
baseUrl: string;
|
|
93
|
+
constructor();
|
|
94
|
+
private setBaseUrl;
|
|
95
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VcLayoutComponent, never>;
|
|
96
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VcLayoutComponent, "vc-layout", never, {}, {}, never, never, false, never>;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
declare class VcLayoutModule {
|
|
100
|
+
static forRoot(environmentConfig: Configurations): ModuleWithProviders<VcLayoutModule>;
|
|
101
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VcLayoutModule, never>;
|
|
102
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<VcLayoutModule, [typeof VcLayoutComponent], never, [typeof VcLayoutComponent]>;
|
|
103
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<VcLayoutModule>;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
declare class ProductListContainerComponent {
|
|
107
|
+
featureFlag: any;
|
|
108
|
+
activeModule: string;
|
|
109
|
+
isSubMenuVisible: boolean;
|
|
110
|
+
onToggleSubmenu: EventEmitter<any>;
|
|
111
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductListContainerComponent, never>;
|
|
112
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ProductListContainerComponent, "vc-product-list-container", never, { "featureFlag": { "alias": "featureFlag"; "required": false; }; "activeModule": { "alias": "activeModule"; "required": false; }; "isSubMenuVisible": { "alias": "isSubMenuVisible"; "required": false; }; }, { "onToggleSubmenu": "onToggleSubmenu"; }, never, never, false, never>;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
declare class HeaderContainerComponent implements OnInit, OnDestroy {
|
|
116
|
+
apiService: ApiService;
|
|
117
|
+
private layoutService;
|
|
118
|
+
private router;
|
|
119
|
+
ASSETS: any;
|
|
120
|
+
isXmasCapVisible: boolean;
|
|
121
|
+
showAnimation: boolean;
|
|
122
|
+
private animationInterval;
|
|
123
|
+
showBusinessCycle: string[];
|
|
124
|
+
currentUrl: string;
|
|
125
|
+
defaultURL: string;
|
|
126
|
+
isAiAssistantEnabled: boolean;
|
|
127
|
+
showSearch: boolean;
|
|
128
|
+
featureFlag: any;
|
|
129
|
+
isAdvanceSearch: boolean;
|
|
130
|
+
iframeLoading: boolean;
|
|
131
|
+
isAiAssistantOpen: boolean;
|
|
132
|
+
businessCycleChange: EventEmitter<any>;
|
|
133
|
+
openDialog: EventEmitter<any>;
|
|
134
|
+
onSearchAction: EventEmitter<any>;
|
|
135
|
+
openAiAssistant: EventEmitter<boolean>;
|
|
136
|
+
constructor(apiService: ApiService, layoutService: LayoutService, router: ActivatedRoute);
|
|
137
|
+
ngOnInit(): void;
|
|
138
|
+
ngOnDestroy(): void;
|
|
139
|
+
businessCycleChangeHandler(event: any): void;
|
|
140
|
+
onRouterChange(): void;
|
|
141
|
+
get isBusinessCycleVisible(): boolean;
|
|
142
|
+
checkAiAssistantEnabled(): void;
|
|
143
|
+
checkSnowFallVisibility(): void;
|
|
144
|
+
checkXmasCapVisibility(): void;
|
|
145
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderContainerComponent, never>;
|
|
146
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<HeaderContainerComponent, "vc-header-container", never, { "showSearch": { "alias": "showSearch"; "required": false; }; "featureFlag": { "alias": "featureFlag"; "required": false; }; "isAdvanceSearch": { "alias": "isAdvanceSearch"; "required": false; }; "iframeLoading": { "alias": "iframeLoading"; "required": false; }; "isAiAssistantOpen": { "alias": "isAiAssistantOpen"; "required": false; }; }, { "businessCycleChange": "businessCycleChange"; "openDialog": "openDialog"; "onSearchAction": "onSearchAction"; "openAiAssistant": "openAiAssistant"; }, never, never, false, never>;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
declare class SubMenuContainerComponent {
|
|
150
|
+
subMenuData: any[];
|
|
151
|
+
eachProduct: any;
|
|
152
|
+
moduleTitle: string;
|
|
153
|
+
onCloseSubMenu: EventEmitter<any>;
|
|
154
|
+
constructor();
|
|
155
|
+
onSubMenuClose(): void;
|
|
156
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SubMenuContainerComponent, never>;
|
|
157
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SubMenuContainerComponent, "vc-sub-menu-container", never, { "subMenuData": { "alias": "subMenuData"; "required": false; }; "eachProduct": { "alias": "eachProduct"; "required": false; }; "moduleTitle": { "alias": "moduleTitle"; "required": false; }; }, { "onCloseSubMenu": "onCloseSubMenu"; }, never, ["*"], false, never>;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
declare class ProductListService {
|
|
161
|
+
private rbacService;
|
|
162
|
+
constructor(rbacService: RbacService);
|
|
163
|
+
/**
|
|
164
|
+
* Filters the subscribed products based on the subscription flags.
|
|
165
|
+
*
|
|
166
|
+
* @param productList - The list of products.
|
|
167
|
+
* @param subscriptionList - The subscription flags.
|
|
168
|
+
* @returns The filtered list of subscribed products.
|
|
169
|
+
*/
|
|
170
|
+
subscribedProduct(productList?: any, subscriptionList?: any): any;
|
|
171
|
+
/**
|
|
172
|
+
* Sets the product click callback based on the product details and feature flag.
|
|
173
|
+
*
|
|
174
|
+
* @param productDetails - The details of the product.
|
|
175
|
+
* @param featureFlag - The feature flag.
|
|
176
|
+
* @returns The URL for the product click callback.
|
|
177
|
+
*/
|
|
178
|
+
setProductClickCallback(productDetails: any): any;
|
|
179
|
+
/**
|
|
180
|
+
* Sets the compliance URL based on the feature flag and RBAC permissions.
|
|
181
|
+
*
|
|
182
|
+
* @param featureFlag - The feature flag.
|
|
183
|
+
* @returns The URL for the compliance page.
|
|
184
|
+
*/
|
|
185
|
+
private setComplianceURL;
|
|
186
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductListService, never>;
|
|
187
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<ProductListService>;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
declare class ModuleListComponent implements OnChanges, OnInit {
|
|
191
|
+
private productListService;
|
|
192
|
+
private apiService;
|
|
193
|
+
private rbacService;
|
|
194
|
+
isLoading: boolean;
|
|
195
|
+
CODES: any;
|
|
196
|
+
featureFlag: any;
|
|
197
|
+
activeModule: string;
|
|
198
|
+
isSubMenuVisible: boolean;
|
|
199
|
+
onToggleSubmenu: EventEmitter<any>;
|
|
200
|
+
ASSETS: any;
|
|
201
|
+
PRODUCT_LIST: any;
|
|
202
|
+
assessmentPermission: Array<any>;
|
|
203
|
+
constructor(productListService: ProductListService, apiService: ApiService, rbacService: RbacService);
|
|
204
|
+
ngOnInit(): void;
|
|
205
|
+
ngOnChanges(): void;
|
|
206
|
+
/**
|
|
207
|
+
* Handles the toggle event of the submenu for each product.
|
|
208
|
+
*
|
|
209
|
+
* @param eachProduct - The product object for which the submenu is being toggled.
|
|
210
|
+
* @returns Returns false to prevent the default behavior.
|
|
211
|
+
*/
|
|
212
|
+
onSubMenuToggle(eachProduct: any): void;
|
|
213
|
+
/**
|
|
214
|
+
* Checks the module subscription and updates the product list accordingly.
|
|
215
|
+
* Subscribes to the `subscriptionDetail$` observable from the `apiService` and updates the `PRODUCT_LIST` property of the component based on the received data.
|
|
216
|
+
*
|
|
217
|
+
* @remarks
|
|
218
|
+
* This method is typically called when the component is initialized or when the subscription details change.
|
|
219
|
+
*/
|
|
220
|
+
private checkModuleSubscription;
|
|
221
|
+
private setLoader;
|
|
222
|
+
/**
|
|
223
|
+
* Sets the product list by mapping each product in the PRODUCT_LIST array.
|
|
224
|
+
* Each product's callback is set to the onSubMenuToggle method bound to the current instance.
|
|
225
|
+
* The product's URL is set using the setProductClickCallback method of the productListService,
|
|
226
|
+
* passing the product and the featureFlag as arguments. If the returned URL is null or undefined,
|
|
227
|
+
* an empty string is assigned to the product's URL property.
|
|
228
|
+
*/
|
|
229
|
+
private assessmentPermissionCheck;
|
|
230
|
+
private setProductList;
|
|
231
|
+
private getUserDetails;
|
|
232
|
+
private setCasePermission;
|
|
233
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ModuleListComponent, never>;
|
|
234
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ModuleListComponent, "vc-module-list", never, { "featureFlag": { "alias": "featureFlag"; "required": false; }; "activeModule": { "alias": "activeModule"; "required": false; }; "isSubMenuVisible": { "alias": "isSubMenuVisible"; "required": false; }; }, { "onToggleSubmenu": "onToggleSubmenu"; }, never, never, false, never>;
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
declare class PreferenceListComponent implements OnInit {
|
|
238
|
+
private layoutService;
|
|
239
|
+
private apiService;
|
|
240
|
+
isLoading: boolean;
|
|
241
|
+
PREFERENCE_LIST: any;
|
|
242
|
+
activeModule: string;
|
|
243
|
+
constructor(layoutService: LayoutService, apiService: ApiService);
|
|
244
|
+
ngOnInit(): void;
|
|
245
|
+
setLoader(): void;
|
|
246
|
+
setUrl(): void;
|
|
247
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PreferenceListComponent, never>;
|
|
248
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PreferenceListComponent, "vc-preference-list", never, { "activeModule": { "alias": "activeModule"; "required": false; }; }, {}, never, never, false, never>;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
declare class PageLoaderComponent {
|
|
252
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PageLoaderComponent, never>;
|
|
253
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageLoaderComponent, "app-page-loader", never, {}, {}, never, never, false, never>;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
declare class ToolTipDirective implements OnInit {
|
|
257
|
+
private el;
|
|
258
|
+
private renderer;
|
|
259
|
+
tooltipTitle: string;
|
|
260
|
+
placement: string;
|
|
261
|
+
type: any;
|
|
262
|
+
tooltipMandatory: boolean;
|
|
263
|
+
showTooltip: boolean;
|
|
264
|
+
animate: boolean;
|
|
265
|
+
tooltip: HTMLElement;
|
|
266
|
+
offset: number;
|
|
267
|
+
constructor(el: ElementRef, renderer: Renderer2);
|
|
268
|
+
ngOnInit(): void;
|
|
269
|
+
onMouseEnter(): void;
|
|
270
|
+
onMouseOver(): void;
|
|
271
|
+
onMouseLeave(): void;
|
|
272
|
+
onMouseOut(): void;
|
|
273
|
+
onClick(): void;
|
|
274
|
+
show(): void;
|
|
275
|
+
hide(): void;
|
|
276
|
+
create(): void;
|
|
277
|
+
setPosition(): void;
|
|
278
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ToolTipDirective, never>;
|
|
279
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ToolTipDirective, "[arTooltip]", never, { "tooltipTitle": { "alias": "arTooltip"; "required": false; }; "placement": { "alias": "placement"; "required": false; }; "type": { "alias": "type"; "required": false; }; "tooltipMandatory": { "alias": "tooltipMandatory"; "required": false; }; "showTooltip": { "alias": "showTooltip"; "required": false; }; "animate": { "alias": "animate"; "required": false; }; }, {}, never, never, false, never>;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
declare class TooltipModule {
|
|
283
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
284
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof ToolTipDirective], [typeof i2.CommonModule], [typeof ToolTipDirective]>;
|
|
285
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
declare class GetFileUrlPipe implements PipeTransform {
|
|
289
|
+
environmentValue: any;
|
|
290
|
+
constructor(config?: Configurations);
|
|
291
|
+
transform(value: any, ...args: any[]): string;
|
|
292
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetFileUrlPipe, [{ optional: true; }]>;
|
|
293
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GetFileUrlPipe, "getFileUrl", false>;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
declare class CreatePermissionPipe implements PipeTransform {
|
|
297
|
+
transform(value: any, args?: any): any;
|
|
298
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreatePermissionPipe, never>;
|
|
299
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<CreatePermissionPipe, "checkPermission", false>;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
declare class DateFormatPipe implements PipeTransform {
|
|
303
|
+
transform(value: string): string;
|
|
304
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<DateFormatPipe, never>;
|
|
305
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<DateFormatPipe, "dateFormat", false>;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
declare class GetModuleIconPipe implements PipeTransform {
|
|
309
|
+
transform(module: string, activeModule: string): string;
|
|
310
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GetModuleIconPipe, never>;
|
|
311
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<GetModuleIconPipe, "getModuleIcon", false>;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
declare class SafeUrlPipe implements PipeTransform {
|
|
315
|
+
private sanitizer;
|
|
316
|
+
constructor(sanitizer: DomSanitizer);
|
|
317
|
+
transform(url: string | null | undefined): SafeResourceUrl;
|
|
318
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SafeUrlPipe, never>;
|
|
319
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SafeUrlPipe, "SafeUrl", false>;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
declare class PipesModule {
|
|
323
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PipesModule, never>;
|
|
324
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PipesModule, [typeof GetFileUrlPipe, typeof CreatePermissionPipe, typeof DateFormatPipe, typeof GetModuleIconPipe, typeof SafeUrlPipe], [typeof i2.CommonModule], [typeof GetFileUrlPipe, typeof CreatePermissionPipe, typeof DateFormatPipe, typeof GetModuleIconPipe, typeof SafeUrlPipe]>;
|
|
325
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PipesModule>;
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
declare class ProductListModule {
|
|
329
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ProductListModule, never>;
|
|
330
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<ProductListModule, [typeof ProductListContainerComponent, typeof ModuleListComponent, typeof PreferenceListComponent, typeof PageLoaderComponent], [typeof i2.CommonModule, typeof TooltipModule, typeof PipesModule], [typeof ProductListContainerComponent]>;
|
|
331
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<ProductListModule>;
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
declare class BusinessCycleService {
|
|
335
|
+
private authorizer;
|
|
336
|
+
businessCycleList$: BehaviorSubject<any>;
|
|
337
|
+
orgDetails$: BehaviorSubject<any>;
|
|
338
|
+
selectedBusinessCycle$: BehaviorSubject<any>;
|
|
339
|
+
changeBusinessCycle$: BehaviorSubject<boolean>;
|
|
340
|
+
constructor(authorizer: AuthorizerService);
|
|
341
|
+
/**
|
|
342
|
+
* #### Description
|
|
343
|
+
* it will check the business cycle stored in local is same business cycle as the user login
|
|
344
|
+
* Determines whether correct business cycle is
|
|
345
|
+
* @returns true if correct business cycle
|
|
346
|
+
*/
|
|
347
|
+
isCorrectBusinessCycle(cycle: any): boolean;
|
|
348
|
+
/**
|
|
349
|
+
* #### Description
|
|
350
|
+
* set business cycle in local storage if local storage don't have business cycle.
|
|
351
|
+
* Sets business cycle
|
|
352
|
+
* @param businessCycleList list of all the cycle of the organization
|
|
353
|
+
*/
|
|
354
|
+
setBusinessCycle(businessCycleList: any): void;
|
|
355
|
+
setSelectedCycleArray(cycle: any): string[];
|
|
356
|
+
/**
|
|
357
|
+
* #### Description
|
|
358
|
+
* if business cycle is found in local the it will set in this selectedBusinessCycle$ variable.
|
|
359
|
+
* it is subject variable so we can use it in different component
|
|
360
|
+
*/
|
|
361
|
+
isBusinessCycleAvailable(): void;
|
|
362
|
+
/**
|
|
363
|
+
* #### Description
|
|
364
|
+
*
|
|
365
|
+
* it will convert date from dd-mm-yyyy to dd mmm yyyy formate
|
|
366
|
+
* Converts date
|
|
367
|
+
* @param date
|
|
368
|
+
* @returns date in this formate DD MMM YYYY
|
|
369
|
+
*/
|
|
370
|
+
convertDate(date: string): string;
|
|
371
|
+
/**
|
|
372
|
+
* #### Description
|
|
373
|
+
*
|
|
374
|
+
* Converts numeric alpha
|
|
375
|
+
* @param str = "01-05-2021-30-04-2022"
|
|
376
|
+
* @returns = "01 May 2021 - 30 Apr 2022"
|
|
377
|
+
*/
|
|
378
|
+
convertNumericAlpha(str: any): string;
|
|
379
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BusinessCycleService, never>;
|
|
380
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<BusinessCycleService>;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
declare class BusinessCycleComponent {
|
|
384
|
+
private authService;
|
|
385
|
+
private businessCycleService;
|
|
386
|
+
private apiService;
|
|
387
|
+
cycleToShow: string;
|
|
388
|
+
businessCycleArr: Array<string>;
|
|
389
|
+
hiddenCycle: Array<number>;
|
|
390
|
+
tempBusinessCycleArr: Array<string>;
|
|
391
|
+
tempHiddenCycle: Array<number>;
|
|
392
|
+
businessCyclesList: Array<any>;
|
|
393
|
+
businessCycleList: Array<any>;
|
|
394
|
+
tempSelectedCycle: any[];
|
|
395
|
+
userId: number;
|
|
396
|
+
selectedBusinessCycle: any;
|
|
397
|
+
businessCycleChange: EventEmitter<any>;
|
|
398
|
+
orgDetails: any;
|
|
399
|
+
constructor(authService: AuthorizerService, businessCycleService: BusinessCycleService, apiService: ApiService);
|
|
400
|
+
getOrgDetails(): void;
|
|
401
|
+
private initializeTempSelectedCycle;
|
|
402
|
+
setSelectedBusinessCycle(): void;
|
|
403
|
+
/**
|
|
404
|
+
* #### Description
|
|
405
|
+
* it will set a new key in every cycle
|
|
406
|
+
* key will use for disabled or enable the cycle from business cycle list.
|
|
407
|
+
* @param businessCycle this the business cycle list
|
|
408
|
+
*/
|
|
409
|
+
setBusinessCycleKey(businessCycle: any): void;
|
|
410
|
+
/**
|
|
411
|
+
* #### Description
|
|
412
|
+
* it will check the cycle if it is not checked.
|
|
413
|
+
* if it has checked then it will uncheck that cycle.
|
|
414
|
+
* @param cycle checked or unchecked cycle from business cycle list.
|
|
415
|
+
* @param index it give the index value of business cycle list which is selected.
|
|
416
|
+
*/
|
|
417
|
+
selectCycle(cycle: any, index: number): void;
|
|
418
|
+
/**
|
|
419
|
+
* #### Description
|
|
420
|
+
*
|
|
421
|
+
* need to check cycle includes in selected cycle array
|
|
422
|
+
* Determines whether selected cycle is
|
|
423
|
+
* @param selectedCycle selected Cycle which user checked or auto selected cycle.
|
|
424
|
+
* @param cycle all indivisible cycle of business cycle of the organization.
|
|
425
|
+
* @returns boolean value is cycle exist in selected cycle or not.
|
|
426
|
+
*/
|
|
427
|
+
isSelectedCycle(selectedCycle: any, cycle: any): boolean;
|
|
428
|
+
/**
|
|
429
|
+
* #### Description
|
|
430
|
+
*
|
|
431
|
+
* set selected businessCycle to temp business cycle indivisible if there is two selected cycle
|
|
432
|
+
* Sets temp selected cycle
|
|
433
|
+
* @param cycle selected business cycle from local storage
|
|
434
|
+
*/
|
|
435
|
+
setTempSelectedCycle(cycle: any): void;
|
|
436
|
+
/**
|
|
437
|
+
* #### Description
|
|
438
|
+
* when user select one cycle then their besides cycles are enable and other are disabled.
|
|
439
|
+
* if user select two cycles then all the cycles get disabled except selected cycles.
|
|
440
|
+
*
|
|
441
|
+
* In businessCycleList array we set a isDisabled key, we are set it true when need to disabled the cycle.
|
|
442
|
+
*/
|
|
443
|
+
setCycleEnableDisable(): void;
|
|
444
|
+
/**
|
|
445
|
+
* #### Description
|
|
446
|
+
* When user click apply then selected cycle is set in local storage.
|
|
447
|
+
*
|
|
448
|
+
*/
|
|
449
|
+
setBusinessCycle(): void;
|
|
450
|
+
setSingleSelectedCycle(businessCycleObject: any, isFutureDates: (cycle: any) => boolean): void;
|
|
451
|
+
setMultipleSelectedCycles(businessCycleObject: any, isFutureDates: (cycle: any) => boolean): void;
|
|
452
|
+
/**
|
|
453
|
+
* #### Description
|
|
454
|
+
* when user click cancel then it will close the popover.
|
|
455
|
+
* remove temp value from term selected array and set the previous selected cycle in it.
|
|
456
|
+
*/
|
|
457
|
+
cancelBusinessCycle(): void;
|
|
458
|
+
/**
|
|
459
|
+
* #### Description
|
|
460
|
+
* this will set the string of business cycle which will display in the header.
|
|
461
|
+
* @param cycle object which is selected and apply. the same object will store in local storage.
|
|
462
|
+
*/
|
|
463
|
+
setCycleToShow(cycle: any): void;
|
|
464
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<BusinessCycleComponent, never>;
|
|
465
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BusinessCycleComponent, "vc-business-cycle", never, { "orgDetails": { "alias": "orgDetails"; "required": false; }; }, { "businessCycleChange": "businessCycleChange"; }, never, never, false, never>;
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
declare class SearchComponent {
|
|
469
|
+
private renderer;
|
|
470
|
+
private router;
|
|
471
|
+
searchValue: string;
|
|
472
|
+
isDivClicked: boolean;
|
|
473
|
+
isAdvanceSearch: boolean;
|
|
474
|
+
searchArea: ElementRef;
|
|
475
|
+
searchBox: ElementRef;
|
|
476
|
+
onSearchAction: EventEmitter<any>;
|
|
477
|
+
constructor(renderer: Renderer2, router: ActivatedRoute);
|
|
478
|
+
onKeyUp(event: any): void;
|
|
479
|
+
onSearch(type: string, searchValue: string): void;
|
|
480
|
+
onCrossClick(): void;
|
|
481
|
+
onRouterChange(): void;
|
|
482
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchComponent, never>;
|
|
483
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SearchComponent, "vc-search", never, { "isAdvanceSearch": { "alias": "isAdvanceSearch"; "required": false; }; }, { "onSearchAction": "onSearchAction"; }, never, never, false, never>;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
declare class CreateWorkflowComponent {
|
|
487
|
+
iframeLoading: boolean;
|
|
488
|
+
openWorkflow: EventEmitter<any>;
|
|
489
|
+
constructor();
|
|
490
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CreateWorkflowComponent, never>;
|
|
491
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CreateWorkflowComponent, "vc-create-workflow", never, { "iframeLoading": { "alias": "iframeLoading"; "required": false; }; }, { "openWorkflow": "openWorkflow"; }, never, never, false, never>;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
declare class QueueComponent {
|
|
495
|
+
apiService: ApiService;
|
|
496
|
+
private layoutService;
|
|
497
|
+
queueURL: string;
|
|
498
|
+
constructor(apiService: ApiService, layoutService: LayoutService);
|
|
499
|
+
private setQueueURl;
|
|
500
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<QueueComponent, never>;
|
|
501
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QueueComponent, "vc-queue", never, {}, {}, never, never, false, never>;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
declare class UserDetailsComponent {
|
|
505
|
+
private layoutService;
|
|
506
|
+
private authService;
|
|
507
|
+
userDetails: any;
|
|
508
|
+
subscriptionDetails: any;
|
|
509
|
+
constructor(layoutService: LayoutService, authService: AuthorizerService);
|
|
510
|
+
editProfile(): void;
|
|
511
|
+
logout(): void;
|
|
512
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<UserDetailsComponent, never>;
|
|
513
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<UserDetailsComponent, "vc-user-details", never, { "userDetails": { "alias": "userDetails"; "required": false; }; "subscriptionDetails": { "alias": "subscriptionDetails"; "required": false; }; }, {}, never, never, false, never>;
|
|
514
|
+
}
|
|
515
|
+
|
|
516
|
+
declare class SupportComponent {
|
|
517
|
+
ASSETS: any;
|
|
518
|
+
openSupport: EventEmitter<any>;
|
|
519
|
+
constructor();
|
|
520
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SupportComponent, never>;
|
|
521
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SupportComponent, "vc-support", never, {}, { "openSupport": "openSupport"; }, never, never, false, never>;
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
declare class AiAssistantComponent {
|
|
525
|
+
ASSETS: any;
|
|
526
|
+
isAiAssistantOpen: boolean;
|
|
527
|
+
openAiAssistant: EventEmitter<boolean>;
|
|
528
|
+
constructor();
|
|
529
|
+
onClick(): void;
|
|
530
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AiAssistantComponent, never>;
|
|
531
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AiAssistantComponent, "vc-ai-assistant", never, { "isAiAssistantOpen": { "alias": "isAiAssistantOpen"; "required": false; }; }, { "openAiAssistant": "openAiAssistant"; }, never, never, false, never>;
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
declare class LocalStorageService {
|
|
535
|
+
getItem<T = any>(key: string): T | null;
|
|
536
|
+
setItem(key: string, value: unknown): void;
|
|
537
|
+
removeItem(key: string): void;
|
|
538
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
|
|
539
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
declare class VcAiAssistantComponent implements OnInit {
|
|
543
|
+
private localStorageService;
|
|
544
|
+
isAiAssistantInitialized: boolean;
|
|
545
|
+
isAiAssistantMaximized: boolean;
|
|
546
|
+
isAiAssistantVisible: boolean;
|
|
547
|
+
aiAssistantUrl: string;
|
|
548
|
+
set isAiAssistantOpen(value: boolean);
|
|
549
|
+
aiAssistantVisibility: EventEmitter<boolean>;
|
|
550
|
+
constructor(localStorageService: LocalStorageService);
|
|
551
|
+
ngOnInit(): void;
|
|
552
|
+
onWindowMessage(event: MessageEvent): void;
|
|
553
|
+
private applyAssistantState;
|
|
554
|
+
openAiAssistant(): void;
|
|
555
|
+
private handleAssistantMessage;
|
|
556
|
+
private updateAssistantContext;
|
|
557
|
+
private restoreAssistantState;
|
|
558
|
+
getAiAssistantContainerClasses(): {
|
|
559
|
+
[klass: string]: boolean;
|
|
560
|
+
};
|
|
561
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<VcAiAssistantComponent, never>;
|
|
562
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<VcAiAssistantComponent, "vc-ai-assistant-container", never, { "aiAssistantUrl": { "alias": "aiAssistantUrl"; "required": false; }; "isAiAssistantOpen": { "alias": "isAiAssistantOpen"; "required": false; }; }, { "aiAssistantVisibility": "aiAssistantVisibility"; }, never, never, false, never>;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
declare class AvatarComponent {
|
|
566
|
+
private authService;
|
|
567
|
+
baseUrl: string;
|
|
568
|
+
shortName: string;
|
|
569
|
+
userInfo: any;
|
|
570
|
+
type: 'md' | 'sm' | 'xs' | 'x-lg';
|
|
571
|
+
constructor(authService: AuthorizerService);
|
|
572
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
573
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "vc-avatar", never, { "userInfo": { "alias": "userInfo"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
declare class AvatarModule {
|
|
577
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
|
|
578
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, [typeof AvatarComponent], [typeof i2.CommonModule, typeof PipesModule], [typeof AvatarComponent]>;
|
|
579
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
declare class PopoverService {
|
|
583
|
+
positionX: number;
|
|
584
|
+
positionY: number;
|
|
585
|
+
popoverHeight: any;
|
|
586
|
+
popoverWidth: any;
|
|
587
|
+
elementPosition: any;
|
|
588
|
+
elementDirection: any;
|
|
589
|
+
constructor();
|
|
590
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverService, never>;
|
|
591
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<PopoverService>;
|
|
592
|
+
}
|
|
593
|
+
|
|
594
|
+
declare class PopoverComponent {
|
|
595
|
+
popoverService: PopoverService;
|
|
596
|
+
dontCloseonClick: boolean;
|
|
597
|
+
popoverContainer: boolean;
|
|
598
|
+
popoverRatio: ElementRef;
|
|
599
|
+
popoverContent: ElementRef;
|
|
600
|
+
closedOnOverlay: EventEmitter<any>;
|
|
601
|
+
constructor(popoverService: PopoverService);
|
|
602
|
+
showPopover: boolean;
|
|
603
|
+
leftValue: any;
|
|
604
|
+
topValue: any;
|
|
605
|
+
popoverHeight: any;
|
|
606
|
+
popoverWidth: any;
|
|
607
|
+
positionX: number;
|
|
608
|
+
positionY: number;
|
|
609
|
+
popover(): boolean;
|
|
610
|
+
popoverEvent(): boolean;
|
|
611
|
+
closePopover(top?: string): void;
|
|
612
|
+
close(): void;
|
|
613
|
+
clickedPopover(): void;
|
|
614
|
+
getPosition(): void;
|
|
615
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
|
616
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "vui-popover", never, { "dontCloseonClick": { "alias": "dontCloseonClick"; "required": false; }; }, { "closedOnOverlay": "closedOnOverlay"; }, never, ["*"], false, never>;
|
|
617
|
+
}
|
|
618
|
+
|
|
619
|
+
declare class PopoverDirective {
|
|
620
|
+
private elRef;
|
|
621
|
+
private popoverService;
|
|
622
|
+
dynamicComponent: any;
|
|
623
|
+
refrence: any;
|
|
624
|
+
position: string;
|
|
625
|
+
leftValue: any;
|
|
626
|
+
topValue: any;
|
|
627
|
+
constructor(elRef: ElementRef, popoverService: PopoverService);
|
|
628
|
+
click(): void;
|
|
629
|
+
getPosition(): void;
|
|
630
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverDirective, never>;
|
|
631
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[appPopover]", never, { "refrence": { "alias": "refrence"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
|
|
632
|
+
}
|
|
633
|
+
|
|
634
|
+
declare class PopoverModule {
|
|
635
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
|
|
636
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, [typeof PopoverComponent, typeof PopoverDirective], [typeof i2.CommonModule], [typeof PopoverComponent, typeof PopoverDirective]>;
|
|
637
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
|
|
638
|
+
}
|
|
639
|
+
|
|
640
|
+
declare class CsCheckboxComponent {
|
|
641
|
+
private static nextId;
|
|
642
|
+
disabled: boolean;
|
|
643
|
+
ngValue: any;
|
|
644
|
+
value: any;
|
|
645
|
+
ariaLabel?: string;
|
|
646
|
+
ngValueChange: EventEmitter<any>;
|
|
647
|
+
checkboxId: string;
|
|
648
|
+
constructor();
|
|
649
|
+
valueChanged(): void;
|
|
650
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CsCheckboxComponent, never>;
|
|
651
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CsCheckboxComponent, "app-cs-checkbox", never, { "disabled": { "alias": "disabled"; "required": false; }; "ngValue": { "alias": "ngValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "ngValueChange": "ngValueChange"; }, never, ["*"], false, never>;
|
|
652
|
+
}
|
|
653
|
+
|
|
654
|
+
declare class CsRadioComponent {
|
|
655
|
+
private static nextId;
|
|
656
|
+
disabled: boolean;
|
|
657
|
+
readonly: boolean;
|
|
658
|
+
name: string;
|
|
659
|
+
checked: boolean;
|
|
660
|
+
value: any;
|
|
661
|
+
ariaLabel?: string;
|
|
662
|
+
checkedEvent: EventEmitter<any>;
|
|
663
|
+
radioId: string;
|
|
664
|
+
constructor();
|
|
665
|
+
changeState(evt: any): void;
|
|
666
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CsRadioComponent, never>;
|
|
667
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CsRadioComponent, "app-cs-radio", never, { "disabled": { "alias": "disabled"; "required": false; }; "readonly": { "alias": "readonly"; "required": false; }; "name": { "alias": "name"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "value": { "alias": "value"; "required": false; }; "ariaLabel": { "alias": "ariaLabel"; "required": false; }; }, { "checkedEvent": "checkedEvent"; }, never, ["*"], false, never>;
|
|
668
|
+
}
|
|
669
|
+
|
|
670
|
+
declare class PascalPipe implements PipeTransform {
|
|
671
|
+
transform(value: string, ...args: unknown[]): unknown;
|
|
672
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<PascalPipe, never>;
|
|
673
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<PascalPipe, "pascal", false>;
|
|
674
|
+
}
|
|
675
|
+
|
|
676
|
+
declare class SearchMultiSelectPipe implements PipeTransform {
|
|
677
|
+
transform(value: any[], key: string, searchKey: string): any[];
|
|
678
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SearchMultiSelectPipe, never>;
|
|
679
|
+
static ɵpipe: i0.ɵɵPipeDeclaration<SearchMultiSelectPipe, "searchMultiSelect", false>;
|
|
680
|
+
}
|
|
681
|
+
|
|
682
|
+
declare class ClickOutsideDirective {
|
|
683
|
+
private elementRef;
|
|
684
|
+
constructor(elementRef: ElementRef);
|
|
685
|
+
clickOutside: EventEmitter<any>;
|
|
686
|
+
onMouseEnter(targetElement: any): void;
|
|
687
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
688
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never, never, false, never>;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
declare class CheckboxComponent implements ControlValueAccessor {
|
|
692
|
+
disabled: boolean | any;
|
|
693
|
+
checked: boolean | any;
|
|
694
|
+
indeterminateEnabled: boolean | any;
|
|
695
|
+
onChanged: (value: any) => void;
|
|
696
|
+
onTouched: () => void;
|
|
697
|
+
writeValue(value: boolean): void;
|
|
698
|
+
registerOnChange(fn: any): void;
|
|
699
|
+
registerOnTouched(fn: any): void;
|
|
700
|
+
setDisabledState(isDisabled: boolean): void;
|
|
701
|
+
valueChanged(): void;
|
|
702
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
703
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CheckboxComponent, "vui-checkbox", never, { "disabled": { "alias": "disabled"; "required": false; }; "checked": { "alias": "checked"; "required": false; }; "indeterminateEnabled": { "alias": "indeterminateEnabled"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
704
|
+
}
|
|
705
|
+
|
|
706
|
+
declare class FormgroupModule {
|
|
707
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<FormgroupModule, never>;
|
|
708
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<FormgroupModule, [typeof CsCheckboxComponent, typeof CsRadioComponent, typeof PascalPipe, typeof SearchMultiSelectPipe, typeof ClickOutsideDirective, typeof CheckboxComponent], [typeof i2.CommonModule, typeof i8.FormsModule, typeof TooltipModule], [typeof CsCheckboxComponent, typeof CsRadioComponent, typeof SearchMultiSelectPipe, typeof CheckboxComponent]>;
|
|
709
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<FormgroupModule>;
|
|
710
|
+
}
|
|
711
|
+
|
|
712
|
+
declare class GlobalAlertComponent {
|
|
713
|
+
private apiService;
|
|
714
|
+
activeIndex: number;
|
|
715
|
+
messages: Array<any>;
|
|
716
|
+
mailAlert: any;
|
|
717
|
+
isNotificationVisible: boolean;
|
|
718
|
+
subscriptionData: any;
|
|
719
|
+
feature: any;
|
|
720
|
+
subscriptionStatus: EventEmitter<any>;
|
|
721
|
+
constructor(apiService: ApiService);
|
|
722
|
+
setSubscriptionInfo(): void;
|
|
723
|
+
getOrgDetails(): void;
|
|
724
|
+
setMessages(subscriptionData: any): void;
|
|
725
|
+
/**
|
|
726
|
+
* If the response is true, then push the message to the array. If the response is false, then remove
|
|
727
|
+
* the message from the array.
|
|
728
|
+
* </code>
|
|
729
|
+
* @param {any} res - any = {
|
|
730
|
+
*/
|
|
731
|
+
setMailAlert(res: any): void;
|
|
732
|
+
getPasswordResetUrl(): string;
|
|
733
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalAlertComponent, never>;
|
|
734
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<GlobalAlertComponent, "vc-global-alert", never, { "feature": { "alias": "feature"; "required": false; }; }, { "subscriptionStatus": "subscriptionStatus"; }, never, never, false, never>;
|
|
735
|
+
}
|
|
736
|
+
|
|
737
|
+
declare class GlobalAlertModule {
|
|
738
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<GlobalAlertModule, never>;
|
|
739
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<GlobalAlertModule, [typeof GlobalAlertComponent], [typeof i2.CommonModule], [typeof GlobalAlertComponent]>;
|
|
740
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<GlobalAlertModule>;
|
|
741
|
+
}
|
|
742
|
+
|
|
743
|
+
declare class HeaderModule {
|
|
744
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<HeaderModule, never>;
|
|
745
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<HeaderModule, [typeof HeaderContainerComponent, typeof BusinessCycleComponent, typeof SearchComponent, typeof CreateWorkflowComponent, typeof QueueComponent, typeof UserDetailsComponent, typeof SupportComponent, typeof AiAssistantComponent, typeof VcAiAssistantComponent], [typeof i2.CommonModule, typeof TooltipModule, typeof AvatarModule, typeof PopoverModule, typeof FormgroupModule, typeof GlobalAlertModule, typeof PipesModule, typeof i8.FormsModule], [typeof HeaderContainerComponent, typeof VcAiAssistantComponent]>;
|
|
746
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<HeaderModule>;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
declare class SubMenuModule {
|
|
750
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<SubMenuModule, never>;
|
|
751
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<SubMenuModule, [typeof SubMenuContainerComponent], [typeof i2.CommonModule, typeof TooltipModule], [typeof SubMenuContainerComponent]>;
|
|
752
|
+
static ɵinj: i0.ɵɵInjectorDeclaration<SubMenuModule>;
|
|
753
|
+
}
|
|
754
|
+
|
|
755
|
+
export { HeaderContainerComponent, HeaderModule, ProductListContainerComponent, ProductListModule, RbacService, SubMenuContainerComponent, SubMenuModule, VcAiAssistantComponent, VcLayoutComponent, VcLayoutModule, VcLayoutService };
|