@getflip/swirl-components-angular 0.113.1 → 0.115.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.
@@ -3,7 +3,7 @@ import { Components } from '@getflip/swirl-components';
3
3
  import type { SwirlAppLayoutMobileView as ISwirlAppLayoutSwirlAppLayoutMobileView } from '@getflip/swirl-components';
4
4
  import type { SwirlAutocompleteValue as ISwirlAutocompleteSwirlAutocompleteValue } from '@getflip/swirl-components';
5
5
  import type { ComputePositionReturn as ISwirlPopoverComputePositionReturn } from '@getflip/swirl-components';
6
- import type { SwirlThemeChangeEventData as ISwirlThemeProviderSwirlThemeChangeEventData } from '@getflip/swirl-components';
6
+ import type { SwirlOSThemeChangeEventData as ISwirlThemeProviderSwirlOSThemeChangeEventData } from '@getflip/swirl-components';
7
7
  import * as i0 from "@angular/core";
8
8
  export declare interface FileManager extends Components.FileManager {
9
9
  }
@@ -2250,7 +2250,7 @@ export declare class SwirlStack {
2250
2250
  protected el: HTMLElement;
2251
2251
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2252
2252
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlStack, never>;
2253
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStack, "swirl-stack", never, { "align": "align"; "as": "as"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
2253
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlStack, "swirl-stack", never, { "align": "align"; "as": "as"; "height": "height"; "justify": "justify"; "orientation": "orientation"; "spacing": "spacing"; "wrap": "wrap"; }, {}, never, ["*"], false>;
2254
2254
  }
2255
2255
  export declare interface SwirlStatusIndicator extends Components.SwirlStatusIndicator {
2256
2256
  }
@@ -2949,7 +2949,7 @@ export declare interface SwirlThemeProvider extends Components.SwirlThemeProvide
2949
2949
  /**
2950
2950
  *
2951
2951
  */
2952
- themeChange: EventEmitter<CustomEvent<ISwirlThemeProviderSwirlThemeChangeEventData>>;
2952
+ themeChange: EventEmitter<CustomEvent<ISwirlThemeProviderSwirlOSThemeChangeEventData>>;
2953
2953
  }
2954
2954
  export declare class SwirlThemeProvider {
2955
2955
  protected z: NgZone;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.113.1",
3
+ "version": "0.115.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.113.1",
17
+ "@getflip/swirl-components": "^0.115.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
20
  "zone.js": "~0.11.4"
@@ -4992,13 +4992,13 @@ export declare interface SwirlStack extends Components.SwirlStack {}
4992
4992
 
4993
4993
  @ProxyCmp({
4994
4994
  defineCustomElementFn: undefined,
4995
- inputs: ['align', 'as', 'justify', 'orientation', 'spacing', 'wrap']
4995
+ inputs: ['align', 'as', 'height', 'justify', 'orientation', 'spacing', 'wrap']
4996
4996
  })
4997
4997
  @Component({
4998
4998
  selector: 'swirl-stack',
4999
4999
  changeDetection: ChangeDetectionStrategy.OnPush,
5000
5000
  template: '<ng-content></ng-content>',
5001
- inputs: ['align', 'as', 'justify', 'orientation', 'spacing', 'wrap']
5001
+ inputs: ['align', 'as', 'height', 'justify', 'orientation', 'spacing', 'wrap']
5002
5002
  })
5003
5003
  export class SwirlStack {
5004
5004
  protected el: HTMLElement;
@@ -6592,19 +6592,19 @@ export class SwirlTextInput {
6592
6592
  }
6593
6593
  }
6594
6594
 
6595
- import type { SwirlThemeChangeEventData as ISwirlThemeProviderSwirlThemeChangeEventData } from '@getflip/swirl-components';
6595
+ import type { SwirlOSThemeChangeEventData as ISwirlThemeProviderSwirlOSThemeChangeEventData } from '@getflip/swirl-components';
6596
6596
  export declare interface SwirlThemeProvider extends Components.SwirlThemeProvider {
6597
6597
  /**
6598
6598
  *
6599
6599
  */
6600
- themeChange: EventEmitter<CustomEvent<ISwirlThemeProviderSwirlThemeChangeEventData>>;
6600
+ themeChange: EventEmitter<CustomEvent<ISwirlThemeProviderSwirlOSThemeChangeEventData>>;
6601
6601
 
6602
6602
  }
6603
6603
 
6604
6604
  @ProxyCmp({
6605
6605
  defineCustomElementFn: undefined,
6606
6606
  inputs: ['config'],
6607
- methods: ['getActiveTheme', 'getPreferredTheme', 'setPreferredTheme', 'resetPreferredTheme']
6607
+ methods: ['getActiveOSTheme', 'getPreferredOSTheme', 'setPreferredOSTheme', 'resetPreferredOSTheme']
6608
6608
  })
6609
6609
  @Component({
6610
6610
  selector: 'swirl-theme-provider',