@onecx/angular-accelerator 5.37.0 → 6.0.0-rc.10
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/assets/i18n/de.json +3 -3
- package/assets/i18n/en.json +3 -3
- package/assets/i18n/primeng/de.json +1 -1
- package/assets/i18n/primeng/en.json +1 -1
- package/assets/styles.scss +0 -4
- package/fesm2022/onecx-angular-accelerator-testing.mjs +90 -28
- package/fesm2022/onecx-angular-accelerator-testing.mjs.map +1 -1
- package/fesm2022/onecx-angular-accelerator.mjs +777 -398
- package/fesm2022/onecx-angular-accelerator.mjs.map +1 -1
- package/index.d.ts +8 -0
- package/lib/angular-accelerator-primeng.module.d.ts +6 -4
- package/lib/angular-accelerator.module.d.ts +26 -20
- package/lib/components/content/content.component.d.ts +13 -0
- package/lib/components/content-container/content-container.component.d.ts +19 -0
- package/lib/components/custom-group-column-selector/custom-group-column-selector.component.d.ts +0 -2
- package/lib/components/data-list-grid/data-list-grid.component.d.ts +9 -19
- package/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.d.ts +2 -2
- package/lib/components/data-table/data-table.component.d.ts +8 -18
- package/lib/components/data-view/data-view.component.d.ts +10 -8
- package/lib/components/diagram/diagram.component.d.ts +0 -2
- package/lib/components/filter-view/filter-view.component.d.ts +2 -2
- package/lib/components/group-by-count-diagram/group-by-count-diagram.component.d.ts +0 -2
- package/lib/components/interactive-data-view/interactive-data-view.component.d.ts +10 -6
- package/lib/components/lifecycle/lifecycle.component.d.ts +12 -0
- package/lib/components/page-header/page-header.component.d.ts +1 -4
- package/lib/components/search-header/search-header.component.d.ts +3 -4
- package/lib/directives/advanced.directive.d.ts +5 -6
- package/lib/directives/content-container.directive.d.ts +23 -0
- package/lib/directives/content.directive.d.ts +21 -0
- package/lib/directives/if-breakpoint.directive.d.ts +3 -4
- package/lib/directives/if-permission.directive.d.ts +6 -8
- package/lib/directives/src.directive.d.ts +2 -3
- package/lib/directives/template.directive.d.ts +9 -0
- package/lib/directives/tooltipOnOverflow.directive.d.ts +2 -3
- package/lib/model/filter.model.d.ts +16 -4
- package/lib/pipes/dynamic.pipe.d.ts +2 -2
- package/lib/pipes/ocxtimeago.pipe.d.ts +3 -3
- package/lib/services/breadcrumb.service.d.ts +2 -4
- package/lib/services/translation-connection.service.d.ts +10 -0
- package/lib/utils/criteria.utils.d.ts +3 -3
- package/lib/utils/data-operation-strategy.d.ts +20 -0
- package/lib/utils/dateutils.d.ts +0 -1
- package/lib/utils/provide-connection-service.d.ts +6 -0
- package/migrations.json +26 -0
- package/package.json +21 -20
- package/testing/column-group-selection.harness.d.ts +2 -2
- package/testing/content-container.harness.d.ts +7 -0
- package/testing/content.harness.d.ts +10 -0
- package/testing/data-layout-selection.harness.d.ts +7 -6
- package/testing/index.d.ts +3 -0
- package/testing/interactive-data-view.harness.d.ts +5 -3
- package/testing/lifecycle.harness.d.ts +6 -0
- package/esm2022/index.mjs +0 -63
- package/esm2022/lib/angular-accelerator-primeng.module.mjs +0 -146
- package/esm2022/lib/angular-accelerator.module.mjs +0 -209
- package/esm2022/lib/components/column-group-selection/column-group-selection.component.mjs +0 -90
- package/esm2022/lib/components/custom-group-column-selector/custom-group-column-selector.component.mjs +0 -184
- package/esm2022/lib/components/data-layout-selection/data-layout-selection.component.mjs +0 -73
- package/esm2022/lib/components/data-list-grid/data-list-grid.component.mjs +0 -615
- package/esm2022/lib/components/data-list-grid-sorting/data-list-grid-sorting.component.mjs +0 -107
- package/esm2022/lib/components/data-loading-error/data-loading-error.component.mjs +0 -28
- package/esm2022/lib/components/data-sort-base/data-sort-base.mjs +0 -134
- package/esm2022/lib/components/data-table/data-table.component.mjs +0 -840
- package/esm2022/lib/components/data-view/data-view.component.mjs +0 -672
- package/esm2022/lib/components/diagram/diagram.component.mjs +0 -183
- package/esm2022/lib/components/filter-view/filter-view.component.mjs +0 -263
- package/esm2022/lib/components/group-by-count-diagram/group-by-count-diagram.component.mjs +0 -133
- package/esm2022/lib/components/interactive-data-view/interactive-data-view.component.mjs +0 -724
- package/esm2022/lib/components/page-header/page-header.component.mjs +0 -238
- package/esm2022/lib/components/search-header/search-header.component.mjs +0 -199
- package/esm2022/lib/directives/advanced.directive.mjs +0 -36
- package/esm2022/lib/directives/if-breakpoint.directive.mjs +0 -47
- package/esm2022/lib/directives/if-permission.directive.mjs +0 -95
- package/esm2022/lib/directives/src.directive.mjs +0 -65
- package/esm2022/lib/directives/tooltipOnOverflow.directive.mjs +0 -48
- package/esm2022/lib/functions/at-least-one-field-filled-validator.mjs +0 -7
- package/esm2022/lib/functions/flatten-object.mjs +0 -20
- package/esm2022/lib/injection-tokens/has-permission-checker.mjs +0 -10
- package/esm2022/lib/model/breadcrumb-menu-item.model.mjs +0 -2
- package/esm2022/lib/model/column-type.model.mjs +0 -16
- package/esm2022/lib/model/data-action.mjs +0 -2
- package/esm2022/lib/model/data-column-name-id.model.mjs +0 -2
- package/esm2022/lib/model/data-sort-direction.mjs +0 -2
- package/esm2022/lib/model/data-table-column.model.mjs +0 -2
- package/esm2022/lib/model/diagram-column.mjs +0 -2
- package/esm2022/lib/model/diagram-data.mjs +0 -2
- package/esm2022/lib/model/diagram-type.mjs +0 -2
- package/esm2022/lib/model/filter.model.mjs +0 -6
- package/esm2022/lib/pipes/dynamic.pipe.mjs +0 -58
- package/esm2022/lib/pipes/ocxtimeago.pipe.mjs +0 -107
- package/esm2022/lib/services/breadcrumb.service.mjs +0 -128
- package/esm2022/lib/services/translation-cache.service.mjs +0 -44
- package/esm2022/lib/utils/async-translate-loader.utils.mjs +0 -15
- package/esm2022/lib/utils/caching-translate-loader.utils.mjs +0 -18
- package/esm2022/lib/utils/colorutils.mjs +0 -19
- package/esm2022/lib/utils/create-remote-component-and-mfe-translate-loader.utils.mjs +0 -12
- package/esm2022/lib/utils/create-remote-component-translate-loader.utils.mjs +0 -25
- package/esm2022/lib/utils/create-translate-loader.utils.mjs +0 -30
- package/esm2022/lib/utils/criteria.utils.mjs +0 -28
- package/esm2022/lib/utils/dateutils.mjs +0 -38
- package/esm2022/lib/utils/dynamic-locale-id.mjs +0 -21
- package/esm2022/lib/utils/enum-to-dropdown-options.utils.mjs +0 -8
- package/esm2022/lib/utils/filter.utils.mjs +0 -6
- package/esm2022/lib/utils/objectutils.mjs +0 -30
- package/esm2022/lib/utils/primeicon.utils.mjs +0 -2
- package/esm2022/lib/utils/rxjs-utils.mjs +0 -13
- package/esm2022/lib/utils/string-and-array-helper-functions.utils.mjs +0 -22
- package/esm2022/lib/utils/template.utils.mjs +0 -11
- package/esm2022/lib/utils/translate.combined.loader.mjs +0 -42
- package/esm2022/onecx-angular-accelerator.mjs +0 -5
- package/esm2022/testing/column-group-selection.harness.mjs +0 -10
- package/esm2022/testing/custom-group-column-selector.harness.mjs +0 -31
- package/esm2022/testing/data-layout-selection.harness.mjs +0 -32
- package/esm2022/testing/data-list-grid.harness.mjs +0 -51
- package/esm2022/testing/data-table.harness.mjs +0 -69
- package/esm2022/testing/data-view.harness.mjs +0 -12
- package/esm2022/testing/default-grid-item.harness.mjs +0 -24
- package/esm2022/testing/default-list-item.harness.mjs +0 -26
- package/esm2022/testing/diagram.harness.mjs +0 -22
- package/esm2022/testing/filter-view.harness.mjs +0 -18
- package/esm2022/testing/group-by-count-diagram.harness.mjs +0 -10
- package/esm2022/testing/index.mjs +0 -23
- package/esm2022/testing/interactive-data-view.harness.mjs +0 -21
- package/esm2022/testing/more-actions-menu-button.harness.mjs +0 -35
- package/esm2022/testing/onecx-angular-accelerator-testing.mjs +0 -5
- package/esm2022/testing/page-header.harness.mjs +0 -81
- package/esm2022/testing/search-header.harness.mjs +0 -36
- package/esm2022/testing/slot.harness.mjs +0 -5
|
@@ -1,14 +1,13 @@
|
|
|
1
|
-
import { OnInit, TemplateRef
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class IfBreakpointDirective implements OnInit {
|
|
4
4
|
private viewContainer;
|
|
5
|
-
private templateRef
|
|
5
|
+
private templateRef;
|
|
6
6
|
breakpoint: 'mobile' | 'desktop' | undefined;
|
|
7
7
|
ocxIfBreakpointElseTemplate: TemplateRef<any> | undefined;
|
|
8
8
|
state: 'mobile' | 'desktop' | undefined;
|
|
9
|
-
constructor(viewContainer: ViewContainerRef, templateRef?: TemplateRef<unknown> | undefined);
|
|
10
9
|
ngOnInit(): void;
|
|
11
10
|
onResize(): void;
|
|
12
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IfBreakpointDirective,
|
|
11
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IfBreakpointDirective, never>;
|
|
13
12
|
static ɵdir: i0.ɵɵDirectiveDeclaration<IfBreakpointDirective, "[ocxIfBreakpoint]", never, { "breakpoint": { "alias": "ocxIfBreakpoint"; "required": false; }; "ocxIfBreakpointElseTemplate": { "alias": "ocxIfBreakpointElseTemplate"; "required": false; }; }, {}, never, never, false, never>;
|
|
14
13
|
}
|
|
@@ -1,14 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { UserService } from '@onecx/angular-integration-interface';
|
|
3
|
-
import { HasPermissionChecker } from '@onecx/angular-utils';
|
|
1
|
+
import { OnInit, TemplateRef } from '@angular/core';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
export declare class IfPermissionDirective implements OnInit {
|
|
6
4
|
private renderer;
|
|
7
5
|
private el;
|
|
8
6
|
private viewContainer;
|
|
9
|
-
private hasPermissionChecker
|
|
10
|
-
private templateRef
|
|
11
|
-
private userService
|
|
7
|
+
private hasPermissionChecker;
|
|
8
|
+
private templateRef;
|
|
9
|
+
private userService;
|
|
12
10
|
permission: string | string[] | undefined;
|
|
13
11
|
set notPermission(value: string | string[] | undefined);
|
|
14
12
|
onMissingPermission: 'hide' | 'disable';
|
|
@@ -18,9 +16,9 @@ export declare class IfPermissionDirective implements OnInit {
|
|
|
18
16
|
set ocxIfNotPermissionElseTemplate(value: TemplateRef<any> | undefined);
|
|
19
17
|
private permissionChecker;
|
|
20
18
|
negate: boolean;
|
|
21
|
-
constructor(
|
|
19
|
+
constructor();
|
|
22
20
|
ngOnInit(): void;
|
|
23
21
|
hasPermission(permission: string[]): boolean;
|
|
24
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<IfPermissionDirective,
|
|
22
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<IfPermissionDirective, never>;
|
|
25
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>;
|
|
26
24
|
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import {
|
|
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(
|
|
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,
|
|
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(
|
|
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
|
}
|
|
@@ -1,12 +1,24 @@
|
|
|
1
1
|
export interface ColumnFilterDataSelectOptions {
|
|
2
2
|
reverse: boolean;
|
|
3
3
|
}
|
|
4
|
-
export type
|
|
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
|
-
|
|
11
|
-
|
|
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 {
|
|
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(
|
|
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 {
|
|
2
|
-
import { TranslatePipe
|
|
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(
|
|
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(
|
|
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 TranslationConnectionService implements OnDestroy {
|
|
5
|
+
languageSub: Subscription;
|
|
6
|
+
constructor();
|
|
7
|
+
ngOnDestroy(): void;
|
|
8
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<TranslationConnectionService, never>;
|
|
9
|
+
static ɵprov: i0.ɵɵInjectableDeclaration<TranslationConnectionService>;
|
|
10
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { QueryList } from '@angular/core';
|
|
2
|
-
import {
|
|
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
|
|
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,
|
|
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
|
+
}
|
package/lib/utils/dateutils.d.ts
CHANGED
|
@@ -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 { TranslationConnectionService } from '../services/translation-connection.service';
|
|
2
|
+
export declare function provideTranslationConnectionService(): (typeof TranslationConnectionService | {
|
|
3
|
+
provide: import("@angular/core").InjectionToken<readonly (() => void)[]>;
|
|
4
|
+
multi: boolean;
|
|
5
|
+
useFactory(): () => TranslationConnectionService;
|
|
6
|
+
})[];
|
package/migrations.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generators": {
|
|
3
|
+
"migrate-onecx-to-v6": {
|
|
4
|
+
"cli": "nx",
|
|
5
|
+
"version": "6.0.0",
|
|
6
|
+
"description": "Update package json to Angular 19, PrimeNG 19, OneCX versions to v6 and other dependencies to be compatible with Angular 19.",
|
|
7
|
+
"factory": "migrations/v6/migrate-onecx-to-v6"
|
|
8
|
+
}
|
|
9
|
+
},
|
|
10
|
+
"packageJsonUpdates": {
|
|
11
|
+
"6.0.0": {
|
|
12
|
+
"version": "6.0.0",
|
|
13
|
+
"packages": {
|
|
14
|
+
"@angular/cli": {
|
|
15
|
+
"version": "~19.0.0",
|
|
16
|
+
"alwaysAddToPackageJson": false
|
|
17
|
+
},
|
|
18
|
+
"@nx/angular": {
|
|
19
|
+
"version": "~20.3.0",
|
|
20
|
+
"alwaysAddToPackageJson": false
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
},
|
|
24
|
+
"version": "null"
|
|
25
|
+
}
|
|
26
|
+
}
|
package/package.json
CHANGED
|
@@ -1,28 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onecx/angular-accelerator",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-rc.10",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"peerDependencies": {
|
|
6
|
-
"@angular/common": "^
|
|
7
|
-
"@angular/core": "^
|
|
8
|
-
"@angular/cdk": "^
|
|
9
|
-
"@angular/forms": "^
|
|
10
|
-
"@angular/platform-browser": "^
|
|
11
|
-
"@angular/router": "^
|
|
12
|
-
"@ngx-translate/core": "^
|
|
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
13
|
"@ngx-translate/http-loader": "^8.0.0",
|
|
14
14
|
"@ngneat/until-destroy": "^10.0.0",
|
|
15
|
-
"@onecx/integration-interface": "^
|
|
16
|
-
"@onecx/
|
|
17
|
-
"@onecx/angular-
|
|
18
|
-
"@onecx/angular-
|
|
19
|
-
"@onecx/
|
|
20
|
-
"@onecx/angular-utils": "^
|
|
15
|
+
"@onecx/integration-interface": "^6.0.0-rc.10",
|
|
16
|
+
"@onecx/angular-integration-interface": "^6.0.0-rc.10",
|
|
17
|
+
"@onecx/angular-remote-components": "^6.0.0-rc.10",
|
|
18
|
+
"@onecx/angular-testing": "^6.0.0-rc.10",
|
|
19
|
+
"@onecx/accelerator": "^6.0.0-rc.10",
|
|
20
|
+
"@onecx/angular-utils": "^6.0.0-rc.10",
|
|
21
21
|
"chart.js": "^4.4.3",
|
|
22
22
|
"d3-scale-chromatic": "^3.1.0",
|
|
23
23
|
"rxjs": "~7.8.1",
|
|
24
|
-
"primeng": "^
|
|
25
|
-
"@storybook/angular": "^8.3.2"
|
|
24
|
+
"primeng": "^19.0.0",
|
|
25
|
+
"@storybook/angular": "^8.3.2",
|
|
26
|
+
"@nx/devkit": "^20.3.0"
|
|
26
27
|
},
|
|
27
28
|
"dependencies": {
|
|
28
29
|
"tslib": "^2.3.0"
|
|
@@ -31,23 +32,23 @@
|
|
|
31
32
|
".": {
|
|
32
33
|
"style": "./assets/styles.scss",
|
|
33
34
|
"types": "./index.d.ts",
|
|
34
|
-
"esm2022": "./esm2022/onecx-angular-accelerator.mjs",
|
|
35
|
-
"esm": "./esm2022/onecx-angular-accelerator.mjs",
|
|
36
35
|
"default": "./fesm2022/onecx-angular-accelerator.mjs"
|
|
37
36
|
},
|
|
37
|
+
"./migrations.json": "./migrations.json",
|
|
38
38
|
"./package.json": {
|
|
39
39
|
"default": "./package.json"
|
|
40
40
|
},
|
|
41
41
|
"./testing": {
|
|
42
42
|
"types": "./testing/index.d.ts",
|
|
43
|
-
"esm2022": "./esm2022/testing/onecx-angular-accelerator-testing.mjs",
|
|
44
|
-
"esm": "./esm2022/testing/onecx-angular-accelerator-testing.mjs",
|
|
45
43
|
"default": "./fesm2022/onecx-angular-accelerator-testing.mjs"
|
|
46
44
|
}
|
|
47
45
|
},
|
|
48
46
|
"publishConfig": {
|
|
49
47
|
"access": "public"
|
|
50
48
|
},
|
|
49
|
+
"nx-migrations": {
|
|
50
|
+
"migrations": "./migrations.json"
|
|
51
|
+
},
|
|
51
52
|
"module": "fesm2022/onecx-angular-accelerator.mjs",
|
|
52
53
|
"typings": "index.d.ts",
|
|
53
54
|
"sideEffects": false
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ComponentHarness } from '@angular/cdk/testing';
|
|
2
|
-
import {
|
|
2
|
+
import { PSelectHarness } from '@onecx/angular-testing';
|
|
3
3
|
export declare class ColumnGroupSelectionHarness extends ComponentHarness {
|
|
4
4
|
static hostSelector: string;
|
|
5
|
-
|
|
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
|
|
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
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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
|
-
|
|
10
|
+
selectGridLayout(): Promise<void>;
|
|
11
|
+
selectTableLayout(): Promise<void>;
|
|
11
12
|
}
|
package/testing/index.d.ts
CHANGED
|
@@ -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 {
|
|
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
|
-
|
|
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
|
-
|
|
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,63 +0,0 @@
|
|
|
1
|
-
// injection tokens + related utilities
|
|
2
|
-
export * from './lib/injection-tokens/has-permission-checker';
|
|
3
|
-
// directives
|
|
4
|
-
export * from './lib/directives/if-permission.directive';
|
|
5
|
-
export * from './lib/directives/if-breakpoint.directive';
|
|
6
|
-
export * from './lib/directives/src.directive';
|
|
7
|
-
export * from './lib/directives/advanced.directive';
|
|
8
|
-
export * from './lib/directives/tooltipOnOverflow.directive';
|
|
9
|
-
// components
|
|
10
|
-
export * from './lib/components/column-group-selection/column-group-selection.component';
|
|
11
|
-
export * from './lib/components/custom-group-column-selector/custom-group-column-selector.component';
|
|
12
|
-
export * from './lib/components/data-layout-selection/data-layout-selection.component';
|
|
13
|
-
export * from './lib/components/data-list-grid/data-list-grid.component';
|
|
14
|
-
export * from './lib/components/data-list-grid-sorting/data-list-grid-sorting.component';
|
|
15
|
-
export * from './lib/components/data-table/data-table.component';
|
|
16
|
-
export * from './lib/components/data-view/data-view.component';
|
|
17
|
-
export * from './lib/components/diagram/diagram.component';
|
|
18
|
-
export * from './lib/components/filter-view/filter-view.component';
|
|
19
|
-
export * from './lib/components/group-by-count-diagram/group-by-count-diagram.component';
|
|
20
|
-
export * from './lib/components/interactive-data-view/interactive-data-view.component';
|
|
21
|
-
export * from './lib/components/page-header/page-header.component';
|
|
22
|
-
export * from './lib/components/search-header/search-header.component';
|
|
23
|
-
export * from './lib/components/data-loading-error/data-loading-error.component';
|
|
24
|
-
// services
|
|
25
|
-
export * from './lib/services/breadcrumb.service';
|
|
26
|
-
export * from './lib/services/translation-cache.service';
|
|
27
|
-
// pipes
|
|
28
|
-
export * from './lib/pipes/dynamic.pipe';
|
|
29
|
-
export * from './lib/pipes/ocxtimeago.pipe';
|
|
30
|
-
// models
|
|
31
|
-
export * from './lib/model/breadcrumb-menu-item.model';
|
|
32
|
-
export * from './lib/model/column-type.model';
|
|
33
|
-
export * from './lib/model/data-action';
|
|
34
|
-
// export * from './lib/model/data-column-name-id.model'
|
|
35
|
-
export * from './lib/model/data-sort-direction';
|
|
36
|
-
export * from './lib/model/data-table-column.model';
|
|
37
|
-
export * from './lib/model/diagram-column';
|
|
38
|
-
// export * from './lib/model/diagram-data'
|
|
39
|
-
export * from './lib/model/diagram-type';
|
|
40
|
-
export * from './lib/model/filter.model';
|
|
41
|
-
// core
|
|
42
|
-
export * from './lib/angular-accelerator.module';
|
|
43
|
-
export * from './lib/angular-accelerator-primeng.module';
|
|
44
|
-
// functions
|
|
45
|
-
export * from './lib/functions/flatten-object';
|
|
46
|
-
export * from './lib/functions/at-least-one-field-filled-validator';
|
|
47
|
-
// utils
|
|
48
|
-
export * from './lib/utils/async-translate-loader.utils';
|
|
49
|
-
export * from './lib/utils/caching-translate-loader.utils';
|
|
50
|
-
export * from './lib/utils/colorutils';
|
|
51
|
-
export * from './lib/utils/create-translate-loader.utils';
|
|
52
|
-
export * from './lib/utils/dateutils';
|
|
53
|
-
export * from './lib/utils/objectutils';
|
|
54
|
-
export * from './lib/utils/primeicon.utils';
|
|
55
|
-
export * from './lib/utils/translate.combined.loader';
|
|
56
|
-
export * from './lib/utils/create-remote-component-and-mfe-translate-loader.utils';
|
|
57
|
-
export * from './lib/utils/create-remote-component-translate-loader.utils';
|
|
58
|
-
export * from './lib/utils/enum-to-dropdown-options.utils';
|
|
59
|
-
export * from './lib/utils/criteria.utils';
|
|
60
|
-
export * from './lib/utils/string-and-array-helper-functions.utils';
|
|
61
|
-
export * from './lib/utils/template.utils';
|
|
62
|
-
export * from './lib/utils/filter.utils';
|
|
63
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi9saWJzL2FuZ3VsYXItYWNjZWxlcmF0b3Ivc3JjL2luZGV4LnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHVDQUF1QztBQUN2QyxjQUFjLCtDQUErQyxDQUFBO0FBRTdELGFBQWE7QUFDYixjQUFjLDBDQUEwQyxDQUFBO0FBQ3hELGNBQWMsMENBQTBDLENBQUE7QUFDeEQsY0FBYyxnQ0FBZ0MsQ0FBQTtBQUM5QyxjQUFjLHFDQUFxQyxDQUFBO0FBQ25ELGNBQWMsOENBQThDLENBQUE7QUFFNUQsYUFBYTtBQUNiLGNBQWMsMEVBQTBFLENBQUE7QUFDeEYsY0FBYyxzRkFBc0YsQ0FBQTtBQUNwRyxjQUFjLHdFQUF3RSxDQUFBO0FBQ3RGLGNBQWMsMERBQTBELENBQUE7QUFDeEUsY0FBYywwRUFBMEUsQ0FBQTtBQUN4RixjQUFjLGtEQUFrRCxDQUFBO0FBQ2hFLGNBQWMsZ0RBQWdELENBQUE7QUFDOUQsY0FBYyw0Q0FBNEMsQ0FBQTtBQUMxRCxjQUFjLG9EQUFvRCxDQUFBO0FBQ2xFLGNBQWMsMEVBQTBFLENBQUE7QUFDeEYsY0FBYyx3RUFBd0UsQ0FBQTtBQUN0RixjQUFjLG9EQUFvRCxDQUFBO0FBQ2xFLGNBQWMsd0RBQXdELENBQUE7QUFDdEUsY0FBYyxrRUFBa0UsQ0FBQTtBQUVoRixXQUFXO0FBQ1gsY0FBYyxtQ0FBbUMsQ0FBQTtBQUNqRCxjQUFjLDBDQUEwQyxDQUFBO0FBRXhELFFBQVE7QUFDUixjQUFjLDBCQUEwQixDQUFBO0FBQ3hDLGNBQWMsNkJBQTZCLENBQUE7QUFFM0MsU0FBUztBQUNULGNBQWMsd0NBQXdDLENBQUE7QUFDdEQsY0FBYywrQkFBK0IsQ0FBQTtBQUM3QyxjQUFjLHlCQUF5QixDQUFBO0FBQ3ZDLHdEQUF3RDtBQUN4RCxjQUFjLGlDQUFpQyxDQUFBO0FBQy9DLGNBQWMscUNBQXFDLENBQUE7QUFDbkQsY0FBYyw0QkFBNEIsQ0FBQTtBQUMxQywyQ0FBMkM7QUFDM0MsY0FBYywwQkFBMEIsQ0FBQTtBQUN4QyxjQUFjLDBCQUEwQixDQUFBO0FBRXhDLE9BQU87QUFDUCxjQUFjLGtDQUFrQyxDQUFBO0FBQ2hELGNBQWMsMENBQTBDLENBQUE7QUFFeEQsWUFBWTtBQUNaLGNBQWMsZ0NBQWdDLENBQUE7QUFDOUMsY0FBYyxxREFBcUQsQ0FBQTtBQUVuRSxRQUFRO0FBQ1IsY0FBYywwQ0FBMEMsQ0FBQTtBQUN4RCxjQUFjLDRDQUE0QyxDQUFBO0FBQzFELGNBQWMsd0JBQXdCLENBQUE7QUFDdEMsY0FBYywyQ0FBMkMsQ0FBQTtBQUN6RCxjQUFjLHVCQUF1QixDQUFBO0FBQ3JDLGNBQWMseUJBQXlCLENBQUE7QUFDdkMsY0FBYyw2QkFBNkIsQ0FBQTtBQUMzQyxjQUFjLHVDQUF1QyxDQUFBO0FBQ3JELGNBQWMsb0VBQW9FLENBQUE7QUFDbEYsY0FBYyw0REFBNEQsQ0FBQTtBQUMxRSxjQUFjLDRDQUE0QyxDQUFBO0FBQzFELGNBQWMsNEJBQTRCLENBQUE7QUFDMUMsY0FBYyxxREFBcUQsQ0FBQTtBQUNuRSxjQUFjLDRCQUE0QixDQUFBO0FBQzFDLGNBQWMsMEJBQTBCLENBQUEiLCJzb3VyY2VzQ29udGVudCI6WyIvLyBpbmplY3Rpb24gdG9rZW5zICsgcmVsYXRlZCB1dGlsaXRpZXNcbmV4cG9ydCAqIGZyb20gJy4vbGliL2luamVjdGlvbi10b2tlbnMvaGFzLXBlcm1pc3Npb24tY2hlY2tlcidcblxuLy8gZGlyZWN0aXZlc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvZGlyZWN0aXZlcy9pZi1wZXJtaXNzaW9uLmRpcmVjdGl2ZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RpcmVjdGl2ZXMvaWYtYnJlYWtwb2ludC5kaXJlY3RpdmUnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kaXJlY3RpdmVzL3NyYy5kaXJlY3RpdmUnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9kaXJlY3RpdmVzL2FkdmFuY2VkLmRpcmVjdGl2ZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL2RpcmVjdGl2ZXMvdG9vbHRpcE9uT3ZlcmZsb3cuZGlyZWN0aXZlJ1xuXG4vLyBjb21wb25lbnRzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2NvbHVtbi1ncm91cC1zZWxlY3Rpb24vY29sdW1uLWdyb3VwLXNlbGVjdGlvbi5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2N1c3RvbS1ncm91cC1jb2x1bW4tc2VsZWN0b3IvY3VzdG9tLWdyb3VwLWNvbHVtbi1zZWxlY3Rvci5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGEtbGF5b3V0LXNlbGVjdGlvbi9kYXRhLWxheW91dC1zZWxlY3Rpb24uY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9kYXRhLWxpc3QtZ3JpZC9kYXRhLWxpc3QtZ3JpZC5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGEtbGlzdC1ncmlkLXNvcnRpbmcvZGF0YS1saXN0LWdyaWQtc29ydGluZy5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGEtdGFibGUvZGF0YS10YWJsZS5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGEtdmlldy9kYXRhLXZpZXcuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9kaWFncmFtL2RpYWdyYW0uY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9maWx0ZXItdmlldy9maWx0ZXItdmlldy5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2dyb3VwLWJ5LWNvdW50LWRpYWdyYW0vZ3JvdXAtYnktY291bnQtZGlhZ3JhbS5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2ludGVyYWN0aXZlLWRhdGEtdmlldy9pbnRlcmFjdGl2ZS1kYXRhLXZpZXcuY29tcG9uZW50J1xuZXhwb3J0ICogZnJvbSAnLi9saWIvY29tcG9uZW50cy9wYWdlLWhlYWRlci9wYWdlLWhlYWRlci5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL3NlYXJjaC1oZWFkZXIvc2VhcmNoLWhlYWRlci5jb21wb25lbnQnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9jb21wb25lbnRzL2RhdGEtbG9hZGluZy1lcnJvci9kYXRhLWxvYWRpbmctZXJyb3IuY29tcG9uZW50J1xuXG4vLyBzZXJ2aWNlc1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMvYnJlYWRjcnVtYi5zZXJ2aWNlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvc2VydmljZXMvdHJhbnNsYXRpb24tY2FjaGUuc2VydmljZSdcblxuLy8gcGlwZXNcbmV4cG9ydCAqIGZyb20gJy4vbGliL3BpcGVzL2R5bmFtaWMucGlwZSdcbmV4cG9ydCAqIGZyb20gJy4vbGliL3BpcGVzL29jeHRpbWVhZ28ucGlwZSdcblxuLy8gbW9kZWxzXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbC9icmVhZGNydW1iLW1lbnUtaXRlbS5tb2RlbCdcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVsL2NvbHVtbi10eXBlLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWwvZGF0YS1hY3Rpb24nXG4vLyBleHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbC9kYXRhLWNvbHVtbi1uYW1lLWlkLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWwvZGF0YS1zb3J0LWRpcmVjdGlvbidcbmV4cG9ydCAqIGZyb20gJy4vbGliL21vZGVsL2RhdGEtdGFibGUtY29sdW1uLm1vZGVsJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvbW9kZWwvZGlhZ3JhbS1jb2x1bW4nXG4vLyBleHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbC9kaWFncmFtLWRhdGEnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbC9kaWFncmFtLXR5cGUnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9tb2RlbC9maWx0ZXIubW9kZWwnXG5cbi8vIGNvcmVcbmV4cG9ydCAqIGZyb20gJy4vbGliL2FuZ3VsYXItYWNjZWxlcmF0b3IubW9kdWxlJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvYW5ndWxhci1hY2NlbGVyYXRvci1wcmltZW5nLm1vZHVsZSdcblxuLy8gZnVuY3Rpb25zXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mdW5jdGlvbnMvZmxhdHRlbi1vYmplY3QnXG5leHBvcnQgKiBmcm9tICcuL2xpYi9mdW5jdGlvbnMvYXQtbGVhc3Qtb25lLWZpZWxkLWZpbGxlZC12YWxpZGF0b3InXG5cbi8vIHV0aWxzXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9hc3luYy10cmFuc2xhdGUtbG9hZGVyLnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvY2FjaGluZy10cmFuc2xhdGUtbG9hZGVyLnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvY29sb3J1dGlscydcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL2NyZWF0ZS10cmFuc2xhdGUtbG9hZGVyLnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvZGF0ZXV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvb2JqZWN0dXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9wcmltZWljb24udXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy90cmFuc2xhdGUuY29tYmluZWQubG9hZGVyJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvY3JlYXRlLXJlbW90ZS1jb21wb25lbnQtYW5kLW1mZS10cmFuc2xhdGUtbG9hZGVyLnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvY3JlYXRlLXJlbW90ZS1jb21wb25lbnQtdHJhbnNsYXRlLWxvYWRlci51dGlscydcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL2VudW0tdG8tZHJvcGRvd24tb3B0aW9ucy51dGlscydcbmV4cG9ydCAqIGZyb20gJy4vbGliL3V0aWxzL2NyaXRlcmlhLnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvc3RyaW5nLWFuZC1hcnJheS1oZWxwZXItZnVuY3Rpb25zLnV0aWxzJ1xuZXhwb3J0ICogZnJvbSAnLi9saWIvdXRpbHMvdGVtcGxhdGUudXRpbHMnXG5leHBvcnQgKiBmcm9tICcuL2xpYi91dGlscy9maWx0ZXIudXRpbHMnXG4iXX0=
|