@getflip/swirl-components-angular 0.399.1 → 0.401.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-29T09:57:26.125Z - Time: 13528ms
23
+ Build at: 2025-11-03T10:48:04.035Z - Time: 13809ms
24
24
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,41 @@
1
1
  # @getflip/swirl-components-angular
2
2
 
3
+ ## 0.401.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1300](https://github.com/getflip/swirl/pull/1300)
8
+ [`7c7659972`](https://github.com/getflip/swirl/commit/7c76599722e39754bec8e4964cab80c86ff5e9e1)
9
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Add boundary
10
+ padding to swirl-popover's shift
11
+
12
+ ### Patch Changes
13
+
14
+ - [#1298](https://github.com/getflip/swirl/pull/1298)
15
+ [`a38524a34`](https://github.com/getflip/swirl/commit/a38524a3452de9972994cfa471fc204b670d1ea9)
16
+ Thanks [@matvlaovi-flip](https://github.com/matvlaovi-flip)! - Autoselect
17
+ readonly swirl-text-input
18
+
19
+ - Updated dependencies
20
+ [[`7c7659972`](https://github.com/getflip/swirl/commit/7c76599722e39754bec8e4964cab80c86ff5e9e1),
21
+ [`a38524a34`](https://github.com/getflip/swirl/commit/a38524a3452de9972994cfa471fc204b670d1ea9)]:
22
+ - @getflip/swirl-components@0.401.0
23
+
24
+ ## 0.400.0
25
+
26
+ ### Minor Changes
27
+
28
+ - [#1294](https://github.com/getflip/swirl/pull/1294)
29
+ [`9d5e834ca`](https://github.com/getflip/swirl/commit/9d5e834ca27d9c6ece643c96e5bab17ccab4bf10)
30
+ Thanks [@joseabernardes](https://github.com/joseabernardes)! - Add clear event
31
+ to swirl-search
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies
36
+ [[`9d5e834ca`](https://github.com/getflip/swirl/commit/9d5e834ca27d9c6ece643c96e5bab17ccab4bf10)]:
37
+ - @getflip/swirl-components@0.400.0
38
+
3
39
  ## 0.399.1
4
40
 
5
41
  ### Patch Changes
@@ -8463,7 +8463,7 @@ let SwirlSearch = class SwirlSearch {
8463
8463
  this.z = z;
8464
8464
  c.detach();
8465
8465
  this.el = r.nativeElement;
8466
- proxyOutputs(this, this.el, ['inputBlur', 'inputFocus', 'inputInput', 'valueChange']);
8466
+ proxyOutputs(this, this.el, ['clear', 'inputBlur', 'inputFocus', 'inputInput', 'valueChange']);
8467
8467
  }
8468
8468
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.3", ngImport: i0, type: SwirlSearch, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
8469
8469
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.3", type: SwirlSearch, isStandalone: false, selector: "swirl-search", inputs: { autoFocus: "autoFocus", clearButtonLabel: "clearButtonLabel", clearable: "clearable", disabled: "disabled", inputId: "inputId", inputName: "inputName", label: "label", placeholder: "placeholder", value: "value", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });