@koobiq/components 17.3.0 → 17.5.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.
- package/alert/_alert-theme.scss +16 -20
- package/alert/alert-tokens.scss +132 -0
- package/alert/alert.component.scss +11 -6
- package/autocomplete/_autocomplete-theme.scss +3 -5
- package/autocomplete/autocomplete-tokens.scss +16 -0
- package/autocomplete/autocomplete.scss +4 -0
- package/badge/_badge-theme.scss +22 -25
- package/badge/badge-tokens.scss +185 -0
- package/badge/badge.component.scss +5 -0
- package/button/_button-theme.scss +20 -29
- package/button/button-tokens.scss +278 -0
- package/button/button.scss +5 -0
- package/button-toggle/_button-toggle-theme.scss +16 -28
- package/button-toggle/button-toggle-tokens.scss +78 -0
- package/button-toggle/button-toggle.scss +7 -2
- package/checkbox/_checkbox-theme.scss +27 -58
- package/checkbox/checkbox-tokens.scss +140 -0
- package/checkbox/checkbox.scss +6 -4
- package/code-block/_code-block-theme.scss +212 -212
- package/core/highlight/_highlight-theme.scss +1 -1
- package/core/pop-up/pop-up-styles.d.ts +2 -2
- package/core/pop-up/pop-up-trigger.d.ts +8 -9
- package/core/pop-up/pop-up.d.ts +3 -3
- package/core/selection/pseudo-checkbox/_pseudo-checkbox-theme.scss +12 -15
- package/core/selection/pseudo-checkbox/pseudo-checkbox-tokens.scss +140 -0
- package/core/selection/pseudo-checkbox/pseudo-checkbox.scss +3 -2
- package/core/styles/_koobiq-theme.scss +3 -42
- package/core/styles/theming/_theming.scss +1 -0
- package/datepicker/_datepicker-theme.scss +17 -43
- package/datepicker/calendar-header.component.d.ts +1 -0
- package/datepicker/calendar.scss +0 -3
- package/datepicker/datepicker-content.scss +5 -6
- package/datepicker/datepicker-tokens.scss +59 -0
- package/dropdown/_dropdown-theme.scss +15 -24
- package/dropdown/dropdown-tokens.scss +111 -0
- package/dropdown/dropdown.scss +5 -0
- package/ellipsis-center/ellipsis-center.directive.d.ts +2 -6
- package/esm2022/alert/alert.component.mjs +3 -3
- package/esm2022/autocomplete/autocomplete.component.mjs +3 -3
- package/esm2022/badge/badge.component.mjs +3 -3
- package/esm2022/button/button.component.mjs +3 -3
- package/esm2022/button-toggle/button-toggle.component.mjs +3 -3
- package/esm2022/checkbox/checkbox.mjs +3 -3
- package/esm2022/core/common-behaviors/common-module.mjs +2 -2
- package/esm2022/core/pop-up/pop-up-styles.mjs +7 -9
- package/esm2022/core/pop-up/pop-up-trigger.mjs +13 -16
- package/esm2022/core/pop-up/pop-up.mjs +7 -6
- package/esm2022/core/selection/pseudo-checkbox/pseudo-checkbox.mjs +3 -3
- package/esm2022/core/version.mjs +2 -2
- package/esm2022/datepicker/calendar-header.component.mjs +7 -3
- package/esm2022/datepicker/datepicker.component.mjs +3 -3
- package/esm2022/dropdown/dropdown.component.mjs +3 -3
- package/esm2022/ellipsis-center/ellipsis-center.directive.mjs +12 -23
- package/esm2022/form-field/form-field.mjs +3 -3
- package/esm2022/form-field/hint.mjs +3 -3
- package/esm2022/form-field/password-hint.mjs +2 -2
- package/esm2022/form-field/password-toggle.mjs +10 -21
- package/esm2022/form-field/stepper.mjs +2 -2
- package/esm2022/icon/icon-button.component.mjs +3 -3
- package/esm2022/icon/icon-item.component.mjs +3 -3
- package/esm2022/icon/icon.component.mjs +3 -3
- package/esm2022/markdown/markdown.component.mjs +2 -2
- package/esm2022/modal/modal-ref.class.mjs +1 -1
- package/esm2022/modal/modal.component.mjs +1 -1
- package/esm2022/modal/modal.service.mjs +19 -13
- package/esm2022/modal/modal.type.mjs +1 -1
- package/esm2022/navbar/navbar-item.component.mjs +16 -30
- package/esm2022/popover/popover-confirm.component.mjs +13 -22
- package/esm2022/popover/popover.component.mjs +71 -34
- package/esm2022/popover/popover.module.mjs +6 -4
- package/esm2022/select/select-option.directive.mjs +7 -18
- package/esm2022/timezone/timezone-option.directive.mjs +7 -18
- package/esm2022/title/title.directive.mjs +7 -18
- package/esm2022/tooltip/tooltip.component.mjs +26 -45
- package/fesm2022/koobiq-components-alert.mjs +2 -2
- package/fesm2022/koobiq-components-alert.mjs.map +1 -1
- package/fesm2022/koobiq-components-autocomplete.mjs +2 -2
- package/fesm2022/koobiq-components-autocomplete.mjs.map +1 -1
- package/fesm2022/koobiq-components-badge.mjs +2 -2
- package/fesm2022/koobiq-components-badge.mjs.map +1 -1
- package/fesm2022/koobiq-components-button-toggle.mjs +2 -2
- package/fesm2022/koobiq-components-button-toggle.mjs.map +1 -1
- package/fesm2022/koobiq-components-button.mjs +2 -2
- package/fesm2022/koobiq-components-button.mjs.map +1 -1
- package/fesm2022/koobiq-components-checkbox.mjs +2 -2
- package/fesm2022/koobiq-components-checkbox.mjs.map +1 -1
- package/fesm2022/koobiq-components-core.mjs +29 -32
- package/fesm2022/koobiq-components-core.mjs.map +1 -1
- package/fesm2022/koobiq-components-datepicker.mjs +8 -4
- package/fesm2022/koobiq-components-datepicker.mjs.map +1 -1
- package/fesm2022/koobiq-components-dropdown.mjs +2 -2
- package/fesm2022/koobiq-components-dropdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-ellipsis-center.mjs +11 -19
- package/fesm2022/koobiq-components-ellipsis-center.mjs.map +1 -1
- package/fesm2022/koobiq-components-form-field.mjs +27 -34
- package/fesm2022/koobiq-components-form-field.mjs.map +1 -1
- package/fesm2022/koobiq-components-icon.mjs +6 -6
- package/fesm2022/koobiq-components-icon.mjs.map +1 -1
- package/fesm2022/koobiq-components-markdown.mjs +2 -2
- package/fesm2022/koobiq-components-markdown.mjs.map +1 -1
- package/fesm2022/koobiq-components-modal.mjs +18 -12
- package/fesm2022/koobiq-components-modal.mjs.map +1 -1
- package/fesm2022/koobiq-components-navbar.mjs +14 -26
- package/fesm2022/koobiq-components-navbar.mjs.map +1 -1
- package/fesm2022/koobiq-components-popover.mjs +86 -53
- package/fesm2022/koobiq-components-popover.mjs.map +1 -1
- package/fesm2022/koobiq-components-select.mjs +14 -20
- package/fesm2022/koobiq-components-select.mjs.map +1 -1
- package/fesm2022/koobiq-components-timezone.mjs +10 -17
- package/fesm2022/koobiq-components-timezone.mjs.map +1 -1
- package/fesm2022/koobiq-components-title.mjs +6 -14
- package/fesm2022/koobiq-components-title.mjs.map +1 -1
- package/fesm2022/koobiq-components-tooltip.mjs +25 -42
- package/fesm2022/koobiq-components-tooltip.mjs.map +1 -1
- package/form-field/_form-field-theme.scss +21 -47
- package/form-field/_hint-theme.scss +13 -17
- package/form-field/form-field-tokens.scss +69 -0
- package/form-field/form-field.scss +4 -2
- package/form-field/hint-tokens.scss +60 -0
- package/form-field/hint.scss +5 -0
- package/form-field/password-toggle.d.ts +3 -6
- package/form-field/stepper.scss +4 -0
- package/icon/_icon-button-theme.scss +27 -65
- package/icon/_icon-item-theme.scss +14 -17
- package/icon/_icon-theme.scss +7 -12
- package/icon/icon-button-tokens.scss +67 -0
- package/icon/icon-button.scss +4 -0
- package/icon/icon-item-tokens.scss +52 -0
- package/icon/icon-item.scss +4 -0
- package/icon/icon-tokens.scss +17 -0
- package/icon/icon.scss +4 -0
- package/input/_input-theme.scss +1 -5
- package/input/input-tokens.scss +12 -0
- package/input/input.scss +4 -5
- package/link/_link-theme.scss +18 -26
- package/link/link-tokens.scss +67 -0
- package/markdown/markdown.scss +11 -6
- package/modal/modal-ref.class.d.ts +3 -3
- package/modal/modal.component.d.ts +2 -2
- package/modal/modal.service.d.ts +16 -11
- package/modal/modal.type.d.ts +9 -6
- package/navbar/_navbar-theme.scss +2 -2
- package/navbar/navbar-item.component.d.ts +5 -7
- package/package.json +13 -9
- package/popover/_popover-theme.scss +5 -0
- package/popover/popover-confirm.component.d.ts +3 -6
- package/popover/popover.component.d.ts +20 -9
- package/popover/popover.module.d.ts +3 -1
- package/popover/popover.scss +32 -0
- package/prebuilt-themes/dark-theme.css +1 -1
- package/prebuilt-themes/light-theme.css +1 -1
- package/schematics/ng-add/index.js +4 -4
- package/select/select-option.directive.d.ts +3 -6
- package/splitter/splitter.scss +3 -3
- package/table/_table-theme.scss +2 -2
- package/timezone/timezone-option.directive.d.ts +3 -6
- package/title/title.directive.d.ts +3 -6
- package/tooltip/tooltip.component.d.ts +8 -11
|
@@ -52,13 +52,13 @@ function ngAdd(options) {
|
|
|
52
52
|
}
|
|
53
53
|
// Installing dependencies
|
|
54
54
|
addPackageToPackageJson(tree, '@angular/cdk', "^17.2.0");
|
|
55
|
-
addPackageToPackageJson(tree, '@koobiq/cdk', "^17.
|
|
56
|
-
addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^17.
|
|
55
|
+
addPackageToPackageJson(tree, '@koobiq/cdk', "^17.5.0");
|
|
56
|
+
addPackageToPackageJson(tree, '@koobiq/angular-luxon-adapter', "^17.5.0");
|
|
57
57
|
addPackageToPackageJson(tree, '@koobiq/date-formatter', "^3.1.2");
|
|
58
58
|
addPackageToPackageJson(tree, '@koobiq/date-adapter', "^3.1.2");
|
|
59
59
|
addPackageToPackageJson(tree, '@koobiq/icons', "^7.1.1");
|
|
60
|
-
addPackageToPackageJson(tree, '@koobiq/tokens-builder', "^3.
|
|
61
|
-
addPackageToPackageJson(tree, '@koobiq/design-tokens', "^3.
|
|
60
|
+
addPackageToPackageJson(tree, '@koobiq/tokens-builder', "^3.5.0");
|
|
61
|
+
addPackageToPackageJson(tree, '@koobiq/design-tokens', "^3.5.0");
|
|
62
62
|
addPackageToPackageJson(tree, '@messageformat/core', "^3.0.1");
|
|
63
63
|
addPackageToPackageJson(tree, 'luxon', "^3.4.4");
|
|
64
64
|
addPackageToPackageJson(tree, 'marked', "^9.0.0");
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
3
|
-
import { Overlay, ScrollDispatcher } from '@angular/cdk/overlay';
|
|
4
|
-
import { AfterViewInit, ElementRef, NgZone, OnDestroy, ViewContainerRef } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
5
2
|
import { KbqOption } from '@koobiq/components/core';
|
|
6
3
|
import { KbqTooltipTrigger } from '@koobiq/components/tooltip';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
@@ -11,13 +8,13 @@ export declare class KbqOptionTooltip extends KbqTooltipTrigger implements After
|
|
|
11
8
|
private mutationObserver;
|
|
12
9
|
get textElement(): HTMLElement;
|
|
13
10
|
get isOverflown(): boolean;
|
|
14
|
-
constructor(option: KbqOption
|
|
11
|
+
constructor(option: KbqOption);
|
|
15
12
|
ngAfterViewInit(): void;
|
|
16
13
|
ngOnDestroy(): void;
|
|
17
14
|
onMouseEnter(): void;
|
|
18
15
|
onMouseLeave(): void;
|
|
19
16
|
onFocus(): void;
|
|
20
17
|
onBlur(): void;
|
|
21
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqOptionTooltip,
|
|
18
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqOptionTooltip, never>;
|
|
22
19
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqOptionTooltip, "kbq-option", never, {}, {}, never, never, false, never>;
|
|
23
20
|
}
|
package/splitter/splitter.scss
CHANGED
package/table/_table-theme.scss
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
color: kbq-css-variable(foreground-contrast-secondary, map.get($foreground, contrast-secondary));
|
|
15
15
|
|
|
16
16
|
& > tr > th {
|
|
17
|
-
border-bottom-color: kbq-css-variable(line-contrast-
|
|
17
|
+
border-bottom-color: kbq-css-variable(line-contrast-less, map.get($line, contrast-less));
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
& > tbody > tr {
|
|
39
39
|
& th,
|
|
40
40
|
& td {
|
|
41
|
-
border-bottom-color: kbq-css-variable(line-contrast-
|
|
41
|
+
border-bottom-color: kbq-css-variable(line-contrast-less, map.get($line, contrast-less));
|
|
42
42
|
}
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
3
|
-
import { Overlay, ScrollDispatcher } from '@angular/cdk/overlay';
|
|
4
|
-
import { AfterViewInit, ChangeDetectorRef, ElementRef, NgZone, OnDestroy, ViewContainerRef } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, ChangeDetectorRef, OnDestroy } from '@angular/core';
|
|
5
2
|
import { KbqTooltipTrigger } from '@koobiq/components/tooltip';
|
|
6
3
|
import { KbqTimezoneOption } from './timezone-option.component';
|
|
7
4
|
import * as i0 from "@angular/core";
|
|
@@ -10,12 +7,12 @@ export declare class KbqTimezoneOptionTooltip extends KbqTooltipTrigger implemen
|
|
|
10
7
|
private changeDetectorRef;
|
|
11
8
|
private option;
|
|
12
9
|
private resizeObserver;
|
|
13
|
-
constructor(changeDetectorRef: ChangeDetectorRef, option: KbqTimezoneOption
|
|
10
|
+
constructor(changeDetectorRef: ChangeDetectorRef, option: KbqTimezoneOption);
|
|
14
11
|
ngAfterViewInit(): void;
|
|
15
12
|
ngOnDestroy(): void;
|
|
16
13
|
onMouseEnter(): void;
|
|
17
14
|
onMouseLeave(): void;
|
|
18
15
|
private checkTooltipDisabled;
|
|
19
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTimezoneOptionTooltip,
|
|
16
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTimezoneOptionTooltip, never>;
|
|
20
17
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqTimezoneOptionTooltip, "kbq-timezone-option", never, {}, {}, never, never, false, never>;
|
|
21
18
|
}
|
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { Directionality } from '@angular/cdk/bidi';
|
|
3
|
-
import { Overlay, ScrollDispatcher } from '@angular/cdk/overlay';
|
|
4
|
-
import { AfterViewInit, ElementRef, NgZone, OnDestroy, ViewContainerRef } from '@angular/core';
|
|
1
|
+
import { AfterViewInit, OnDestroy } from '@angular/core';
|
|
5
2
|
import { KbqTitleTextRef } from '@koobiq/components/core';
|
|
6
3
|
import { KbqTooltipTrigger } from '@koobiq/components/tooltip';
|
|
7
4
|
import { Subject } from 'rxjs';
|
|
@@ -19,12 +16,12 @@ export declare class KbqTitleDirective extends KbqTooltipTrigger implements Afte
|
|
|
19
16
|
private focusMonitorSubscription;
|
|
20
17
|
private childContainer;
|
|
21
18
|
private parentContainer;
|
|
22
|
-
constructor(
|
|
19
|
+
constructor(componentInstance?: KbqTitleTextRef | undefined);
|
|
23
20
|
ngAfterViewInit(): void;
|
|
24
21
|
ngOnDestroy(): void;
|
|
25
22
|
handleElementEnter(): void;
|
|
26
23
|
hideTooltip(): void;
|
|
27
24
|
private createMutationObserver;
|
|
28
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTitleDirective, [
|
|
25
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTitleDirective, [{ optional: true; host: true; }]>;
|
|
29
26
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqTitleDirective, "[kbq-title]", ["kbqTitle"], {}, {}, ["childContainer", "parentContainer"], never, false, never>;
|
|
30
27
|
}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { FocusMonitor } from '@angular/cdk/a11y';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import { ChangeDetectorRef, ElementRef, EventEmitter, InjectionToken, Injector, NgZone, OnDestroy, TemplateRef, Type, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import { Overlay, OverlayConfig, ScrollStrategy } from '@angular/cdk/overlay';
|
|
3
|
+
import { ElementRef, EventEmitter, InjectionToken, OnDestroy, TemplateRef, Type } from '@angular/core';
|
|
5
4
|
import { KbqComponentColors, KbqPopUp, KbqPopUpTrigger, PopUpPlacements } from '@koobiq/components/core';
|
|
6
5
|
import * as i0 from "@angular/core";
|
|
7
6
|
export declare enum TooltipModifier {
|
|
@@ -19,11 +18,10 @@ export declare const KBQ_TOOLTIP_OPEN_TIME_PROVIDER: {
|
|
|
19
18
|
};
|
|
20
19
|
export declare const MIN_TIME_FOR_DELAY = 2000;
|
|
21
20
|
export declare class KbqTooltipComponent extends KbqPopUp {
|
|
22
|
-
private injector;
|
|
23
21
|
private openTime;
|
|
24
22
|
prefix: string;
|
|
25
23
|
elementRef: ElementRef;
|
|
26
|
-
constructor(
|
|
24
|
+
constructor(openTime: any);
|
|
27
25
|
show(delay: number): void;
|
|
28
26
|
updateClassMap(placement: string, customClass: string, { modifier }: {
|
|
29
27
|
modifier: any;
|
|
@@ -41,6 +39,7 @@ export declare const KBQ_TOOLTIP_SCROLL_STRATEGY_FACTORY_PROVIDER: {
|
|
|
41
39
|
useFactory: typeof kbqTooltipScrollStrategyFactory;
|
|
42
40
|
};
|
|
43
41
|
export declare class KbqTooltipTrigger extends KbqPopUpTrigger<KbqTooltipComponent> implements OnDestroy {
|
|
42
|
+
protected scrollStrategy: () => ScrollStrategy;
|
|
44
43
|
protected focusMonitor: FocusMonitor;
|
|
45
44
|
get tooltipVisible(): boolean;
|
|
46
45
|
set tooltipVisible(value: boolean);
|
|
@@ -73,14 +72,14 @@ export declare class KbqTooltipTrigger extends KbqPopUpTrigger<KbqTooltipCompone
|
|
|
73
72
|
protected originSelector: string;
|
|
74
73
|
protected overlayConfig: OverlayConfig;
|
|
75
74
|
protected modifier: TooltipModifier;
|
|
76
|
-
constructor(
|
|
75
|
+
constructor();
|
|
77
76
|
ngOnDestroy(): void;
|
|
78
77
|
show(delay?: number): void;
|
|
79
78
|
updateData(): void;
|
|
80
79
|
closingActions(): import("rxjs").Observable<void | MouseEvent>;
|
|
81
80
|
getOverlayHandleComponentType(): Type<KbqTooltipComponent>;
|
|
82
81
|
updateClassMap(newPlacement?: string): void;
|
|
83
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTooltipTrigger,
|
|
82
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqTooltipTrigger, never>;
|
|
84
83
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqTooltipTrigger, "[kbqTooltip]", ["kbqTooltip"], { "tooltipVisible": { "alias": "kbqVisible"; "required": false; }; "tooltipPlacement": { "alias": "kbqPlacement"; "required": false; }; "tooltipPlacementPriority": { "alias": "kbqPlacementPriority"; "required": false; }; "content": { "alias": "kbqTooltip"; "required": false; }; "disabled": { "alias": "kbqTooltipDisabled"; "required": false; }; "enterDelay": { "alias": "kbqEnterDelay"; "required": false; }; "leaveDelay": { "alias": "kbqLeaveDelay"; "required": false; }; "trigger": { "alias": "kbqTrigger"; "required": false; }; "customClass": { "alias": "kbqTooltipClass"; "required": false; }; "context": { "alias": "kbqTooltipContext"; "required": false; }; "color": { "alias": "kbqTooltipColor"; "required": false; }; "arrow": { "alias": "kbqTooltipArrow"; "required": false; }; "offset": { "alias": "kbqTooltipOffset"; "required": false; }; }, { "placementChange": "kbqPlacementChange"; "visibleChange": "kbqVisibleChange"; }, never, never, false, never>;
|
|
85
84
|
static ngAcceptInputType_arrow: unknown;
|
|
86
85
|
static ngAcceptInputType_offset: unknown;
|
|
@@ -89,8 +88,7 @@ export declare class KbqWarningTooltipTrigger extends KbqTooltipTrigger {
|
|
|
89
88
|
get content(): string | TemplateRef<any>;
|
|
90
89
|
set content(content: string | TemplateRef<any>);
|
|
91
90
|
protected modifier: TooltipModifier;
|
|
92
|
-
|
|
93
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqWarningTooltipTrigger, [null, null, null, null, null, null, { optional: true; }, null]>;
|
|
91
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqWarningTooltipTrigger, never>;
|
|
94
92
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqWarningTooltipTrigger, "[kbqWarningTooltip]", ["kbqWarningTooltip"], { "content": { "alias": "kbqWarningTooltip"; "required": false; }; }, {}, never, never, false, never>;
|
|
95
93
|
}
|
|
96
94
|
export declare class KbqExtendedTooltipTrigger extends KbqTooltipTrigger {
|
|
@@ -100,8 +98,7 @@ export declare class KbqExtendedTooltipTrigger extends KbqTooltipTrigger {
|
|
|
100
98
|
set header(header: string | TemplateRef<any>);
|
|
101
99
|
private _header;
|
|
102
100
|
protected modifier: TooltipModifier;
|
|
103
|
-
constructor(overlay: Overlay, elementRef: ElementRef, ngZone: NgZone, scrollDispatcher: ScrollDispatcher, hostView: ViewContainerRef, scrollStrategy: any, direction: Directionality, focusMonitor: FocusMonitor);
|
|
104
101
|
updateData(): void;
|
|
105
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<KbqExtendedTooltipTrigger,
|
|
102
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<KbqExtendedTooltipTrigger, never>;
|
|
106
103
|
static ɵdir: i0.ɵɵDirectiveDeclaration<KbqExtendedTooltipTrigger, "[kbqExtendedTooltip]", ["kbqExtendedTooltip"], { "content": { "alias": "kbqExtendedTooltip"; "required": false; }; "header": { "alias": "kbqTooltipHeader"; "required": false; }; }, {}, never, never, false, never>;
|
|
107
104
|
}
|