@haiilo/catalyst-angular 10.23.0 → 10.24.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/dialog/dialog.component.mjs +5 -5
- package/esm2020/lib/directives/proxies.mjs +4 -4
- package/fesm2015/haiilo-catalyst-angular.mjs +7 -7
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +7 -7
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/dialog/dialog.component.d.ts +2 -2
- package/lib/directives/proxies.d.ts +1 -1
- package/package.json +3 -3
|
@@ -10,7 +10,7 @@ export declare class CatDialogComponent implements AfterContentInit {
|
|
|
10
10
|
* Flag to disable scrolling behavior of dialog content. Default is false. If set to true the
|
|
11
11
|
* using component is responsible for not overflowing the viewport.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
noScroll: boolean;
|
|
14
14
|
/**
|
|
15
15
|
* Flag to disable/enable overscroll behavior.
|
|
16
16
|
*/
|
|
@@ -31,5 +31,5 @@ export declare class CatDialogComponent implements AfterContentInit {
|
|
|
31
31
|
constructor(dialogRef: DialogRef);
|
|
32
32
|
ngAfterContentInit(): void;
|
|
33
33
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatDialogComponent, never>;
|
|
34
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatDialogComponent, "cat-dialog", never, { "
|
|
34
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatDialogComponent, "cat-dialog", never, { "noScroll": "noScroll"; "noOverscroll": "noOverscroll"; "noScrolledInit": "noScrolledInit"; "scrolledBuffer": "scrolledBuffer"; }, { "scrolledBottom": "scrolledBottom"; }, ["header"], ["cat-dialog-header", "*", "*", "cat-dialog-actions"], false>;
|
|
35
35
|
}
|
|
@@ -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"; "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"; "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
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "10.
|
|
3
|
+
"version": "10.24.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.24.0",
|
|
18
|
+
"@haiilo/catalyst": "10.24.0"
|
|
19
19
|
},
|
|
20
20
|
"module": "fesm2015/haiilo-catalyst-angular.mjs",
|
|
21
21
|
"es2020": "fesm2020/haiilo-catalyst-angular.mjs",
|