@onemrvapublic/design-system 19.1.3-develop.1 → 19.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs +2 -2
- package/fesm2022/onemrvapublic-design-system-mat-breadcrumb.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-carousel.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs +7 -2
- package/fesm2022/onemrvapublic-design-system-mat-file-upload.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs +1 -0
- package/fesm2022/onemrvapublic-design-system-mat-input-birthplace.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs +14 -8
- package/fesm2022/onemrvapublic-design-system-mat-input-country.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs +6 -6
- package/fesm2022/onemrvapublic-design-system-mat-input-enterprise-number.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs +3 -1
- package/fesm2022/onemrvapublic-design-system-mat-input-iban.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs +7 -6
- package/fesm2022/onemrvapublic-design-system-mat-input-phone.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs +2 -2
- package/fesm2022/onemrvapublic-design-system-mat-message-box.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs +2 -2
- package/fesm2022/onemrvapublic-design-system-mat-multi-select.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs +2 -2
- package/fesm2022/onemrvapublic-design-system-mat-paginator.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-stepper.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs +1 -9
- package/fesm2022/onemrvapublic-design-system-mat-task-list.mjs.map +1 -1
- package/fesm2022/onemrvapublic-design-system-shared.mjs +8 -19
- package/fesm2022/onemrvapublic-design-system-shared.mjs.map +1 -1
- package/mat-breadcrumb/src/onemrva-mat-breadcrumb.module.d.ts +1 -1
- package/mat-carousel/src/onemrva-mat-carousel.component.d.ts +6 -5
- package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.d.ts +1 -1
- package/mat-input-birthplace/src/onemrva-mat-input-birthplace.component.d.ts +1 -1
- package/mat-input-country/src/onemrva-mat-input-country.component.d.ts +1 -0
- package/mat-input-enterprise-number/src/onemrva-mat-input-enterprise-number.component.d.ts +2 -2
- package/mat-input-iban/src/onemrva-mat-input-iban.component.d.ts +1 -1
- package/mat-message-box/src/onemrva-mat-message-box.module.d.ts +1 -1
- package/mat-multi-select/src/onemrva-mat-multi-select.component.d.ts +3 -3
- package/mat-multi-select/src/onemrva-mat-multi-select.module.d.ts +1 -1
- package/mat-paginator/src/onemrva-mat-paginator.module.d.ts +1 -1
- package/mat-task-list/src/onemrva-mat-task-list.module.d.ts +1 -1
- package/package.json +1 -1
- package/shared/src/lib/services/cdn.service.d.ts +2 -2
- package/shared/src/lib/services/country-cdn.service.d.ts +6 -5
|
@@ -5,6 +5,6 @@ import * as i3 from "@angular/router";
|
|
|
5
5
|
import * as i4 from "./onemrva-mat-breadcrumb.component";
|
|
6
6
|
export declare class OnemrvaMatBreadcrumbModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatBreadcrumbModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatBreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.RouterModule, typeof i4.OnemrvaMatBreadcrumbComponent],
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatBreadcrumbModule, never, [typeof i1.CommonModule, typeof i2.MatIconModule, typeof i3.RouterModule, typeof i4.OnemrvaMatBreadcrumbComponent], never>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatBreadcrumbModule>;
|
|
10
10
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { AfterViewInit, ElementRef, OnDestroy, OnInit, QueryList, Renderer2 } from '@angular/core';
|
|
2
2
|
import { OnemrvaMatCarouselItemComponent } from './mat-carousel-item/onemrva-mat-carousel-item.component';
|
|
3
|
-
import { AnimationBuilder } from '@angular/animations';
|
|
3
|
+
import { AnimationBuilder, AnimationFactory } from '@angular/animations';
|
|
4
|
+
import { Subject } from 'rxjs';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
6
|
export declare class OnemrvaMatCarouselComponent implements AfterViewInit, OnInit, OnDestroy {
|
|
6
7
|
private builder;
|
|
@@ -19,12 +20,12 @@ export declare class OnemrvaMatCarouselComponent implements AfterViewInit, OnIni
|
|
|
19
20
|
currentSlide: number;
|
|
20
21
|
carouselWrapperStyle: {};
|
|
21
22
|
width: number;
|
|
22
|
-
|
|
23
|
+
destroyed: Subject<any>;
|
|
23
24
|
constructor(builder: AnimationBuilder, element: ElementRef, renderer: Renderer2);
|
|
24
25
|
ngOnInit(): void;
|
|
25
26
|
ngOnDestroy(): void;
|
|
26
27
|
onResize(_event: any): void;
|
|
27
|
-
|
|
28
|
+
buildAnimation(offset: number): AnimationFactory;
|
|
28
29
|
goto(index: number): void;
|
|
29
30
|
next(): void;
|
|
30
31
|
prev(): void;
|
|
@@ -32,8 +33,8 @@ export declare class OnemrvaMatCarouselComponent implements AfterViewInit, OnIni
|
|
|
32
33
|
ngAfterViewInit(): void;
|
|
33
34
|
hasPrev(): boolean;
|
|
34
35
|
hasNext(): boolean;
|
|
35
|
-
|
|
36
|
-
|
|
36
|
+
opacify(): void;
|
|
37
|
+
resize(): void;
|
|
37
38
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatCarouselComponent, never>;
|
|
38
39
|
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaMatCarouselComponent, "onemrva-mat-carousel", never, { "timing": { "alias": "timing"; "required": false; }; "gap": { "alias": "gap"; "required": false; }; "padding": { "alias": "padding"; "required": false; }; "showControls": { "alias": "showControls"; "required": false; }; "autoplay": { "alias": "autoplay"; "required": false; }; "showDots": { "alias": "showDots"; "required": false; }; }, {}, ["items"], ["*"], true, never>;
|
|
39
40
|
}
|
package/mat-file-upload/src/components/onemrva-mat-file-panel/onemrva-file-panel.component.d.ts
CHANGED
|
@@ -25,5 +25,5 @@ export declare class OnemrvaFilePanelComponent {
|
|
|
25
25
|
get _isPrimary(): boolean;
|
|
26
26
|
protected readonly formattedSize: typeof formattedSize;
|
|
27
27
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaFilePanelComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaFilePanelComponent, "file-panel", never, { "id": { "alias": "id"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "file": { "alias": "file"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "showProgress": { "alias": "showProgress"; "required": false; }; "displayDate": { "alias": "displayDate"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<OnemrvaFilePanelComponent, "file-panel", never, { "id": { "alias": "id"; "required": false; }; "dataCy": { "alias": "dataCy"; "required": false; }; "file": { "alias": "file"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "showProgress": { "alias": "showProgress"; "required": false; }; "displayDate": { "alias": "displayDate"; "required": false; }; "maxFileSize": { "alias": "maxFileSize"; "required": false; }; "color": { "alias": "color"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
29
|
}
|
|
@@ -13,7 +13,7 @@ export declare class OnemrvaMatInputBirthPlaceComponent implements OnInit, OnDes
|
|
|
13
13
|
hint: string;
|
|
14
14
|
placeholderLabel: string;
|
|
15
15
|
searchAriaLabel: string;
|
|
16
|
-
returnValue:
|
|
16
|
+
returnValue: string;
|
|
17
17
|
getCountry: EventEmitter<any>;
|
|
18
18
|
filterCtrl: FormControl<string | null>;
|
|
19
19
|
destroyNotifier$: Subject<void>;
|
|
@@ -17,6 +17,7 @@ export declare class OnemrvaMatInputCountryComponent implements OnInit {
|
|
|
17
17
|
countries$: Observable<OnemrvaMaterialCountry[]>;
|
|
18
18
|
filteredCountries$: Observable<OnemrvaMaterialCountry[]>;
|
|
19
19
|
selectedCountry$?: Observable<OnemrvaMaterialCountry | undefined>;
|
|
20
|
+
setValue(country: OnemrvaMaterialCountry): void;
|
|
20
21
|
constructor(cdn: OnemRvaCDNCountryService);
|
|
21
22
|
ngOnInit(): void;
|
|
22
23
|
handleClick(e: any): void;
|
|
@@ -24,8 +24,8 @@ export declare class OnemrvaMatInputEnterpriseNumberComponent implements OnInit,
|
|
|
24
24
|
get number(): FormControl;
|
|
25
25
|
private setCode;
|
|
26
26
|
ngOnInit(): void;
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
clearValidators(): void;
|
|
28
|
+
formatEnterpriseNumber(country: OnemrvaMaterialCountry | undefined): void;
|
|
29
29
|
ngOnDestroy(): void;
|
|
30
30
|
handleClick(e: any): void;
|
|
31
31
|
errors(): "input.vies.required" | "input.vies.invalid" | "input.vies.unknown.error";
|
|
@@ -7,7 +7,7 @@ import { FocusMonitor } from '@angular/cdk/a11y';
|
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class OnemrvaMatInputIbanComponent implements ControlValueAccessor, MatFormFieldControl<string>, OnInit, OnDestroy {
|
|
9
9
|
private _focusMonitor;
|
|
10
|
-
|
|
10
|
+
_elementRef: ElementRef<HTMLElement>;
|
|
11
11
|
private _cd;
|
|
12
12
|
_formField: MatFormField;
|
|
13
13
|
ngControl: NgControl;
|
|
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./onemrva-mat-message-box.component";
|
|
3
3
|
export declare class OnemrvaMatMessageBoxModule {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatMessageBoxModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatMessageBoxModule, never, [typeof i1.OnemrvaMatMessageBoxComponent],
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatMessageBoxModule, never, [typeof i1.OnemrvaMatMessageBoxComponent], never>;
|
|
6
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatMessageBoxModule>;
|
|
7
7
|
}
|
|
@@ -3,7 +3,7 @@ import { FormControl } from '@angular/forms';
|
|
|
3
3
|
import { MatFormFieldControl } from '@angular/material/form-field';
|
|
4
4
|
import { TranslateService } from '@ngx-translate/core';
|
|
5
5
|
import { MatOption } from '@angular/material/core';
|
|
6
|
-
import { Observable } from 'rxjs';
|
|
6
|
+
import { Observable, Subject } from 'rxjs';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
8
|
export declare class OnemrvaMatMultiSelectComponent extends MatFormFieldControl<any> implements OnInit, OnDestroy, AfterContentChecked {
|
|
9
9
|
translate: TranslateService;
|
|
@@ -22,7 +22,7 @@ export declare class OnemrvaMatMultiSelectComponent extends MatFormFieldControl<
|
|
|
22
22
|
searchFilter: FormControl;
|
|
23
23
|
matOptions: QueryList<MatOption>;
|
|
24
24
|
matOptions$?: Observable<MatOption<any>[]>;
|
|
25
|
-
|
|
25
|
+
onDestroy$: Subject<any>;
|
|
26
26
|
get opacity(): 1 | 0.25;
|
|
27
27
|
constructor(translate: TranslateService, cd: ChangeDetectorRef);
|
|
28
28
|
onChange: (_values: any[]) => void;
|
|
@@ -37,7 +37,7 @@ export declare class OnemrvaMatMultiSelectComponent extends MatFormFieldControl<
|
|
|
37
37
|
onContainerClick(_event: MouseEvent): void;
|
|
38
38
|
setDescribedByIds(_ids: string[]): void;
|
|
39
39
|
ngOnDestroy(): void;
|
|
40
|
-
|
|
40
|
+
optionSize: number;
|
|
41
41
|
ngOnInit(): void;
|
|
42
42
|
ngAfterContentChecked(): void;
|
|
43
43
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatMultiSelectComponent, never>;
|
|
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./onemrva-mat-multi-select.component";
|
|
3
3
|
export declare class OnemrvaMatMultiSelectModule {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatMultiSelectModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatMultiSelectModule, never, [typeof i1.OnemrvaMatMultiSelectComponent],
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatMultiSelectModule, never, [typeof i1.OnemrvaMatMultiSelectComponent], never>;
|
|
6
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatMultiSelectModule>;
|
|
7
7
|
}
|
|
@@ -2,6 +2,6 @@ import * as i0 from "@angular/core";
|
|
|
2
2
|
import * as i1 from "./onemrva-mat-paginator.component";
|
|
3
3
|
export declare class OnemrvaMatPaginatorModule {
|
|
4
4
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatPaginatorModule, never>;
|
|
5
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatPaginatorModule, never, [typeof i1.OnemrvaMatPaginatorComponent],
|
|
5
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatPaginatorModule, never, [typeof i1.OnemrvaMatPaginatorComponent], never>;
|
|
6
6
|
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatPaginatorModule>;
|
|
7
7
|
}
|
|
@@ -5,6 +5,6 @@ import * as i3 from "./onemrva-mat-task-content.component";
|
|
|
5
5
|
import * as i4 from "./onemrva-mat-task.component";
|
|
6
6
|
export declare class OnemrvaMatTaskListModule {
|
|
7
7
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemrvaMatTaskListModule, never>;
|
|
8
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatTaskListModule, never, [typeof i1.OnemrvaMatTaskListComponent, typeof i2.OnemrvaMatTaskTitleComponent, typeof i3.OnemrvaMatTaskContentComponent, typeof i4.OnemrvaMatTaskComponent],
|
|
8
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<OnemrvaMatTaskListModule, never, [typeof i1.OnemrvaMatTaskListComponent, typeof i2.OnemrvaMatTaskTitleComponent, typeof i3.OnemrvaMatTaskContentComponent, typeof i4.OnemrvaMatTaskComponent], never>;
|
|
9
9
|
static ɵinj: i0.ɵɵInjectorDeclaration<OnemrvaMatTaskListModule>;
|
|
10
10
|
}
|
package/package.json
CHANGED
|
@@ -15,8 +15,8 @@ export declare class OnemRvaCDNService {
|
|
|
15
15
|
getUrl(path?: string): string;
|
|
16
16
|
getImg(path?: string): string;
|
|
17
17
|
getOri(path?: string): string;
|
|
18
|
-
fetch(endpoint: string): Observable<Object>;
|
|
19
|
-
fetchNoCache(endpoint: string): Observable<Object>;
|
|
18
|
+
fetch<T = any>(endpoint: string): Observable<Object>;
|
|
19
|
+
fetchNoCache<T = any>(endpoint: string): Observable<Object>;
|
|
20
20
|
getTranslations(projects: string[], lang: string, prefix?: string, suffix?: string): Observable<any>;
|
|
21
21
|
/**
|
|
22
22
|
* Loads a CSS file dynamically into the document head.
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { TranslateService } from '@ngx-translate/core';
|
|
2
|
+
import { Observable } from 'rxjs';
|
|
2
3
|
import { OnemRvaCDNService } from './cdn.service';
|
|
3
4
|
import * as i0 from "@angular/core";
|
|
4
5
|
export interface OnemrvaMaterialCountry {
|
|
@@ -18,12 +19,12 @@ export declare class OnemRvaCDNCountryService {
|
|
|
18
19
|
private cdnService;
|
|
19
20
|
private translateService;
|
|
20
21
|
constructor(cdnService: OnemRvaCDNService, translateService: TranslateService);
|
|
21
|
-
getCountries():
|
|
22
|
-
getCountriesByZone(zone: string):
|
|
22
|
+
getCountries(): Observable<OnemrvaMaterialCountry[]>;
|
|
23
|
+
getCountriesByZone(zone: string): Observable<OnemrvaMaterialCountry[]>;
|
|
23
24
|
getTranslatedCountryName(country: OnemrvaMaterialCountry, languageCode?: string): string;
|
|
24
|
-
findCountryFromCode(code: any):
|
|
25
|
-
findCountryFromVIESCode(code: any):
|
|
26
|
-
findCountryFromPrefix(number: any):
|
|
25
|
+
findCountryFromCode(code: any): Observable<OnemrvaMaterialCountry | undefined>;
|
|
26
|
+
findCountryFromVIESCode(code: any): Observable<OnemrvaMaterialCountry | undefined>;
|
|
27
|
+
findCountryFromPrefix(number: any): Observable<OnemrvaMaterialCountry | undefined>;
|
|
27
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<OnemRvaCDNCountryService, never>;
|
|
28
29
|
static ɵprov: i0.ɵɵInjectableDeclaration<OnemRvaCDNCountryService>;
|
|
29
30
|
}
|