@syncfusion/ej2-buttons
Advanced tools
Comparing version
/*! | ||
* filename: index.d.ts | ||
* version : 28.2.6 | ||
* version : 28.2.7 | ||
* Copyright Syncfusion Inc. 2001 - 2024. All rights reserved. | ||
@@ -5,0 +5,0 @@ * Use of this code is subject to the terms of our license. |
{ | ||
"_from": "@syncfusion/ej2-buttons@*", | ||
"_id": "@syncfusion/ej2-buttons@28.2.3", | ||
"_id": "@syncfusion/ej2-buttons@28.2.6", | ||
"_inBundle": false, | ||
"_integrity": "sha512-8zCRRJCIKuzeCY2K4Y8CTsUdtjAPzLkUhKNmNN4yfTTDwiBDt3tSeOJyqCFO1h3fMuvuw0LwTy+VT2Hnk17wrg==", | ||
"_integrity": "sha512-oEbq/4xC9RAie8fgYVbdViBTCP+wGx9qgaOAUzIJmWsdX5xvmjeXq3ucb7eyk4qnxX+ILgh8O5qH6KGrg8ujzw==", | ||
"_location": "/@syncfusion/ej2-buttons", | ||
@@ -47,4 +47,4 @@ "_phantomChildren": {}, | ||
], | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-28.2.3.tgz", | ||
"_shasum": "cee8237653d303dd3fc5bcc8d552ddadd57ac29a", | ||
"_resolved": "https://nexus.syncfusioninternal.com/repository/ej2-hotfix-new/@syncfusion/ej2-buttons/-/ej2-buttons-28.2.6.tgz", | ||
"_shasum": "edc25f0dd18104017957682a70e75d68bdfbd12e", | ||
"_spec": "@syncfusion/ej2-buttons@*", | ||
@@ -106,4 +106,4 @@ "_where": "/jenkins/workspace/elease-automation_release_28.1.1/packages/included", | ||
"typings": "index.d.ts", | ||
"version": "28.2.6", | ||
"version": "28.2.7", | ||
"sideEffects": false | ||
} |
@@ -166,3 +166,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (this.cssClass) { | ||
classList = classList.concat(this.cssClass.split(' ')); | ||
classList = classList.concat(this.cssClass.split(/\s+/).filter(function (c) { return c.length > 0; })); | ||
} | ||
@@ -273,3 +273,3 @@ _super.prototype.destroy.call(this); | ||
if (oldProp.cssClass) { | ||
removeClass([this.element], oldProp.cssClass.split(' ')); | ||
removeClass([this.element], oldProp.cssClass.split(/\s+/).filter(function (c) { return c.length > 0; })); | ||
} | ||
@@ -276,0 +276,0 @@ if (newProp.cssClass) { |
@@ -373,3 +373,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (oldProp.cssClass) { | ||
removeClass([wrapper], oldProp.cssClass.split(' ')); | ||
removeClass([wrapper], oldProp.cssClass.split(/\s+/).filter(function (c) { return c.length > 0; })); | ||
} | ||
@@ -376,0 +376,0 @@ if (newProp.cssClass) { |
@@ -303,3 +303,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (oldProp.cssClass) { | ||
removeClass([wrap], oldProp.cssClass.split(' ')); | ||
removeClass([wrap], oldProp.cssClass.split(/\s+/).filter(function (c) { return c.length > 0; })); | ||
} | ||
@@ -306,0 +306,0 @@ if (newProp.cssClass) { |
@@ -254,3 +254,3 @@ var __extends = (this && this.__extends) || (function () { | ||
if (oldProp.cssClass) { | ||
removeClass([wrapper], oldProp.cssClass.split(' ')); | ||
removeClass([wrapper], oldProp.cssClass.split(/\s+/).filter(function (c) { return c.length > 0; })); | ||
} | ||
@@ -257,0 +257,0 @@ if (newProp.cssClass) { |
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 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
16500668
0.03%360229
0