valtech-components 2.0.108 → 2.0.109

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.
@@ -1,5 +1,4 @@
1
1
  import { OnInit } from '@angular/core';
2
- import { ModalController } from '@ionic/angular';
3
2
  import { InputMetadata, InputOption } from '../../types';
4
3
  import * as i0 from "@angular/core";
5
4
  export declare const SEARCH_SELECTOR_NO_RESULT: {
@@ -11,7 +10,6 @@ export declare const SEARCH_SELECTOR_NO_OPTIONS: {
11
10
  subtitle: string;
12
11
  };
13
12
  export declare class SelectorModalComponent implements OnInit {
14
- modalController: ModalController;
15
13
  props: InputMetadata;
16
14
  selection: number;
17
15
  showAllAtStart: boolean;
@@ -31,7 +29,7 @@ export declare class SelectorModalComponent implements OnInit {
31
29
  breakpoints: number[];
32
30
  initialBreakpoint: number;
33
31
  };
34
- constructor(modalController: ModalController);
32
+ constructor();
35
33
  ngOnInit(): void;
36
34
  dismiss(): void;
37
35
  applyChanges(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "valtech-components",
3
- "version": "2.0.108",
3
+ "version": "2.0.109",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.0",
6
6
  "@angular/core": "^18.0.0",