Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@syncfusion/ej2-angular-inputs

Package Overview
Dependencies
Maintainers
3
Versions
291
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-angular-inputs - npm Package Compare versions

Comparing version 25.1.40 to 25.1.42-ngcc

@syncfusion/ej2-angular-inputs.es5.js

40

package.json
{
"_from": "@syncfusion/ej2-angular-inputs@*",
"_id": "@syncfusion/ej2-angular-inputs@25.1.38",
"_id": "@syncfusion/ej2-angular-inputs@25.1.40",
"_inBundle": false,
"_integrity": "sha512-fxuEhtpBtAYcD0aLdCUtKn8quM3CAywlbpNzZ/OFcULCbvhhuF3ipiK5MoGKuRMyn2PXtB+2BFWmQ+7XLfXMWg==",
"_integrity": "sha512-C/zh2uayo0GolDNnvhGbDqpWdfA4wU4K2/CRmYCY+RdJch9QbncZUf0q5+3bRAQCaggXDbHCi5O8gAvIGwzcyw==",
"_location": "/@syncfusion/ej2-angular-inputs",

@@ -22,6 +22,6 @@ "_phantomChildren": {},

],
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-angular-hotfix/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-25.1.38.tgz",
"_shasum": "5dd2e7fccc20a279a5bc74ed6cab577592ff2c2f",
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-angular-inputs/-/ej2-angular-inputs-25.1.40.tgz",
"_shasum": "fe7f7553ddbcc38cfb7be75fbdea82c24f8ab025",
"_spec": "@syncfusion/ej2-angular-inputs@*",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/ivypackages/included",
"_where": "/jenkins/workspace/elease-automation_release_25.1.1/packages/included",
"author": {

@@ -37,24 +37,8 @@ "name": "Syncfusion Inc."

"@syncfusion/ej2-base": "~25.1.35",
"@syncfusion/ej2-inputs": "25.1.40",
"tslib": "^2.3.0"
"@syncfusion/ej2-inputs": "25.1.42"
},
"deprecated": false,
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, and Form-validator that is used to get input from the users. for Angular",
"es2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
"esm2020": "esm2020/syncfusion-ej2-angular-inputs.mjs",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./syncfusion-ej2-angular-inputs.d.ts",
"esm2020": "./esm2020/syncfusion-ej2-angular-inputs.mjs",
"es2020": "./fesm2020/syncfusion-ej2-angular-inputs.mjs",
"es2015": "./fesm2015/syncfusion-ej2-angular-inputs.mjs",
"node": "./fesm2015/syncfusion-ej2-angular-inputs.mjs",
"default": "./fesm2020/syncfusion-ej2-angular-inputs.mjs"
}
},
"fesm2015": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
"fesm2020": "fesm2020/syncfusion-ej2-angular-inputs.mjs",
"devDependencies": {},
"es2015": "@syncfusion/ej2-angular-inputs.js",
"homepage": "https://www.syncfusion.com/angular-components",

@@ -91,3 +75,5 @@ "keywords": [

"license": "SEE LICENSE IN license",
"module": "fesm2015/syncfusion-ej2-angular-inputs.mjs",
"main": "dist/ej2-angular-inputs.umd.js",
"metadata": "ej2-angular-inputs.metadata.json",
"module": "@syncfusion/ej2-angular-inputs.es5.js",
"name": "@syncfusion/ej2-angular-inputs",

@@ -100,4 +86,4 @@ "repository": {

"sideEffects": false,
"typings": "syncfusion-ej2-angular-inputs.d.ts",
"version": "25.1.40"
"typings": "ej2-angular-inputs.d.ts",
"version": "25.1.42-ngcc"
}

@@ -1,18 +0,18 @@

// var fs = require("fs");
// var glob = require("glob");
var fs = require("fs");
var glob = require("glob");
// // selectors
var selectors = ['ejs-textbox','ejs-textarea','ejs-numerictextbox','ejs-maskedtextbox','ejs-slider','ejs-uploader','[ejs-colorpicker]','[ejs-signature]','[ejs-rating]'];
// if (process.env.tagName !== undefined) {
// var newTagPrefix = process.env.tagName.trim();
// var files = glob.sync("./@syncfusion/*");
// for (var i = 0; i < files.length; i++) {
// var sourceFile = fs.readFileSync(files[i], "utf8");
// for (var j = 0; j < selectors.length; j++) {
// selectors[j] = selectors[j].replace('[','').replace(']','');
// var tagRegex = new RegExp(selectors[j], "g");
// sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
// }
// fs.writeFileSync(files[i], sourceFile, "utf8");
// }
// }
if (process.env.tagName !== undefined) {
var newTagPrefix = process.env.tagName.trim();
var files = glob.sync("./@syncfusion/*");
for (var i = 0; i < files.length; i++) {
var sourceFile = fs.readFileSync(files[i], "utf8");
for (var j = 0; j < selectors.length; j++) {
selectors[j] = selectors[j].replace('[','').replace(']','');
var tagRegex = new RegExp(selectors[j], "g");
sourceFile = sourceFile.replace(tagRegex,selectors[j].replace("ejs", newTagPrefix));
}
fs.writeFileSync(files[i], sourceFile, "utf8");
}
}
export declare const pkgName = "@syncfusion/ej2-angular-inputs";
export declare const pkgVer = "^25.1.38";
export declare const pkgVer = "^25.1.40";
export declare const moduleName = "TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule";
export declare const themeVer = "~25.1.38";
export declare const themeVer = "~25.1.40";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pkgName = '@syncfusion/ej2-angular-inputs';
exports.pkgVer = '^25.1.40';
exports.pkgVer = '^25.1.42';
exports.moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
exports.themeVer = '~25.1.40';
exports.themeVer = '~25.1.42';
export const pkgName = '@syncfusion/ej2-angular-inputs';
export const pkgVer = '^25.1.40';
export const pkgVer = '^25.1.42';
export const moduleName = 'TextBoxModule, TextAreaModule, NumericTextBoxModule, MaskedTextBoxModule, SliderModule, UploaderModule, ColorPickerModule, SignatureModule, RatingModule';
export const themeVer = '~25.1.40';
export const themeVer = '~25.1.42';

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./colorpicker.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the ColorPicker component with providers.

export declare class ColorPickerAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerAllModule, never, [typeof i1.CommonModule, typeof i2.ColorPickerModule], [typeof i2.ColorPickerModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { ColorPicker } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -46,4 +45,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<ColorPickerComponent, "[ejs-colorpicker]", never, { "columns": "columns"; "createPopupOnClick": "createPopupOnClick"; "cssClass": "cssClass"; "disabled": "disabled"; "enableOpacity": "enableOpacity"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "inline": "inline"; "locale": "locale"; "mode": "mode"; "modeSwitcher": "modeSwitcher"; "noColor": "noColor"; "presetColors": "presetColors"; "showButtons": "showButtons"; "value": "value"; }, { "focus": "focus"; "blur": "blur"; "beforeClose": "beforeClose"; "beforeModeSwitch": "beforeModeSwitch"; "beforeOpen": "beforeOpen"; "beforeTileRender": "beforeTileRender"; "change": "change"; "created": "created"; "onModeSwitch": "onModeSwitch"; "open": "open"; "select": "select"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./colorpicker.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the ColorPicker component.

export declare class ColorPickerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ColorPickerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ColorPickerModule, [typeof i1.ColorPickerComponent], [typeof i2.CommonModule], [typeof i1.ColorPickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ColorPickerModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./maskedtextbox.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the MaskedTextBox component with providers.

export declare class MaskedTextBoxAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.MaskedTextBoxModule], [typeof i2.MaskedTextBoxModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { MaskedTextBox } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -41,4 +40,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<MaskedTextBoxComponent, "ejs-maskedtextbox", never, { "cssClass": "cssClass"; "customCharacters": "customCharacters"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "mask": "mask"; "placeholder": "placeholder"; "promptChar": "promptChar"; "readonly": "readonly"; "showClearButton": "showClearButton"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./maskedtextbox.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the MaskedTextBox component.

export declare class MaskedTextBoxModule {
static ɵfac: i0.ɵɵFactoryDeclaration<MaskedTextBoxModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<MaskedTextBoxModule, [typeof i1.MaskedTextBoxComponent], [typeof i2.CommonModule], [typeof i1.MaskedTextBoxComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<MaskedTextBoxModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./numerictextbox.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the NumericTextBox component with providers.

export declare class NumericTextBoxAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.NumericTextBoxModule], [typeof i2.NumericTextBoxModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { NumericTextBox } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -41,4 +40,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NumericTextBoxComponent, "ejs-numerictextbox", never, { "cssClass": "cssClass"; "currency": "currency"; "currencyCode": "currencyCode"; "decimals": "decimals"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "format": "format"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "max": "max"; "min": "min"; "placeholder": "placeholder"; "readonly": "readonly"; "showClearButton": "showClearButton"; "showSpinButton": "showSpinButton"; "step": "step"; "strictMode": "strictMode"; "validateDecimalOnType": "validateDecimalOnType"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./numerictextbox.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the NumericTextBox component.

export declare class NumericTextBoxModule {
static ɵfac: i0.ɵɵFactoryDeclaration<NumericTextBoxModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<NumericTextBoxModule, [typeof i1.NumericTextBoxComponent], [typeof i2.CommonModule], [typeof i1.NumericTextBoxComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<NumericTextBoxModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./rating.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Rating component with providers.

export declare class RatingAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RatingAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingAllModule, never, [typeof i1.CommonModule, typeof i2.RatingModule], [typeof i2.RatingModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RatingAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Rating } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -87,4 +86,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<RatingComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<RatingComponent, "[ejs-rating]", never, { "allowReset": "allowReset"; "cssClass": "cssClass"; "disabled": "disabled"; "emptyTemplate": "emptyTemplate"; "enableAnimation": "enableAnimation"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enableSingleSelection": "enableSingleSelection"; "fullTemplate": "fullTemplate"; "itemsCount": "itemsCount"; "labelPosition": "labelPosition"; "labelTemplate": "labelTemplate"; "locale": "locale"; "min": "min"; "precision": "precision"; "readOnly": "readOnly"; "showLabel": "showLabel"; "showTooltip": "showTooltip"; "tooltipTemplate": "tooltipTemplate"; "value": "value"; "visible": "visible"; }, { "focus": "focus"; "blur": "blur"; "beforeItemRender": "beforeItemRender"; "created": "created"; "onItemHover": "onItemHover"; "valueChanged": "valueChanged"; "valueChange": "valueChange"; }, ["fullTemplate", "emptyTemplate", "tooltipTemplate", "labelTemplate"], never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./rating.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Rating component.

export declare class RatingModule {
static ɵfac: i0.ɵɵFactoryDeclaration<RatingModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<RatingModule, [typeof i1.RatingComponent], [typeof i2.CommonModule], [typeof i1.RatingComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<RatingModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./signature.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Signature component with providers.

export declare class SignatureAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureAllModule, never, [typeof i1.CommonModule, typeof i2.SignatureModule], [typeof i2.SignatureModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SignatureAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Signature } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -39,4 +38,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SignatureComponent, "[ejs-signature]", never, { "backgroundColor": "backgroundColor"; "backgroundImage": "backgroundImage"; "disabled": "disabled"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "isReadOnly": "isReadOnly"; "locale": "locale"; "maxStrokeWidth": "maxStrokeWidth"; "minStrokeWidth": "minStrokeWidth"; "saveWithBackground": "saveWithBackground"; "strokeColor": "strokeColor"; "velocity": "velocity"; }, { "focus": "focus"; "blur": "blur"; "beforeSave": "beforeSave"; "change": "change"; "created": "created"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./signature.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Signature component.

export declare class SignatureModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SignatureModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SignatureModule, [typeof i1.SignatureComponent], [typeof i2.CommonModule], [typeof i1.SignatureComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SignatureModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./slider.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Slider component with providers.

export declare class SliderAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SliderAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderAllModule, never, [typeof i1.CommonModule, typeof i2.SliderModule], [typeof i2.SliderModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SliderAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Slider } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -43,4 +42,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<SliderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SliderComponent, "ejs-slider", never, { "colorRange": "colorRange"; "cssClass": "cssClass"; "customValues": "customValues"; "enableAnimation": "enableAnimation"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "limits": "limits"; "locale": "locale"; "max": "max"; "min": "min"; "orientation": "orientation"; "readonly": "readonly"; "showButtons": "showButtons"; "step": "step"; "ticks": "ticks"; "tooltip": "tooltip"; "type": "type"; "value": "value"; "width": "width"; }, { "focus": "focus"; "blur": "blur"; "change": "change"; "changed": "changed"; "created": "created"; "renderedTicks": "renderedTicks"; "renderingTicks": "renderingTicks"; "tooltipChange": "tooltipChange"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./slider.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Slider component.

export declare class SliderModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SliderModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SliderModule, [typeof i1.SliderComponent], [typeof i2.CommonModule], [typeof i1.SliderComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SliderModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./textarea.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the TextArea component with providers.

export declare class TextAreaAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaAllModule, never, [typeof i1.CommonModule, typeof i2.TextAreaModule], [typeof i2.TextAreaModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TextAreaAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { TextArea } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -42,4 +41,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextAreaComponent, "ejs-textarea", never, { "columnsCount": "columnsCount"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "maxLength": "maxLength"; "placeholder": "placeholder"; "readonly": "readonly"; "resizeMode": "resizeMode"; "rowsCount": "rowsCount"; "showClearButton": "showClearButton"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "input": "input"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./textarea.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the TextArea component.

export declare class TextAreaModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TextAreaModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TextAreaModule, [typeof i1.TextAreaComponent], [typeof i2.CommonModule], [typeof i1.TextAreaComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TextAreaModule>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./textbox.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the TextBox component with providers.

export declare class TextBoxAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxAllModule, never, [typeof i1.CommonModule, typeof i2.TextBoxModule], [typeof i2.TextBoxModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { TextBox } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -42,4 +41,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TextBoxComponent, "ejs-textbox", never, { "autocomplete": "autocomplete"; "cssClass": "cssClass"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "floatLabelType": "floatLabelType"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "multiline": "multiline"; "placeholder": "placeholder"; "readonly": "readonly"; "showClearButton": "showClearButton"; "type": "type"; "value": "value"; "width": "width"; }, { "blur": "blur"; "change": "change"; "created": "created"; "destroyed": "destroyed"; "focus": "focus"; "input": "input"; "valueChange": "valueChange"; }, never, never>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./textbox.component";
import * as i2 from "@angular/common";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the TextBox component.

export declare class TextBoxModule {
static ɵfac: i0.ɵɵFactoryDeclaration<TextBoxModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<TextBoxModule, [typeof i1.TextBoxComponent], [typeof i2.CommonModule], [typeof i1.TextBoxComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<TextBoxModule>;
}
import { ViewContainerRef } from '@angular/core';
import { ComplexBase, ArrayBase } from '@syncfusion/ej2-angular-base';
import * as i0 from "@angular/core";
/**

@@ -35,4 +34,2 @@ * 'e-files' directive represent a file of angular uploader

constructor(viewContainerRef: ViewContainerRef);
static ɵfac: i0.ɵɵFactoryDeclaration<UploadedFilesDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<UploadedFilesDirective, "e-files>e-uploadedfiles", never, { "name": "name"; "size": "size"; "type": "type"; }, {}, never>;
}

@@ -45,4 +42,2 @@ /**

constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<FilesDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FilesDirective, "ejs-uploader>e-files", never, {}, {}, ["children"]>;
}

@@ -1,4 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./uploader.module";
/**

@@ -8,5 +5,2 @@ * NgModule definition for the Uploader component with providers.

export declare class UploaderAllModule {
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderAllModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderAllModule, never, [typeof i1.CommonModule, typeof i2.UploaderModule], [typeof i2.UploaderModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<UploaderAllModule>;
}
import { ElementRef, ViewContainerRef, Renderer2, Injector, ChangeDetectorRef } from '@angular/core';
import { IComponentBase } from '@syncfusion/ej2-angular-base';
import { Uploader } from '@syncfusion/ej2-inputs';
import * as i0 from "@angular/core";
export declare const inputs: string[];

@@ -67,4 +66,2 @@ export declare const outputs: string[];

addTwoWay: (propList: string[]) => void;
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<UploaderComponent, "ejs-uploader", never, { "allowedExtensions": "allowedExtensions"; "asyncSettings": "asyncSettings"; "autoUpload": "autoUpload"; "buttons": "buttons"; "cssClass": "cssClass"; "directoryUpload": "directoryUpload"; "dropArea": "dropArea"; "dropEffect": "dropEffect"; "enableHtmlSanitizer": "enableHtmlSanitizer"; "enablePersistence": "enablePersistence"; "enableRtl": "enableRtl"; "enabled": "enabled"; "files": "files"; "htmlAttributes": "htmlAttributes"; "locale": "locale"; "maxFileSize": "maxFileSize"; "minFileSize": "minFileSize"; "multiple": "multiple"; "sequentialUpload": "sequentialUpload"; "showFileList": "showFileList"; "template": "template"; }, { "focus": "focus"; "blur": "blur"; "actionComplete": "actionComplete"; "beforeRemove": "beforeRemove"; "beforeUpload": "beforeUpload"; "canceling": "canceling"; "change": "change"; "chunkFailure": "chunkFailure"; "chunkSuccess": "chunkSuccess"; "chunkUploading": "chunkUploading"; "clearing": "clearing"; "created": "created"; "failure": "failure"; "fileListRendering": "fileListRendering"; "pausing": "pausing"; "progress": "progress"; "removing": "removing"; "rendering": "rendering"; "resuming": "resuming"; "selected": "selected"; "success": "success"; "uploading": "uploading"; }, ["template", "childFiles"], never>;
}

@@ -1,5 +0,1 @@

import * as i0 from "@angular/core";
import * as i1 from "./uploader.component";
import * as i2 from "./files.directive";
import * as i3 from "@angular/common";
/**

@@ -9,5 +5,2 @@ * NgModule definition for the Uploader component.

export declare class UploaderModule {
static ɵfac: i0.ɵɵFactoryDeclaration<UploaderModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<UploaderModule, [typeof i1.UploaderComponent, typeof i2.UploadedFilesDirective, typeof i2.FilesDirective], [typeof i3.CommonModule], [typeof i1.UploaderComponent, typeof i2.UploadedFilesDirective, typeof i2.FilesDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<UploaderModule>;
}
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