@haiilo/catalyst-angular 10.24.3 → 10.25.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 +4 -4
- package/fesm2015/haiilo-catalyst-angular.mjs +3 -3
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +3 -3
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/directives/proxies.d.ts +1 -1
- package/package.json +3 -3
|
@@ -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, { "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"; "value": "value"; }, {}, never, ["*"], false>;
|
|
386
386
|
}
|
|
387
387
|
export declare interface CatTag extends Components.CatTag {
|
|
388
388
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.25.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-tokens": "10.
|
|
17
|
+
"@haiilo/catalyst": "10.25.0",
|
|
18
|
+
"@haiilo/catalyst-tokens": "10.25.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/haiilo-catalyst-angular.mjs",
|
|
21
21
|
"es2020": "fesm2020/haiilo-catalyst-angular.mjs",
|