vc-layout 3.0.5 → 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.
Files changed (135) hide show
  1. package/fesm2022/vc-layout.mjs +368 -611
  2. package/fesm2022/vc-layout.mjs.map +1 -1
  3. package/index.d.ts +755 -5
  4. package/package.json +3 -5
  5. package/esm2022/lib/components/ai-assistant/ai-assistant-container.component.mjs +0 -109
  6. package/esm2022/lib/components/ai-assistant/assistant-state.config.mjs +0 -21
  7. package/esm2022/lib/components/global-alert/global-alert/global-alert.component.mjs +0 -191
  8. package/esm2022/lib/components/global-alert/global-alert.module.mjs +0 -18
  9. package/esm2022/lib/components/header/ai-assistant/ai-assistant.component.mjs +0 -42
  10. package/esm2022/lib/components/header/business-cycle/business-cycle.component.mjs +0 -292
  11. package/esm2022/lib/components/header/create-workflow/create-workflow.component.mjs +0 -21
  12. package/esm2022/lib/components/header/header-container/header-container.component.mjs +0 -133
  13. package/esm2022/lib/components/header/header.module.mjs +0 -77
  14. package/esm2022/lib/components/header/queue/queue.component.mjs +0 -59
  15. package/esm2022/lib/components/header/search/search.component.mjs +0 -138
  16. package/esm2022/lib/components/header/support/support.component.mjs +0 -31
  17. package/esm2022/lib/components/header/user-details/user-details.component.mjs +0 -36
  18. package/esm2022/lib/components/product-list/module-list/module-list.component.mjs +0 -202
  19. package/esm2022/lib/components/product-list/preference-list/preference-list.component.mjs +0 -100
  20. package/esm2022/lib/components/product-list/product-list-container/product-list-container.component.mjs +0 -42
  21. package/esm2022/lib/components/product-list/product-list.module.mjs +0 -31
  22. package/esm2022/lib/components/sub-menu/sub-menu-container/sub-menu-container.component.mjs +0 -106
  23. package/esm2022/lib/components/sub-menu/sub-menu.module.mjs +0 -19
  24. package/esm2022/lib/configurations.mjs +0 -6
  25. package/esm2022/lib/constants/alerts.constant.mjs +0 -7
  26. package/esm2022/lib/constants/api.constant.mjs +0 -7
  27. package/esm2022/lib/constants/app-url.constant.mjs +0 -22
  28. package/esm2022/lib/constants/assets.constants.mjs +0 -36
  29. package/esm2022/lib/constants/assistant.constants.mjs +0 -3
  30. package/esm2022/lib/constants/business-cycle.constant.mjs +0 -42
  31. package/esm2022/lib/constants/product-list.constant.mjs +0 -124
  32. package/esm2022/lib/shared/pipe/check-create-permission.pipe.mjs +0 -22
  33. package/esm2022/lib/shared/pipe/date-format.pipe.mjs +0 -35
  34. package/esm2022/lib/shared/pipe/get-file-url.pipe.mjs +0 -22
  35. package/esm2022/lib/shared/pipe/get-module-icon.pipe.mjs +0 -22
  36. package/esm2022/lib/shared/pipe/pipes.module.mjs +0 -42
  37. package/esm2022/lib/shared/pipe/safe-url.pipe.mjs +0 -23
  38. package/esm2022/lib/shared/services/RBAC.service.mjs +0 -57
  39. package/esm2022/lib/shared/services/api.service.mjs +0 -127
  40. package/esm2022/lib/shared/services/business-cycle.service.mjs +0 -113
  41. package/esm2022/lib/shared/services/layout.service.mjs +0 -41
  42. package/esm2022/lib/shared/services/local-storage.service.mjs +0 -41
  43. package/esm2022/lib/shared/services/product-list.service.mjs +0 -79
  44. package/esm2022/lib/shared/ui-kit/avatar/avatar/avatar.component.mjs +0 -43
  45. package/esm2022/lib/shared/ui-kit/avatar/avatar.module.mjs +0 -19
  46. package/esm2022/lib/shared/ui-kit/formgroup/checkbox/checkbox.component.mjs +0 -39
  47. package/esm2022/lib/shared/ui-kit/formgroup/click-outside.directive.mjs +0 -29
  48. package/esm2022/lib/shared/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.mjs +0 -28
  49. package/esm2022/lib/shared/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.mjs +0 -32
  50. package/esm2022/lib/shared/ui-kit/formgroup/cs-radio/cs-radio.component.mjs +0 -30
  51. package/esm2022/lib/shared/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.mjs +0 -14
  52. package/esm2022/lib/shared/ui-kit/formgroup/cs-select/cs-select.component.mjs +0 -102
  53. package/esm2022/lib/shared/ui-kit/formgroup/cs-switch/cs-switch.component.mjs +0 -35
  54. package/esm2022/lib/shared/ui-kit/formgroup/formgroup.module.mjs +0 -65
  55. package/esm2022/lib/shared/ui-kit/formgroup/pipes/pascal.pipe.mjs +0 -19
  56. package/esm2022/lib/shared/ui-kit/formgroup/pipes/searchMultiSelect.pipe.mjs +0 -24
  57. package/esm2022/lib/shared/ui-kit/page-loader/page-loader.component.mjs +0 -41
  58. package/esm2022/lib/shared/ui-kit/popover/popover-event.directive.mjs +0 -28
  59. package/esm2022/lib/shared/ui-kit/popover/popover-longpress.directive.mjs +0 -48
  60. package/esm2022/lib/shared/ui-kit/popover/popover.component.mjs +0 -141
  61. package/esm2022/lib/shared/ui-kit/popover/popover.directive.mjs +0 -82
  62. package/esm2022/lib/shared/ui-kit/popover/popover.module.mjs +0 -23
  63. package/esm2022/lib/shared/ui-kit/popover/popover.service.mjs +0 -15
  64. package/esm2022/lib/shared/ui-kit/tooltip/tooltip.directive.mjs +0 -156
  65. package/esm2022/lib/shared/ui-kit/tooltip/tooltip.module.mjs +0 -18
  66. package/esm2022/lib/vc-layout.component.mjs +0 -19
  67. package/esm2022/lib/vc-layout.module.mjs +0 -24
  68. package/esm2022/lib/vc-layout.service.mjs +0 -14
  69. package/esm2022/public-api.mjs +0 -15
  70. package/esm2022/vc-layout.mjs +0 -5
  71. package/lib/components/ai-assistant/ai-assistant-container.component.d.ts +0 -25
  72. package/lib/components/ai-assistant/assistant-state.config.d.ts +0 -11
  73. package/lib/components/global-alert/global-alert/global-alert.component.d.ts +0 -27
  74. package/lib/components/global-alert/global-alert.module.d.ts +0 -8
  75. package/lib/components/header/ai-assistant/ai-assistant.component.d.ts +0 -12
  76. package/lib/components/header/business-cycle/business-cycle.component.d.ts +0 -90
  77. package/lib/components/header/create-workflow/create-workflow.component.d.ts +0 -10
  78. package/lib/components/header/header-container/header-container.component.d.ts +0 -38
  79. package/lib/components/header/header.module.d.ts +0 -23
  80. package/lib/components/header/queue/queue.component.d.ts +0 -12
  81. package/lib/components/header/search/search.component.d.ts +0 -21
  82. package/lib/components/header/support/support.component.d.ts +0 -10
  83. package/lib/components/header/user-details/user-details.component.d.ts +0 -14
  84. package/lib/components/product-list/module-list/module-list.component.d.ts +0 -51
  85. package/lib/components/product-list/preference-list/preference-list.component.d.ts +0 -17
  86. package/lib/components/product-list/product-list-container/product-list-container.component.d.ts +0 -10
  87. package/lib/components/product-list/product-list.module.d.ts +0 -13
  88. package/lib/components/sub-menu/sub-menu-container/sub-menu-container.component.d.ts +0 -13
  89. package/lib/components/sub-menu/sub-menu.module.d.ts +0 -9
  90. package/lib/configurations.d.ts +0 -4
  91. package/lib/constants/alerts.constant.d.ts +0 -1
  92. package/lib/constants/api.constant.d.ts +0 -6
  93. package/lib/constants/app-url.constant.d.ts +0 -1
  94. package/lib/constants/assets.constants.d.ts +0 -1
  95. package/lib/constants/assistant.constants.d.ts +0 -2
  96. package/lib/constants/business-cycle.constant.d.ts +0 -2
  97. package/lib/constants/product-list.constant.d.ts +0 -5
  98. package/lib/shared/pipe/check-create-permission.pipe.d.ts +0 -7
  99. package/lib/shared/pipe/date-format.pipe.d.ts +0 -7
  100. package/lib/shared/pipe/get-file-url.pipe.d.ts +0 -10
  101. package/lib/shared/pipe/get-module-icon.pipe.d.ts +0 -7
  102. package/lib/shared/pipe/pipes.module.d.ts +0 -12
  103. package/lib/shared/pipe/safe-url.pipe.d.ts +0 -10
  104. package/lib/shared/services/RBAC.service.d.ts +0 -25
  105. package/lib/shared/services/api.service.d.ts +0 -39
  106. package/lib/shared/services/business-cycle.service.d.ts +0 -51
  107. package/lib/shared/services/layout.service.d.ts +0 -10
  108. package/lib/shared/services/local-storage.service.d.ts +0 -8
  109. package/lib/shared/services/product-list.service.d.ts +0 -31
  110. package/lib/shared/ui-kit/avatar/avatar/avatar.component.d.ts +0 -12
  111. package/lib/shared/ui-kit/avatar/avatar.module.d.ts +0 -9
  112. package/lib/shared/ui-kit/formgroup/checkbox/checkbox.component.d.ts +0 -16
  113. package/lib/shared/ui-kit/formgroup/click-outside.directive.d.ts +0 -10
  114. package/lib/shared/ui-kit/formgroup/cs-checkbox/cs-checkbox.component.d.ts +0 -13
  115. package/lib/shared/ui-kit/formgroup/cs-checkbox-indeterminate/cs-checkbox-indeterminate.component.d.ts +0 -13
  116. package/lib/shared/ui-kit/formgroup/cs-radio/cs-radio.component.d.ts +0 -15
  117. package/lib/shared/ui-kit/formgroup/cs-radio-group/cs-radio-group.component.d.ts +0 -8
  118. package/lib/shared/ui-kit/formgroup/cs-select/cs-select.component.d.ts +0 -36
  119. package/lib/shared/ui-kit/formgroup/cs-switch/cs-switch.component.d.ts +0 -15
  120. package/lib/shared/ui-kit/formgroup/formgroup.module.d.ts +0 -19
  121. package/lib/shared/ui-kit/formgroup/pipes/pascal.pipe.d.ts +0 -7
  122. package/lib/shared/ui-kit/formgroup/pipes/searchMultiSelect.pipe.d.ts +0 -7
  123. package/lib/shared/ui-kit/page-loader/page-loader.component.d.ts +0 -5
  124. package/lib/shared/ui-kit/popover/popover-event.directive.d.ts +0 -10
  125. package/lib/shared/ui-kit/popover/popover-longpress.directive.d.ts +0 -16
  126. package/lib/shared/ui-kit/popover/popover.component.d.ts +0 -28
  127. package/lib/shared/ui-kit/popover/popover.directive.d.ts +0 -17
  128. package/lib/shared/ui-kit/popover/popover.module.d.ts +0 -11
  129. package/lib/shared/ui-kit/popover/popover.service.d.ts +0 -12
  130. package/lib/shared/ui-kit/tooltip/tooltip.directive.d.ts +0 -27
  131. package/lib/shared/ui-kit/tooltip/tooltip.module.d.ts +0 -8
  132. package/lib/vc-layout.component.d.ts +0 -10
  133. package/lib/vc-layout.module.d.ts +0 -10
  134. package/lib/vc-layout.service.d.ts +0 -6
  135. package/public-api.d.ts +0 -11
@@ -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
- }
@@ -1,6 +0,0 @@
1
- import * as i0 from "@angular/core";
2
- export declare class VcLayoutService {
3
- constructor();
4
- static ɵfac: i0.ɵɵFactoryDeclaration<VcLayoutService, never>;
5
- static ɵprov: i0.ɵɵInjectableDeclaration<VcLayoutService>;
6
- }
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';