Latest updates from IceHrmPro
This commit is contained in:
70
web/node_modules/rc-menu/es/utils/isMobile.d.ts
generated
vendored
Normal file
70
web/node_modules/rc-menu/es/utils/isMobile.d.ts
generated
vendored
Normal file
@@ -0,0 +1,70 @@
|
||||
declare function isMobile(userAgent?: string): {
|
||||
apple: {
|
||||
phone: boolean;
|
||||
ipod: any;
|
||||
tablet: boolean;
|
||||
device: boolean;
|
||||
};
|
||||
amazon: {
|
||||
phone: any;
|
||||
tablet: any;
|
||||
device: any;
|
||||
};
|
||||
android: {
|
||||
phone: any;
|
||||
tablet: any;
|
||||
device: any;
|
||||
};
|
||||
windows: {
|
||||
phone: any;
|
||||
tablet: any;
|
||||
device: any;
|
||||
};
|
||||
other: {
|
||||
blackberry: any;
|
||||
blackberry10: any;
|
||||
opera: any;
|
||||
firefox: any;
|
||||
chrome: any;
|
||||
device: any;
|
||||
};
|
||||
any: any;
|
||||
phone: any;
|
||||
tablet: any;
|
||||
};
|
||||
declare const defaultResult: {
|
||||
isMobile: typeof isMobile;
|
||||
apple: {
|
||||
phone: boolean;
|
||||
ipod: any;
|
||||
tablet: boolean;
|
||||
device: boolean;
|
||||
};
|
||||
amazon: {
|
||||
phone: any;
|
||||
tablet: any;
|
||||
device: any;
|
||||
};
|
||||
android: {
|
||||
phone: any;
|
||||
tablet: any;
|
||||
device: any;
|
||||
};
|
||||
windows: {
|
||||
phone: any;
|
||||
tablet: any;
|
||||
device: any;
|
||||
};
|
||||
other: {
|
||||
blackberry: any;
|
||||
blackberry10: any;
|
||||
opera: any;
|
||||
firefox: any;
|
||||
chrome: any;
|
||||
device: any;
|
||||
};
|
||||
any: any;
|
||||
phone: any;
|
||||
tablet: any;
|
||||
};
|
||||
export default defaultResult;
|
||||
114
web/node_modules/rc-menu/es/utils/isMobile.js
generated
vendored
Normal file
114
web/node_modules/rc-menu/es/utils/isMobile.js
generated
vendored
Normal file
@@ -0,0 +1,114 @@
|
||||
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); if (enumerableOnly) symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); keys.push.apply(keys, symbols); } return keys; }
|
||||
|
||||
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(Object(source), true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
||||
|
||||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
||||
|
||||
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
||||
|
||||
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
||||
|
||||
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(n); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
||||
|
||||
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
||||
|
||||
function _iterableToArrayLimit(arr, i) { if (typeof Symbol === "undefined" || !(Symbol.iterator in Object(arr))) return; var _arr = []; var _n = true; var _d = false; var _e = undefined; try { for (var _i = arr[Symbol.iterator](), _s; !(_n = (_s = _i.next()).done); _n = true) { _arr.push(_s.value); if (i && _arr.length === i) break; } } catch (err) { _d = true; _e = err; } finally { try { if (!_n && _i["return"] != null) _i["return"](); } finally { if (_d) throw _e; } } return _arr; }
|
||||
|
||||
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
||||
|
||||
// MIT License from https://github.com/kaimallea/isMobile
|
||||
var applePhone = /iPhone/i;
|
||||
var appleIpod = /iPod/i;
|
||||
var appleTablet = /iPad/i;
|
||||
var androidPhone = /\bAndroid(?:.+)Mobile\b/i; // Match 'Android' AND 'Mobile'
|
||||
|
||||
var androidTablet = /Android/i;
|
||||
var amazonPhone = /\bAndroid(?:.+)SD4930UR\b/i;
|
||||
var amazonTablet = /\bAndroid(?:.+)(?:KF[A-Z]{2,4})\b/i;
|
||||
var windowsPhone = /Windows Phone/i;
|
||||
var windowsTablet = /\bWindows(?:.+)ARM\b/i; // Match 'Windows' AND 'ARM'
|
||||
|
||||
var otherBlackberry = /BlackBerry/i;
|
||||
var otherBlackberry10 = /BB10/i;
|
||||
var otherOpera = /Opera Mini/i;
|
||||
var otherChrome = /\b(CriOS|Chrome)(?:.+)Mobile/i;
|
||||
var otherFirefox = /Mobile(?:.+)Firefox\b/i; // Match 'Mobile' AND 'Firefox'
|
||||
|
||||
function match(regex, userAgent) {
|
||||
return regex.test(userAgent);
|
||||
}
|
||||
|
||||
function isMobile(userAgent) {
|
||||
var ua = userAgent || (typeof navigator !== 'undefined' ? navigator.userAgent : ''); // Facebook mobile app's integrated browser adds a bunch of strings that
|
||||
// match everything. Strip it out if it exists.
|
||||
|
||||
var tmp = ua.split('[FBAN');
|
||||
|
||||
if (typeof tmp[1] !== 'undefined') {
|
||||
var _tmp = tmp;
|
||||
|
||||
var _tmp2 = _slicedToArray(_tmp, 1);
|
||||
|
||||
ua = _tmp2[0];
|
||||
} // Twitter mobile app's integrated browser on iPad adds a "Twitter for
|
||||
// iPhone" string. Same probably happens on other tablet platforms.
|
||||
// This will confuse detection so strip it out if it exists.
|
||||
|
||||
|
||||
tmp = ua.split('Twitter');
|
||||
|
||||
if (typeof tmp[1] !== 'undefined') {
|
||||
var _tmp3 = tmp;
|
||||
|
||||
var _tmp4 = _slicedToArray(_tmp3, 1);
|
||||
|
||||
ua = _tmp4[0];
|
||||
}
|
||||
|
||||
var result = {
|
||||
apple: {
|
||||
phone: match(applePhone, ua) && !match(windowsPhone, ua),
|
||||
ipod: match(appleIpod, ua),
|
||||
tablet: !match(applePhone, ua) && match(appleTablet, ua) && !match(windowsPhone, ua),
|
||||
device: (match(applePhone, ua) || match(appleIpod, ua) || match(appleTablet, ua)) && !match(windowsPhone, ua)
|
||||
},
|
||||
amazon: {
|
||||
phone: match(amazonPhone, ua),
|
||||
tablet: !match(amazonPhone, ua) && match(amazonTablet, ua),
|
||||
device: match(amazonPhone, ua) || match(amazonTablet, ua)
|
||||
},
|
||||
android: {
|
||||
phone: !match(windowsPhone, ua) && match(amazonPhone, ua) || !match(windowsPhone, ua) && match(androidPhone, ua),
|
||||
tablet: !match(windowsPhone, ua) && !match(amazonPhone, ua) && !match(androidPhone, ua) && (match(amazonTablet, ua) || match(androidTablet, ua)),
|
||||
device: !match(windowsPhone, ua) && (match(amazonPhone, ua) || match(amazonTablet, ua) || match(androidPhone, ua) || match(androidTablet, ua)) || match(/\bokhttp\b/i, ua)
|
||||
},
|
||||
windows: {
|
||||
phone: match(windowsPhone, ua),
|
||||
tablet: match(windowsTablet, ua),
|
||||
device: match(windowsPhone, ua) || match(windowsTablet, ua)
|
||||
},
|
||||
other: {
|
||||
blackberry: match(otherBlackberry, ua),
|
||||
blackberry10: match(otherBlackberry10, ua),
|
||||
opera: match(otherOpera, ua),
|
||||
firefox: match(otherFirefox, ua),
|
||||
chrome: match(otherChrome, ua),
|
||||
device: match(otherBlackberry, ua) || match(otherBlackberry10, ua) || match(otherOpera, ua) || match(otherFirefox, ua) || match(otherChrome, ua)
|
||||
},
|
||||
// Additional
|
||||
any: null,
|
||||
phone: null,
|
||||
tablet: null
|
||||
};
|
||||
result.any = result.apple.device || result.android.device || result.windows.device || result.other.device; // excludes 'other' devices and ipods, targeting touchscreen phones
|
||||
|
||||
result.phone = result.apple.phone || result.android.phone || result.windows.phone;
|
||||
result.tablet = result.apple.tablet || result.android.tablet || result.windows.tablet;
|
||||
return result;
|
||||
}
|
||||
|
||||
var defaultResult = _objectSpread({}, isMobile(), {
|
||||
isMobile: isMobile
|
||||
});
|
||||
|
||||
export default defaultResult;
|
||||
9
web/node_modules/rc-menu/es/utils/legacyUtil.d.ts
generated
vendored
Normal file
9
web/node_modules/rc-menu/es/utils/legacyUtil.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import { MotionType, TransitionNameType, OpenAnimation } from '../interface';
|
||||
interface GetMotionProps {
|
||||
motion?: MotionType;
|
||||
openAnimation?: OpenAnimation;
|
||||
openTransitionName?: TransitionNameType;
|
||||
prefixCls?: string;
|
||||
}
|
||||
export declare function getMotion({ prefixCls, motion, openAnimation, openTransitionName, }: GetMotionProps): MotionType;
|
||||
export {};
|
||||
29
web/node_modules/rc-menu/es/utils/legacyUtil.js
generated
vendored
Normal file
29
web/node_modules/rc-menu/es/utils/legacyUtil.js
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); }
|
||||
|
||||
import warning from "rc-util/es/warning";
|
||||
export function getMotion(_ref) {
|
||||
var prefixCls = _ref.prefixCls,
|
||||
motion = _ref.motion,
|
||||
openAnimation = _ref.openAnimation,
|
||||
openTransitionName = _ref.openTransitionName;
|
||||
|
||||
if (motion) {
|
||||
return motion;
|
||||
}
|
||||
|
||||
if (_typeof(openAnimation) === 'object' && openAnimation) {
|
||||
warning(false, 'Object type of `openAnimation` is removed. Please use `motion` instead.');
|
||||
} else if (typeof openAnimation === 'string') {
|
||||
return {
|
||||
motionName: "".concat(prefixCls, "-open-").concat(openAnimation)
|
||||
};
|
||||
}
|
||||
|
||||
if (openTransitionName) {
|
||||
return {
|
||||
motionName: openTransitionName
|
||||
};
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
Reference in New Issue
Block a user