🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@syncfusion/ej2-buttons

Package Overview
Dependencies
Maintainers
3
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@syncfusion/ej2-buttons - npm Package Compare versions

Comparing version

to
20.2.36

styles/button/_fusionnew-definition.scss

18

CHANGELOG.md

@@ -11,20 +11,2 @@ # Changelog

## 20.1.50 (2022-04-19)
### Checkbox
#### Bug Fixes
- `F373307` - Issue with Accessibility in checkbox and switch has been resolved.
#### Bug Fixes
- `F171644` - Issue with Name attribute not updated properly in radio button and checkbox for components has been resolved.
### Checkbox
#### Bug Fixes
- `F173431` - Issue with Checkbox validation state is incorrect issue has been resolved.
## 19.2.47 (2021-07-13)

@@ -31,0 +13,0 @@

2

dist/ej2-buttons.umd.min.js
/*!
* filename: ej2-buttons.umd.min.js
* version : 20.1.61
* version : 20.2.36
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

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

/*!
* filename: ej2-buttons.min.js
* version : 20.1.61
* version : 20.2.36
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

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

/*!
* filename: index.d.ts
* version : 20.1.61
* version : 20.2.36
* Copyright Syncfusion Inc. 2001 - 2020. All rights reserved.

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

@@ -1,36 +0,53 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e");
class ButtonHelper extends e2e_1.TestHelper {
constructor(id, wrapperFn) {
super();
this.id = id;
if (wrapperFn !== undefined) {
this.wrapperFn = wrapperFn;
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ButtonHelper = (function (_super) {
__extends(ButtonHelper, _super);
function ButtonHelper(id, wrapperFn) {
var _this = _super.call(this) || this;
_this.id = id;
if (wrapperFn !== undefined) {
_this.wrapperFn = wrapperFn;
}
return _this;
}
return this;
}
getElement() {
return this.selector('#' + this.id);
}
setModel(property, value) {
let cy;
return cy.get('#' + this.id).then((ele) => {
return ele[0].ej2_instances[0][property] = value;
});
}
getModel(property) {
let cy;
return cy.get('#' + this.id).then((ele) => {
return ele[0].ej2_instances[0][property];
});
}
invoke(fName, args = []) {
let cy;
return cy.get('#' + this.id).then((ele) => {
var inst = ele[0].ej2_instances[0];
return inst[fName].apply(inst, args);
});
}
}
exports.ButtonHelper = ButtonHelper;
ButtonHelper.prototype.getElement = function () {
return this.selector('#' + this.id);
};
ButtonHelper.prototype.setModel = function (property, value) {
var cy;
return cy.get('#' + this.id).then(function (ele) {
return ele[0].ej2_instances[0][property] = value;
});
};
ButtonHelper.prototype.getModel = function (property) {
var cy;
return cy.get('#' + this.id).then(function (ele) {
return ele[0].ej2_instances[0][property];
});
};
ButtonHelper.prototype.invoke = function (fName, args) {
if (args === void 0) { args = []; }
var cy;
return cy.get('#' + this.id).then(function (ele) {
var inst = ele[0].ej2_instances[0];
return inst[fName].apply(inst, args);
});
};
return ButtonHelper;
}(e2e_1.TestHelper));
exports.ButtonHelper = ButtonHelper;
});

@@ -1,36 +0,53 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e");
class CheckBoxHelper extends e2e_1.TestHelper {
constructor(id, wrapperFn) {
super();
this.id = id;
if (wrapperFn !== undefined) {
this.wrapperFn = wrapperFn;
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var CheckBoxHelper = (function (_super) {
__extends(CheckBoxHelper, _super);
function CheckBoxHelper(id, wrapperFn) {
var _this = _super.call(this) || this;
_this.id = id;
if (wrapperFn !== undefined) {
_this.wrapperFn = wrapperFn;
}
return _this;
}
return this;
}
getElement() {
return this.selector('#' + this.id);
}
setModel(property, value) {
let cy;
return cy.get('#' + this.id).then((ele) => {
return ele[0].ej2_instances[0][property] = value;
});
}
getModel(property) {
let cy;
return cy.get('#' + this.id).then((ele) => {
return ele[0].ej2_instances[0][property];
});
}
invoke(fName, args = []) {
let cy;
return cy.get('#' + this.id).then((ele) => {
var inst = ele[0].ej2_instances[0];
return inst[fName].apply(inst, args);
});
}
}
exports.CheckBoxHelper = CheckBoxHelper;
CheckBoxHelper.prototype.getElement = function () {
return this.selector('#' + this.id);
};
CheckBoxHelper.prototype.setModel = function (property, value) {
var cy;
return cy.get('#' + this.id).then(function (ele) {
return ele[0].ej2_instances[0][property] = value;
});
};
CheckBoxHelper.prototype.getModel = function (property) {
var cy;
return cy.get('#' + this.id).then(function (ele) {
return ele[0].ej2_instances[0][property];
});
};
CheckBoxHelper.prototype.invoke = function (fName, args) {
if (args === void 0) { args = []; }
var cy;
return cy.get('#' + this.id).then(function (ele) {
var inst = ele[0].ej2_instances[0];
return inst[fName].apply(inst, args);
});
};
return CheckBoxHelper;
}(e2e_1.TestHelper));
exports.CheckBoxHelper = CheckBoxHelper;
});

@@ -1,26 +0,42 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e");
class ChipsHelper extends e2e_1.TestHelper {
constructor(id, wrapperFn) {
super();
this.id = id;
if (wrapperFn !== undefined) {
this.wrapperFn = wrapperFn;
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var ChipsHelper = (function (_super) {
__extends(ChipsHelper, _super);
function ChipsHelper(id, wrapperFn) {
var _this = _super.call(this) || this;
_this.id = id;
if (wrapperFn !== undefined) {
_this.wrapperFn = wrapperFn;
}
return _this;
}
return this;
}
getElement() {
return this.selector('#' + this.id);
}
getFocusedChip() {
return this.selector(`#${this.id} > div.e-chip.e-focused`);
}
getActiveChip() {
return this.selector(`#${this.id} > div.e-chip.e-active`);
}
getNthChip(nthItem) {
return this.selector(`#${this.id} > div:nth-child(${nthItem})`);
}
}
exports.ChipsHelper = ChipsHelper;
ChipsHelper.prototype.getElement = function () {
return this.selector('#' + this.id);
};
ChipsHelper.prototype.getFocusedChip = function () {
return this.selector("#" + this.id + " > div.e-chip.e-focused");
};
ChipsHelper.prototype.getActiveChip = function () {
return this.selector("#" + this.id + " > div.e-chip.e-active");
};
ChipsHelper.prototype.getNthChip = function (nthItem) {
return this.selector("#" + this.id + " > div:nth-child(" + nthItem + ")");
};
return ChipsHelper;
}(e2e_1.TestHelper));
exports.ChipsHelper = ChipsHelper;
});

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

"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(require("./chipsHelper"));
define(["require", "exports", "./chipsHelper"], function (require, exports, chipsHelper_1) {
"use strict";
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
__export(chipsHelper_1);
});

@@ -1,36 +0,53 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e");
class RadioButtonHelper extends e2e_1.TestHelper {
constructor(id, wrapperFn) {
super();
this.id = id;
if (wrapperFn !== undefined) {
this.wrapperFn = wrapperFn;
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var RadioButtonHelper = (function (_super) {
__extends(RadioButtonHelper, _super);
function RadioButtonHelper(id, wrapperFn) {
var _this = _super.call(this) || this;
_this.id = id;
if (wrapperFn !== undefined) {
_this.wrapperFn = wrapperFn;
}
return _this;
}
return this;
}
getElement() {
return this.selector('#' + this.id);
}
setModel(property, value) {
let cy;
return cy.get('#' + this.id).then((ele) => {
return ele[0].ej2_instances[0][property] = value;
});
}
getModel(property) {
let cy;
return cy.get('#' + this.id).then((ele) => {
return ele[0].ej2_instances[0][property];
});
}
invoke(fName, args = []) {
let cy;
return cy.get('#' + this.id).then((ele) => {
var inst = ele[0].ej2_instances[0];
return inst[fName].apply(inst, args);
});
}
}
exports.RadioButtonHelper = RadioButtonHelper;
RadioButtonHelper.prototype.getElement = function () {
return this.selector('#' + this.id);
};
RadioButtonHelper.prototype.setModel = function (property, value) {
var cy;
return cy.get('#' + this.id).then(function (ele) {
return ele[0].ej2_instances[0][property] = value;
});
};
RadioButtonHelper.prototype.getModel = function (property) {
var cy;
return cy.get('#' + this.id).then(function (ele) {
return ele[0].ej2_instances[0][property];
});
};
RadioButtonHelper.prototype.invoke = function (fName, args) {
if (args === void 0) { args = []; }
var cy;
return cy.get('#' + this.id).then(function (ele) {
var inst = ele[0].ej2_instances[0];
return inst[fName].apply(inst, args);
});
};
return RadioButtonHelper;
}(e2e_1.TestHelper));
exports.RadioButtonHelper = RadioButtonHelper;
});

@@ -1,36 +0,53 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const e2e_1 = require("@syncfusion/ej2-base/helpers/e2e");
class SwitchHelper extends e2e_1.TestHelper {
constructor(id, wrapperFn) {
super();
this.id = id;
if (wrapperFn !== undefined) {
this.wrapperFn = wrapperFn;
var __extends = (this && this.__extends) || (function () {
var extendStatics = function (d, b) {
extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
define(["require", "exports", "@syncfusion/ej2-base/helpers/e2e"], function (require, exports, e2e_1) {
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var SwitchHelper = (function (_super) {
__extends(SwitchHelper, _super);
function SwitchHelper(id, wrapperFn) {
var _this = _super.call(this) || this;
_this.id = id;
if (wrapperFn !== undefined) {
_this.wrapperFn = wrapperFn;
}
return _this;
}
return this;
}
getElement() {
return this.selector('#' + this.id);
}
setModel(property, value) {
let cy;
return cy.get('#' + this.id).then((ele) => {
return ele[0].ej2_instances[0][property] = value;
});
}
getModel(property) {
let cy;
return cy.get('#' + this.id).then((ele) => {
return ele[0].ej2_instances[0][property];
});
}
invoke(fName, args = []) {
let cy;
return cy.get('#' + this.id).then((ele) => {
var inst = ele[0].ej2_instances[0];
return inst[fName].apply(inst, args);
});
}
}
exports.SwitchHelper = SwitchHelper;
SwitchHelper.prototype.getElement = function () {
return this.selector('#' + this.id);
};
SwitchHelper.prototype.setModel = function (property, value) {
var cy;
return cy.get('#' + this.id).then(function (ele) {
return ele[0].ej2_instances[0][property] = value;
});
};
SwitchHelper.prototype.getModel = function (property) {
var cy;
return cy.get('#' + this.id).then(function (ele) {
return ele[0].ej2_instances[0][property];
});
};
SwitchHelper.prototype.invoke = function (fName, args) {
if (args === void 0) { args = []; }
var cy;
return cy.get('#' + this.id).then(function (ele) {
var inst = ele[0].ej2_instances[0];
return inst[fName].apply(inst, args);
});
};
return SwitchHelper;
}(e2e_1.TestHelper));
exports.SwitchHelper = SwitchHelper;
});
{
"_from": "@syncfusion/ej2-buttons@*",
"_id": "@syncfusion/ej2-buttons@20.1.55",
"_id": "@syncfusion/ej2-buttons@18.30.0",
"_inBundle": false,
"_integrity": "sha512-/LxheiU+DmL+dgp2U9VbCGPd3tr2zc3qYX6TA3oE0XTMaVOInmZvwI0yqIjsVYiiH9xCkBvSLyDOkNZZ8VE4qA==",
"_integrity": "sha512-mo95pGzZnq6xEAlRn3InVIniP8hEnyDIgUw/UFdGIbeJsYhqMQwyO9eUqyqpC183cGHikivQ0BvHaJ3O2sC/hg==",
"_location": "/@syncfusion/ej2-buttons",

@@ -45,4 +45,4 @@ "_phantomChildren": {},

],
"_resolved": "http://nexus.syncfusion.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-20.1.55.tgz",
"_shasum": "6693adc6093866b5d711a5d3c5992ed9c40edbca",
"_resolved": "http://nexus.syncfusion.com/repository/ej2-release/@syncfusion/ej2-buttons/-/ej2-buttons-18.30.0.tgz",
"_shasum": "72b3a844c60158c5f08a7b157ec95ed6f9e5217c",
"_spec": "@syncfusion/ej2-buttons@*",

@@ -58,3 +58,3 @@ "_where": "/jenkins/workspace/automation_release_19.1.0.1-ZPMUBNQ6AUYH6YGEFBPVYMEQLRRW2SLD4XCZ6GATNZJFYJ3RIAOA/packages/included",

"dependencies": {
"@syncfusion/ej2-base": "~20.1.61"
"@syncfusion/ej2-base": "~20.2.36"
},

@@ -102,4 +102,4 @@ "deprecated": false,

"typings": "index.d.ts",
"version": "20.1.61",
"version": "20.2.36",
"sideEffects": false
}

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

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

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

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

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

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

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

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

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

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

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

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet