@haiilo/catalyst-angular 10.16.0 → 10.17.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 +2 -20
- package/esm2020/lib/dialog/dialog-header.component.mjs +2 -2
- package/esm2020/lib/directives/proxies.mjs +10 -10
- package/esm2020/lib/injection-token.mjs +21 -0
- package/esm2020/public-api.mjs +2 -1
- package/fesm2015/haiilo-catalyst-angular.mjs +32 -30
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +32 -30
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/catalyst.module.d.ts +1 -7
- package/lib/directives/proxies.d.ts +3 -3
- package/lib/injection-token.d.ts +7 -0
- package/package.json +3 -3
- package/public-api.d.ts +1 -0
package/lib/catalyst.module.d.ts
CHANGED
|
@@ -1,6 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { CatI18nRegistry, CatIconRegistry, CatNotificationService } from '@haiilo/catalyst';
|
|
3
|
-
import { RootLogger } from 'loglevel';
|
|
1
|
+
import { ModuleWithProviders } from '@angular/core';
|
|
4
2
|
import * as i0 from "@angular/core";
|
|
5
3
|
import * as i1 from "./directives/proxies";
|
|
6
4
|
import * as i2 from "./directives/boolean-value-accessor";
|
|
@@ -17,10 +15,6 @@ import * as i12 from "./dialog/dialog-header.component";
|
|
|
17
15
|
import * as i13 from "./dialog/dialog-actions.component";
|
|
18
16
|
import * as i14 from "@angular/common";
|
|
19
17
|
import * as i15 from "@angular/cdk/dialog";
|
|
20
|
-
export declare const CAT_LOG_TOKEN: InjectionToken<RootLogger>;
|
|
21
|
-
export declare const CAT_I18N_REGISTRY_TOKEN: InjectionToken<CatI18nRegistry>;
|
|
22
|
-
export declare const CAT_ICON_REGISTRY_TOKEN: InjectionToken<CatIconRegistry>;
|
|
23
|
-
export declare const CAT_NOTIFICATION_SERVICE_TOKEN: InjectionToken<CatNotificationService>;
|
|
24
18
|
export declare class CatalystModule {
|
|
25
19
|
static forRoot(): ModuleWithProviders<CatalystModule>;
|
|
26
20
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatalystModule, never>;
|
|
@@ -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, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "indeterminate": "indeterminate"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "nativeAttributes": "nativeAttributes"; "noValue": "noValue"; "required": "required"; "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"; "resolvedValue": "resolvedValue"; "value": "value"; }, {}, never, ["*"], false>;
|
|
80
80
|
}
|
|
81
81
|
export declare interface CatCheckbox extends Components.CatCheckbox {
|
|
82
82
|
/**
|
|
@@ -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, { "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"; "value": "value"; }, {}, never, ["*"], false>;
|
|
238
238
|
}
|
|
239
239
|
export declare interface CatRadio extends Components.CatRadio {
|
|
240
240
|
/**
|
|
@@ -424,7 +424,7 @@ export declare class CatToggle {
|
|
|
424
424
|
protected el: HTMLElement;
|
|
425
425
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
426
426
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatToggle, never>;
|
|
427
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "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>;
|
|
427
|
+
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>;
|
|
428
428
|
}
|
|
429
429
|
export declare interface CatToggle extends Components.CatToggle {
|
|
430
430
|
/**
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { InjectionToken } from '@angular/core';
|
|
2
|
+
import { CatI18nRegistry, CatIconRegistry, CatNotificationService } from '@haiilo/catalyst';
|
|
3
|
+
import { RootLogger } from 'loglevel';
|
|
4
|
+
export declare const CAT_LOG_TOKEN: InjectionToken<RootLogger>;
|
|
5
|
+
export declare const CAT_I18N_REGISTRY_TOKEN: InjectionToken<CatI18nRegistry>;
|
|
6
|
+
export declare const CAT_ICON_REGISTRY_TOKEN: InjectionToken<CatIconRegistry>;
|
|
7
|
+
export declare const CAT_NOTIFICATION_SERVICE_TOKEN: InjectionToken<CatNotificationService>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.17.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.17.1",
|
|
18
|
+
"@haiilo/catalyst-tokens": "10.17.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