@eo4geo/ngx-bok-utils 1.7.8 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -16,7 +16,7 @@ export declare class SessionModalComponent {
|
|
|
16
16
|
constructor(userService: UserService);
|
|
17
17
|
ngOnChanges(changes: SimpleChanges): void;
|
|
18
18
|
getHeader(): string;
|
|
19
|
-
getSwitchLabel(): "
|
|
19
|
+
getSwitchLabel(): "Return" | "Login" | "Register";
|
|
20
20
|
clickSwitchButton(): void;
|
|
21
21
|
clickMainButton(): Promise<void>;
|
|
22
22
|
loginWithGoogle(): Promise<void>;
|
|
@@ -10,7 +10,6 @@ export declare class SkillTagComponent {
|
|
|
10
10
|
overflowTags: boolean;
|
|
11
11
|
bokDiv: ElementRef<HTMLDivElement>;
|
|
12
12
|
resizeObserver: ResizeObserver;
|
|
13
|
-
layoutLoaded: EventEmitter<void>;
|
|
14
13
|
layoutUpdated: EventEmitter<void>;
|
|
15
14
|
constructor(ngZone: NgZone);
|
|
16
15
|
ngAfterViewInit(): void;
|
|
@@ -22,6 +21,6 @@ export declare class SkillTagComponent {
|
|
|
22
21
|
getStyleClass(): "flex flex-wrap gap-2" | "flex flex-wrap gap-2 align-items-center justify-content-center" | "flex flex-wrap gap-2 flex-row-reverse" | "flex flex-wrap gap-3 align-items-center justify-content-center";
|
|
23
22
|
private convertHexToRgba;
|
|
24
23
|
static ɵfac: i0.ɵɵFactoryDeclaration<SkillTagComponent, never>;
|
|
25
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<SkillTagComponent, "skill-tags", never, { "tags": { "alias": "tags"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "compactBoKTags": { "alias": "compactBoKTags"; "required": false; }; "compactThreshold": { "alias": "compactThreshold"; "required": false; }; }, { "
|
|
24
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<SkillTagComponent, "skill-tags", never, { "tags": { "alias": "tags"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; "compactBoKTags": { "alias": "compactBoKTags"; "required": false; }; "compactThreshold": { "alias": "compactThreshold"; "required": false; }; }, { "layoutUpdated": "layoutUpdated"; }, never, ["*"], true, never>;
|
|
26
25
|
}
|
|
27
26
|
export type Direction = 'original' | 'center' | 'reverse' | 'homepage';
|