@patter/ngx-components 20.0.6 → 21.0.7

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,22 +1,22 @@
1
1
  {
2
2
  "name": "@patter/ngx-components",
3
- "version": "20.0.6",
3
+ "version": "21.0.7",
4
4
  "peerDependencies": {
5
- "@angular/common": "^20.0.0",
6
- "@angular/core": "^20.0.0"
5
+ "@angular/common": "^21.0.0",
6
+ "@angular/core": "^21.0.0"
7
7
  },
8
8
  "dependencies": {
9
9
  "tslib": "^2.3.0"
10
10
  },
11
11
  "sideEffects": false,
12
12
  "module": "fesm2022/patter-ngx-components.mjs",
13
- "typings": "index.d.ts",
13
+ "typings": "types/patter-ngx-components.d.ts",
14
14
  "exports": {
15
15
  "./package.json": {
16
16
  "default": "./package.json"
17
17
  },
18
18
  ".": {
19
- "types": "./index.d.ts",
19
+ "types": "./types/patter-ngx-components.d.ts",
20
20
  "default": "./fesm2022/patter-ngx-components.mjs"
21
21
  }
22
22
  }
Binary file
@@ -240,7 +240,7 @@ declare class PtrMultiSelectComponent {
240
240
  }
241
241
 
242
242
  declare class PtrInputComponent implements ControlValueAccessor, OnInit {
243
- type: 'text' | 'number' | 'email' | 'password' | 'search' | 'hidden' | 'date' | 'textarea';
243
+ type: 'text' | 'number' | 'email' | 'password' | 'search' | 'hidden' | 'date' | 'time' | 'textarea';
244
244
  label: string;
245
245
  placeholder?: string | null;
246
246
  autocomplete?: string | undefined;
@@ -250,6 +250,7 @@ declare class PtrInputComponent implements ControlValueAccessor, OnInit {
250
250
  labelPosition?: 'top' | 'inline';
251
251
  input: ElementRef<HTMLInputElement>;
252
252
  dialogList: PtrDialogListComponent;
253
+ private destroyRef;
253
254
  private componentId;
254
255
  private minChars;
255
256
  private searchTerms;
Binary file