@haiilo/catalyst-angular 10.11.0 → 10.12.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 +7 -7
- package/fesm2015/haiilo-catalyst-angular.mjs +6 -6
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +6 -6
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/directives/proxies.d.ts +2 -2
- package/package.json +3 -3
|
@@ -118,7 +118,7 @@ export declare class CatDateInline {
|
|
|
118
118
|
protected el: HTMLElement;
|
|
119
119
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
120
120
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatDateInline, never>;
|
|
121
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDateInline, "cat-date-inline", never, { "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "min": "min"; "noClear": "noClear"; "noToday": "noToday"; "range": "range"; "required": "required"; "requiredMarker": "requiredMarker"; "value": "value"; "weeks": "weeks"; }, {}, never, ["*"], false>;
|
|
121
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatDateInline, "cat-date-inline", never, { "a11yLabel": "a11yLabel"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "min": "min"; "noClear": "noClear"; "noToday": "noToday"; "range": "range"; "required": "required"; "requiredMarker": "requiredMarker"; "value": "value"; "weeks": "weeks"; }, {}, never, ["*"], false>;
|
|
122
122
|
}
|
|
123
123
|
export declare interface CatDateInline extends Components.CatDateInline {
|
|
124
124
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class CatDropdown {
|
|
|
165
165
|
protected el: HTMLElement;
|
|
166
166
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
167
167
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatDropdown, never>;
|
|
168
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "arrowNavigation": "arrowNavigation"; "noAutoClose": "noAutoClose"; "noInitialFocus": "noInitialFocus"; "noResize": "noResize"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"], false>;
|
|
168
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "arrowNavigation": "arrowNavigation"; "noAutoClose": "noAutoClose"; "noInitialFocus": "noInitialFocus"; "noResize": "noResize"; "noReturnFocus": "noReturnFocus"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"], false>;
|
|
169
169
|
}
|
|
170
170
|
export declare interface CatDropdown extends Components.CatDropdown {
|
|
171
171
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.12.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.12.0",
|
|
18
|
+
"@haiilo/catalyst": "10.12.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/haiilo-catalyst-angular.mjs",
|
|
21
21
|
"es2020": "fesm2020/haiilo-catalyst-angular.mjs",
|