@fmdevui/fm-dev
Version:
Page level components developed based on Element Plus.
12 lines (9 loc) • 1.01 kB
JavaScript
export { judgementIdCard, verifiyNumberInteger, verifyAccount, verifyAndSpace, verifyCarNum, verifyCnAndSpace, verifyEmail, verifyEnAndSpace, verifyFullName, verifyIPAddress, verifyIdCard, verifyNumberCnUppercase, verifyNumberComma, verifyNumberIntegerAndFloat, verifyNumberPercentage, verifyNumberPercentageFloat, verifyPassword, verifyPasswordPowerful, verifyPasswordStrength, verifyPhone, verifyPostalCode, verifyTelPhone, verifyTextColor, verifyUrl } from './toolsValidate.mjs';
export { formatAxis, formatDate, formatPast, getWeek } from './formatTime.mjs';
export { useChangeColor } from './theme.mjs';
export { downloadByBase64, downloadByData, downloadByOnlineUrl, downloadByUrl, downloadStreamFile, getFileName, openWindow } from './download.mjs';
export { signatureByKSort } from './data-signature.mjs';
export { getFileUrl } from './uploadfileurl.mjs';
import commonFunction from './commonFunction.mjs';
const commonFunctionObj = commonFunction();
export { commonFunction, commonFunctionObj };