@patter/ngx-components 20.0.6 → 20.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/index.d.ts
CHANGED
|
@@ -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;
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|