Socket
Socket
Sign inDemoInstall

@syncfusion/ej2-splitbuttons

Package Overview
Dependencies
Maintainers
2
Versions
137
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-splitbuttons - npm Package Compare versions

Comparing version 16.3.22 to 16.3.24

4

CHANGELOG.md

@@ -5,2 +5,4 @@ # Changelog

## 16.3.22 (2018-09-25)
### ProgressButton

@@ -10,3 +12,3 @@

- content update while progress issue resolved.
- Content update while progress issue resolved.

@@ -13,0 +15,0 @@ ## 16.3.17 (2018-09-12)

/*!
* filename: ej2-splitbuttons.umd.min.js
* version : 16.3.22
* version : 16.3.24
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

@@ -914,4 +914,4 @@ import { Animation, ChildProperty, Collection, Component, Event, EventHandler, KeyboardEvents, NotifyPropertyChanges, Property, addClass, attributes, classList, closest, createElement, deleteObject, detach, extend, getInstance, getUniqueID, getValue, isNullOrUndefined, remove, removeClass, rippleEffect, select, setValue } from '@syncfusion/ej2-base';

/**
* The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background.
* The progress can be shown with graphics accompanied by a textual representation.
* The ProgressButton visualizes the progression of an operation to indicate the user
* that a process is happening in the background with visual representation.
* ```html

@@ -953,3 +953,3 @@ * <button id="element"></button>

* Starts the button progress at the specified percent.
* @param percent
* @param percent Starts the button progress at this percent.
* @returns void

@@ -956,0 +956,0 @@ */

@@ -971,4 +971,4 @@ import { Animation, ChildProperty, Collection, Component, Event, EventHandler, KeyboardEvents, NotifyPropertyChanges, Property, addClass, attributes, classList, closest, createElement, deleteObject, detach, extend, getInstance, getUniqueID, getValue, isNullOrUndefined, remove, removeClass, rippleEffect, select, setValue } from '@syncfusion/ej2-base';

/**
* The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background.
* The progress can be shown with graphics accompanied by a textual representation.
* The ProgressButton visualizes the progression of an operation to indicate the user
* that a process is happening in the background with visual representation.
* ```html

@@ -1012,3 +1012,3 @@ * <button id="element"></button>

* Starts the button progress at the specified percent.
* @param percent
* @param percent Starts the button progress at this percent.
* @returns void

@@ -1015,0 +1015,0 @@ */

/*!
* filename: ej2-splitbuttons.min.js
* version : 16.3.22
* version : 16.3.24
* Copyright Syncfusion Inc. 2001 - 2018. All rights reserved.

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

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

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

{
"name": "@syncfusion/ej2-splitbuttons",
"version": "16.3.22",
"version": "16.3.24",
"description": "A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup.",

@@ -11,4 +11,4 @@ "author": "Syncfusion Inc.",

"dependencies": {
"@syncfusion/ej2-base": "~16.3.21",
"@syncfusion/ej2-popups": "~16.3.21"
"@syncfusion/ej2-base": "~16.3.24",
"@syncfusion/ej2-popups": "~16.3.24"
},

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

# ej2-splitbuttons
A package of Essential JS 2 DroDownButton, SplitButton, ProgressButton and ButtonGroup components.
A package of Essential JS 2 DropDownButton, SplitButton, ProgressButton and ButtonGroup components.

@@ -33,3 +33,3 @@ ![SplitButton](https://ej2.syncfusion.com/products/images/splitbutton/readme.gif)

* ProgressButton - `ProgressButton` visualizes the progression of an operation to indicate the user that a process is happening in the background. The progress can be shown with graphics accompanied by a textual representation.
* ProgressButton - `ProgressButton` visualizes the progression of an operation to indicate the user that a process is happening in the background with visual representation.
* [Getting Started](https://ej2.syncfusion.com/documentation/progress-button/getting-started.html?lang=typescript&utm_source=npm&utm_campaign=progress-button)

@@ -36,0 +36,0 @@ * [View Online Demos](https://ej2.syncfusion.com/demos/?utm_source=npm&utm_campaign=grid#/material/button/progress-button.html)

@@ -23,6 +23,6 @@ import { Button, IconPosition } from '@syncfusion/ej2-buttons';import { EventHandler, Property, INotifyPropertyChanged, NotifyPropertyChanges, Animation, Effect, attributes } from '@syncfusion/ej2-base';import { EmitType, Event, BaseEventArgs, remove, removeClass } from '@syncfusion/ej2-base';import { createSpinner, showSpinner, hideSpinner } from '@syncfusion/ej2-popups';

* Positions an icon in the progress button. The possible values are:
* Left: The icon will be positioned to the left of the text content.
* Right: The icon will be positioned to the right of the text content.
* Top: The icon will be positioned at the top of the text content.
* Bottom: The icon will be positioned at the bottom of the text content.
* * Left: The icon will be positioned to the left of the text content.
* * Right: The icon will be positioned to the right of the text content.
* * Top: The icon will be positioned at the top of the text content.
* * Bottom: The icon will be positioned at the bottom of the text content.
* @default "Left"

@@ -59,3 +59,3 @@ */

/**
* Defines the `content` of the progress button element that can either be a text or HTML elements.
* Defines the text `content` of the progress button element.
* @default ""

@@ -62,0 +62,0 @@ */

@@ -6,4 +6,4 @@ import { Button, IconPosition } from '@syncfusion/ej2-buttons';

/**
* The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background.
* The progress can be shown with graphics accompanied by a textual representation.
* The ProgressButton visualizes the progression of an operation to indicate the user
* that a process is happening in the background with visual representation.
* ```html

@@ -37,6 +37,6 @@ * <button id="element"></button>

* Positions an icon in the progress button. The possible values are:
* Left: The icon will be positioned to the left of the text content.
* Right: The icon will be positioned to the right of the text content.
* Top: The icon will be positioned at the top of the text content.
* Bottom: The icon will be positioned at the bottom of the text content.
* * Left: The icon will be positioned to the left of the text content.
* * Right: The icon will be positioned to the right of the text content.
* * Top: The icon will be positioned at the top of the text content.
* * Bottom: The icon will be positioned at the bottom of the text content.
* @default "Left"

@@ -68,3 +68,3 @@ */

/**
* Defines the `content` of the progress button element that can either be a text or HTML elements.
* Defines the text `content` of the progress button element.
* @default ""

@@ -126,3 +126,3 @@ */

* Starts the button progress at the specified percent.
* @param percent
* @param percent Starts the button progress at this percent.
* @returns void

@@ -190,9 +190,9 @@ */

/**
* Specifies the template content to be displayed in a spinner.
* @default null
* Specifies the template content to be displayed in a spinner.
* @default null
*/
template?: string;
/**
* Sets the width of a spinner.
* @default 16
* Sets the width of a spinner.
* @default 16
*/

@@ -202,7 +202,7 @@ width?: string | number;

* Specifies the positions of a spinner in the progress button. The possible values are:
* Left: The spinner will be positioned to the left of the text content.
* Right: The spinner will be positioned to the right of the text content.
* Top: The spinner will be positioned at the top of the text content.
* Bottom: The spinner will be positioned at the bottom of the text content.
* Center: The spinner will be positioned at the center of the progress button.
* * Left: The spinner will be positioned to the left of the text content.
* * Right: The spinner will be positioned to the right of the text content.
* * Top: The spinner will be positioned at the top of the text content.
* * Bottom: The spinner will be positioned at the bottom of the text content.
* * Center: The spinner will be positioned at the center of the progress button.
* @default 'Left'

@@ -209,0 +209,0 @@ */

@@ -26,4 +26,4 @@ var __extends = (this && this.__extends) || (function () {

/**
* The progress button visualizes the progression of an operation to indicate the user that a process is happening in the background.
* The progress can be shown with graphics accompanied by a textual representation.
* The ProgressButton visualizes the progression of an operation to indicate the user
* that a process is happening in the background with visual representation.
* ```html

@@ -67,3 +67,3 @@ * <button id="element"></button>

* Starts the button progress at the specified percent.
* @param percent
* @param percent Starts the button progress at this percent.
* @returns void

@@ -70,0 +70,0 @@ */

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