@getflip/swirl-components-angular 0.511.0 → 0.513.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.511.0",
3
+ "version": "0.513.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/getflip/swirl"
@@ -26,7 +26,7 @@
26
26
  "@angular/platform-browser": "19.2.23",
27
27
  "@angular/platform-browser-dynamic": "19.2.23",
28
28
  "@angular/router": "19.2.23",
29
- "@getflip/swirl-components": "0.511.0",
29
+ "@getflip/swirl-components": "0.513.0",
30
30
  "rxjs": "7.8.2",
31
31
  "tslib": "2.4.0",
32
32
  "zone.js": "0.15.0"
@@ -8350,7 +8350,8 @@ export declare interface SwirlSearch extends Components.SwirlSearch {
8350
8350
 
8351
8351
 
8352
8352
  @ProxyCmp({
8353
- inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'standalone', 'swirlAriaDescribedby', 'value', 'withSearch']
8353
+ inputs: ['allowDeselect', 'disabled', 'emptyListLabel', 'inline', 'invalid', 'label', 'multiSelect', 'required', 'searchInputLabel', 'searchLoading', 'searchPlaceholder', 'selectId', 'standalone', 'swirlAriaDescribedby', 'value', 'withSearch'],
8354
+ methods: ['selectSearchInput', 'focusSearchInput']
8354
8355
  })
8355
8356
  @Component({
8356
8357
  selector: 'swirl-select',