@getflip/swirl-components-angular 0.53.2 → 0.54.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.
@@ -1965,7 +1965,7 @@ export declare class SwirlTextInput {
1965
1965
  protected el: HTMLElement;
1966
1966
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
1967
1967
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlTextInput, never>;
1968
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": "autoComplete"; "autoFocus": "autoFocus"; "autoGrow": "autoGrow"; "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disableDynamicWidth": "disableDynamicWidth"; "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "mode": "mode"; "passwordToggleLabel": "passwordToggleLabel"; "prefixLabel": "prefixLabel"; "required": "required"; "rows": "rows"; "showCharacterCounter": "showCharacterCounter"; "spellCheck": "spellCheck"; "step": "step"; "suffixLabel": "suffixLabel"; "swirlAriaAutocomplete": "swirlAriaAutocomplete"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlRole": "swirlRole"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
1968
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlTextInput, "swirl-text-input", never, { "autoComplete": "autoComplete"; "autoFocus": "autoFocus"; "autoGrow": "autoGrow"; "autoSelect": "autoSelect"; "clearButtonLabel": "clearButtonLabel"; "clearable": "clearable"; "disableDynamicWidth": "disableDynamicWidth"; "disabled": "disabled"; "inline": "inline"; "invalid": "invalid"; "max": "max"; "maxLength": "maxLength"; "min": "min"; "mode": "mode"; "passwordToggleLabel": "passwordToggleLabel"; "placeholder": "placeholder"; "prefixLabel": "prefixLabel"; "required": "required"; "rows": "rows"; "showCharacterCounter": "showCharacterCounter"; "spellCheck": "spellCheck"; "step": "step"; "suffixLabel": "suffixLabel"; "swirlAriaAutocomplete": "swirlAriaAutocomplete"; "swirlAriaControls": "swirlAriaControls"; "swirlAriaDescribedby": "swirlAriaDescribedby"; "swirlAriaExpanded": "swirlAriaExpanded"; "swirlRole": "swirlRole"; "type": "type"; "value": "value"; }, {}, never, ["*"], false>;
1969
1969
  }
1970
1970
  export declare interface SwirlThemeProvider extends Components.SwirlThemeProvider {
1971
1971
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.53.2",
3
+ "version": "0.54.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
@@ -14,7 +14,7 @@
14
14
  "@angular/platform-browser": "^14.1.0",
15
15
  "@angular/platform-browser-dynamic": "^14.1.0",
16
16
  "@angular/router": "^14.1.0",
17
- "@getflip/swirl-components": "^0.54.2",
17
+ "@getflip/swirl-components": "^0.55.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -4361,13 +4361,13 @@ export declare interface SwirlTextInput extends Components.SwirlTextInput {
4361
4361
 
4362
4362
  @ProxyCmp({
4363
4363
  defineCustomElementFn: undefined,
4364
- inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value']
4364
+ inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value']
4365
4365
  })
4366
4366
  @Component({
4367
4367
  selector: 'swirl-text-input',
4368
4368
  changeDetection: ChangeDetectionStrategy.OnPush,
4369
4369
  template: '<ng-content></ng-content>',
4370
- inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value']
4370
+ inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'inline', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value']
4371
4371
  })
4372
4372
  export class SwirlTextInput {
4373
4373
  protected el: HTMLElement;