/*! * el-table-infinite-scroll v3.0.7 * (c) 2019-2025 yujinpan */ /*! Element Plus Icons Vue v2.3.2 */ /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */ /** * Checks if an event is supported in the current execution environment. * * NOTE: This will not work correctly for non-generic events such as `change`, * `reset`, `load`, `error`, and `select`. * * Borrows from Modernizr. * * @param {string} eventNameSuffix Event name, e.g. "click". * @param {?boolean} capture Check if the capture phase is supported. * @return {boolean} True if the event is supported. * @internal * @license Modernizr 3.0.0pre (Custom Build) | MIT */ /** * vue v3.5.22 * (c) 2018-present Yuxi (Evan) You and Vue contributors * @license MIT **/