@getflip/swirl-components-angular 0.394.0 → 0.395.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.
@@ -20,5 +20,5 @@ Built Angular Package
20
20
  - to: /home/runner/work/swirl/swirl/packages/swirl-components-angular/dist/component-library
21
21
  ------------------------------------------------------------------------------
22
22
 
23
- Build at: 2025-10-13T14:25:26.989Z - Time: 13271ms
23
+ Build at: 2025-10-16T09:46:17.496Z - Time: 13412ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,45 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.395.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1276](https://github.com/getflip/swirl/pull/1276)
8
+ [`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698)
9
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add cleared
10
+ event to swirl-text-input
11
+
12
+ * [#1276](https://github.com/getflip/swirl/pull/1276)
13
+ [`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698)
14
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add
15
+ showCharacterCounterNearLimit prop to swirl-text-input
16
+
17
+ - [#1276](https://github.com/getflip/swirl/pull/1276)
18
+ [`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698)
19
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Allow clear
20
+ button to be shown together with character count in swirl-text-input
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ [[`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698),
26
+ [`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698),
27
+ [`777ca6239`](https://github.com/getflip/swirl/commit/777ca62390d8c344217d464e83d9b37ed29a2698)]:
28
+ - @getflip/swirl-components@0.395.0
29
+
30
+ ## 0.394.1
31
+
32
+ ### Patch Changes
33
+
34
+ - [#1274](https://github.com/getflip/swirl/pull/1274)
35
+ [`ebf651743`](https://github.com/getflip/swirl/commit/ebf651743f3a6d6e89d075e0837434f2524fb057)
36
+ Thanks [@Sqrrl](https://github.com/Sqrrl)! - Prevent primary modal content
37
+ from displacing secondary content
38
+
39
+ - Updated dependencies
40
+ [[`ebf651743`](https://github.com/getflip/swirl/commit/ebf651743f3a6d6e89d075e0837434f2524fb057)]:
41
+ - @getflip/swirl-components@0.394.1
42
+
3
43
  ## 0.394.0
4
44
 
5
45
  ### Minor Changes
@@ -12253,14 +12253,14 @@ let SwirlTextInput = class SwirlTextInput {
12253
12253
  this.z = z;
12254
12254
  c.detach();
12255
12255
  this.el = r.nativeElement;
12256
- proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'valueChange']);
12256
+ proxyOutputs(this, this.el, ['clear', 'inputBlur', 'inputFocus', 'valueChange']);
12257
12257
  }
12258
12258
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlTextInput, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
12259
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTextInput, isStandalone: false, selector: "swirl-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoGrow: "autoGrow", autoSelect: "autoSelect", characterCounterLabel: "characterCounterLabel", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disableDynamicWidth: "disableDynamicWidth", disabled: "disabled", fontSize: "fontSize", inline: "inline", inputName: "inputName", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", placeholder: "placeholder", prefixLabel: "prefixLabel", readonly: "readonly", 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" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12259
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlTextInput, isStandalone: false, selector: "swirl-text-input", inputs: { autoComplete: "autoComplete", autoFocus: "autoFocus", autoGrow: "autoGrow", autoSelect: "autoSelect", characterCounterLabel: "characterCounterLabel", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disableDynamicWidth: "disableDynamicWidth", disabled: "disabled", fontSize: "fontSize", inline: "inline", inputName: "inputName", invalid: "invalid", max: "max", maxLength: "maxLength", min: "min", mode: "mode", passwordToggleLabel: "passwordToggleLabel", placeholder: "placeholder", prefixLabel: "prefixLabel", readonly: "readonly", required: "required", rows: "rows", showCharacterCounter: "showCharacterCounter", showCharacterCounterNearLimit: "showCharacterCounterNearLimit", spellCheck: "spellCheck", step: "step", suffixLabel: "suffixLabel", swirlAriaAutocomplete: "swirlAriaAutocomplete", swirlAriaControls: "swirlAriaControls", swirlAriaDescribedby: "swirlAriaDescribedby", swirlAriaExpanded: "swirlAriaExpanded", swirlRole: "swirlRole", type: "type", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
12260
12260
  };
12261
12261
  SwirlTextInput = __decorate([
12262
12262
  ProxyCmp({
12263
- inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'readonly', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
12263
+ inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'readonly', 'required', 'rows', 'showCharacterCounter', 'showCharacterCounterNearLimit', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
12264
12264
  methods: ['blurInput', 'focusInput']
12265
12265
  })
12266
12266
  ], SwirlTextInput);
@@ -12271,7 +12271,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.3", ngImpor
12271
12271
  changeDetection: ChangeDetectionStrategy.OnPush,
12272
12272
  template: '<ng-content></ng-content>',
12273
12273
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
12274
- inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'readonly', 'required', 'rows', 'showCharacterCounter', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
12274
+ inputs: ['autoComplete', 'autoFocus', 'autoGrow', 'autoSelect', 'characterCounterLabel', 'clearButtonLabel', 'clearable', 'disableDynamicWidth', 'disabled', 'fontSize', 'inline', 'inputName', 'invalid', 'max', 'maxLength', 'min', 'mode', 'passwordToggleLabel', 'placeholder', 'prefixLabel', 'readonly', 'required', 'rows', 'showCharacterCounter', 'showCharacterCounterNearLimit', 'spellCheck', 'step', 'suffixLabel', 'swirlAriaAutocomplete', 'swirlAriaControls', 'swirlAriaDescribedby', 'swirlAriaExpanded', 'swirlRole', 'type', 'value'],
12275
12275
  standalone: false
12276
12276
  }]
12277
12277
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });