@haiilo/catalyst-angular 2.4.8 → 2.5.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/catalyst.module.mjs +9 -3
- package/esm2020/lib/directives/proxies.mjs +38 -13
- package/fesm2015/haiilo-catalyst-angular.mjs +45 -15
- package/fesm2015/haiilo-catalyst-angular.mjs.map +1 -1
- package/fesm2020/haiilo-catalyst-angular.mjs +45 -15
- package/fesm2020/haiilo-catalyst-angular.mjs.map +1 -1
- package/lib/catalyst.module.d.ts +3 -1
- package/lib/directives/proxies.d.ts +13 -4
- package/package.json +2 -2
|
@@ -96,6 +96,15 @@ export declare class CatDropdown {
|
|
|
96
96
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatDropdown, never>;
|
|
97
97
|
static ɵcmp: i0.ɵɵComponentDeclaration<CatDropdown, "cat-dropdown", never, { "noAutoClose": "noAutoClose"; "overflow": "overflow"; "placement": "placement"; }, {}, never, ["*"]>;
|
|
98
98
|
}
|
|
99
|
+
export declare interface CatFormGroup extends Components.CatFormGroup {
|
|
100
|
+
}
|
|
101
|
+
export declare class CatFormGroup {
|
|
102
|
+
protected z: NgZone;
|
|
103
|
+
protected el: HTMLElement;
|
|
104
|
+
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
105
|
+
static ɵfac: i0.ɵɵFactoryDeclaration<CatFormGroup, never>;
|
|
106
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatFormGroup, "cat-form-group", never, { "requiredMarker": "requiredMarker"; }, {}, never, ["*"]>;
|
|
107
|
+
}
|
|
99
108
|
export declare interface CatIcon extends Components.CatIcon {
|
|
100
109
|
}
|
|
101
110
|
export declare class CatIcon {
|
|
@@ -124,7 +133,7 @@ export declare class CatInput {
|
|
|
124
133
|
protected el: HTMLElement;
|
|
125
134
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
126
135
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatInput, never>;
|
|
127
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "disabled": "disabled"; "hint": "hint"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "round": "round"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "type": "type"; "value": "value"; }, {}, never, ["*"]>;
|
|
136
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatInput, "cat-input", never, { "autoComplete": "autoComplete"; "clearable": "clearable"; "disabled": "disabled"; "hint": "hint"; "icon": "icon"; "iconRight": "iconRight"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "round": "round"; "textPrefix": "textPrefix"; "textSuffix": "textSuffix"; "type": "type"; "value": "value"; }, {}, never, ["*"]>;
|
|
128
137
|
}
|
|
129
138
|
export declare interface CatLabel extends Components.CatLabel {
|
|
130
139
|
}
|
|
@@ -133,7 +142,7 @@ export declare class CatLabel {
|
|
|
133
142
|
protected el: HTMLElement;
|
|
134
143
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
135
144
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatLabel, never>;
|
|
136
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; }, {}, never, ["*"]>;
|
|
145
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; "requiredMarker": "requiredMarker"; }, {}, never, ["*"]>;
|
|
137
146
|
}
|
|
138
147
|
export declare interface CatModal extends Components.CatModal {
|
|
139
148
|
}
|
|
@@ -239,7 +248,7 @@ export declare class CatSelect {
|
|
|
239
248
|
protected el: HTMLElement;
|
|
240
249
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
241
250
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatSelect, never>;
|
|
242
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "tagHint": "tagHint"; "tags": "tags"; "value": "value"; }, {}, never, ["*"]>;
|
|
251
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "noItems": "noItems"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "requiredMarker": "requiredMarker"; "tagHint": "tagHint"; "tags": "tags"; "value": "value"; }, {}, never, ["*"]>;
|
|
243
252
|
}
|
|
244
253
|
export declare interface CatSelectDemo extends Components.CatSelectDemo {
|
|
245
254
|
}
|
|
@@ -309,7 +318,7 @@ export declare class CatTextarea {
|
|
|
309
318
|
protected el: HTMLElement;
|
|
310
319
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
311
320
|
static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, never>;
|
|
312
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "rows": "rows"; "value": "value"; }, {}, never, ["*"]>;
|
|
321
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "requiredMarker": "requiredMarker"; "rows": "rows"; "value": "value"; }, {}, never, ["*"]>;
|
|
313
322
|
}
|
|
314
323
|
export declare interface CatToggle extends Components.CatToggle {
|
|
315
324
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst-angular",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Angular wrapper for Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"publishConfig": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"rxjs": ">=6.6.0"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@haiilo/catalyst": "2.
|
|
14
|
+
"@haiilo/catalyst": "2.5.0",
|
|
15
15
|
"tslib": "^2.3.0"
|
|
16
16
|
},
|
|
17
17
|
"module": "fesm2015/haiilo-catalyst-angular.mjs",
|