@onecx/angular-accelerator 6.0.0-rc.2 → 6.0.0-rc.4

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 (132) hide show
  1. package/assets/i18n/de.json +3 -3
  2. package/assets/i18n/en.json +3 -3
  3. package/assets/i18n/primeng/de.json +3 -0
  4. package/assets/i18n/primeng/en.json +3 -0
  5. package/assets/styles.scss +0 -4
  6. package/fesm2022/onecx-angular-accelerator-testing.mjs +90 -28
  7. package/fesm2022/onecx-angular-accelerator-testing.mjs.map +1 -1
  8. package/fesm2022/onecx-angular-accelerator.mjs +808 -396
  9. package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
  10. package/index.d.ts +9 -0
  11. package/lib/angular-accelerator-primeng.module.d.ts +6 -4
  12. package/lib/angular-accelerator.module.d.ts +26 -20
  13. package/lib/components/content/content.component.d.ts +13 -0
  14. package/lib/components/content-container/content-container.component.d.ts +19 -0
  15. package/lib/components/custom-group-column-selector/custom-group-column-selector.component.d.ts +0 -2
  16. package/lib/components/data-list-grid/data-list-grid.component.d.ts +6 -18
  17. package/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.d.ts +2 -2
  18. package/lib/components/data-table/data-table.component.d.ts +7 -19
  19. package/lib/components/data-view/data-view.component.d.ts +7 -8
  20. package/lib/components/diagram/diagram.component.d.ts +0 -2
  21. package/lib/components/filter-view/filter-view.component.d.ts +2 -2
  22. package/lib/components/group-by-count-diagram/group-by-count-diagram.component.d.ts +0 -2
  23. package/lib/components/interactive-data-view/interactive-data-view.component.d.ts +7 -6
  24. package/lib/components/lifecycle/lifecycle.component.d.ts +12 -0
  25. package/lib/components/page-header/page-header.component.d.ts +1 -4
  26. package/lib/components/search-header/search-header.component.d.ts +2 -3
  27. package/lib/directives/advanced.directive.d.ts +5 -6
  28. package/lib/directives/content-container.directive.d.ts +23 -0
  29. package/lib/directives/content.directive.d.ts +21 -0
  30. package/lib/directives/if-breakpoint.directive.d.ts +3 -4
  31. package/lib/directives/if-permission.directive.d.ts +6 -17
  32. package/lib/directives/src.directive.d.ts +2 -3
  33. package/lib/directives/template.directive.d.ts +9 -0
  34. package/lib/directives/tooltipOnOverflow.directive.d.ts +2 -3
  35. package/lib/injection-tokens/has-permission-checker.d.ts +13 -0
  36. package/lib/model/filter.model.d.ts +16 -4
  37. package/lib/pipes/dynamic.pipe.d.ts +2 -2
  38. package/lib/pipes/ocxtimeago.pipe.d.ts +3 -3
  39. package/lib/services/breadcrumb.service.d.ts +2 -4
  40. package/lib/services/connection.service.d.ts +10 -0
  41. package/lib/services/translation-cache.service.d.ts +3 -0
  42. package/lib/utils/async-translate-loader.utils.d.ts +3 -0
  43. package/lib/utils/caching-translate-loader.utils.d.ts +3 -0
  44. package/lib/utils/create-translate-loader.utils.d.ts +3 -0
  45. package/lib/utils/criteria.utils.d.ts +3 -3
  46. package/lib/utils/data-operation-strategy.d.ts +20 -0
  47. package/lib/utils/dateutils.d.ts +0 -1
  48. package/lib/utils/provide-connection-service.d.ts +6 -0
  49. package/lib/utils/translate.combined.loader.d.ts +3 -0
  50. package/package.json +17 -17
  51. package/testing/column-group-selection.harness.d.ts +2 -2
  52. package/testing/content-container.harness.d.ts +7 -0
  53. package/testing/content.harness.d.ts +10 -0
  54. package/testing/data-layout-selection.harness.d.ts +7 -6
  55. package/testing/index.d.ts +3 -0
  56. package/testing/interactive-data-view.harness.d.ts +5 -3
  57. package/testing/lifecycle.harness.d.ts +6 -0
  58. package/esm2022/index.mjs +0 -61
  59. package/esm2022/lib/angular-accelerator-primeng.module.mjs +0 -146
  60. package/esm2022/lib/angular-accelerator.module.mjs +0 -194
  61. package/esm2022/lib/components/column-group-selection/column-group-selection.component.mjs +0 -90
  62. package/esm2022/lib/components/custom-group-column-selector/custom-group-column-selector.component.mjs +0 -184
  63. package/esm2022/lib/components/data-layout-selection/data-layout-selection.component.mjs +0 -73
  64. package/esm2022/lib/components/data-list-grid/data-list-grid.component.mjs +0 -615
  65. package/esm2022/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.mjs +0 -107
  66. package/esm2022/lib/components/data-loading-error/data-loading-error.component.mjs +0 -28
  67. package/esm2022/lib/components/data-sort-base/data-sort-base.mjs +0 -134
  68. package/esm2022/lib/components/data-table/data-table.component.mjs +0 -828
  69. package/esm2022/lib/components/data-view/data-view.component.mjs +0 -672
  70. package/esm2022/lib/components/diagram/diagram.component.mjs +0 -183
  71. package/esm2022/lib/components/filter-view/filter-view.component.mjs +0 -263
  72. package/esm2022/lib/components/group-by-count-diagram/group-by-count-diagram.component.mjs +0 -133
  73. package/esm2022/lib/components/interactive-data-view/interactive-data-view.component.mjs +0 -724
  74. package/esm2022/lib/components/page-header/page-header.component.mjs +0 -238
  75. package/esm2022/lib/components/search-header/search-header.component.mjs +0 -199
  76. package/esm2022/lib/directives/advanced.directive.mjs +0 -36
  77. package/esm2022/lib/directives/if-breakpoint.directive.mjs +0 -47
  78. package/esm2022/lib/directives/if-permission.directive.mjs +0 -103
  79. package/esm2022/lib/directives/src.directive.mjs +0 -65
  80. package/esm2022/lib/directives/tooltipOnOverflow.directive.mjs +0 -48
  81. package/esm2022/lib/functions/at-least-one-field-filled-validator.mjs +0 -7
  82. package/esm2022/lib/functions/flatten-object.mjs +0 -20
  83. package/esm2022/lib/model/breadcrumb-menu-item.model.mjs +0 -2
  84. package/esm2022/lib/model/column-type.model.mjs +0 -16
  85. package/esm2022/lib/model/data-action.mjs +0 -2
  86. package/esm2022/lib/model/data-column-name-id.model.mjs +0 -2
  87. package/esm2022/lib/model/data-sort-direction.mjs +0 -2
  88. package/esm2022/lib/model/data-table-column.model.mjs +0 -2
  89. package/esm2022/lib/model/diagram-column.mjs +0 -2
  90. package/esm2022/lib/model/diagram-data.mjs +0 -2
  91. package/esm2022/lib/model/diagram-type.mjs +0 -2
  92. package/esm2022/lib/model/filter.model.mjs +0 -6
  93. package/esm2022/lib/pipes/dynamic.pipe.mjs +0 -58
  94. package/esm2022/lib/pipes/ocxtimeago.pipe.mjs +0 -107
  95. package/esm2022/lib/services/breadcrumb.service.mjs +0 -128
  96. package/esm2022/lib/services/translation-cache.service.mjs +0 -41
  97. package/esm2022/lib/utils/async-translate-loader.utils.mjs +0 -12
  98. package/esm2022/lib/utils/caching-translate-loader.utils.mjs +0 -15
  99. package/esm2022/lib/utils/colorutils.mjs +0 -19
  100. package/esm2022/lib/utils/create-remote-component-and-mfe-translate-loader.utils.mjs +0 -12
  101. package/esm2022/lib/utils/create-remote-component-translate-loader.utils.mjs +0 -25
  102. package/esm2022/lib/utils/create-translate-loader.utils.mjs +0 -27
  103. package/esm2022/lib/utils/criteria.utils.mjs +0 -28
  104. package/esm2022/lib/utils/dateutils.mjs +0 -38
  105. package/esm2022/lib/utils/dynamic-locale-id.mjs +0 -21
  106. package/esm2022/lib/utils/enum-to-dropdown-options.utils.mjs +0 -8
  107. package/esm2022/lib/utils/filter.utils.mjs +0 -6
  108. package/esm2022/lib/utils/objectutils.mjs +0 -30
  109. package/esm2022/lib/utils/primeicon.utils.mjs +0 -2
  110. package/esm2022/lib/utils/rxjs-utils.mjs +0 -13
  111. package/esm2022/lib/utils/string-and-array-helper-functions.utils.mjs +0 -22
  112. package/esm2022/lib/utils/template.utils.mjs +0 -11
  113. package/esm2022/lib/utils/translate.combined.loader.mjs +0 -39
  114. package/esm2022/onecx-angular-accelerator.mjs +0 -5
  115. package/esm2022/testing/column-group-selection.harness.mjs +0 -10
  116. package/esm2022/testing/custom-group-column-selector.harness.mjs +0 -31
  117. package/esm2022/testing/data-layout-selection.harness.mjs +0 -32
  118. package/esm2022/testing/data-list-grid.harness.mjs +0 -51
  119. package/esm2022/testing/data-table.harness.mjs +0 -69
  120. package/esm2022/testing/data-view.harness.mjs +0 -12
  121. package/esm2022/testing/default-grid-item.harness.mjs +0 -24
  122. package/esm2022/testing/default-list-item.harness.mjs +0 -26
  123. package/esm2022/testing/diagram.harness.mjs +0 -22
  124. package/esm2022/testing/filter-view.harness.mjs +0 -18
  125. package/esm2022/testing/group-by-count-diagram.harness.mjs +0 -10
  126. package/esm2022/testing/index.mjs +0 -23
  127. package/esm2022/testing/interactive-data-view.harness.mjs +0 -21
  128. package/esm2022/testing/more-actions-menu-button.harness.mjs +0 -35
  129. package/esm2022/testing/onecx-angular-accelerator-testing.mjs +0 -5
  130. package/esm2022/testing/page-header.harness.mjs +0 -81
  131. package/esm2022/testing/search-header.harness.mjs +0 -36
  132. package/esm2022/testing/slot.harness.mjs +0 -5
@@ -1,23 +1,12 @@
1
- import { ElementRef, InjectionToken, OnInit, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';
2
- import { UserService } from '@onecx/angular-integration-interface';
1
+ import { OnInit, TemplateRef } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
- export interface HasPermissionChecker {
5
- hasPermission(permissionKey: string): boolean;
6
- }
7
- /**
8
- * This checker always returns true, basically disabling the permission system on the UI side
9
- */
10
- export declare class AlwaysGrantPermissionChecker implements HasPermissionChecker {
11
- hasPermission(_permissionKey: string): boolean;
12
- }
13
- export declare const HAS_PERMISSION_CHECKER: InjectionToken<HasPermissionChecker>;
14
3
  export declare class IfPermissionDirective implements OnInit {
15
4
  private renderer;
16
5
  private el;
17
6
  private viewContainer;
18
- private hasPermissionChecker?;
19
- private templateRef?;
20
- private userService?;
7
+ private hasPermissionChecker;
8
+ private templateRef;
9
+ private userService;
21
10
  permission: string | string[] | undefined;
22
11
  set notPermission(value: string | string[] | undefined);
23
12
  onMissingPermission: 'hide' | 'disable';
@@ -27,9 +16,9 @@ export declare class IfPermissionDirective implements OnInit {
27
16
  set ocxIfNotPermissionElseTemplate(value: TemplateRef<any> | undefined);
28
17
  private permissionChecker;
29
18
  negate: boolean;
30
- constructor(renderer: Renderer2, el: ElementRef, viewContainer: ViewContainerRef, hasPermissionChecker?: HasPermissionChecker | undefined, templateRef?: TemplateRef<any> | undefined, userService?: UserService | undefined);
19
+ constructor();
31
20
  ngOnInit(): void;
32
21
  hasPermission(permission: string[]): boolean;
33
- static ɵfac: i0.ɵɵFactoryDeclaration<IfPermissionDirective, [null, null, null, { optional: true; }, { optional: true; }, { optional: true; }]>;
22
+ static ɵfac: i0.ɵɵFactoryDeclaration<IfPermissionDirective, never>;
34
23
  static ɵdir: i0.ɵɵDirectiveDeclaration<IfPermissionDirective, "[ocxIfPermission], [ocxIfNotPermission]", never, { "permission": { "alias": "ocxIfPermission"; "required": false; }; "notPermission": { "alias": "ocxIfNotPermission"; "required": false; }; "onMissingPermission": { "alias": "onMissingPermission"; "required": false; }; "ocxIfPermissionPermissions": { "alias": "ocxIfPermissionPermissions"; "required": false; }; "ocxIfNotPermissionPermissions": { "alias": "ocxIfNotPermissionPermissions"; "required": false; }; "ocxIfPermissionElseTemplate": { "alias": "ocxIfPermissionElseTemplate"; "required": false; }; "ocxIfNotPermissionElseTemplate": { "alias": "ocxIfNotPermissionElseTemplate"; "required": false; }; }, {}, never, never, false, never>;
35
24
  }
@@ -1,5 +1,4 @@
1
- import { HttpClient } from '@angular/common/http';
2
- import { ElementRef, EventEmitter } from '@angular/core';
1
+ import { EventEmitter } from '@angular/core';
3
2
  import * as i0 from "@angular/core";
4
3
  export declare class SrcDirective {
5
4
  private el;
@@ -8,7 +7,7 @@ export declare class SrcDirective {
8
7
  error: EventEmitter<void>;
9
8
  get ocxSrc(): string | undefined;
10
9
  set ocxSrc(value: string | undefined);
11
- constructor(el: ElementRef, httpClient: HttpClient);
10
+ constructor();
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<SrcDirective, never>;
13
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<SrcDirective, "[ocxSrc]", never, { "ocxSrc": { "alias": "ocxSrc"; "required": false; }; }, { "error": "error"; }, never, never, false, never>;
14
13
  }
@@ -0,0 +1,9 @@
1
+ import { TemplateRef } from '@angular/core';
2
+ import * as i0 from "@angular/core";
3
+ export declare class TemplateDirective {
4
+ template: TemplateRef<any>;
5
+ name: string;
6
+ getType(): string;
7
+ static ɵfac: i0.ɵɵFactoryDeclaration<TemplateDirective, never>;
8
+ static ɵdir: i0.ɵɵDirectiveDeclaration<TemplateDirective, "[ocxTemplate]", never, { "name": { "alias": "ocxTemplate"; "required": true; }; }, {}, never, never, false, never>;
9
+ }
@@ -1,5 +1,4 @@
1
- import { AfterViewInit, ElementRef, NgZone, OnDestroy, Renderer2, TemplateRef, ViewContainerRef } from '@angular/core';
2
- import { PrimeNGConfig } from 'primeng/api';
1
+ import { AfterViewInit, OnDestroy, TemplateRef } from '@angular/core';
3
2
  import { Tooltip } from 'primeng/tooltip';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare class TooltipOnOverflowDirective extends Tooltip implements OnDestroy, AfterViewInit {
@@ -8,7 +7,7 @@ export declare class TooltipOnOverflowDirective extends Tooltip implements OnDes
8
7
  set ocxTooltipOnOverflow(value: string | TemplateRef<HTMLElement> | undefined);
9
8
  ngOnDestroy(): void;
10
9
  ngAfterViewInit(): void;
11
- constructor(platformId: any, el: ElementRef, zone: NgZone, config: PrimeNGConfig, renderer: Renderer2, viewContainer: ViewContainerRef);
10
+ constructor();
12
11
  static ɵfac: i0.ɵɵFactoryDeclaration<TooltipOnOverflowDirective, never>;
13
12
  static ɵdir: i0.ɵɵDirectiveDeclaration<TooltipOnOverflowDirective, "[ocxTooltipOnOverflow]", never, { "ocxTooltipOnOverflow": { "alias": "ocxTooltipOnOverflow"; "required": false; }; }, {}, never, never, false, never>;
14
13
  }
@@ -0,0 +1,13 @@
1
+ /**
2
+ * @deprecated Please import from `@onecx/angular-utils` instead.
3
+ */
4
+ export { HasPermissionChecker } from '@onecx/angular-utils';
5
+ /**
6
+ * This checker always returns true, basically disabling the permission system on the UI side
7
+ * @deprecated Please import from `@onecx/angular-utils` instead.
8
+ */
9
+ export { AlwaysGrantPermissionChecker } from '@onecx/angular-utils';
10
+ /**
11
+ * @deprecated Please import from `@onecx/angular-utils` instead.
12
+ */
13
+ export { HAS_PERMISSION_CHECKER } from '@onecx/angular-utils';
@@ -1,12 +1,24 @@
1
1
  export interface ColumnFilterDataSelectOptions {
2
2
  reverse: boolean;
3
3
  }
4
- export type Filter = {
4
+ export type FilterObject = {
5
5
  columnId: string;
6
- value: unknown;
7
6
  filterType?: FilterType;
8
7
  };
8
+ export type Filter = FilterObject & {
9
+ value: unknown;
10
+ };
9
11
  export declare enum FilterType {
10
- EQUAL = "EQUAL",
11
- TRUTHY = "TRUTHY"
12
+ ENDS_WITH = "endsWith",
13
+ STARTS_WITH = "startsWith",
14
+ CONTAINS = "contains",
15
+ NOT_CONTAINS = "notContains",
16
+ EQUALS = "equals",
17
+ NOT_EQUALS = "notEquals",
18
+ LESS_THAN = "lessThan",
19
+ GREATER_THAN = "greaterThan",
20
+ LESS_THAN_OR_EQUAL = "lessThanOrEqual",
21
+ GREATER_THAN_OR_EQUAL = "greaterThanOrEqual",
22
+ IS_EMPTY = "isEmpty",
23
+ IS_NOT_EMPTY = "isNotEmpty"
12
24
  }
@@ -1,11 +1,11 @@
1
- import { Injector, PipeTransform, Type } from '@angular/core';
1
+ import { PipeTransform, Type } from '@angular/core';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class DynamicPipe implements PipeTransform {
4
4
  private injector;
5
5
  knownPipes: {
6
6
  [name: string]: PipeTransform;
7
7
  };
8
- constructor(locale: string, injector: Injector);
8
+ constructor();
9
9
  transform(value: any, requiredPipe?: Type<any>, pipeArgs?: any): any;
10
10
  transform2(value: any, pipeToken: any, ...pipeArgs: any[]): any;
11
11
  static ɵfac: i0.ɵɵFactoryDeclaration<DynamicPipe, never>;
@@ -1,12 +1,12 @@
1
- import { ChangeDetectorRef, NgZone, OnDestroy, PipeTransform } from '@angular/core';
2
- import { TranslatePipe, TranslateService } from '@ngx-translate/core';
1
+ import { OnDestroy, PipeTransform } from '@angular/core';
2
+ import { TranslatePipe } from '@ngx-translate/core';
3
3
  import * as i0 from "@angular/core";
4
4
  export declare class OcxTimeAgoPipe extends TranslatePipe implements OnDestroy, PipeTransform {
5
5
  private changeDetectorRef;
6
6
  private ngZone;
7
7
  private translateService;
8
8
  private timer;
9
- constructor(changeDetectorRef: ChangeDetectorRef, ngZone: NgZone, translateService: TranslateService);
9
+ constructor();
10
10
  transform(value: string): any;
11
11
  ngOnDestroy(): void;
12
12
  private removeTimer;
@@ -1,7 +1,5 @@
1
- import { ActivatedRoute, Router } from '@angular/router';
2
- import { TranslateService } from '@ngx-translate/core';
3
- import { BehaviorSubject } from 'rxjs';
4
1
  import { MenuItem } from 'primeng/api';
2
+ import { BehaviorSubject } from 'rxjs';
5
3
  import { BreadCrumbMenuItem } from '../model/breadcrumb-menu-item.model';
6
4
  import * as i0 from "@angular/core";
7
5
  export declare class BreadcrumbService {
@@ -11,7 +9,7 @@ export declare class BreadcrumbService {
11
9
  private itemsSource$;
12
10
  generatedItemsSource: BehaviorSubject<MenuItem[]>;
13
11
  itemsHandler: import("rxjs").Observable<MenuItem[]>;
14
- constructor(router: Router, activeRoute: ActivatedRoute, translateService: TranslateService);
12
+ constructor();
15
13
  private generateBreadcrumbs;
16
14
  private addBreadcrumb;
17
15
  private createBreadcrumb;
@@ -0,0 +1,10 @@
1
+ import { OnDestroy } from '@angular/core';
2
+ import { Subscription } from 'rxjs';
3
+ import * as i0 from "@angular/core";
4
+ export declare class ConnectionService implements OnDestroy {
5
+ languageSub: Subscription;
6
+ constructor();
7
+ ngOnDestroy(): void;
8
+ static ɵfac: i0.ɵɵFactoryDeclaration<ConnectionService, never>;
9
+ static ɵprov: i0.ɵɵInjectableDeclaration<ConnectionService>;
10
+ }
@@ -6,6 +6,9 @@ declare global {
6
6
  onecxTranslations: Record<string, any>;
7
7
  }
8
8
  }
9
+ /**
10
+ * @deprecated Please import from `@onecx/angular-utils` instead.
11
+ */
9
12
  export declare class TranslationCacheService implements OnDestroy {
10
13
  private translationTopic$;
11
14
  constructor();
@@ -1,5 +1,8 @@
1
1
  import { TranslateLoader } from '@ngx-translate/core';
2
2
  import { Observable } from 'rxjs';
3
+ /**
4
+ * @deprecated Please import from `@onecx/angular-utils` instead.
5
+ */
3
6
  export declare class AsyncTranslateLoader implements TranslateLoader {
4
7
  private translateLoader$;
5
8
  static lastTimerId: number;
@@ -2,6 +2,9 @@ import { HttpClient } from '@angular/common/http';
2
2
  import { TranslateLoader } from '@ngx-translate/core';
3
3
  import { Observable } from 'rxjs';
4
4
  import { TranslationCacheService } from '../services/translation-cache.service';
5
+ /**
6
+ * @deprecated Please import from `@onecx/angular-utils` instead.
7
+ */
5
8
  export declare class CachingTranslateLoader implements TranslateLoader {
6
9
  private translationCache;
7
10
  private http;
@@ -2,4 +2,7 @@ import { HttpClient } from '@angular/common/http';
2
2
  import { TranslateLoader } from '@ngx-translate/core';
3
3
  import { AppStateService } from '@onecx/angular-integration-interface';
4
4
  import { TranslationCacheService } from '../services/translation-cache.service';
5
+ /**
6
+ * @deprecated Please import from `@onecx/angular-utils` instead.
7
+ */
5
8
  export declare function createTranslateLoader(http: HttpClient, appStateService: AppStateService, translationCacheService?: TranslationCacheService): TranslateLoader;
@@ -1,5 +1,5 @@
1
1
  import { QueryList } from '@angular/core';
2
- import { Calendar } from 'primeng/calendar';
2
+ import { DatePicker } from 'primeng/datepicker';
3
3
  export type hasShowTimeFunction = (key: string) => boolean;
4
4
  /**
5
5
  * removeNullValues: whether to remove entries from the search criteria where the value is null
@@ -10,8 +10,8 @@ export interface BuildSearchCriteriaParameters {
10
10
  /**
11
11
  * Safely builds the search criteria based on form values
12
12
  * @param formRawValue the raw value of the form to use
13
- * @param calendars a list of primeng calendars of the form (use `@ViewChildren(Calendar) calendars!: QueryList<Calendar>;`)
13
+ * @param datePickers a list of primeng datePickers of the form (use `@ViewChildren(DatePicker) datePickers!: QueryList<DatePicker>;`)
14
14
  * @param parameters {@link BuildSearchCriteriaParameters} to use when building the search criteria
15
15
  * @returns the search criteria as a partial of T (T = type of the search criteria)
16
16
  */
17
- export declare function buildSearchCriteria<T>(formRawValue: any, calendars: QueryList<Calendar>, { removeNullValues }: BuildSearchCriteriaParameters): Partial<T>;
17
+ export declare function buildSearchCriteria<T>(formRawValue: any, datePickers: QueryList<DatePicker>, { removeNullValues }: BuildSearchCriteriaParameters): Partial<T>;
@@ -0,0 +1,20 @@
1
+ import { DataTableColumn } from '../model/data-table-column.model';
2
+ import { Filter, FilterObject } from '../model/filter.model';
3
+ export declare abstract class DataOperationStrategy {
4
+ endsWith(column: DataTableColumn, value: unknown, target: unknown): boolean;
5
+ startsWith(column: DataTableColumn, value: unknown, target: unknown): boolean;
6
+ contains(column: DataTableColumn, value: unknown, target: unknown): boolean;
7
+ notContains(column: DataTableColumn, value: unknown, target: unknown): boolean;
8
+ equals(column: DataTableColumn, value: unknown, target: unknown): boolean;
9
+ notEquals(column: DataTableColumn, value: unknown, target: unknown): boolean;
10
+ lessThan(column: DataTableColumn, value: unknown, target: unknown): boolean;
11
+ greaterThan(column: DataTableColumn, value: unknown, target: unknown): boolean;
12
+ lessThanOrEqual(column: DataTableColumn, value: unknown, target: unknown): boolean;
13
+ greaterThanOrEqual(column: DataTableColumn, value: unknown, target: unknown): boolean;
14
+ isEmpty(column: DataTableColumn, value: unknown): boolean;
15
+ isNotEmpty(column: DataTableColumn, value: unknown): boolean;
16
+ compare(a: unknown, b: unknown, column: DataTableColumn): number;
17
+ filterOptions(hayStack: unknown[], filterObject: FilterObject, columns: DataTableColumn[]): unknown[];
18
+ filter(hayStack: unknown[], filter: Filter, columns: DataTableColumn[]): unknown[];
19
+ mapHaystackItemToValue(item: unknown, filter: Filter | FilterObject): any;
20
+ }
@@ -1,7 +1,6 @@
1
1
  import * as i0 from "@angular/core";
2
2
  export declare class DateUtils {
3
3
  protected locale: string;
4
- constructor(locale: string);
5
4
  options: Intl.DateTimeFormatOptions;
6
5
  localizedDate(date: string | number | Date | undefined): string;
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<DateUtils, never>;
@@ -0,0 +1,6 @@
1
+ import { ConnectionService } from '../services/connection.service';
2
+ export declare function provideConnectionService(): (typeof ConnectionService | {
3
+ provide: import("@angular/core").InjectionToken<readonly (() => void)[]>;
4
+ multi: boolean;
5
+ useFactory(): () => ConnectionService;
6
+ })[];
@@ -1,5 +1,8 @@
1
1
  import { TranslateLoader } from '@ngx-translate/core';
2
2
  import { Observable } from 'rxjs';
3
+ /**
4
+ * @deprecated Please import from `@onecx/angular-utils` instead.
5
+ */
3
6
  export declare class TranslateCombinedLoader implements TranslateLoader {
4
7
  private _loaders;
5
8
  constructor(...loaders: TranslateLoader[]);
package/package.json CHANGED
@@ -1,24 +1,28 @@
1
1
  {
2
2
  "name": "@onecx/angular-accelerator",
3
- "version": "6.0.0-rc.2",
3
+ "version": "6.0.0-rc.4",
4
4
  "license": "Apache-2.0",
5
5
  "peerDependencies": {
6
- "@angular/common": "^18.0.5",
7
- "@angular/core": "^18.0.5",
8
- "@angular/cdk": "^18.0.6",
9
- "@angular/forms": "^18.0.5",
10
- "@angular/platform-browser": "^18.0.5",
11
- "@angular/router": "^18.0.5",
12
- "@ngx-translate/core": "^15.0.0",
6
+ "@angular/common": "^19.0.0",
7
+ "@angular/core": "^19.0.0",
8
+ "@angular/cdk": "^19.0.0",
9
+ "@angular/forms": "^19.0.0",
10
+ "@angular/platform-browser": "^19.0.0",
11
+ "@angular/router": "^19.0.0",
12
+ "@ngx-translate/core": "^16.0.0",
13
+ "@ngx-translate/http-loader": "^8.0.0",
13
14
  "@ngneat/until-destroy": "^10.0.0",
14
- "@onecx/integration-interface": "^6.0.0-rc.2",
15
- "@onecx/angular-integration-interface": "^6.0.0-rc.2",
16
- "@onecx/angular-remote-components": "^6.0.0-rc.2",
17
- "@onecx/angular-testing": "^6.0.0-rc.2",
15
+ "@onecx/integration-interface": "^6.0.0-rc.4",
16
+ "@onecx/angular-integration-interface": "^6.0.0-rc.4",
17
+ "@onecx/angular-remote-components": "^6.0.0-rc.4",
18
+ "@onecx/angular-testing": "^6.0.0-rc.4",
19
+ "@onecx/accelerator": "^6.0.0-rc.4",
20
+ "@onecx/angular-utils": "^6.0.0-rc.4",
18
21
  "chart.js": "^4.4.3",
19
22
  "d3-scale-chromatic": "^3.1.0",
20
23
  "rxjs": "~7.8.1",
21
- "primeng": "^17.18.6"
24
+ "primeng": "^19.0.0",
25
+ "@storybook/angular": "^8.3.2"
22
26
  },
23
27
  "dependencies": {
24
28
  "tslib": "^2.3.0"
@@ -27,8 +31,6 @@
27
31
  ".": {
28
32
  "style": "./assets/styles.scss",
29
33
  "types": "./index.d.ts",
30
- "esm2022": "./esm2022/onecx-angular-accelerator.mjs",
31
- "esm": "./esm2022/onecx-angular-accelerator.mjs",
32
34
  "default": "./fesm2022/onecx-angular-accelerator.mjs"
33
35
  },
34
36
  "./package.json": {
@@ -36,8 +38,6 @@
36
38
  },
37
39
  "./testing": {
38
40
  "types": "./testing/index.d.ts",
39
- "esm2022": "./esm2022/testing/onecx-angular-accelerator-testing.mjs",
40
- "esm": "./esm2022/testing/onecx-angular-accelerator-testing.mjs",
41
41
  "default": "./fesm2022/onecx-angular-accelerator-testing.mjs"
42
42
  }
43
43
  },
@@ -1,6 +1,6 @@
1
1
  import { ComponentHarness } from '@angular/cdk/testing';
2
- import { PDropdownHarness } from '@onecx/angular-testing';
2
+ import { PSelectHarness } from '@onecx/angular-testing';
3
3
  export declare class ColumnGroupSelectionHarness extends ComponentHarness {
4
4
  static hostSelector: string;
5
- getPDropdown: import("@onecx/angular-testing").AsyncFactoryFn<PDropdownHarness>;
5
+ getPSelect: import("@onecx/angular-testing").AsyncFactoryFn<PSelectHarness>;
6
6
  }
@@ -0,0 +1,7 @@
1
+ import { ComponentHarness } from '@angular/cdk/testing';
2
+ export declare class OcxContentContainerHarness extends ComponentHarness {
3
+ static hostSelector: string;
4
+ getLayoutClasses(): Promise<string[]>;
5
+ getLayout(): Promise<'horizontal' | 'vertical'>;
6
+ getBreakpoint(): Promise<'sm' | 'md' | 'lg' | 'xl' | undefined>;
7
+ }
@@ -0,0 +1,10 @@
1
+ import { ComponentHarness } from '@angular/cdk/testing';
2
+ import { PHarness } from '@onecx/angular-testing';
3
+ export declare class OcxContentHarness extends ComponentHarness {
4
+ static hostSelector: string;
5
+ getContentClasses(): Promise<string[]>;
6
+ getTitleClasses(titleElementId: string): Promise<string[] | null>;
7
+ getTitle(titleElementId: string): Promise<string | null>;
8
+ getTitleHarness(titleElementId: string): Promise<PHarness | null>;
9
+ hasTitle(titleElementId: string): Promise<boolean>;
10
+ }
@@ -1,11 +1,12 @@
1
- import { ContentContainerComponentHarness, TestElement } from '@angular/cdk/testing';
1
+ import { ContentContainerComponentHarness } from '@angular/cdk/testing';
2
+ import { PToggleButtonHarness } from '@onecx/angular-testing';
2
3
  export declare class DataLayoutSelectionHarness extends ContentContainerComponentHarness {
3
4
  static hostSelector: string;
4
- getAllSelectionButtons(): Promise<TestElement[]>;
5
- getListLayoutSelectionButton(): Promise<TestElement | null>;
6
- getGridLayoutSelectionButton(): Promise<TestElement | null>;
7
- getTableLayoutSelectionButton(): Promise<TestElement | null>;
5
+ getListLayoutSelectionToggleButton: import("@onecx/angular-testing").AsyncFactoryFn<PToggleButtonHarness>;
6
+ getGridLayoutSelectionToggleButton: import("@onecx/angular-testing").AsyncFactoryFn<PToggleButtonHarness>;
7
+ getTableLayoutSelectionToggleButton: import("@onecx/angular-testing").AsyncFactoryFn<PToggleButtonHarness>;
8
8
  getCurrentLayout(): Promise<string | null>;
9
9
  selectListLayout(): Promise<void>;
10
- private isDesiredButton;
10
+ selectGridLayout(): Promise<void>;
11
+ selectTableLayout(): Promise<void>;
11
12
  }
@@ -1,4 +1,6 @@
1
1
  export * from './column-group-selection.harness';
2
+ export * from './content-container.harness';
3
+ export * from './content.harness';
2
4
  export * from './custom-group-column-selector.harness';
3
5
  export * from './data-layout-selection.harness';
4
6
  export * from './data-list-grid.harness';
@@ -10,6 +12,7 @@ export * from './diagram.harness';
10
12
  export * from './filter-view.harness';
11
13
  export * from './group-by-count-diagram.harness';
12
14
  export * from './interactive-data-view.harness';
15
+ export * from './lifecycle.harness';
13
16
  export * from './more-actions-menu-button.harness';
14
17
  export * from './page-header.harness';
15
18
  export * from './slot.harness';
@@ -1,17 +1,19 @@
1
1
  import { ContentContainerComponentHarness } from '@angular/cdk/testing';
2
2
  import { PButtonHarness } from '@onecx/angular-testing';
3
- import { PDropdownHarness } from '@onecx/angular-testing';
3
+ import { PSelectHarness } from '@onecx/angular-testing';
4
4
  import { CustomGroupColumnSelectorHarness } from '.';
5
5
  import { DataLayoutSelectionHarness } from './data-layout-selection.harness';
6
6
  import { DataViewHarness } from './data-view.harness';
7
7
  import { SlotHarness } from './slot.harness';
8
8
  export declare class InteractiveDataViewHarness extends ContentContainerComponentHarness {
9
9
  static hostSelector: string;
10
+ getHeaderStyleClasses(): Promise<string[]>;
11
+ getContentStyleClasses(): Promise<string[]>;
10
12
  getDataLayoutSelection: import("@onecx/angular-testing").AsyncFactoryFn<DataLayoutSelectionHarness>;
11
- getColumnGroupSelectionDropdown: import("@onecx/angular-testing").AsyncFactoryFn<PDropdownHarness | null>;
13
+ getColumnGroupSelectionSelect: import("@onecx/angular-testing").AsyncFactoryFn<PSelectHarness | null>;
12
14
  getCustomGroupColumnSelector: import("@onecx/angular-testing").AsyncFactoryFn<CustomGroupColumnSelectorHarness | null>;
13
15
  getCustomGroupColumnSelectorSlot: import("@onecx/angular-testing").AsyncFactoryFn<SlotHarness | null>;
14
- getDataListGridSortingDropdown: import("@onecx/angular-testing").AsyncFactoryFn<PDropdownHarness | null>;
16
+ getDataListGridSortingSelect: import("@onecx/angular-testing").AsyncFactoryFn<PSelectHarness | null>;
15
17
  getDataListGridSortingButton: import("@onecx/angular-testing").AsyncFactoryFn<PButtonHarness | null>;
16
18
  getDataView: import("@onecx/angular-testing").AsyncFactoryFn<DataViewHarness>;
17
19
  }
@@ -0,0 +1,6 @@
1
+ import { ContentContainerComponentHarness } from "@angular/cdk/testing";
2
+ export declare class LifecycleHarness extends ContentContainerComponentHarness {
3
+ static hostSelector: string;
4
+ getSteps: import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").TestElement[]>;
5
+ getHighlightedSteps: import("@angular/cdk/testing").AsyncFactoryFn<import("@angular/cdk/testing").TestElement[]>;
6
+ }
package/esm2022/index.mjs DELETED
@@ -1,61 +0,0 @@
1
- // directives
2
- export * from './lib/directives/if-permission.directive';
3
- export * from './lib/directives/if-breakpoint.directive';
4
- export * from './lib/directives/src.directive';
5
- export * from './lib/directives/advanced.directive';
6
- export * from './lib/directives/tooltipOnOverflow.directive';
7
- // components
8
- export * from './lib/components/column-group-selection/column-group-selection.component';
9
- export * from './lib/components/custom-group-column-selector/custom-group-column-selector.component';
10
- export * from './lib/components/data-layout-selection/data-layout-selection.component';
11
- export * from './lib/components/data-list-grid/data-list-grid.component';
12
- export * from './lib/components/data-list-grid-sorting/data-list-grid-sorting.component';
13
- export * from './lib/components/data-table/data-table.component';
14
- export * from './lib/components/data-view/data-view.component';
15
- export * from './lib/components/diagram/diagram.component';
16
- export * from './lib/components/filter-view/filter-view.component';
17
- export * from './lib/components/group-by-count-diagram/group-by-count-diagram.component';
18
- export * from './lib/components/interactive-data-view/interactive-data-view.component';
19
- export * from './lib/components/page-header/page-header.component';
20
- export * from './lib/components/search-header/search-header.component';
21
- export * from './lib/components/data-loading-error/data-loading-error.component';
22
- // services
23
- export * from './lib/services/breadcrumb.service';
24
- export * from './lib/services/translation-cache.service';
25
- // pipes
26
- export * from './lib/pipes/dynamic.pipe';
27
- export * from './lib/pipes/ocxtimeago.pipe';
28
- // models
29
- export * from './lib/model/breadcrumb-menu-item.model';
30
- export * from './lib/model/column-type.model';
31
- export * from './lib/model/data-action';
32
- // export * from './lib/model/data-column-name-id.model'
33
- export * from './lib/model/data-sort-direction';
34
- export * from './lib/model/data-table-column.model';
35
- export * from './lib/model/diagram-column';
36
- // export * from './lib/model/diagram-data'
37
- export * from './lib/model/diagram-type';
38
- export * from './lib/model/filter.model';
39
- // core
40
- export * from './lib/angular-accelerator.module';
41
- export * from './lib/angular-accelerator-primeng.module';
42
- // functions
43
- export * from './lib/functions/flatten-object';
44
- export * from './lib/functions/at-least-one-field-filled-validator';
45
- // utils
46
- export * from './lib/utils/async-translate-loader.utils';
47
- export * from './lib/utils/caching-translate-loader.utils';
48
- export * from './lib/utils/colorutils';
49
- export * from './lib/utils/create-translate-loader.utils';
50
- export * from './lib/utils/dateutils';
51
- export * from './lib/utils/objectutils';
52
- export * from './lib/utils/primeicon.utils';
53
- export * from './lib/utils/translate.combined.loader';
54
- export * from './lib/utils/create-remote-component-and-mfe-translate-loader.utils';
55
- export * from './lib/utils/create-remote-component-translate-loader.utils';
56
- export * from './lib/utils/enum-to-dropdown-options.utils';
57
- export * from './lib/utils/criteria.utils';
58
- export * from './lib/utils/string-and-array-helper-functions.utils';
59
- export * from './lib/utils/template.utils';
60
- export * from './lib/utils/filter.utils';
61
- //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXItYWNjZWxlcmF0b3Ivc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGFBQWE7QUFDYixjQUFjLDBDQUEwQyxDQUFBO0FBQ3hELGNBQWMsMENBQTBDLENBQUE7QUFDeEQsY0FBYyxnQ0FBZ0MsQ0FBQTtBQUM5QyxjQUFjLHFDQUFxQyxDQUFBO0FBQ25ELGNBQWMsOENBQThDLENBQUE7QUFFNUQsYUFBYTtBQUNiLGNBQWMsMEVBQTBFLENBQUE7QUFDeEYsY0FBYyxzRkFBc0YsQ0FBQTtBQUNwRyxjQUFjLHdFQUF3RSxDQUFBO0FBQ3RGLGNBQWMsMERBQTBELENBQUE7QUFDeEUsY0FBYywwRUFBMEUsQ0FBQTtBQUN4RixjQUFjLGtEQUFrRCxDQUFBO0FBQ2hFLGNBQWMsZ0RBQWdELENBQUE7QUFDOUQsY0FBYyw0Q0FBNEMsQ0FBQTtBQUMxRCxjQUFjLG9EQUFvRCxDQUFBO0FBQ2xFLGNBQWMsMEVBQTBFLENBQUE7QUFDeEYsY0FBYyx3RUFBd0UsQ0FBQTtBQUN0RixjQUFjLG9EQUFvRCxDQUFBO0FBQ2xFLGNBQWMsd0RBQXdELENBQUE7QUFDdEUsY0FBYyxrRUFBa0UsQ0FBQTtBQUVoRixXQUFXO0FBQ1gsY0FBYyxtQ0FBbUMsQ0FBQTtBQUNqRCxjQUFjLDBDQUEwQyxDQUFBO0FBRXhELFFBQVE7QUFDUixjQUFjLDBCQUEwQixDQUFBO0FBQ3hDLGNBQWMsNkJBQTZCLENBQUE7QUFFM0MsU0FBUztBQUNULGNBQWMsd0NBQXdDLENBQUE7QUFDdEQsY0FBYywrQkFBK0IsQ0FBQTtBQUM3QyxjQUFjLHlCQUF5QixDQUFBO0FBQ3ZDLHdEQUF3RDtBQUN4RCxjQUFjLGlDQUFpQyxDQUFBO0FBQy9DLGNBQWMscUNBQXFDLENBQUE7QUFDbkQsY0FBYyw0QkFBNEIsQ0FBQTtBQUMxQywyQ0FBMkM7QUFDM0MsY0FBYywwQkFBMEIsQ0FBQTtBQUN4QyxjQUFjLDBCQUEwQixDQUFBO0FBRXhDLE9BQU87QUFDUCxjQUFjLGtDQUFrQyxDQUFBO0FBQ2hELGNBQWMsMENBQTBDLENBQUE7QUFFeEQsWUFBWTtBQUNaLGNBQWMsZ0NBQWdDLENBQUE7QUFDOUMsY0FBYyxxREFBcUQsQ0FBQTtBQUVuRSxRQUFRO0FBQ1IsY0FBYywwQ0FBMEMsQ0FBQTtBQUN4RCxjQUFjLDRDQUE0QyxDQUFBO0FBQzFELGNBQWMsd0JBQXdCLENBQUE7QUFDdEMsY0FBYywyQ0FBMkMsQ0FBQTtBQUN6RCxjQUFjLHVCQUF1QixDQUFBO0FBQ3JDLGNBQWMseUJBQXlCLENBQUE7QUFDdkMsY0FBYyw2QkFBNkIsQ0FBQTtBQUMzQyxjQUFjLHVDQUF1QyxDQUFBO0FBQ3JELGNBQWMsb0VBQW9FLENBQUE7QUFDbEYsY0FBYyw0REFBNEQsQ0FBQTtBQUMxRSxjQUFjLDRDQUE0QyxDQUFBO0FBQzFELGNBQWMsNEJBQTRCLENBQUE7QUFDMUMsY0FBYyxxREFBcUQsQ0FBQTtBQUNuRSxjQUFjLDRCQUE0QixDQUFBO0FBQzFDLGNBQWMsMEJBQTBCLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBkaXJlY3RpdmVzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kaXJlY3RpdmVzL2lmLXBlcm1pc3Npb24uZGlyZWN0aXZlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGlyZWN0aXZlcy9pZi1icmVha3BvaW50LmRpcmVjdGl2ZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RpcmVjdGl2ZXMvc3JjLmRpcmVjdGl2ZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RpcmVjdGl2ZXMvYWR2YW5jZWQuZGlyZWN0aXZlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGlyZWN0aXZlcy90b29sdGlwT25PdmVyZmxvdy5kaXJlY3RpdmUnXG5cbi8vIGNvbXBvbmVudHNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY29sdW1uLWdyb3VwLXNlbGVjdGlvbi9jb2x1bW4tZ3JvdXAtc2VsZWN0aW9uLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvY3VzdG9tLWdyb3VwLWNvbHVtbi1zZWxlY3Rvci9jdXN0b20tZ3JvdXAtY29sdW1uLXNlbGVjdG9yLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0YS1sYXlvdXQtc2VsZWN0aW9uL2RhdGEtbGF5b3V0LXNlbGVjdGlvbi5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGEtbGlzdC1ncmlkL2RhdGEtbGlzdC1ncmlkLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0YS1saXN0LWdyaWQtc29ydGluZy9kYXRhLWxpc3QtZ3JpZC1zb3J0aW5nLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0YS10YWJsZS9kYXRhLXRhYmxlLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0YS12aWV3L2RhdGEtdmlldy5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RpYWdyYW0vZGlhZ3JhbS5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2ZpbHRlci12aWV3L2ZpbHRlci12aWV3LmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZ3JvdXAtYnktY291bnQtZGlhZ3JhbS9ncm91cC1ieS1jb3VudC1kaWFncmFtLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvaW50ZXJhY3RpdmUtZGF0YS12aWV3L2ludGVyYWN0aXZlLWRhdGEtdmlldy5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL3BhZ2UtaGVhZGVyL3BhZ2UtaGVhZGVyLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvc2VhcmNoLWhlYWRlci9zZWFyY2gtaGVhZGVyLmNvbXBvbmVudCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2NvbXBvbmVudHMvZGF0YS1sb2FkaW5nLWVycm9yL2RhdGEtbG9hZGluZy1lcnJvci5jb21wb25lbnQnXG5cbi8vIHNlcnZpY2VzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcy9icmVhZGNydW1iLnNlcnZpY2UnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9zZXJ2aWNlcy90cmFuc2xhdGlvbi1jYWNoZS5zZXJ2aWNlJ1xuXG4vLyBwaXBlc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcGlwZXMvZHluYW1pYy5waXBlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvcGlwZXMvb2N4dGltZWFnby5waXBlJ1xuXG4vLyBtb2RlbHNcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVsL2JyZWFkY3J1bWItbWVudS1pdGVtLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWwvY29sdW1uLXR5cGUubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbC9kYXRhLWFjdGlvbidcbi8vIGV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVsL2RhdGEtY29sdW1uLW5hbWUtaWQubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbC9kYXRhLXNvcnQtZGlyZWN0aW9uJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWwvZGF0YS10YWJsZS1jb2x1bW4ubW9kZWwnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbC9kaWFncmFtLWNvbHVtbidcbi8vIGV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVsL2RpYWdyYW0tZGF0YSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVsL2RpYWdyYW0tdHlwZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVsL2ZpbHRlci5tb2RlbCdcblxuLy8gY29yZVxuZXhwb3J0ICogZnJvbSAnLi9saWIvYW5ndWxhci1hY2NlbGVyYXRvci5tb2R1bGUnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9hbmd1bGFyLWFjY2VsZXJhdG9yLXByaW1lbmcubW9kdWxlJ1xuXG4vLyBmdW5jdGlvbnNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Z1bmN0aW9ucy9mbGF0dGVuLW9iamVjdCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2Z1bmN0aW9ucy9hdC1sZWFzdC1vbmUtZmllbGQtZmlsbGVkLXZhbGlkYXRvcidcblxuLy8gdXRpbHNcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL2FzeW5jLXRyYW5zbGF0ZS1sb2FkZXIudXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9jYWNoaW5nLXRyYW5zbGF0ZS1sb2FkZXIudXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9jb2xvcnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvY3JlYXRlLXRyYW5zbGF0ZS1sb2FkZXIudXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9kYXRldXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9vYmplY3R1dGlscydcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL3ByaW1laWNvbi51dGlscydcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL3RyYW5zbGF0ZS5jb21iaW5lZC5sb2FkZXInXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9jcmVhdGUtcmVtb3RlLWNvbXBvbmVudC1hbmQtbWZlLXRyYW5zbGF0ZS1sb2FkZXIudXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9jcmVhdGUtcmVtb3RlLWNvbXBvbmVudC10cmFuc2xhdGUtbG9hZGVyLnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvZW51bS10by1kcm9wZG93bi1vcHRpb25zLnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvY3JpdGVyaWEudXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9zdHJpbmctYW5kLWFycmF5LWhlbHBlci1mdW5jdGlvbnMudXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy90ZW1wbGF0ZS51dGlscydcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL2ZpbHRlci51dGlscydcbiJdfQ==