@progress/kendo-vue-layout
Version:
17 lines (16 loc) • 718 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 o = function(n, a) {
let t = [];
return a.forEach((e) => {
e.children && e.children.length && (t = o.call(this, n, e.children)), (e && e.tag && e.tag.toLowerCase().indexOf("tab") !== -1 || e.type && e.type.name && e.type.name.toLowerCase().indexOf("kendotabstriptab") !== -1) && t.push(e);
}), t;
};
export {
o as getTabs
};