@haiilo/catalyst-angular 10.30.2 → 10.31.1
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/esm2020/lib/catalyst.module.mjs +10 -5
- package/esm2020/lib/dialog/dialog-header.component.mjs +1 -1
- package/esm2020/lib/dialog/dialog.service.mjs +18 -6
- package/esm2020/lib/directives/proxies.mjs +25 -25
- package/esm2020/lib/tooltip/tooltip.directive.mjs +28 -0
- package/esm2020/public-api.mjs +3 -2
- package/fesm2015/haiilo-catalyst-angular.mjs +78 -35
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +75 -34
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/catalyst.module.d.ts +4 -3
- package/lib/dialog/dialog.service.d.ts +14 -2
- package/lib/directives/proxies.d.ts +8 -8
- package/lib/tooltip/tooltip.directive.d.ts +14 -0
- package/package.json +3 -3
- package/public-api.d.ts +2 -1
package/lib/catalyst.module.d.ts
CHANGED
|
@@ -13,11 +13,12 @@ import * as i10 from "./datetime/datetime.component";
|
|
|
13
13
|
import * as i11 from "./dialog/dialog.component";
|
|
14
14
|
import * as i12 from "./dialog/dialog-header.component";
|
|
15
15
|
import * as i13 from "./dialog/dialog-actions.component";
|
|
16
|
-
import * as i14 from "
|
|
17
|
-
import * as i15 from "@angular/
|
|
16
|
+
import * as i14 from "./tooltip/tooltip.directive";
|
|
17
|
+
import * as i15 from "@angular/common";
|
|
18
|
+
import * as i16 from "@angular/cdk/dialog";
|
|
18
19
|
export declare class CatalystModule {
|
|
19
20
|
static forRoot(): ModuleWithProviders<CatalystModule>;
|
|
20
21
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalystModule, never>;
|
|
21
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<CatalystModule, [typeof i1.CatAlert, typeof i1.CatAvatar, typeof i1.CatBadge, typeof i1.CatButton, typeof i1.CatButtonGroup, typeof i1.CatCard, typeof i1.CatCheckbox, typeof i1.CatDate, typeof i1.CatDateInline, typeof i1.CatDatepicker, typeof i1.CatDropdown, typeof i1.CatFormGroup, typeof i1.CatIcon, typeof i1.CatInput, typeof i1.CatPagination, typeof i1.CatRadio, typeof i1.CatRadioGroup, typeof i1.CatScrollable, typeof i1.CatSelect, typeof i1.CatSkeleton, typeof i1.CatSpinner, typeof i1.CatTab, typeof i1.CatTabs, typeof i1.CatTextarea, typeof i1.CatTime, typeof i1.CatToggle, typeof i1.CatTooltip, typeof i1.CatTag, typeof i2.BooleanValueAccessor, typeof i3.DateValueAccessor, typeof i4.RadioValueAccessor, typeof i5.SelectValueAccessor, typeof i6.SelectValueAccessorDecorator, typeof i7.TextValueAccessor, typeof i8.TimeValueAccessor, typeof i9.ValueAccessorDecorator, typeof i10.DatetimeComponent, typeof i11.CatDialogComponent, typeof i12.CatDialogHeaderComponent, typeof i13.CatDialogActionsComponent], [typeof
|
|
22
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<CatalystModule, [typeof i1.CatAlert, typeof i1.CatAvatar, typeof i1.CatBadge, typeof i1.CatButton, typeof i1.CatButtonGroup, typeof i1.CatCard, typeof i1.CatCheckbox, typeof i1.CatDate, typeof i1.CatDateInline, typeof i1.CatDatepicker, typeof i1.CatDropdown, typeof i1.CatFormGroup, typeof i1.CatIcon, typeof i1.CatInput, typeof i1.CatPagination, typeof i1.CatRadio, typeof i1.CatRadioGroup, typeof i1.CatScrollable, typeof i1.CatSelect, typeof i1.CatSkeleton, typeof i1.CatSpinner, typeof i1.CatTab, typeof i1.CatTabs, typeof i1.CatTextarea, typeof i1.CatTime, typeof i1.CatToggle, typeof i1.CatTooltip, typeof i1.CatTag, typeof i2.BooleanValueAccessor, typeof i3.DateValueAccessor, typeof i4.RadioValueAccessor, typeof i5.SelectValueAccessor, typeof i6.SelectValueAccessorDecorator, typeof i7.TextValueAccessor, typeof i8.TimeValueAccessor, typeof i9.ValueAccessorDecorator, typeof i10.DatetimeComponent, typeof i11.CatDialogComponent, typeof i12.CatDialogHeaderComponent, typeof i13.CatDialogActionsComponent, typeof i14.CatTooltipDirective], [typeof i15.CommonModule, typeof i16.DialogModule], [typeof i1.CatAlert, typeof i1.CatAvatar, typeof i1.CatBadge, typeof i1.CatButton, typeof i1.CatButtonGroup, typeof i1.CatCard, typeof i1.CatCheckbox, typeof i1.CatDate, typeof i1.CatDateInline, typeof i1.CatDatepicker, typeof i1.CatDropdown, typeof i1.CatFormGroup, typeof i1.CatIcon, typeof i1.CatInput, typeof i1.CatPagination, typeof i1.CatRadio, typeof i1.CatRadioGroup, typeof i1.CatScrollable, typeof i1.CatSelect, typeof i1.CatSkeleton, typeof i1.CatSpinner, typeof i1.CatTab, typeof i1.CatTabs, typeof i1.CatTextarea, typeof i1.CatTime, typeof i1.CatToggle, typeof i1.CatTooltip, typeof i1.CatTag, typeof i2.BooleanValueAccessor, typeof i3.DateValueAccessor, typeof i4.RadioValueAccessor, typeof i5.SelectValueAccessor, typeof i6.SelectValueAccessorDecorator, typeof i7.TextValueAccessor, typeof i8.TimeValueAccessor, typeof i9.ValueAccessorDecorator, typeof i10.DatetimeComponent, typeof i11.CatDialogComponent, typeof i12.CatDialogHeaderComponent, typeof i13.CatDialogActionsComponent, typeof i14.CatTooltipDirective]>;
|
|
22
23
|
static ɵinj: i0.ɵɵInjectorDeclaration<CatalystModule>;
|
|
23
24
|
}
|
|
@@ -1,7 +1,16 @@
|
|
|
1
1
|
import { Dialog, DialogConfig, DialogRef } from '@angular/cdk/dialog';
|
|
2
2
|
import { ComponentType } from '@angular/cdk/portal';
|
|
3
|
+
import { InjectionToken } from '@angular/core';
|
|
3
4
|
import { Observable } from 'rxjs';
|
|
4
5
|
import * as i0 from "@angular/core";
|
|
6
|
+
/**
|
|
7
|
+
* Injection token for custom dialog sizes. The map should contain a key-value
|
|
8
|
+
* pair of size names and their corresponding CSS width values. The key `default`
|
|
9
|
+
* is used as the default size when no size is specified.
|
|
10
|
+
*/
|
|
11
|
+
export declare const CAT_DIALOG_SIZE_TOKEN: InjectionToken<{
|
|
12
|
+
[key: string]: string;
|
|
13
|
+
}>;
|
|
5
14
|
/**
|
|
6
15
|
* Configuration options for modal dialogs.
|
|
7
16
|
*/
|
|
@@ -11,7 +20,10 @@ export declare type CatDialogConfig<D = unknown> = Pick<DialogConfig<D>, 'data'
|
|
|
11
20
|
*/
|
|
12
21
|
export declare class CatDialogService {
|
|
13
22
|
private readonly dialog;
|
|
14
|
-
|
|
23
|
+
private readonly size;
|
|
24
|
+
constructor(dialog: Dialog, size: {
|
|
25
|
+
[key: string]: string;
|
|
26
|
+
} | null);
|
|
15
27
|
/**
|
|
16
28
|
* Opens a modal dialog containing the given component.
|
|
17
29
|
*
|
|
@@ -32,6 +44,6 @@ export declare class CatDialogService {
|
|
|
32
44
|
* Closes all open dialogs.
|
|
33
45
|
*/
|
|
34
46
|
closeAll(): void;
|
|
35
|
-
static ɵfac: i0.ɵɵFactoryDeclaration<CatDialogService,
|
|
47
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatDialogService, [null, { optional: true; }]>;
|
|
36
48
|
static ɵprov: i0.ɵɵInjectableDeclaration<CatDialogService>;
|
|
37
49
|
}
|
|
@@ -33,7 +33,7 @@ export declare class CatButton {
|
|
|
33
33
|
protected el: HTMLElement;
|
|
34
34
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
35
35
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatButton, never>;
|
|
36
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatButton, "cat-button", never, { "a11yCurrent": "a11yCurrent"; "a11yLabel": "a11yLabel"; "active": "active"; "buttonGroupPosition": "buttonGroupPosition"; "buttonId": "buttonId"; "color": "color"; "disabled": "disabled"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "loading": "loading"; "name": "name"; "nativeAttributes": "nativeAttributes"; "nativeContentAttributes": "nativeContentAttributes"; "noEllipsis": "noEllipsis"; "round": "round"; "size": "size"; "submit": "submit"; "url": "url"; "urlTarget": "urlTarget"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
36
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatButton, "cat-button", never, { "a11yCurrent": "a11yCurrent"; "a11yLabel": "a11yLabel"; "active": "active"; "buttonGroupPosition": "buttonGroupPosition"; "buttonId": "buttonId"; "color": "color"; "disabled": "disabled"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "loading": "loading"; "name": "name"; "nativeAttributes": "nativeAttributes"; "nativeContentAttributes": "nativeContentAttributes"; "noEllipsis": "noEllipsis"; "round": "round"; "size": "size"; "submit": "submit"; "testId": "testId"; "url": "url"; "urlTarget": "urlTarget"; "value": "value"; "variant": "variant"; }, {}, never, ["*"], false>;
|
|
37
37
|
}
|
|
38
38
|
export declare interface CatButton extends Components.CatButton {
|
|
39
39
|
/**
|
|
@@ -76,7 +76,7 @@ export declare class CatCheckbox {
|
|
|
76
76
|
protected el: HTMLElement;
|
|
77
77
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
78
78
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatCheckbox, never>;
|
|
79
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatCheckbox, "cat-checkbox", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "indeterminate": "indeterminate"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noValue": "noValue"; "required": "required"; "requiredMarker": "requiredMarker"; "resolvedValue": "resolvedValue"; "value": "value"; }, {}, never, ["*"], false>;
|
|
79
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatCheckbox, "cat-checkbox", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "indeterminate": "indeterminate"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noValue": "noValue"; "required": "required"; "requiredMarker": "requiredMarker"; "resolvedValue": "resolvedValue"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
80
80
|
}
|
|
81
81
|
export declare interface CatCheckbox extends Components.CatCheckbox {
|
|
82
82
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class CatInput {
|
|
|
200
200
|
protected el: HTMLElement;
|
|
201
201
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
202
202
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatInput, never>;
|
|
203
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "loading": "loading"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "round": "round"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "togglePassword": "togglePassword"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
|
|
203
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "loading": "loading"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "round": "round"; "testId": "testId"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "togglePassword": "togglePassword"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
|
|
204
204
|
}
|
|
205
205
|
export declare interface CatInput extends Components.CatInput {
|
|
206
206
|
/**
|
|
@@ -234,7 +234,7 @@ export declare class CatRadio {
|
|
|
234
234
|
protected el: HTMLElement;
|
|
235
235
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
236
236
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatRadio, never>;
|
|
237
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatRadio, "cat-radio", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "required": "required"; "value": "value"; }, {}, never, ["*"], false>;
|
|
237
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatRadio, "cat-radio", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "required": "required"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
238
238
|
}
|
|
239
239
|
export declare interface CatRadio extends Components.CatRadio {
|
|
240
240
|
/**
|
|
@@ -301,7 +301,7 @@ export declare class CatSelect {
|
|
|
301
301
|
protected el: HTMLElement;
|
|
302
302
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
303
303
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatSelect, never>;
|
|
304
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noItems": "noItems"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "requiredMarker": "requiredMarker"; "tagHint": "tagHint"; "tags": "tags"; "value": "value"; }, {}, never, ["*"], false>;
|
|
304
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noItems": "noItems"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "requiredMarker": "requiredMarker"; "tagHint": "tagHint"; "tags": "tags"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
305
305
|
}
|
|
306
306
|
export declare interface CatSelect extends Components.CatSelect {
|
|
307
307
|
/**
|
|
@@ -382,7 +382,7 @@ export declare class CatTag {
|
|
|
382
382
|
protected el: HTMLElement;
|
|
383
383
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
384
384
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTag, never>;
|
|
385
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTag, "cat-tag", never, { "addOnBlur": "addOnBlur"; "clearable": "clearable"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "required": "required"; "requiredMarker": "requiredMarker"; "tagCreationChars": "tagCreationChars"; "value": "value"; }, {}, never, ["*"], false>;
|
|
385
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatTag, "cat-tag", never, { "addOnBlur": "addOnBlur"; "clearable": "clearable"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "required": "required"; "requiredMarker": "requiredMarker"; "tagCreationChars": "tagCreationChars"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
386
386
|
}
|
|
387
387
|
export declare interface CatTag extends Components.CatTag {
|
|
388
388
|
/**
|
|
@@ -403,7 +403,7 @@ export declare class CatTextarea {
|
|
|
403
403
|
protected el: HTMLElement;
|
|
404
404
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
405
405
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, never>;
|
|
406
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "autoComplete": "autoComplete"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "value": "value"; }, {}, never, ["*"], false>;
|
|
406
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "autoComplete": "autoComplete"; "disabled": "disabled"; "errorUpdate": "errorUpdate"; "errors": "errors"; "hint": "hint"; "horizontal": "horizontal"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
407
407
|
}
|
|
408
408
|
export declare interface CatTextarea extends Components.CatTextarea {
|
|
409
409
|
/**
|
|
@@ -445,7 +445,7 @@ export declare class CatToggle {
|
|
|
445
445
|
protected el: HTMLElement;
|
|
446
446
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
447
447
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatToggle, never>;
|
|
448
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noValue": "noValue"; "required": "required"; "resolvedValue": "resolvedValue"; "value": "value"; }, {}, never, ["*"], false>;
|
|
448
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "alignment": "alignment"; "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noValue": "noValue"; "required": "required"; "resolvedValue": "resolvedValue"; "testId": "testId"; "value": "value"; }, {}, never, ["*"], false>;
|
|
449
449
|
}
|
|
450
450
|
export declare interface CatToggle extends Components.CatToggle {
|
|
451
451
|
/**
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { OnInit, TemplateRef, ViewContainerRef } from '@angular/core';
|
|
2
|
+
import * as i0 from "@angular/core";
|
|
3
|
+
/**
|
|
4
|
+
* A directive that can be used to add a Catalyst tooltip to an element.
|
|
5
|
+
*/
|
|
6
|
+
export declare class CatTooltipDirective implements OnInit {
|
|
7
|
+
private templateRef;
|
|
8
|
+
private viewContainer;
|
|
9
|
+
catTooltip: string;
|
|
10
|
+
constructor(templateRef: TemplateRef<unknown>, viewContainer: ViewContainerRef);
|
|
11
|
+
ngOnInit(): void;
|
|
12
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatTooltipDirective, never>;
|
|
13
|
+
static ɵdir: i0.ɵɵDirectiveDeclaration<CatTooltipDirective, "[catTooltip]", never, { "catTooltip": "catTooltip"; }, {}, never, never, false>;
|
|
14
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.31.1",
|
|
4
4
|
"description": "Angular wrapper for Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -14,8 +14,8 @@
|
|
|
14
14
|
"dependencies": {
|
|
15
15
|
"loglevel": "1.8.1",
|
|
16
16
|
"tslib": "^2.3.0",
|
|
17
|
-
"@haiilo/catalyst
|
|
18
|
-
"@haiilo/catalyst": "10.
|
|
17
|
+
"@haiilo/catalyst": "10.31.1",
|
|
18
|
+
"@haiilo/catalyst-tokens": "10.31.1"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/haiilo-catalyst-angular.mjs",
|
|
21
21
|
"es2020": "fesm2020/haiilo-catalyst-angular.mjs",
|
package/public-api.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './lib/datetime/datetime.component';
|
|
|
4
4
|
export { CatDialogActionsComponent } from './lib/dialog/dialog-actions.component';
|
|
5
5
|
export { CatDialogHeaderComponent } from './lib/dialog/dialog-header.component';
|
|
6
6
|
export { CatDialogComponent } from './lib/dialog/dialog.component';
|
|
7
|
-
export { CatDialogConfig, CatDialogService } from './lib/dialog/dialog.service';
|
|
7
|
+
export { CatDialogConfig, CatDialogService, CAT_DIALOG_SIZE_TOKEN } from './lib/dialog/dialog.service';
|
|
8
8
|
export * from './lib/directives/boolean-value-accessor';
|
|
9
9
|
export * from './lib/directives/date-value-accessor';
|
|
10
10
|
export * from './lib/directives/proxies';
|
|
@@ -15,3 +15,4 @@ export * from './lib/directives/text-value-accessor';
|
|
|
15
15
|
export * from './lib/directives/time-value-accessor';
|
|
16
16
|
export * from './lib/directives/value-accessor';
|
|
17
17
|
export * from './lib/directives/value-accessor-decorator';
|
|
18
|
+
export { CatTooltipDirective } from './lib/tooltip/tooltip.directive';
|