@haiilo/catalyst-angular 2.3.0 → 2.4.1

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.
@@ -77,7 +77,7 @@ export declare class CatCheckbox {
77
77
  protected el: HTMLElement;
78
78
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
79
79
  static ɵfac: i0.ɵɵFactoryDeclaration<CatCheckbox, never>;
80
- static ɵcmp: i0.ɵɵComponentDeclaration<CatCheckbox, "cat-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "indeterminate": "indeterminate"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
80
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatCheckbox, "cat-checkbox", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "indeterminate": "indeterminate"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
81
81
  }
82
82
  export declare interface CatDropdown extends Components.CatDropdown {
83
83
  /**
@@ -124,7 +124,16 @@ export declare class CatInput {
124
124
  protected el: HTMLElement;
125
125
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
126
126
  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"; "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, ["*"]>;
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, ["*"]>;
128
+ }
129
+ export declare interface CatLabel extends Components.CatLabel {
130
+ }
131
+ export declare class CatLabel {
132
+ protected z: NgZone;
133
+ protected el: HTMLElement;
134
+ constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
135
+ static ɵfac: i0.ɵɵFactoryDeclaration<CatLabel, never>;
136
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatLabel, "cat-label", never, { "for": "for"; "required": "required"; }, {}, never, ["*"]>;
128
137
  }
129
138
  export declare interface CatModal extends Components.CatModal {
130
139
  }
@@ -163,7 +172,7 @@ export declare class CatRadio {
163
172
  protected el: HTMLElement;
164
173
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
165
174
  static ɵfac: i0.ɵɵFactoryDeclaration<CatRadio, never>;
166
- static ɵcmp: i0.ɵɵComponentDeclaration<CatRadio, "cat-radio", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
175
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatRadio, "cat-radio", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
167
176
  }
168
177
  export declare interface CatRadioGroup extends Components.CatRadioGroup {
169
178
  /**
@@ -230,7 +239,7 @@ export declare class CatSelect {
230
239
  protected el: HTMLElement;
231
240
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
232
241
  static ɵfac: i0.ɵɵFactoryDeclaration<CatSelect, never>;
233
- static ɵcmp: i0.ɵɵComponentDeclaration<CatSelect, "cat-select", never, { "clearable": "clearable"; "debounce": "debounce"; "disabled": "disabled"; "hint": "hint"; "label": "label"; "labelHidden": "labelHidden"; "multiple": "multiple"; "name": "name"; "placeholder": "placeholder"; "placement": "placement"; "required": "required"; "tagHint": "tagHint"; "tags": "tags"; "value": "value"; }, {}, 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, ["*"]>;
234
243
  }
235
244
  export declare interface CatSelectDemo extends Components.CatSelectDemo {
236
245
  }
@@ -300,7 +309,7 @@ export declare class CatTextarea {
300
309
  protected el: HTMLElement;
301
310
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
302
311
  static ɵfac: i0.ɵɵFactoryDeclaration<CatTextarea, never>;
303
- static ɵcmp: i0.ɵɵComponentDeclaration<CatTextarea, "cat-textarea", never, { "disabled": "disabled"; "hint": "hint"; "label": "label"; "labelHidden": "labelHidden"; "maxLength": "maxLength"; "minLength": "minLength"; "name": "name"; "placeholder": "placeholder"; "readonly": "readonly"; "required": "required"; "rows": "rows"; "value": "value"; }, {}, 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, ["*"]>;
304
313
  }
305
314
  export declare interface CatToggle extends Components.CatToggle {
306
315
  /**
@@ -321,7 +330,7 @@ export declare class CatToggle {
321
330
  protected el: HTMLElement;
322
331
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
323
332
  static ɵfac: i0.ɵɵFactoryDeclaration<CatToggle, never>;
324
- static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
333
+ static ɵcmp: i0.ɵɵComponentDeclaration<CatToggle, "cat-toggle", never, { "checked": "checked"; "disabled": "disabled"; "hint": "hint"; "identifier": "identifier"; "label": "label"; "labelHidden": "labelHidden"; "labelLeft": "labelLeft"; "name": "name"; "required": "required"; "value": "value"; }, {}, never, ["*"]>;
325
334
  }
326
335
  export declare interface CatTooltip extends Components.CatTooltip {
327
336
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haiilo/catalyst-angular",
3
- "version": "2.3.0",
3
+ "version": "2.4.1",
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.3.0",
14
+ "@haiilo/catalyst": "2.4.1",
15
15
  "tslib": "^2.3.0"
16
16
  },
17
17
  "module": "fesm2015/haiilo-catalyst-angular.mjs",