@progress/kendo-react-barcodes
Version:
React Barcodes provide a set of React components to build beautiful and customizable barcodes. KendoReact Barcodes package
29 lines (28 loc) • 908 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const c = (t) => typeof t == "object", r = (t, e) => {
if (Object.keys(t).length !== Object.keys(e).length)
return !0;
for (const f in t)
if (t.hasOwnProperty(f)) {
const n = t[f], s = e[f];
if (c(n) && c(s) ? r(n, s) : n !== s)
return !0;
}
return !1;
}, o = (t, e) => {
if (!t || !e || (t = [].concat(t), e = [].concat(e), t.length !== e.length))
return !0;
for (let f = 0; f < t.length; f++)
if (r(t[f], e[f]))
return !0;
return !1;
};
export {
o as isOptionsChanged
};