Socket
Socket
Sign inDemoInstall

ng-eldeeb-image-picker

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng-eldeeb-image-picker - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

ng-eldeeb-image-picker-1.0.7.tgz

3

lib/components/image-picker/image-picker.component.d.ts

@@ -20,3 +20,2 @@ import { EventEmitter, TemplateRef } from '@angular/core';

showDownload?: boolean;
labelToolTip: string;
editText?: string;

@@ -47,3 +46,3 @@ deleteText?: string;

static ɵfac: i0.ɵɵFactoryDeclaration<ImagePickerComponent, [null, { optional: true; }]>;
static ɵcmp: i0.ɵɵComponentDeclaration<ImagePickerComponent, "image-picker[formControlName],image-picker[formControl],image-picker[(ngModel)]", never, { "sizeLimit": { "alias": "sizeLimit"; "required": false; }; "showActions": { "alias": "showActions"; "required": false; }; "showDeleteBtn": { "alias": "showDeleteBtn"; "required": false; }; "showEditBtn": { "alias": "showEditBtn"; "required": false; }; "showDownload": { "alias": "showDownload"; "required": false; }; "labelToolTip": { "alias": "labelToolTip"; "required": false; }; "editText": { "alias": "editText"; "required": false; }; "deleteText": { "alias": "deleteText"; "required": false; }; "editIcon": { "alias": "editIcon"; "required": false; }; "deleteIcon": { "alias": "deleteIcon"; "required": false; }; "downloadIcon": { "alias": "downloadIcon"; "required": false; }; }, { "error": "error"; }, ["uploadBtn", "imagePreview", "actions"], never, false, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ImagePickerComponent, "image-picker[formControlName],image-picker[formControl],image-picker[(ngModel)]", never, { "sizeLimit": { "alias": "sizeLimit"; "required": false; }; "showActions": { "alias": "showActions"; "required": false; }; "showDeleteBtn": { "alias": "showDeleteBtn"; "required": false; }; "showEditBtn": { "alias": "showEditBtn"; "required": false; }; "showDownload": { "alias": "showDownload"; "required": false; }; "editText": { "alias": "editText"; "required": false; }; "deleteText": { "alias": "deleteText"; "required": false; }; "editIcon": { "alias": "editIcon"; "required": false; }; "deleteIcon": { "alias": "deleteIcon"; "required": false; }; "downloadIcon": { "alias": "downloadIcon"; "required": false; }; }, { "error": "error"; }, ["uploadBtn", "imagePreview", "actions"], never, false, never>;
}
import * as i0 from "@angular/core";
import * as i1 from "./components/image-picker/image-picker.component";
import * as i2 from "@angular/material/icon";
import * as i3 from "@angular/material/tooltip";
import * as i4 from "@angular/common";
import * as i5 from "@angular/common/http";
import * as i6 from "@angular/forms";
import * as i3 from "@angular/common";
import * as i4 from "@angular/common/http";
import * as i5 from "@angular/forms";
export declare class ImagePickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ImagePickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ImagePickerModule, [typeof i1.ImagePickerComponent], [typeof i2.MatIconModule, typeof i3.MatTooltipModule, typeof i4.CommonModule, typeof i5.HttpClientModule, typeof i6.FormsModule, typeof i6.ReactiveFormsModule], [typeof i1.ImagePickerComponent, typeof i2.MatIconModule, typeof i3.MatTooltipModule]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ImagePickerModule, [typeof i1.ImagePickerComponent], [typeof i2.MatIconModule, typeof i3.CommonModule, typeof i4.HttpClientModule, typeof i5.FormsModule, typeof i5.ReactiveFormsModule], [typeof i1.ImagePickerComponent, typeof i2.MatIconModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ImagePickerModule>;
}
{
"name": "ng-eldeeb-image-picker",
"description": "This is image picker component made with ❤️",
"version": "1.0.6",
"version": "1.0.7",
"keywords": [

@@ -6,0 +6,0 @@ "image picker",

@@ -112,3 +112,2 @@ # Eldeeb Image Picker

| `Input() showDownload` | `boolean` | Display download button. |
| `Input() labelToolTip` | `string` | Upload image tooltip label. |
| `Input() editText` | `string` | Edit button label. |

@@ -123,4 +122,8 @@ | `Input() deleteText` | `string` | Delete button label. |

## Demo
Link https://stackblitz.com/edit/stackblitz-starters-vhdzsf.
## Support
Made with love ❤️, For support, email mohamed.eldeib5@gmail.com.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc