Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-inputs

Package Overview
Dependencies
Maintainers
2
Versions
249
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-inputs - npm Package Compare versions

Comparing version 16.2.53 to 16.3.17

src/textbox/index.d.ts

74

CHANGELOG.md

@@ -5,37 +5,28 @@ # Changelog

## 16.2.50 (2018-08-28)
### Uploader
#### Bug Fixes
#### New Features
- Resolved the issue with adding the additional form data in IE browser.
- Provided directory (folder) upload support that uploads all files of folder including sub-folder to server.
## 16.2.48 (2018-08-14)
- Provided paste to upload support that helps to uploads any images which currently copied in the clipboard.
### Uploader
#### Bug Fixes
- In synchronous upload, while removing a particular file from file list will clear all the files now since couldn't manipulate each file details in input file element.
- The files with the wrong extension cannot be uploaded when filtering the files by all files in the file dialog.
### NumericTextBox
- The `clearAll` method removes upload element’s value along with file list.
#### Bug Fixes
- Resolved the issue with uploading a file while disable the `showFileList` API.
- Issue in entering the text in NumericTextBox from Firefox browser has been fixed.
- Resolved the issue in NumericTextBox is not allowed to edit the value while using decimals count as 0.
- In synchronous upload, while removing a particular file from file list will clear all the files now since couldn't manipulate each file details in input file element.
### MaskedTextBox
- Resolved the issue with adding the additional form data in IE browser.
#### Bug Fixes
### TextBox
- Resolved the issue with MaskedTextBox change event is triggered for multiple times while changing value dynamically.
#### New Features
- Issue in using chrome autofill functionality with MaskedTextBox component has been fixed.
- Included TextBox component as JavaScript component with floating functionality.
## 16.2.47 (2018-08-07)
### TextBox
#### Bug Fixes

@@ -45,52 +36,39 @@

### Uploader
- Resolved the issue with the floating label when choose the value using `autofill` option in chrome browser.
#### Bug Fixes
## 16.2.48 (2018-08-14)
- Resolved the issue with uploading a file while disable the `showFileList` API.
### NumericTextBox
### MaskedTextBox
#### Bug Fixes
- Issue in setting the background color of MaskedTextBox has been fixed.
- Issue with entering the text in numeric text box from Firefox browser has been fixed.
- Resolved the issue in numeric text box that did not allow editing the value while using decimal value as 0.
- Issue in adding name attribute in the input element while creating MaskedTextBox without name attribute has been resolved.
### MaskedTextBox
## 16.2.44 (2018-07-10)
### NumericTextBox
#### Bug Fixes
- The data type of NumericTextBox min, max and value properties are changed to object due to all the data type support.
- Resolved the issue with masked text box change event is triggered multiple times while changing the value dynamically.
### Form-validator
- Issue occurs while using chrome autofill functionality with masked text box component has been fixed.
#### Bug Fixes
## 16.2.47 (2018-08-07)
- Resolved status `updation` issue when optional validation rules passed.
### MaskedTextBox
## 16.2.43 (2018-07-03)
### ColorPicker
#### Bug Fixes
- IOS background scrolling issue fixed.
- Issue with setting the background color for masked text box has been fixed.
### Form-validator
- Issue with adding name attribute in the input element while creating masked text box without name attribute has been resolved.
#### Bug Fixes
## 16.2.44 (2018-07-10)
- Resolved status `updation` issue.
### NumericTextBox
### Uploader
#### Bug Fixes
- The files with the wrong extension cannot be uploaded when filtering the files by all files in the file dialog.
- Unable to set higher values for min, max, and value properties of numeric text box issue has been fixed.
- The `clearAll` method removes upload element’s value along with file list.
## 16.2.41 (2018-06-25)

@@ -97,0 +75,0 @@

/*!
* filename: index.d.ts
* version : 16.2.52
* version : 16.3.17
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

@@ -11,13 +11,5 @@ * Use of this code is subject to the terms of our license.

import * as _inputs from '@syncfusion/ej2-inputs';
import * as _base from '@syncfusion/ej2-base';
import * as _buttons from '@syncfusion/ej2-buttons';
import * as _popups from '@syncfusion/ej2-popups';
import * as _splitbuttons from '@syncfusion/ej2-splitbuttons';
export declare namespace ej {
const inputs: typeof _inputs;
const base: typeof _base;
const buttons: typeof _buttons;
const popups: typeof _popups;
const splitbuttons: typeof _splitbuttons;
}
{
"name": "@syncfusion/ej2-inputs",
"version": "16.2.53",
"description": "Essential JS 2 Input Components",
"version": "16.3.17",
"description": "A package of Essential JS 2 input components such as Textbox, Color-picker, Masked-textbox, Numeric-textbox, Slider, Upload, Form-validator which is used to get input from users.",
"author": "Syncfusion Inc.",

@@ -11,6 +11,6 @@ "license": "SEE LICENSE IN license",

"dependencies": {
"@syncfusion/ej2-base": "~16.2.50",
"@syncfusion/ej2-buttons": "~16.2.50",
"@syncfusion/ej2-popups": "~16.2.52",
"@syncfusion/ej2-splitbuttons": "~16.2.50"
"@syncfusion/ej2-base": "~16.3.17",
"@syncfusion/ej2-buttons": "~16.3.17",
"@syncfusion/ej2-popups": "~16.3.17",
"@syncfusion/ej2-splitbuttons": "~16.3.17"
},

@@ -17,0 +17,0 @@ "devDependencies": {

@@ -25,3 +25,3 @@ # ej2-inputs

* [Getting Started](https://ej2.syncfusion.com/documentation/color-picker/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=button)
* [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=colorpicker#/material/colorpicker/default.html)
* [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/default.html)
* [Product Page](https://www.syncfusion.com/products/javascript/color-picker)

@@ -79,6 +79,6 @@

### 1. ColorPicker
- [**Color specification**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=colorpicker#/material/colorpicker/default.html) - Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
- [**Color specification**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/default.html) - Supports `Red Green Blue`, `Hue Saturation Value` and `Hex` codes.
- [**Mode**](https://ej2.syncfusion.com/documentation/color-picker/mode-and-value.html?lang=typescript#mode-and-value) - Supports `Picker` and `Palette` mode.
- [**Inline**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=colorpicker#/material/colorpicker/inline.html) - Supports inline type rendering of color picker.
- [**Custom palettes**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=colorpicker#/material/colorpicker/custom.html) - Allows you to customize palettes and supports multiple palette groups rendering.
- [**Inline**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/inline.html) - Supports inline type rendering of color picker.
- [**Custom palettes**](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=color-picker#/material/color-picker/custom.html) - Allows you to customize palettes and supports multiple palette groups rendering.
- [**Opacity**](https://ej2.syncfusion.com/documentation/color-picker/mode-and-value.html?lang=typescript#color-value) - Allows to set and change the `opacity` of the selected color.

@@ -85,0 +85,0 @@ - [**Accessibility**](https://ej2.syncfusion.com/documentation/color-picker/accessibility.html?lang=typescript#accessibility) - Built-in accessibility features to access color picker using the keyboard, screen readers, or other assistive technology devices.

@@ -12,3 +12,3 @@ import { BaseEventArgs, Component, EmitType, Event, INotifyPropertyChanged, NotifyPropertyChanges, Property } from '@syncfusion/ej2-base';import { Browser, closest, detach, EventHandler, getInstance, select, selectAll, formatUnit } from '@syncfusion/ej2-base';import { addClass, attributes, classList, isNullOrUndefined, L10n } from '@syncfusion/ej2-base';import { remove, removeClass, rippleEffect } from '@syncfusion/ej2-base';import { SplitButton, BeforeOpenCloseMenuEventArgs, getModel, ClickEventArgs, OpenCloseMenuEventArgs } from '@syncfusion/ej2-splitbuttons';import { Tooltip, TooltipEventArgs, getZindexPartial, Popup } from '@syncfusion/ej2-popups';import { Input } from './../input/index';import { NumericTextBox, NumericTextBoxModel, ChangeEventArgs } from './../numerictextbox/index';import { Slider, SliderChangeEventArgs } from './../slider/slider';

* It is used to set the color value for ColorPicker. It should be specified as Hex code.
* @default '#008000'
* @default '#008000ff'
*/

@@ -67,3 +67,3 @@ value?: string;

/**
* It is used to render the ColorPicker component as inline (flat).
* It is used to render the ColorPicker component as inline.
* @default false

@@ -129,2 +129,8 @@ */

/**
* Triggers once the component rendering is completed.
* @event
*/
created?: EmitType<Event>;
}

@@ -26,2 +26,3 @@ import { BaseEventArgs, Component, EmitType, INotifyPropertyChanged } from '@syncfusion/ej2-base';

private modal;
private isRgb;
private l10n;

@@ -36,3 +37,3 @@ private tileRipple;

* It is used to set the color value for ColorPicker. It should be specified as Hex code.
* @default '#008000'
* @default '#008000ff'
*/

@@ -84,3 +85,3 @@ value: string;

/**
* It is used to render the ColorPicker component as inline (flat).
* It is used to render the ColorPicker component as inline.
* @default false

@@ -136,2 +137,7 @@ */

beforeModeSwitch: EmitType<ModeSwitchEventArgs>;
/**
* Triggers once the component rendering is completed.
* @event
*/
created: EmitType<Event>;
constructor(options?: ColorPickerModel, element?: string | HTMLInputElement);

@@ -151,3 +157,4 @@ protected preRender(): void;

private beforeOpenFn(args);
private popupClose(args);
private beforePopupClose(args);
private onPopupClose();
private createPalette();

@@ -170,4 +177,5 @@ private firstPaletteFocus();

private getPopupEle();
private getNumericTextBoxModel(value, label, max);
private createInput(child?);
private createNumericInput(element, value, label, max);
private createInput();
private appendValueSwitchBtn(targetEle);
private createCtrlBtn();

@@ -191,3 +199,3 @@ private appendModeSwitchBtn();

* @param value - Specify the color value.
* @param type - Specify the converted color value type.
* @param type - Specify the type to which the specified color needs to be converted.
* @method getValue

@@ -216,6 +224,5 @@ * @return {string}

private addCtrlSwitchEvent();
private addInputEvent();
private addvalueEventHandler();
private pickerKeyDown(e);
private enterKeyHandler(value);
private enterKeyHandler(value, e);
private closePopup(e);
private triggerChangeEvent(value);

@@ -236,3 +243,3 @@ private handlerDragPosition(prob, value, e);

private switchToPicker();
private ctrlBtnClick(ele);
private ctrlBtnClick(ele, e);
private paletteKeyDown(e);

@@ -279,3 +286,2 @@ private keySelectionChanges(newEle);

* Interface for change / select event.
* @private
*/

@@ -294,3 +300,2 @@ export interface ColorPickerEventArgs extends BaseEventArgs {

* Interface for before change event.
* @private
*/

@@ -304,3 +309,2 @@ export interface PaletteTileEventArgs extends BaseEventArgs {

* Interface for before open / close event.
* @private
*/

@@ -314,3 +318,2 @@ export interface BeforeOpenCloseEventArgs extends BaseEventArgs {

* Interface for open event.
* @private
*/

@@ -322,3 +325,2 @@ export interface OpenEventArgs extends BaseEventArgs {

* Interface for mode switching event.
* @private
*/

@@ -325,0 +327,0 @@ export interface ModeSwitchEventArgs extends BaseEventArgs {

@@ -1,6 +0,1 @@

import * as inputs from './index';
import * as base from '@syncfusion/ej2-base';
import * as buttons from '@syncfusion/ej2-buttons';
import * as popups from '@syncfusion/ej2-popups';
import * as splitbuttons from '@syncfusion/ej2-splitbuttons';
export { inputs, base, buttons, popups, splitbuttons };
export * from './index';

@@ -11,1 +11,2 @@ /**

export * from './color-picker/index';
export * from './textbox/index';

@@ -11,1 +11,2 @@ /**

export * from './color-picker/index';
export * from './textbox/index';

@@ -79,3 +79,3 @@ /**

*/
function setEnabled(isEnable: boolean, element: HTMLInputElement, floatLabelType?: string): void;
function setEnabled(isEnable: boolean, element: HTMLInputElement, floatLabelType?: string, inputContainer?: HTMLElement): void;
function setClearButton(isClear: boolean, element: HTMLInputElement, inputObject: InputObject, initial?: boolean, internalCreateElement?: createElementParams): void;

@@ -82,0 +82,0 @@ /**

@@ -153,2 +153,5 @@ import { createElement, attributes, addClass, removeClass, detach, classList, closest, isNullOrUndefined } from '@syncfusion/ej2-base';

}
if (!isNullOrUndefined(args.element.getAttribute('id'))) {
floatLabelElement.setAttribute('for', args.element.getAttribute('id'));
}
}

@@ -164,3 +167,3 @@ function setPropertyValue(args, inputObject) {

case 'enabled':
setEnabled(args.properties.enabled, args.element);
setEnabled(args.properties.enabled, args.element, args.floatLabelType, inputObject.container);
break;

@@ -228,2 +231,3 @@ case 'enableRtl':

wireClearBtnEvents(element, button, container);
button.setAttribute('aria-label', 'close');
return button;

@@ -403,7 +407,11 @@ }

*/
function setEnabled(isEnable, element, floatLabelType) {
function setEnabled(isEnable, element, floatLabelType, inputContainer) {
var disabledAttrs = { 'disabled': 'disabled', 'aria-disabled': 'true' };
var considerWrapper = isNullOrUndefined(inputContainer) ? false : true;
if (isEnable) {
element.classList.remove(CLASSNAMES.DISABLE);
removeAttributes(disabledAttrs, element);
if (considerWrapper) {
removeClass([inputContainer], CLASSNAMES.DISABLE);
}
}

@@ -413,2 +421,5 @@ else {

addAttributes(disabledAttrs, element);
if (considerWrapper) {
addClass([inputContainer], CLASSNAMES.DISABLE);
}
}

@@ -415,0 +426,0 @@ if (!isNullOrUndefined(floatLabelType)) {

@@ -434,11 +434,2 @@ /**

}
function autoFillMaskInputValues(isRemove, oldEventVal, event) {
if (event.type === 'input') {
isRemove = false;
oldEventVal = this.element.value;
setElementValue.call(this, this.promptMask);
setMaskValue.call(this, oldEventVal);
}
return isRemove;
}
function removeMaskInputValues(event) {

@@ -450,9 +441,5 @@ var isRemove = false;

isRemove = true;
mobileRemoveFunction.call(this);
oldEventVal = this.element.value;
isRemove = autoFillMaskInputValues.call(this, isRemove, oldEventVal, event);
mobileRemoveFunction.call(this);
}
if (this.element.value.length >= this.promptMask.length && event.type === 'input') {
isRemove = autoFillMaskInputValues.call(this, isRemove, oldEventVal, event);
}
var initStartIndex = this.element.selectionStart;

@@ -459,0 +446,0 @@ var initEndIndex = this.element.selectionEnd;

@@ -161,4 +161,3 @@ import { Component, EventHandler, Property, Event, EmitType, Complex, classList } from '@syncfusion/ej2-base';import { L10n, Internationalization, NumberFormatOptions } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, ChildProperty } from '@syncfusion/ej2-base';import { attributes, addClass, removeClass, setStyleAttribute, detach } from '@syncfusion/ej2-base';import { isNullOrUndefined, formatUnit, Browser } from '@syncfusion/ej2-base';import { Tooltip, Position, TooltipEventArgs } from '@syncfusion/ej2-popups';

* when increase / decrease button is clicked or press arrow keys or drag the thumb.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/ticks.html?lang=typescript#step here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/ticks.html?lang=typescript#step)
* to know more about this property with demo.

@@ -205,4 +204,3 @@ *

* It is used to render the slider ticks options such as placement and step values.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/ticks.html?lang=typescript here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/ticks.html?lang=typescript)
* to know more about this property with demo.

@@ -217,4 +215,3 @@ *

* It is used to limit the slider movement within certain limits.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/limits.html?lang=typescript here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/limits.html?lang=typescript)
* to know more about this property with demo

@@ -250,4 +247,3 @@ *

* which is used to change the slider value.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/getting-started.html?lang=typescript#buttons here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/getting-started.html?lang=typescript#buttons)
* to know more about this property with demo.

@@ -268,4 +264,3 @@ *

* It is used to render Slider in either horizontal or vertical orientation.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/getting-started.html?lang=typescript#orientation here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/getting-started.html?lang=typescript#orientation)
* to know more about this property with demo.

@@ -272,0 +267,0 @@ * @default 'Horizontal'

@@ -284,4 +284,3 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

* when increase / decrease button is clicked or press arrow keys or drag the thumb.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/ticks.html?lang=typescript#step here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/ticks.html?lang=typescript#step)
* to know more about this property with demo.

@@ -323,4 +322,3 @@ *

* It is used to render the slider ticks options such as placement and step values.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/ticks.html?lang=typescript here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/ticks.html?lang=typescript)
* to know more about this property with demo.

@@ -334,4 +332,3 @@ *

* It is used to limit the slider movement within certain limits.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/limits.html?lang=typescript here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/limits.html?lang=typescript)
* to know more about this property with demo

@@ -363,4 +360,3 @@ *

* which is used to change the slider value.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/getting-started.html?lang=typescript#buttons here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/getting-started.html?lang=typescript#buttons)
* to know more about this property with demo.

@@ -379,4 +375,3 @@ *

* It is used to render Slider in either horizontal or vertical orientation.
* Refer the documentation
* {@link http://ej2.syncfusion.com/documentation/slider/getting-started.html?lang=typescript#orientation here}
* Refer the documentation [here](http://ej2.syncfusion.com/documentation/slider/getting-started.html?lang=typescript#orientation)
* to know more about this property with demo.

@@ -383,0 +378,0 @@ * @default 'Horizontal'

@@ -1,2 +0,2 @@

import { Component, Property, Event, EmitType, EventHandler, classList, L10n, compile, isNullOrUndefined } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, detach, append, Animation } from '@syncfusion/ej2-base';import { addClass, removeClass, KeyboardEvents, KeyboardEventArgs, setValue, getValue, ChildProperty } from '@syncfusion/ej2-base';import { Collection, Complex, Browser, Ajax, BeforeSendEventArgs } from '@syncfusion/ej2-base';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
import { Component, Property, Event, EmitType, EventHandler, classList, L10n, compile, isNullOrUndefined } from '@syncfusion/ej2-base';import { NotifyPropertyChanges, INotifyPropertyChanged, detach, append, Animation } from '@syncfusion/ej2-base';import { addClass, removeClass, KeyboardEvents, KeyboardEventArgs, setValue, getValue, ChildProperty } from '@syncfusion/ej2-base';import { Collection, Complex, Browser, Ajax, BeforeSendEventArgs, getUniqueID } from '@syncfusion/ej2-base';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';
import {SelectedEventArgs,RemovingEventArgs,ClearingEventArgs} from "./uploader";

@@ -184,3 +184,3 @@ import {ComponentModel} from '@syncfusion/ej2-base';

*
* > For more information, refer to the [drag-and-drop](./draganddrop.html) section from the documentation.
* > For more information, refer to the [drag-and-drop](./file-source.html#drag-and-drop) section from the documentation.
*

@@ -214,2 +214,12 @@ * @default null

/**
* Specifies a Boolean value that indicates whether the folder of files can be browsed in the uploader component.
*
* > When enabled this property, it allows only files of folder to select or drop to upload and
* it cannot be allowed to select or drop files.
*
* @default false
*/
directoryUpload?: boolean;
/**
* Triggers when the component is created.

@@ -216,0 +226,0 @@ * @event

@@ -91,3 +91,3 @@ import { Component, EmitType } from '@syncfusion/ej2-base';

/**
* Returns the status of file.
* Returns the status of the file.
*/

@@ -107,2 +107,6 @@ status: string;

statusCode: string;
/**
* Returns where the file selected from, to upload.
*/
fileSource?: string;
}

@@ -132,3 +136,3 @@ export interface MetaData {

*/
event: MouseEvent | TouchEvent | DragEvent;
event: MouseEvent | TouchEvent | DragEvent | ClipboardEvent;
/**

@@ -280,2 +284,3 @@ * Defines whether the current action can be prevented.

private dropAreaWrapper;
private filesEntries;
private filesData;

@@ -297,2 +302,3 @@ private uploadedFilesData;

private uploadMetaData;
private tabIndex;
/**

@@ -365,3 +371,3 @@ * Configures the save and remove URL to perform the upload operations in the server asynchronously.

*
* > For more information, refer to the [drag-and-drop](./draganddrop.html) section from the documentation.
* > For more information, refer to the [drag-and-drop](./file-source.html#drag-and-drop) section from the documentation.
*

@@ -392,2 +398,11 @@ * @default null

/**
* Specifies a Boolean value that indicates whether the folder of files can be browsed in the uploader component.
*
* > When enabled this property, it allows only files of folder to select or drop to upload and
* it cannot be allowed to select or drop files.
*
* @default false
*/
directoryUpload: boolean;
/**
* Triggers when the component is created.

@@ -481,2 +496,3 @@ * @event

getModuleName(): string;
private updateDirectoryAttributes();
/**

@@ -515,2 +531,3 @@ * To Initialize the control rendering

private dropElement(e);
private onPasteFile(event);
private removeFiles(args);

@@ -522,5 +539,9 @@ private removeFilesData(file, customTemplate);

private removeFailed(e, files, customTemplate);
private getFilesFromFolder(event);
traverseFileTree(item: any, event?: MouseEvent | TouchEvent | DragEvent | ClipboardEvent): void;
private onSelectFiles(args);
private renderSelectedFiles(args, targetFiles, directory?, paste?);
private clearData(singleUpload?);
private updateSortedFileList(filesData);
private isBlank(str);
private checkExtension(files);

@@ -542,5 +563,6 @@ private validatedFileSize(fileSize);

private uploadInProgress(e, files, customUI?, request?);
private cancelUploadingFile(files, e, request?, li?);
private removecanceledFile(e, file);
private renderFailureState(e, file, liElement);
private reloadcanceledFile(e, file, liElement);
private reloadcanceledFile(e, file, liElement?, custom?);
private uploadComplete(e, file, customUI?);

@@ -573,3 +595,3 @@ private raiseSuccessEvent(e, file);

private checkPausePlayAction(e);
private retryUpload(metaData, fromcanceledStage?);
private retryUpload(metaData, fromcanceledStage);
private chunkUploadInProgress(e, metaData, custom?);

@@ -648,4 +670,4 @@ /**

*/
retry(fileData: FileInfo | FileInfo[], fromcanceledStage?: boolean): void;
private retryFailedFiles(fileData, fromcanceledStage?);
retry(fileData: FileInfo | FileInfo[], fromcanceledStage?: boolean, custom?: boolean): void;
private retryFailedFiles(fileData, fromcanceledStage, custom);
/**

@@ -659,2 +681,3 @@ * Stops the in-progress chunked upload based on the file data.

private cancelUpload(fileData);
private showHideUploadSpinner(files);
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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