@haiilo/catalyst-angular 10.33.3 → 10.35.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/esm2020/lib/directives/proxies.mjs +10 -10
- package/fesm2015/haiilo-catalyst-angular.mjs +9 -9
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +9 -9
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/directives/proxies.d.ts +3 -3
- package/package.json +3 -3
|
@@ -97,7 +97,7 @@ export declare class CatDate {
|
|
|
97
97
|
protected el: HTMLElement;
|
|
98
98
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
99
99
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatDate, never>;
|
|
100
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDate, "cat-date", 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"; "max": "max"; "min": "min"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "placement": "placement"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "value": "value"; }, {}, never, ["*"], false>;
|
|
100
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatDate, "cat-date", 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"; "max": "max"; "min": "min"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "placement": "placement"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "testId": "testId"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "value": "value"; }, {}, never, ["*"], false>;
|
|
101
101
|
}
|
|
102
102
|
export declare interface CatDate extends Components.CatDate {
|
|
103
103
|
/**
|
|
@@ -353,7 +353,7 @@ export declare class CatTab {
|
|
|
353
353
|
protected el: HTMLElement;
|
|
354
354
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
355
355
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTab, never>;
|
|
356
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTab, "cat-tab", never, { "deactivated": "deactivated"; "error": "error"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "label": "label"; "nativeAttributes": "nativeAttributes"; "noActive": "noActive"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"], false>;
|
|
356
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatTab, "cat-tab", never, { "deactivated": "deactivated"; "error": "error"; "icon": "icon"; "iconOnly": "iconOnly"; "iconRight": "iconRight"; "label": "label"; "nativeAttributes": "nativeAttributes"; "noActive": "noActive"; "testId": "testId"; "url": "url"; "urlTarget": "urlTarget"; }, {}, never, ["*"], false>;
|
|
357
357
|
}
|
|
358
358
|
export declare interface CatTab extends Components.CatTab {
|
|
359
359
|
/**
|
|
@@ -424,7 +424,7 @@ export declare class CatTime {
|
|
|
424
424
|
protected el: HTMLElement;
|
|
425
425
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
426
426
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTime, never>;
|
|
427
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTime, "cat-time", 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"; "max": "max"; "min": "min"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "placement": "placement"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "step": "step"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "value": "value"; }, {}, never, ["*"], false>;
|
|
427
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatTime, "cat-time", 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"; "max": "max"; "min": "min"; "name": "name"; "nativeAttributes": "nativeAttributes"; "placeholder": "placeholder"; "placement": "placement"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "step": "step"; "testId": "testId"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "value": "value"; }, {}, never, ["*"], false>;
|
|
428
428
|
}
|
|
429
429
|
export declare interface CatTime extends Components.CatTime {
|
|
430
430
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.35.0",
|
|
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": "10.
|
|
18
|
-
"@haiilo/catalyst
|
|
17
|
+
"@haiilo/catalyst-tokens": "10.35.0",
|
|
18
|
+
"@haiilo/catalyst": "10.35.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/haiilo-catalyst-angular.mjs",
|
|
21
21
|
"es2020": "fesm2020/haiilo-catalyst-angular.mjs",
|