@rededor/site-front-end-lib 0.0.53 → 0.0.55
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/esm2022/lib/components/algolia/algolia.component.mjs +12 -11
- package/esm2022/lib/components/breadcrumbs/breadcrumbs.component.mjs +40 -17
- package/esm2022/lib/components/cards/card-unidade-planos-convenios/card-unidade-planos-convenios.component.mjs +59 -0
- package/esm2022/lib/components/cta-wrapper/cta-wrapper.component.mjs +14 -11
- package/esm2022/lib/components/error/error-service/error.service.mjs +1 -1
- package/esm2022/lib/components/error/error.component.mjs +46 -19
- package/esm2022/lib/components/image/image.component.mjs +61 -0
- package/esm2022/lib/components/index.mjs +3 -1
- package/esm2022/lib/components/page-header/page-header.component.mjs +15 -31
- package/esm2022/lib/components/page-template-sidebar/page-template-sidebar.component.mjs +13 -8
- package/esm2022/lib/components/side-ctas/components/side-ctas-bottom/side-ctas-bottom.component.mjs +2 -2
- package/esm2022/lib/components/side-ctas/side-ctas.component.mjs +3 -3
- package/esm2022/lib/enums/ImageMimeType.enum.mjs +7 -0
- package/esm2022/lib/enums/UnidadeCoverageType.enum.mjs +7 -0
- package/esm2022/lib/enums/index.mjs +3 -1
- package/esm2022/lib/models/images/rdsite-image.model.mjs +2 -0
- package/esm2022/lib/services/cura/cura.service.mjs +3 -3
- package/esm2022/lib/tokens/LibConfig.mjs +1 -1
- package/fesm2022/rededor-site-front-end-lib.mjs +258 -94
- package/fesm2022/rededor-site-front-end-lib.mjs.map +1 -1
- package/lib/components/algolia/algolia.component.d.ts +4 -2
- package/lib/components/breadcrumbs/breadcrumbs.component.d.ts +12 -9
- package/lib/components/cards/card-unidade-planos-convenios/card-unidade-planos-convenios.component.d.ts +40 -0
- package/lib/components/cta-wrapper/cta-wrapper.component.d.ts +9 -3
- package/lib/components/error/error-service/error.service.d.ts +2 -2
- package/lib/components/error/error.component.d.ts +8 -6
- package/lib/components/image/image.component.d.ts +22 -0
- package/lib/components/index.d.ts +2 -0
- package/lib/components/page-header/page-header.component.d.ts +7 -14
- package/lib/components/page-template-sidebar/page-template-sidebar.component.d.ts +6 -7
- package/lib/enums/ImageMimeType.enum.d.ts +5 -0
- package/lib/enums/UnidadeCoverageType.enum.d.ts +5 -0
- package/lib/enums/index.d.ts +2 -0
- package/lib/models/images/rdsite-image.model.d.ts +5 -0
- package/lib/services/cura/cura.service.d.ts +1 -1
- package/lib/tokens/LibConfig.d.ts +1 -0
- package/package.json +2 -2
- package/styles/_breakpoints.scss +1 -0
|
@@ -31,14 +31,16 @@ export declare class AlgoliaComponent implements OnInit {
|
|
|
31
31
|
scrollY: number | null;
|
|
32
32
|
resetItem: EventEmitter<{}>;
|
|
33
33
|
algoliaResults: EventEmitter<{}>;
|
|
34
|
+
focusEmit: EventEmitter<{}>;
|
|
35
|
+
blurEmit: EventEmitter<{}>;
|
|
34
36
|
constructor(algoliaSearchApiService: AlgoliaSearchApiService, platformId: object);
|
|
35
37
|
ngOnInit(): void;
|
|
36
38
|
manageFocus(): void;
|
|
37
|
-
|
|
39
|
+
manageBlur(): void;
|
|
38
40
|
resetValues(): void;
|
|
39
41
|
termChange(event: any): void;
|
|
40
42
|
setupAlgolia(config: AlgoliaConfig): boolean;
|
|
41
43
|
search(): void;
|
|
42
44
|
static ɵfac: i0.ɵɵFactoryDeclaration<AlgoliaComponent, never>;
|
|
43
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AlgoliaComponent, "rdsite-algolia", never, { "algoliaConfig": { "alias": "algoliaConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "deleteButton": { "alias": "deleteButton"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "status": { "alias": "status"; "required": false; }; "startSearchAtCharLen": { "alias": "startSearchAtCharLen"; "required": false; }; "hintTitle": { "alias": "hintTitle"; "required": false; }; "hints": { "alias": "hints"; "required": false; }; "searchParams": { "alias": "searchParams"; "required": false; }; }, { "resetItem": "resetItem"; "algoliaResults": "algoliaResults"; }, never, ["*"], true, never>;
|
|
45
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AlgoliaComponent, "rdsite-algolia", never, { "algoliaConfig": { "alias": "algoliaConfig"; "required": false; }; "label": { "alias": "label"; "required": false; }; "name": { "alias": "name"; "required": false; }; "required": { "alias": "required"; "required": false; }; "selected": { "alias": "selected"; "required": false; }; "value": { "alias": "value"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "deleteButton": { "alias": "deleteButton"; "required": false; }; "iconName": { "alias": "iconName"; "required": false; }; "status": { "alias": "status"; "required": false; }; "startSearchAtCharLen": { "alias": "startSearchAtCharLen"; "required": false; }; "hintTitle": { "alias": "hintTitle"; "required": false; }; "hints": { "alias": "hints"; "required": false; }; "searchParams": { "alias": "searchParams"; "required": false; }; }, { "resetItem": "resetItem"; "algoliaResults": "algoliaResults"; "focusEmit": "focusEmit"; "blurEmit": "blurEmit"; }, never, ["*", "app-planos-e-convenios-tooltip"], true, never>;
|
|
44
46
|
}
|
|
@@ -1,28 +1,31 @@
|
|
|
1
|
+
import { AfterViewInit, ElementRef } from '@angular/core';
|
|
1
2
|
import { BreadcrumbsItems } from '../../models/breadcrumbs/breadcrumbs-items.model';
|
|
2
3
|
import { CuraService } from '../../services/cura/cura.service';
|
|
3
4
|
import { LibConfig } from '../../tokens/LibConfig';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
5
|
-
export declare class BreadcrumbsComponent {
|
|
6
|
+
export declare class BreadcrumbsComponent implements AfterViewInit {
|
|
6
7
|
private curaService;
|
|
7
8
|
private libConfig;
|
|
8
9
|
private document;
|
|
9
|
-
|
|
10
|
+
private readonly platformId;
|
|
11
|
+
labelIconColor: string;
|
|
12
|
+
isDesktop: boolean;
|
|
10
13
|
private _breadcrumbs;
|
|
11
14
|
set breadcrumbs(value: BreadcrumbsItems[]);
|
|
12
15
|
get breadcrumbs(): BreadcrumbsItems[];
|
|
13
16
|
private breadcrumbsJsonTag;
|
|
14
17
|
private breadcrumbsJsonTagId;
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
breadCrumbsElement: ElementRef<HTMLDivElement>;
|
|
19
|
+
onWindowResize(): void;
|
|
20
|
+
constructor(curaService: CuraService, libConfig: LibConfig, document: Document, platformId: object);
|
|
21
|
+
ngAfterViewInit(): void;
|
|
22
|
+
setIsDesktop(): void;
|
|
23
|
+
getColors(color: string): void;
|
|
21
24
|
getUrl(urls?: string[]): string;
|
|
22
25
|
private setBreadcrumbsJson;
|
|
23
26
|
private getBreadcrumbsJSONTag;
|
|
24
27
|
private createBreadcrumbsJSONTag;
|
|
25
28
|
private getJsonBreadcrumbItems;
|
|
26
29
|
static ɵfac: i0.ɵɵFactoryDeclaration<BreadcrumbsComponent, never>;
|
|
27
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "rdsite-breadcrumbs", never, { "
|
|
30
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BreadcrumbsComponent, "rdsite-breadcrumbs", never, { "labelIconColor": { "alias": "labelIconColor"; "required": false; }; "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; }, {}, never, never, true, never>;
|
|
28
31
|
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { CuraService } from '../../../services';
|
|
2
|
+
import { RdsiteImage } from '../../../models/images/rdsite-image.model';
|
|
3
|
+
import { ImageMimeType } from '../../../enums/ImageMimeType.enum';
|
|
4
|
+
import { UnidadeCoverageType } from '../../../enums';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class CardUnidadePlanosConveniosComponent {
|
|
7
|
+
private readonly curaService;
|
|
8
|
+
title: string;
|
|
9
|
+
subtitle?: string;
|
|
10
|
+
coverage?: {
|
|
11
|
+
title: UnidadeCoverageType;
|
|
12
|
+
list?: {
|
|
13
|
+
title: string;
|
|
14
|
+
isCovered: boolean;
|
|
15
|
+
}[];
|
|
16
|
+
};
|
|
17
|
+
address?: string;
|
|
18
|
+
cta1?: {
|
|
19
|
+
label: string;
|
|
20
|
+
link: string;
|
|
21
|
+
};
|
|
22
|
+
cta2?: {
|
|
23
|
+
label: string;
|
|
24
|
+
link: string;
|
|
25
|
+
};
|
|
26
|
+
logoWebpSrc: string;
|
|
27
|
+
logoDefaultSrc: string;
|
|
28
|
+
logoSizes: RdsiteImage[];
|
|
29
|
+
logoMimeType: ImageMimeType;
|
|
30
|
+
logoAlt: string;
|
|
31
|
+
logoTitle: string;
|
|
32
|
+
styleBinding: {
|
|
33
|
+
'--neutral-light': string | null;
|
|
34
|
+
'--neutral-white': string | null;
|
|
35
|
+
'--neutral-purewhite': string | null;
|
|
36
|
+
};
|
|
37
|
+
constructor(curaService: CuraService);
|
|
38
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CardUnidadePlanosConveniosComponent, never>;
|
|
39
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CardUnidadePlanosConveniosComponent, "rdsite-card-unidade-planos-convenios", never, { "title": { "alias": "title"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "coverage": { "alias": "coverage"; "required": false; }; "address": { "alias": "address"; "required": false; }; "cta1": { "alias": "cta1"; "required": false; }; "cta2": { "alias": "cta2"; "required": false; }; "logoWebpSrc": { "alias": "logoWebpSrc"; "required": false; }; "logoDefaultSrc": { "alias": "logoDefaultSrc"; "required": false; }; "logoSizes": { "alias": "logoSizes"; "required": false; }; "logoMimeType": { "alias": "logoMimeType"; "required": false; }; "logoAlt": { "alias": "logoAlt"; "required": false; }; "logoTitle": { "alias": "logoTitle"; "required": false; }; }, {}, never, never, true, never>;
|
|
40
|
+
}
|
|
@@ -5,11 +5,15 @@ export declare class CtaWrapperComponent {
|
|
|
5
5
|
private readonly curaService;
|
|
6
6
|
private nguService;
|
|
7
7
|
private readonly platformId;
|
|
8
|
+
title: string;
|
|
9
|
+
text: string;
|
|
8
10
|
ctas: any;
|
|
9
|
-
colors: {
|
|
11
|
+
colors: Partial<{
|
|
10
12
|
border: string;
|
|
11
13
|
icon: string;
|
|
12
|
-
|
|
14
|
+
text: string;
|
|
15
|
+
title: string;
|
|
16
|
+
}>;
|
|
13
17
|
carouselCtasConfig: NguCarouselConfig;
|
|
14
18
|
bannerControl: boolean;
|
|
15
19
|
seeMoreControl: boolean;
|
|
@@ -19,11 +23,13 @@ export declare class CtaWrapperComponent {
|
|
|
19
23
|
'--more-options-color': string | null;
|
|
20
24
|
'--border-color': string | null;
|
|
21
25
|
'--label-color': string | null;
|
|
26
|
+
'--title-color': string | null;
|
|
27
|
+
'--text-color': string | null;
|
|
22
28
|
};
|
|
23
29
|
class: boolean;
|
|
24
30
|
constructor(curaService: CuraService, nguService: NguCarouselService, platformId: object);
|
|
25
31
|
ngOnInit(): void;
|
|
26
32
|
moreOptions(): void;
|
|
27
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<CtaWrapperComponent, never>;
|
|
28
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CtaWrapperComponent, "rdsite-cta-wrapper", never, { "ctas": { "alias": "ctas"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; }, {}, never, never, true, never>;
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CtaWrapperComponent, "rdsite-cta-wrapper", never, { "title": { "alias": "title"; "required": false; }; "text": { "alias": "text"; "required": false; }; "ctas": { "alias": "ctas"; "required": false; }; "colors": { "alias": "colors"; "required": false; }; }, {}, never, never, true, never>;
|
|
29
35
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BehaviorSubject } from 'rxjs';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
|
-
export interface
|
|
3
|
+
export interface ctasError {
|
|
4
4
|
label: string;
|
|
5
5
|
link: string;
|
|
6
6
|
icon: string;
|
|
@@ -11,7 +11,7 @@ export interface ctasArea {
|
|
|
11
11
|
icon: string;
|
|
12
12
|
}
|
|
13
13
|
export declare class ErrorService {
|
|
14
|
-
ctas: BehaviorSubject<
|
|
14
|
+
ctas: BehaviorSubject<ctasError[]>;
|
|
15
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<ErrorService, never>;
|
|
16
16
|
static ɵprov: i0.ɵɵInjectableDeclaration<ErrorService>;
|
|
17
17
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ErrorService,
|
|
1
|
+
import { OnDestroy, OnInit } from '@angular/core';
|
|
2
|
+
import { ErrorService, ctasError } from './error-service/error.service';
|
|
3
3
|
import { Subscription } from 'rxjs';
|
|
4
4
|
import { CuraService, LogService, SeoService, ServerResponseService } from '../../services';
|
|
5
5
|
import { BreadcrumbsItems } from '../../models/breadcrumbs/breadcrumbs-items.model';
|
|
6
6
|
import { Errors, Themes } from '../../enums';
|
|
7
7
|
import * as i0 from "@angular/core";
|
|
8
|
-
export declare class ErrorComponent implements OnInit,
|
|
8
|
+
export declare class ErrorComponent implements OnInit, OnDestroy {
|
|
9
9
|
private errorService;
|
|
10
10
|
private curaService;
|
|
11
11
|
private logService;
|
|
@@ -20,7 +20,7 @@ export declare class ErrorComponent implements OnInit, AfterViewInit, OnDestroy
|
|
|
20
20
|
component: string;
|
|
21
21
|
breadcrumbsItems: BreadcrumbsItems[];
|
|
22
22
|
ctasSubscription: Subscription;
|
|
23
|
-
ctas:
|
|
23
|
+
ctas: ctasError[];
|
|
24
24
|
responseText: string;
|
|
25
25
|
backgroundColor: string;
|
|
26
26
|
labelColor: string;
|
|
@@ -30,10 +30,12 @@ export declare class ErrorComponent implements OnInit, AfterViewInit, OnDestroy
|
|
|
30
30
|
ctasBorderColor: string;
|
|
31
31
|
ctasIconColor: string;
|
|
32
32
|
error: typeof Errors;
|
|
33
|
-
|
|
33
|
+
get style(): {
|
|
34
|
+
'--backgroundColor': string | null;
|
|
35
|
+
'--labelColor': string | null;
|
|
36
|
+
};
|
|
34
37
|
constructor(errorService: ErrorService, curaService: CuraService, logService: LogService, seoService: SeoService, serverResponse: ServerResponseService, platformId: object);
|
|
35
38
|
ngOnInit(): void;
|
|
36
|
-
ngAfterViewInit(): void;
|
|
37
39
|
setTheme(theme: Themes): void;
|
|
38
40
|
reloadPage(): void;
|
|
39
41
|
ngOnDestroy(): void;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { OnInit } from '@angular/core';
|
|
2
|
+
import { ImageMimeType } from '../../enums/ImageMimeType.enum';
|
|
3
|
+
import { RdsiteImage } from '../../models/images/rdsite-image.model';
|
|
4
|
+
import { LibConfig } from '../../tokens/LibConfig';
|
|
5
|
+
import * as i0 from "@angular/core";
|
|
6
|
+
export declare class ImageComponent implements OnInit {
|
|
7
|
+
private libConfig;
|
|
8
|
+
private readonly platformId;
|
|
9
|
+
imageWebpSrc: string;
|
|
10
|
+
imageDefaultSrc: string;
|
|
11
|
+
imageSizes: RdsiteImage[];
|
|
12
|
+
mimeType: ImageMimeType;
|
|
13
|
+
alt: string;
|
|
14
|
+
title: string;
|
|
15
|
+
loading: 'eager' | 'lazy';
|
|
16
|
+
constructor(libConfig: LibConfig, platformId: object);
|
|
17
|
+
ngOnInit(): void;
|
|
18
|
+
private handleServerImageError;
|
|
19
|
+
handleImageError(): void;
|
|
20
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<ImageComponent, never>;
|
|
21
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<ImageComponent, "rdsite-image", never, { "imageWebpSrc": { "alias": "imageWebpSrc"; "required": false; }; "imageDefaultSrc": { "alias": "imageDefaultSrc"; "required": false; }; "imageSizes": { "alias": "imageSizes"; "required": false; }; "mimeType": { "alias": "mimeType"; "required": false; }; "alt": { "alias": "alt"; "required": false; }; "title": { "alias": "title"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; }, {}, never, never, true, never>;
|
|
22
|
+
}
|
|
@@ -33,3 +33,5 @@ export * from './breadcrumbs/breadcrumbs.component';
|
|
|
33
33
|
export * from './page-template-sidebar/page-template-sidebar.component';
|
|
34
34
|
export * from './filter-letter-and-terms/filter-letter-and-terms.component';
|
|
35
35
|
export * from './section-navigation/section-navigation.component';
|
|
36
|
+
export * from './image/image.component';
|
|
37
|
+
export * from './cards/card-unidade-planos-convenios/card-unidade-planos-convenios.component';
|
|
@@ -3,22 +3,15 @@ import { BreadcrumbsItems } from '../../models/breadcrumbs/breadcrumbs-items.mod
|
|
|
3
3
|
import * as i0 from "@angular/core";
|
|
4
4
|
export declare class PageHeaderComponent {
|
|
5
5
|
private readonly curaService;
|
|
6
|
-
layoutStyle: 'aligned' | 'centered';
|
|
7
6
|
pageTitle: string;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
get shouldShowHeaderImage(): boolean;
|
|
15
|
-
get shouldShowBreadcrumbs(): boolean;
|
|
16
|
-
get hostStyles(): {
|
|
17
|
-
'--header-bg-color': string | null;
|
|
18
|
-
'--header-title-color': string | null;
|
|
19
|
-
'--font-color': string | null;
|
|
7
|
+
pageHeaderText: string;
|
|
8
|
+
hasPadding: boolean;
|
|
9
|
+
breadcrumbs: BreadcrumbsItems[];
|
|
10
|
+
bgColor: string;
|
|
11
|
+
get style(): {
|
|
12
|
+
'--bg-color': string | null;
|
|
20
13
|
};
|
|
21
14
|
constructor(curaService: CuraService);
|
|
22
15
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageHeaderComponent, never>;
|
|
23
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "rdsite-page-header", never, { "
|
|
16
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageHeaderComponent, "rdsite-page-header", never, { "pageTitle": { "alias": "pageTitle"; "required": false; }; "pageHeaderText": { "alias": "pageHeaderText"; "required": false; }; "hasPadding": { "alias": "hasPadding"; "required": false; }; "breadcrumbs": { "alias": "breadcrumbs"; "required": false; }; "bgColor": { "alias": "bgColor"; "required": false; }; }, {}, never, ["*"], true, never>;
|
|
24
17
|
}
|
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
import { TemplateRef } from '@angular/core';
|
|
2
2
|
import * as i0 from "@angular/core";
|
|
3
3
|
export declare class PageTemplateSidebarComponent {
|
|
4
|
-
|
|
5
|
-
beforeContent
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
sidebarContent
|
|
9
|
-
afterContent?: TemplateRef<any>;
|
|
4
|
+
header: TemplateRef<any> | null;
|
|
5
|
+
beforeContent: TemplateRef<any> | null;
|
|
6
|
+
content: TemplateRef<any> | null;
|
|
7
|
+
afterContent: TemplateRef<any> | null;
|
|
8
|
+
sidebarContent: TemplateRef<any> | null;
|
|
10
9
|
static ɵfac: i0.ɵɵFactoryDeclaration<PageTemplateSidebarComponent, never>;
|
|
11
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<PageTemplateSidebarComponent, "rdsite-page-template-sidebar", never, { "
|
|
10
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<PageTemplateSidebarComponent, "rdsite-page-template-sidebar", never, { "header": { "alias": "header"; "required": false; }; "beforeContent": { "alias": "beforeContent"; "required": false; }; "content": { "alias": "content"; "required": false; }; "afterContent": { "alias": "afterContent"; "required": false; }; "sidebarContent": { "alias": "sidebarContent"; "required": false; }; }, {}, never, never, true, never>;
|
|
12
11
|
}
|
package/lib/enums/index.d.ts
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export * from './Estados.enum';
|
|
2
2
|
export * from './EnumDoencaTaxonomy.enum';
|
|
3
3
|
export * from './IconCuraDefaultType.enum';
|
|
4
|
+
export * from './ImageMimeType.enum';
|
|
4
5
|
export * from './RdsiteModalComponentStyle.enum';
|
|
5
6
|
export * from './RdsiteModalDrawerComponentStyle.enum';
|
|
6
7
|
export * from './EnumThemes.enum';
|
|
7
8
|
export * from './EnumError.enum';
|
|
9
|
+
export * from './UnidadeCoverageType.enum';
|
|
@@ -15,7 +15,7 @@ export declare class CuraService implements OnDestroy {
|
|
|
15
15
|
private curaAPISubscriptionInit;
|
|
16
16
|
private injectCuraAPI;
|
|
17
17
|
loadTheme(theme: string): void;
|
|
18
|
-
getColor(colorWithDepth: string): string | null;
|
|
18
|
+
getColor(colorWithDepth: string, opacity?: number): string | null;
|
|
19
19
|
getSpacing(): string | null;
|
|
20
20
|
getFontFamily(type: string): string | null;
|
|
21
21
|
getFontWeights(): {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rededor/site-front-end-lib",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.55",
|
|
4
4
|
"peerDependencies": {
|
|
5
5
|
"@angular/common": "^17.3.0",
|
|
6
6
|
"@angular/core": "^17.3.0",
|
|
7
7
|
"@ngu/carousel": "^9.0.0",
|
|
8
|
-
"@rededor/cura": ">=0.5.1 <2.0.0 || ^1.
|
|
8
|
+
"@rededor/cura": ">=0.5.1 <2.0.0 || ^1.4.0-alpha.1",
|
|
9
9
|
"algoliasearch": "^4.16.0",
|
|
10
10
|
"express": "^4.18.2",
|
|
11
11
|
"he": "^1.2.0",
|