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
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { AuthorizerService } from '@vcomply/authorizer';
|
|
2
|
-
import { BehaviorSubject } from 'rxjs';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class BusinessCycleService {
|
|
5
|
-
private authorizer;
|
|
6
|
-
businessCycleList$: BehaviorSubject<any>;
|
|
7
|
-
orgDetails$: BehaviorSubject<any>;
|
|
8
|
-
selectedBusinessCycle$: BehaviorSubject<any>;
|
|
9
|
-
changeBusinessCycle$: BehaviorSubject<boolean>;
|
|
10
|
-
constructor(authorizer: AuthorizerService);
|
|
11
|
-
/**
|
|
12
|
-
* #### Description
|
|
13
|
-
* it will check the business cycle stored in local is same business cycle as the user login
|
|
14
|
-
* Determines whether correct business cycle is
|
|
15
|
-
* @returns true if correct business cycle
|
|
16
|
-
*/
|
|
17
|
-
isCorrectBusinessCycle(cycle: any): boolean;
|
|
18
|
-
/**
|
|
19
|
-
* #### Description
|
|
20
|
-
* set business cycle in local storage if local storage don't have business cycle.
|
|
21
|
-
* Sets business cycle
|
|
22
|
-
* @param businessCycleList list of all the cycle of the organization
|
|
23
|
-
*/
|
|
24
|
-
setBusinessCycle(businessCycleList: any): void;
|
|
25
|
-
setSelectedCycleArray(cycle: any): string[];
|
|
26
|
-
/**
|
|
27
|
-
* #### Description
|
|
28
|
-
* if business cycle is found in local the it will set in this selectedBusinessCycle$ variable.
|
|
29
|
-
* it is subject variable so we can use it in different component
|
|
30
|
-
*/
|
|
31
|
-
isBusinessCycleAvailable(): void;
|
|
32
|
-
/**
|
|
33
|
-
* #### Description
|
|
34
|
-
*
|
|
35
|
-
* it will convert date from dd-mm-yyyy to dd mmm yyyy formate
|
|
36
|
-
* Converts date
|
|
37
|
-
* @param date
|
|
38
|
-
* @returns date in this formate DD MMM YYYY
|
|
39
|
-
*/
|
|
40
|
-
convertDate(date: string): string;
|
|
41
|
-
/**
|
|
42
|
-
* #### Description
|
|
43
|
-
*
|
|
44
|
-
* Converts numeric alpha
|
|
45
|
-
* @param str = "01-05-2021-30-04-2022"
|
|
46
|
-
* @returns = "01 May 2021 - 30 Apr 2022"
|
|
47
|
-
*/
|
|
48
|
-
convertNumericAlpha(str: any): string;
|
|
49
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<BusinessCycleService, never>;
|
|
50
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<BusinessCycleService>;
|
|
51
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LayoutService {
|
|
3
|
-
baseUrl: string;
|
|
4
|
-
pathName: string;
|
|
5
|
-
constructor();
|
|
6
|
-
private setBaseUrl;
|
|
7
|
-
ConvertUtcToLocalDateTime(timestamp: number, TimeZone: string): string | 0;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LayoutService, never>;
|
|
9
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LayoutService>;
|
|
10
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class LocalStorageService {
|
|
3
|
-
getItem<T = any>(key: string): T | null;
|
|
4
|
-
setItem(key: string, value: unknown): void;
|
|
5
|
-
removeItem(key: string): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<LocalStorageService, never>;
|
|
7
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<LocalStorageService>;
|
|
8
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { RbacService } from './RBAC.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ProductListService {
|
|
4
|
-
private rbacService;
|
|
5
|
-
constructor(rbacService: RbacService);
|
|
6
|
-
/**
|
|
7
|
-
* Filters the subscribed products based on the subscription flags.
|
|
8
|
-
*
|
|
9
|
-
* @param productList - The list of products.
|
|
10
|
-
* @param subscriptionList - The subscription flags.
|
|
11
|
-
* @returns The filtered list of subscribed products.
|
|
12
|
-
*/
|
|
13
|
-
subscribedProduct(productList?: any, subscriptionList?: any): any;
|
|
14
|
-
/**
|
|
15
|
-
* Sets the product click callback based on the product details and feature flag.
|
|
16
|
-
*
|
|
17
|
-
* @param productDetails - The details of the product.
|
|
18
|
-
* @param featureFlag - The feature flag.
|
|
19
|
-
* @returns The URL for the product click callback.
|
|
20
|
-
*/
|
|
21
|
-
setProductClickCallback(productDetails: any): any;
|
|
22
|
-
/**
|
|
23
|
-
* Sets the compliance URL based on the feature flag and RBAC permissions.
|
|
24
|
-
*
|
|
25
|
-
* @param featureFlag - The feature flag.
|
|
26
|
-
* @returns The URL for the compliance page.
|
|
27
|
-
*/
|
|
28
|
-
private setComplianceURL;
|
|
29
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ProductListService, never>;
|
|
30
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<ProductListService>;
|
|
31
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { AuthorizerService } from '@vcomply/authorizer';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class AvatarComponent {
|
|
4
|
-
private authService;
|
|
5
|
-
baseUrl: string;
|
|
6
|
-
shortName: string;
|
|
7
|
-
userInfo: any;
|
|
8
|
-
type: 'md' | 'sm' | 'xs' | 'x-lg';
|
|
9
|
-
constructor(authService: AuthorizerService);
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AvatarComponent, "vc-avatar", never, { "userInfo": { "alias": "userInfo"; "required": false; }; "type": { "alias": "type"; "required": false; }; }, {}, never, never, false, never>;
|
|
12
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./avatar/avatar.component";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../../pipe/pipes.module";
|
|
5
|
-
export declare class AvatarModule {
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<AvatarModule, never>;
|
|
7
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<AvatarModule, [typeof i1.AvatarComponent], [typeof i2.CommonModule, typeof i3.PipesModule], [typeof i1.AvatarComponent]>;
|
|
8
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<AvatarModule>;
|
|
9
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ControlValueAccessor } from '@angular/forms';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CheckboxComponent implements ControlValueAccessor {
|
|
4
|
-
disabled: boolean | any;
|
|
5
|
-
checked: boolean | any;
|
|
6
|
-
indeterminateEnabled: boolean | any;
|
|
7
|
-
onChanged: (value: any) => void;
|
|
8
|
-
onTouched: () => void;
|
|
9
|
-
writeValue(value: boolean): void;
|
|
10
|
-
registerOnChange(fn: any): void;
|
|
11
|
-
registerOnTouched(fn: any): void;
|
|
12
|
-
setDisabledState(isDisabled: boolean): void;
|
|
13
|
-
valueChanged(): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CheckboxComponent, never>;
|
|
15
|
-
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>;
|
|
16
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ClickOutsideDirective {
|
|
4
|
-
private elementRef;
|
|
5
|
-
constructor(elementRef: ElementRef);
|
|
6
|
-
clickOutside: EventEmitter<any>;
|
|
7
|
-
onMouseEnter(targetElement: any): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ClickOutsideDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<ClickOutsideDirective, "[clickOutside]", never, {}, { "clickOutside": "clickOutside"; }, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CsCheckboxComponent implements OnInit {
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
ngValue: any;
|
|
6
|
-
value: any;
|
|
7
|
-
ngValueChange: EventEmitter<any>;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
valueChanged(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CsCheckboxComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CsCheckboxComponent, "app-cs-checkbox", never, { "disabled": { "alias": "disabled"; "required": false; }; "ngValue": { "alias": "ngValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ngValueChange": "ngValueChange"; }, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import { OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CsCheckboxIndeterminateComponent implements OnInit {
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
ngValue: any;
|
|
6
|
-
value: any;
|
|
7
|
-
ngValueChange: EventEmitter<any>;
|
|
8
|
-
constructor();
|
|
9
|
-
ngOnInit(): void;
|
|
10
|
-
valueChanged(): void;
|
|
11
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CsCheckboxIndeterminateComponent, never>;
|
|
12
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CsCheckboxIndeterminateComponent, "app-cs-checkbox-indeterminate", never, { "disabled": { "alias": "disabled"; "required": false; }; "ngValue": { "alias": "ngValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, { "ngValueChange": "ngValueChange"; }, never, ["*"], false, never>;
|
|
13
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CsRadioComponent implements OnInit {
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
readonly: boolean;
|
|
6
|
-
name: string;
|
|
7
|
-
checked: boolean;
|
|
8
|
-
value: any;
|
|
9
|
-
checkedEvent: EventEmitter<any>;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
changeState(evt: any): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CsRadioComponent, never>;
|
|
14
|
-
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; }; }, { "checkedEvent": "checkedEvent"; }, never, ["*"], false, never>;
|
|
15
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CsRadioGroupComponent implements OnInit {
|
|
4
|
-
constructor();
|
|
5
|
-
ngOnInit(): void;
|
|
6
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CsRadioGroupComponent, never>;
|
|
7
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CsRadioGroupComponent, "app-cs-radio-group", never, {}, {}, never, never, false, never>;
|
|
8
|
-
}
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CsSelectComponent implements OnChanges {
|
|
4
|
-
dataList: any[];
|
|
5
|
-
dropdownLabel: string;
|
|
6
|
-
displayProperty: string;
|
|
7
|
-
selectedValue: string;
|
|
8
|
-
isRequired: boolean;
|
|
9
|
-
dropdownSubLabel: string;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
option: ElementRef;
|
|
12
|
-
selectedData: EventEmitter<any>;
|
|
13
|
-
selectedValueChange: EventEmitter<any>;
|
|
14
|
-
placeholder: any;
|
|
15
|
-
stylex: any;
|
|
16
|
-
valueKey: any;
|
|
17
|
-
multipleSelect: any;
|
|
18
|
-
colorProperty: string;
|
|
19
|
-
colorSelected: string;
|
|
20
|
-
colorCode: string;
|
|
21
|
-
dropdownOption: boolean;
|
|
22
|
-
positionReset: boolean;
|
|
23
|
-
getLeft: number;
|
|
24
|
-
getTop: number;
|
|
25
|
-
getWidth: number;
|
|
26
|
-
maxWidth: number;
|
|
27
|
-
activeDoropdown: boolean;
|
|
28
|
-
private optionList;
|
|
29
|
-
set content(content: ElementRef);
|
|
30
|
-
ngOnChanges(changes: SimpleChanges): void;
|
|
31
|
-
openDropdown(event: any): void;
|
|
32
|
-
selectOption(selectedData: any): void;
|
|
33
|
-
closeDropdown(): void;
|
|
34
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CsSelectComponent, never>;
|
|
35
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CsSelectComponent, "app-cs-select", never, { "dataList": { "alias": "dataList"; "required": false; }; "dropdownLabel": { "alias": "dropdownLabel"; "required": false; }; "displayProperty": { "alias": "displayProperty"; "required": false; }; "selectedValue": { "alias": "selectedValue"; "required": false; }; "isRequired": { "alias": "isRequired"; "required": false; }; "dropdownSubLabel": { "alias": "dropdownSubLabel"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "stylex": { "alias": "stylex"; "required": false; }; "valueKey": { "alias": "valueKey"; "required": false; }; "multipleSelect": { "alias": "multipleSelect"; "required": false; }; "colorProperty": { "alias": "colorProperty"; "required": false; }; "colorSelected": { "alias": "colorSelected"; "required": false; }; }, { "selectedData": "selectedData"; "selectedValueChange": "selectedValueChange"; }, never, never, false, never>;
|
|
36
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { EventEmitter, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class CsSwitchComponent implements OnInit {
|
|
4
|
-
disabled: boolean;
|
|
5
|
-
ngValue: any;
|
|
6
|
-
value: any;
|
|
7
|
-
ngValueChange: EventEmitter<any>;
|
|
8
|
-
tooltipMessage: any;
|
|
9
|
-
position: any;
|
|
10
|
-
constructor();
|
|
11
|
-
ngOnInit(): void;
|
|
12
|
-
valueChanged(): void;
|
|
13
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CsSwitchComponent, never>;
|
|
14
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CsSwitchComponent, "app-cs-switch", never, { "disabled": { "alias": "disabled"; "required": false; }; "ngValue": { "alias": "ngValue"; "required": false; }; "value": { "alias": "value"; "required": false; }; "tooltipMessage": { "alias": "tooltipMessage"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, { "ngValueChange": "ngValueChange"; }, never, never, false, never>;
|
|
15
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./cs-checkbox/cs-checkbox.component";
|
|
3
|
-
import * as i2 from "./cs-radio/cs-radio.component";
|
|
4
|
-
import * as i3 from "./cs-switch/cs-switch.component";
|
|
5
|
-
import * as i4 from "./cs-radio-group/cs-radio-group.component";
|
|
6
|
-
import * as i5 from "./cs-select/cs-select.component";
|
|
7
|
-
import * as i6 from "./pipes/pascal.pipe";
|
|
8
|
-
import * as i7 from "./pipes/searchMultiSelect.pipe";
|
|
9
|
-
import * as i8 from "./click-outside.directive";
|
|
10
|
-
import * as i9 from "./cs-checkbox-indeterminate/cs-checkbox-indeterminate.component";
|
|
11
|
-
import * as i10 from "./checkbox/checkbox.component";
|
|
12
|
-
import * as i11 from "@angular/common";
|
|
13
|
-
import * as i12 from "@angular/forms";
|
|
14
|
-
import * as i13 from "../tooltip/tooltip.module";
|
|
15
|
-
export declare class FormgroupModule {
|
|
16
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<FormgroupModule, never>;
|
|
17
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<FormgroupModule, [typeof i1.CsCheckboxComponent, typeof i2.CsRadioComponent, typeof i3.CsSwitchComponent, typeof i4.CsRadioGroupComponent, typeof i5.CsSelectComponent, typeof i6.PascalPipe, typeof i7.SearchMultiSelectPipe, typeof i8.ClickOutsideDirective, typeof i9.CsCheckboxIndeterminateComponent, typeof i10.CheckboxComponent], [typeof i11.CommonModule, typeof i12.FormsModule, typeof i13.TooltipModule], [typeof i1.CsCheckboxComponent, typeof i2.CsRadioComponent, typeof i3.CsSwitchComponent, typeof i4.CsRadioGroupComponent, typeof i5.CsSelectComponent, typeof i7.SearchMultiSelectPipe, typeof i9.CsCheckboxIndeterminateComponent, typeof i10.CheckboxComponent]>;
|
|
18
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<FormgroupModule>;
|
|
19
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PascalPipe implements PipeTransform {
|
|
4
|
-
transform(value: string, ...args: unknown[]): unknown;
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PascalPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<PascalPipe, "pascal", false>;
|
|
7
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { PipeTransform } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class SearchMultiSelectPipe implements PipeTransform {
|
|
4
|
-
transform(value: any[], key: string, searchKey: string): any[];
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<SearchMultiSelectPipe, never>;
|
|
6
|
-
static ɵpipe: i0.ɵɵPipeDeclaration<SearchMultiSelectPipe, "searchMultiSelect", false>;
|
|
7
|
-
}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PageLoaderComponent {
|
|
3
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PageLoaderComponent, never>;
|
|
4
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageLoaderComponent, "app-page-loader", never, {}, {}, never, never, false, never>;
|
|
5
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { PopoverService } from './popover.service';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class PopoverEventDirective {
|
|
4
|
-
private popoverService;
|
|
5
|
-
constructor(popoverService: PopoverService);
|
|
6
|
-
contextmenu(event: any): void;
|
|
7
|
-
getEventPosition(event: any): void;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverEventDirective, never>;
|
|
9
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverEventDirective, "[appPopoverEvent]", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { EventEmitter } from '@angular/core';
|
|
2
|
-
import { PopoverService } from './popover.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PopoverLongpressDirective {
|
|
5
|
-
private popoverService;
|
|
6
|
-
getTime: any;
|
|
7
|
-
currentTime: any;
|
|
8
|
-
timer: any;
|
|
9
|
-
longPressPopover: EventEmitter<any>;
|
|
10
|
-
constructor(popoverService: PopoverService);
|
|
11
|
-
mousedown(event: any): void;
|
|
12
|
-
mouseup(): void;
|
|
13
|
-
getEventPosition(event: any): void;
|
|
14
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverLongpressDirective, never>;
|
|
15
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverLongpressDirective, "[appPopoverLongpress]", never, {}, { "longPressPopover": "longPressPopover"; }, never, never, false, never>;
|
|
16
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { ElementRef, OnInit, EventEmitter } from '@angular/core';
|
|
2
|
-
import { PopoverService } from './popover.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PopoverComponent implements OnInit {
|
|
5
|
-
popoverService: PopoverService;
|
|
6
|
-
dontCloseonClick: boolean;
|
|
7
|
-
popoverContainer: boolean;
|
|
8
|
-
popoverRatio: ElementRef;
|
|
9
|
-
popoverContent: ElementRef;
|
|
10
|
-
closedOnOverlay: EventEmitter<any>;
|
|
11
|
-
constructor(popoverService: PopoverService);
|
|
12
|
-
showPopover: boolean;
|
|
13
|
-
leftValue: any;
|
|
14
|
-
topValue: any;
|
|
15
|
-
popoverHeight: any;
|
|
16
|
-
popoverWidth: any;
|
|
17
|
-
positionX: number;
|
|
18
|
-
positionY: number;
|
|
19
|
-
ngOnInit(): void;
|
|
20
|
-
popover(): boolean;
|
|
21
|
-
popoverEvent(): boolean;
|
|
22
|
-
closePopover(top?: string): void;
|
|
23
|
-
close(): void;
|
|
24
|
-
clickedPopover(): void;
|
|
25
|
-
getPosition(): void;
|
|
26
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PopoverComponent, "vui-popover", never, { "dontCloseonClick": { "alias": "dontCloseonClick"; "required": false; }; }, { "closedOnOverlay": "closedOnOverlay"; }, never, ["*"], false, never>;
|
|
28
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { ElementRef } from '@angular/core';
|
|
2
|
-
import { PopoverService } from './popover.service';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
export declare class PopoverDirective {
|
|
5
|
-
private elRef;
|
|
6
|
-
private popoverService;
|
|
7
|
-
dynamicComponent: any;
|
|
8
|
-
refrence: any;
|
|
9
|
-
position: string;
|
|
10
|
-
leftValue: any;
|
|
11
|
-
topValue: any;
|
|
12
|
-
constructor(elRef: ElementRef, popoverService: PopoverService);
|
|
13
|
-
click(): void;
|
|
14
|
-
getPosition(): void;
|
|
15
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverDirective, never>;
|
|
16
|
-
static ɵdir: i0.ɵɵDirectiveDeclaration<PopoverDirective, "[appPopover]", never, { "refrence": { "alias": "refrence"; "required": false; }; "position": { "alias": "position"; "required": false; }; }, {}, never, never, false, never>;
|
|
17
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./popover.component";
|
|
3
|
-
import * as i2 from "./popover.directive";
|
|
4
|
-
import * as i3 from "./popover-event.directive";
|
|
5
|
-
import * as i4 from "./popover-longpress.directive";
|
|
6
|
-
import * as i5 from "@angular/common";
|
|
7
|
-
export declare class PopoverModule {
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverModule, never>;
|
|
9
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<PopoverModule, [typeof i1.PopoverComponent, typeof i2.PopoverDirective, typeof i3.PopoverEventDirective, typeof i4.PopoverLongpressDirective], [typeof i5.CommonModule], [typeof i1.PopoverComponent, typeof i2.PopoverDirective, typeof i3.PopoverEventDirective, typeof i4.PopoverLongpressDirective]>;
|
|
10
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<PopoverModule>;
|
|
11
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
export declare class PopoverService {
|
|
3
|
-
positionX: number;
|
|
4
|
-
positionY: number;
|
|
5
|
-
popoverHeight: any;
|
|
6
|
-
popoverWidth: any;
|
|
7
|
-
elementPosition: any;
|
|
8
|
-
elementDirection: any;
|
|
9
|
-
constructor();
|
|
10
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<PopoverService, never>;
|
|
11
|
-
static ɵprov: i0.ɵɵInjectableDeclaration<PopoverService>;
|
|
12
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import { ElementRef, Renderer2, OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class ToolTipDirective implements OnInit {
|
|
4
|
-
private el;
|
|
5
|
-
private renderer;
|
|
6
|
-
tooltipTitle: string;
|
|
7
|
-
placement: string;
|
|
8
|
-
type: any;
|
|
9
|
-
tooltipMandatory: boolean;
|
|
10
|
-
showTooltip: boolean;
|
|
11
|
-
animate: boolean;
|
|
12
|
-
tooltip: HTMLElement;
|
|
13
|
-
offset: number;
|
|
14
|
-
constructor(el: ElementRef, renderer: Renderer2);
|
|
15
|
-
ngOnInit(): void;
|
|
16
|
-
onMouseEnter(): void;
|
|
17
|
-
onMouseOver(): void;
|
|
18
|
-
onMouseLeave(): void;
|
|
19
|
-
onMouseOut(): void;
|
|
20
|
-
onClick(): void;
|
|
21
|
-
show(): void;
|
|
22
|
-
hide(): void;
|
|
23
|
-
create(): void;
|
|
24
|
-
setPosition(): void;
|
|
25
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<ToolTipDirective, never>;
|
|
26
|
-
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>;
|
|
27
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as i0 from "@angular/core";
|
|
2
|
-
import * as i1 from "./tooltip.directive";
|
|
3
|
-
import * as i2 from "@angular/common";
|
|
4
|
-
export declare class TooltipModule {
|
|
5
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<TooltipModule, never>;
|
|
6
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<TooltipModule, [typeof i1.ToolTipDirective], [typeof i2.CommonModule], [typeof i1.ToolTipDirective]>;
|
|
7
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<TooltipModule>;
|
|
8
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { OnInit } from '@angular/core';
|
|
2
|
-
import * as i0 from "@angular/core";
|
|
3
|
-
export declare class VcLayoutComponent implements OnInit {
|
|
4
|
-
baseUrl: string;
|
|
5
|
-
constructor();
|
|
6
|
-
ngOnInit(): void;
|
|
7
|
-
private setBaseUrl;
|
|
8
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VcLayoutComponent, never>;
|
|
9
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<VcLayoutComponent, "vc-layout", never, {}, {}, never, never, false, never>;
|
|
10
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { ModuleWithProviders } from '@angular/core';
|
|
2
|
-
import { Configurations } from './configurations';
|
|
3
|
-
import * as i0 from "@angular/core";
|
|
4
|
-
import * as i1 from "./vc-layout.component";
|
|
5
|
-
export declare class VcLayoutModule {
|
|
6
|
-
static forRoot(environmentConfig: Configurations): ModuleWithProviders<VcLayoutModule>;
|
|
7
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<VcLayoutModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<VcLayoutModule, [typeof i1.VcLayoutComponent], never, [typeof i1.VcLayoutComponent]>;
|
|
9
|
-
static ɵinj: i0.ɵɵInjectorDeclaration<VcLayoutModule>;
|
|
10
|
-
}
|
package/public-api.d.ts
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './lib/shared/services/RBAC.service';
|
|
2
|
-
export * from './lib/vc-layout.service';
|
|
3
|
-
export * from './lib/vc-layout.component';
|
|
4
|
-
export * from './lib/vc-layout.module';
|
|
5
|
-
export * from './lib/components/product-list/product-list-container/product-list-container.component';
|
|
6
|
-
export * from './lib/components/header/header-container/header-container.component';
|
|
7
|
-
export * from './lib/components/sub-menu/sub-menu-container/sub-menu-container.component';
|
|
8
|
-
export * from './lib/components/product-list/product-list.module';
|
|
9
|
-
export * from './lib/components/header/header.module';
|
|
10
|
-
export * from './lib/components/sub-menu/sub-menu.module';
|
|
11
|
-
export * from './lib/components/ai-assistant/ai-assistant-container.component';
|