@getflip/swirl-components-angular 0.186.0 → 0.188.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.
@@ -2257,7 +2257,7 @@ export declare class SwirlPopoverTrigger {
2257
2257
  protected el: HTMLElement;
2258
2258
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
2259
2259
  static ɵfac: i0.ɵɵFactoryDeclaration<SwirlPopoverTrigger, never>;
2260
- static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopoverTrigger, "swirl-popover-trigger", never, { "hidePopoverWhenInvisible": { "alias": "hidePopoverWhenInvisible"; "required": false; }; "parentScrollContainer": { "alias": "parentScrollContainer"; "required": false; }; "popover": { "alias": "popover"; "required": false; }; "setAriaAttributes": { "alias": "setAriaAttributes"; "required": false; }; }, {}, never, ["*"], false, never>;
2260
+ static ɵcmp: i0.ɵɵComponentDeclaration<SwirlPopoverTrigger, "swirl-popover-trigger", never, { "hidePopoverWhenInvisible": { "alias": "hidePopoverWhenInvisible"; "required": false; }; "parentScrollContainer": { "alias": "parentScrollContainer"; "required": false; }; "setAriaAttributes": { "alias": "setAriaAttributes"; "required": false; }; "swirlPopover": { "alias": "swirlPopover"; "required": false; }; }, {}, never, ["*"], false, never>;
2261
2261
  }
2262
2262
  export declare interface SwirlProgressIndicator extends Components.SwirlProgressIndicator {
2263
2263
  }
package/package.json CHANGED
@@ -1,29 +1,29 @@
1
1
  {
2
2
  "name": "@getflip/swirl-components-angular",
3
- "version": "0.186.0",
3
+ "version": "0.188.0",
4
4
  "scripts": {
5
5
  "ng": "ng",
6
6
  "build": "ng build"
7
7
  },
8
8
  "dependencies": {
9
- "@angular/animations": "^16.2.12",
10
- "@angular/common": "^16.2.12",
11
- "@angular/compiler": "^16.2.12",
12
- "@angular/core": "^16.2.12",
13
- "@angular/forms": "^16.2.12",
14
- "@angular/platform-browser": "^16.2.12",
15
- "@angular/platform-browser-dynamic": "^16.2.12",
16
- "@angular/router": "^16.2.12",
17
- "@getflip/swirl-components": "^0.186.0",
9
+ "@angular/animations": "^17.3.5",
10
+ "@angular/common": "^17.3.5",
11
+ "@angular/compiler": "^17.3.5",
12
+ "@angular/core": "^17.3.5",
13
+ "@angular/forms": "^17.3.5",
14
+ "@angular/platform-browser": "^17.3.5",
15
+ "@angular/platform-browser-dynamic": "^17.3.5",
16
+ "@angular/router": "^17.3.5",
17
+ "@getflip/swirl-components": "^0.188.0",
18
18
  "rxjs": "~7.5.0",
19
19
  "tslib": "^2.3.0",
20
- "zone.js": "~0.13.3"
20
+ "zone.js": "~0.14.4"
21
21
  },
22
22
  "devDependencies": {
23
- "@angular-devkit/build-angular": "^16.2.14",
24
- "@angular/cli": "~16.2.14",
25
- "@angular/compiler-cli": "^16.2.12",
26
- "ng-packagr": "^16.2.3",
27
- "typescript": "~4.9.5"
23
+ "@angular-devkit/build-angular": "^17.3.5",
24
+ "@angular/cli": "~17.3.5",
25
+ "@angular/compiler-cli": "^17.3.5",
26
+ "ng-packagr": "^17.3.0",
27
+ "typescript": "~5.2.0"
28
28
  }
29
- }
29
+ }
@@ -5027,13 +5027,13 @@ export declare interface SwirlPopoverTrigger extends Components.SwirlPopoverTrig
5027
5027
 
5028
5028
  @ProxyCmp({
5029
5029
  defineCustomElementFn: undefined,
5030
- inputs: ['hidePopoverWhenInvisible', 'parentScrollContainer', 'popover', 'setAriaAttributes']
5030
+ inputs: ['hidePopoverWhenInvisible', 'parentScrollContainer', 'setAriaAttributes', 'swirlPopover']
5031
5031
  })
5032
5032
  @Component({
5033
5033
  selector: 'swirl-popover-trigger',
5034
5034
  changeDetection: ChangeDetectionStrategy.OnPush,
5035
5035
  template: '<ng-content></ng-content>',
5036
- inputs: ['hidePopoverWhenInvisible', 'parentScrollContainer', 'popover', 'setAriaAttributes']
5036
+ inputs: ['hidePopoverWhenInvisible', 'parentScrollContainer', 'setAriaAttributes', 'swirlPopover']
5037
5037
  })
5038
5038
  export class SwirlPopoverTrigger {
5039
5039
  protected el: HTMLElement;
@@ -1,25 +0,0 @@
1
- {
2
- "name": "@getflip/swirl-components-angular",
3
- "version": "0.0.0",
4
- "peerDependencies": {
5
- "@angular/common": "^14.1.0",
6
- "@angular/core": "^14.1.0"
7
- },
8
- "dependencies": {
9
- "tslib": "^2.3.0"
10
- },
11
- "module": "fesm2022/getflip-swirl-components-angular.mjs",
12
- "typings": "index.d.ts",
13
- "exports": {
14
- "./package.json": {
15
- "default": "./package.json"
16
- },
17
- ".": {
18
- "types": "./index.d.ts",
19
- "esm2022": "./esm2022/getflip-swirl-components-angular.mjs",
20
- "esm": "./esm2022/getflip-swirl-components-angular.mjs",
21
- "default": "./fesm2022/getflip-swirl-components-angular.mjs"
22
- }
23
- },
24
- "sideEffects": false
25
- }