deverything 0.18.0 → 0.19.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +21 -9
- package/dist/index.global.js +86 -82
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +86 -82
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16,11 +16,6 @@ declare const cleanSpaces: (str: string) => string;
|
|
|
16
16
|
|
|
17
17
|
declare const first: <T>(arr?: T[] | undefined) => T | undefined;
|
|
18
18
|
|
|
19
|
-
declare const getKeys: (arg: object) => string[];
|
|
20
|
-
declare const getEnumerableOwnPropertySymbols: (arg: object) => any[];
|
|
21
|
-
|
|
22
|
-
declare const last: <T>(arr?: T[] | undefined) => T | undefined;
|
|
23
|
-
|
|
24
19
|
type Coords = {
|
|
25
20
|
lat: number;
|
|
26
21
|
lng: number;
|
|
@@ -53,6 +48,15 @@ type PrismaSelect<T> = Record<keyof T, true>;
|
|
|
53
48
|
|
|
54
49
|
type NonUndefined<T> = T extends undefined ? never : T;
|
|
55
50
|
|
|
51
|
+
declare const firstKey: (arg: PlainObject) => string;
|
|
52
|
+
|
|
53
|
+
declare const firstValue: (arg: PlainObject) => any;
|
|
54
|
+
|
|
55
|
+
declare const getKeys: (arg: object) => string[];
|
|
56
|
+
declare const getEnumerableOwnPropertySymbols: (arg: object) => any[];
|
|
57
|
+
|
|
58
|
+
declare const last: <T>(arr?: T[] | undefined) => T | undefined;
|
|
59
|
+
|
|
56
60
|
declare const merge: (target: PlainObject, source: PlainObject) => PlainObject;
|
|
57
61
|
|
|
58
62
|
declare const moveToFirst: <T>(items: T[], condition: (item: T, i: number, items: T[]) => boolean) => T[];
|
|
@@ -75,14 +79,18 @@ declare const truncate: (arg: string, limit: number, ellipsis?: string) => strin
|
|
|
75
79
|
|
|
76
80
|
declare const uniqueValues: (arr: any[]) => any[];
|
|
77
81
|
|
|
78
|
-
|
|
82
|
+
type Address = {
|
|
79
83
|
city: string;
|
|
80
84
|
country: string;
|
|
85
|
+
state?: string;
|
|
81
86
|
street: string;
|
|
87
|
+
line2?: string;
|
|
82
88
|
number: string;
|
|
83
89
|
zip: string;
|
|
84
90
|
};
|
|
85
91
|
|
|
92
|
+
declare const randomAddress: () => Address;
|
|
93
|
+
|
|
86
94
|
/**
|
|
87
95
|
* Generates a random alphanumeric code that can be used for verification codes, etc.
|
|
88
96
|
* Does not contain 0s or Os as they get confused with each other.
|
|
@@ -211,7 +219,9 @@ declare const isPositive: (arg: number) => boolean;
|
|
|
211
219
|
declare const isNegative: (arg: number) => boolean;
|
|
212
220
|
declare const isNumber: (arg: any) => arg is number;
|
|
213
221
|
|
|
214
|
-
declare const isNumeric: (
|
|
222
|
+
declare const isNumeric: (arg: number | string) => boolean;
|
|
223
|
+
|
|
224
|
+
declare const isNumericId: (id: string) => boolean;
|
|
215
225
|
|
|
216
226
|
declare const isObject: <T>(arg?: any) => arg is Record<string, T>;
|
|
217
227
|
|
|
@@ -227,7 +237,9 @@ declare const isSame: (value1: any, value2: any) => boolean;
|
|
|
227
237
|
|
|
228
238
|
declare const isServer: () => boolean;
|
|
229
239
|
|
|
230
|
-
declare const
|
|
240
|
+
declare const isSpacedString: (s: string) => boolean;
|
|
241
|
+
|
|
242
|
+
declare const isString: (arg: any) => arg is string;
|
|
231
243
|
|
|
232
244
|
declare const isStringDate: (arg: string) => boolean;
|
|
233
245
|
|
|
@@ -239,4 +251,4 @@ declare const isUUID: (arg: string) => boolean;
|
|
|
239
251
|
|
|
240
252
|
declare const isValue: (arg?: Maybe<any>) => boolean;
|
|
241
253
|
|
|
242
|
-
export { Coords, DateLike, Dimensions, JS_MAX_DIGITS, Maybe, MaybePromise, MaybePromiseOrValue, MaybePromiseOrValueArray, NonUndefined, ObjectValues, PlainObject, Point, PrismaSelect, array, arrayDiff, arrayIntersection, capitalize, clamp, cleanSpaces, first, getEnumerableOwnPropertySymbols, getKeys, isArray, isBoolean, isBrowser, isClient, isEmail, isEmpty, isEmptyArray, isEmptyObject, isEmptyString, isEven, isFunction, isInt, isJsDate, isKey, isNegative, isNumber, isNumeric, isObject, isOdd, isPWA, isPositive, isPromise, isReactElement, isRegExp, isSame, isServer, isString, isStringDate, isURL, isUUID, isUndefined, isValue, last, merge, moveToFirst, moveToLast, objectDiff, parseDate, pretty, promiseWithTimeout, randomAddress, randomAlphaNumericCode, randomArrayItem, randomBool, randomCoords, randomDate, randomDateRange, randomEmail, randomEmoji, randomEnumKey, randomEnumValue, randomFile, randomFirstName, randomFloat, randomFullName, randomFutureDate, randomHandle, randomHexColor, randomHexValue, randomHtmlColorName, randomIBAN, randomIP, randomInt, randomLastName, randomLat, randomLng, randomMaxDate, randomMaxInt, randomMaxSafeInt, randomName, randomNegativeInt, randomNumericCode, randomNumericId, randomParagraph, randomPassword, randomPastDate, randomPercentage, randomPositiveInt, randomUUID, randomWord, sleep, toggleArray, truncate, uniqueValues };
|
|
254
|
+
export { Coords, DateLike, Dimensions, JS_MAX_DIGITS, Maybe, MaybePromise, MaybePromiseOrValue, MaybePromiseOrValueArray, NonUndefined, ObjectValues, PlainObject, Point, PrismaSelect, array, arrayDiff, arrayIntersection, capitalize, clamp, cleanSpaces, first, firstKey, firstValue, getEnumerableOwnPropertySymbols, getKeys, isArray, isBoolean, isBrowser, isClient, isEmail, isEmpty, isEmptyArray, isEmptyObject, isEmptyString, isEven, isFunction, isInt, isJsDate, isKey, isNegative, isNumber, isNumeric, isNumericId, isObject, isOdd, isPWA, isPositive, isPromise, isReactElement, isRegExp, isSame, isServer, isSpacedString, isString, isStringDate, isURL, isUUID, isUndefined, isValue, last, merge, moveToFirst, moveToLast, objectDiff, parseDate, pretty, promiseWithTimeout, randomAddress, randomAlphaNumericCode, randomArrayItem, randomBool, randomCoords, randomDate, randomDateRange, randomEmail, randomEmoji, randomEnumKey, randomEnumValue, randomFile, randomFirstName, randomFloat, randomFullName, randomFutureDate, randomHandle, randomHexColor, randomHexValue, randomHtmlColorName, randomIBAN, randomIP, randomInt, randomLastName, randomLat, randomLng, randomMaxDate, randomMaxInt, randomMaxSafeInt, randomName, randomNegativeInt, randomNumericCode, randomNumericId, randomParagraph, randomPassword, randomPastDate, randomPercentage, randomPositiveInt, randomUUID, randomWord, sleep, toggleArray, truncate, uniqueValues };
|
package/dist/index.global.js
CHANGED
|
@@ -1,102 +1,106 @@
|
|
|
1
1
|
(function (exports) {
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
|
-
var c=(t,e)=>Array.from({length:t},e);var A=t=>[...new Set(t)];var Lt=(t,e)=>A(t.filter(r=>!e.includes(r)).concat(e.filter(r=>!t.includes(r))));var Bt=(t,e)=>A(t.filter(r=>e.includes(r)));var g=t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase();var Pt=({number:t,min:e,max:r})=>(r<e&&process.env.DEVERYTHING_WARNINGS&&console.warn("clamp: max < min",{number:t,min:e,max:r}),t<e?e:t>r?r:t);var wt=t=>t.trim().replace(/\s{2,}/g," ");var Ut=t=>t==null?void 0:t[0];var m=t=>Object.keys(t).concat(W(t)),W=t=>Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter(function(e){return Object.propertyIsEnumerable.call(t,e)}):[];var Gt=t=>t==null?void 0:t[t.length-1];var p=t=>Array.isArray(t);var kt=t=>Object.prototype.toString.call(t)==="[object Boolean]";var L=()=>typeof window=="undefined";var f=()=>!L();var $t=f;var y=t=>typeof t=="string";var Qt=t=>y(t)&&/\S+@\S+\.\S+/.test(t);var s=t=>Object.prototype.toString.call(t)==="[object Object]";var D=t=>Y(t)||q(t)||$(t)?!0:t==null,$=t=>y(t)&&t.trim().length===0,q=t=>p(t)&&t.length===0,Y=t=>s(t)&&Object.keys(t).length===0;var I=t=>Object.prototype.toString.call(t)==="[object Function]";var S=t=>Object.prototype.toString.call(t)==="[object Date]"&&!isNaN(t);var b=(t,e)=>e.hasOwnProperty(t)&&e.propertyIsEnumerable(t);var x=t=>Number.isInteger(t),ce=t=>x(t)&&!(t%2),pe=t=>x(t)&&!!(t%2),h=t=>x(t)&&t>0,ue=t=>x(t)&&t<0,le=t=>Object.prototype.toString.apply(t)==="[object Number]"&&isFinite(t);var B=t=>!isNaN(t);var fe=t=>t instanceof Promise;var be=()=>f()&&window.matchMedia("(display-mode: standalone)").matches;var Z=typeof Symbol=="function"&&Symbol.for,Q=Z?Symbol.for("react.element"):60103,Ee=t=>t.$$typeof===Q;var Ne=t=>Object.prototype.toString.call(t)==="[object RegExp]";var E=(t,e)=>{if(t===e)return !0;if(p(t)&&p(e))return t.length!==e.length?!1:t.every((r,o)=>E(r,e[o]));if(s(t)&&s(e)){let r=m(t);return r.length!==m(e).length?!1:r.every(o=>E(t[o],e[o]))}return I(t)&&I(e)?t.toString()===e.toString():!1};var Be=t=>{let e=new Date(t);return S(e)};var Re=t=>typeof t=="undefined";var tt=new RegExp("^(https?:\\/\\/)?((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.?)+[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[-a-z\\d_]*)?$","i"),Oe=t=>!!t&&tt.test(t);var je=t=>/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(t);var C=t=>t!=null&&!Number.isNaN(t);var _=(t,e)=>{let r={};return m(t).forEach(o=>{r[o]=s(t[o])?_({},t[o]):t[o];}),m(e).forEach(o=>{b(o,t)?r[o]=s(t[o])&&s(e[o])?_(t[o],e[o]):e[o]:r[o]=s(e[o])?_({},e[o]):e[o];}),r};var ve=(t,e)=>{let r=[...t];for(let o=0;o<r.length;o++)if(e(r[o],o,r)){let a=r.splice(o,1);r.unshift(a[0]);break}return r};var He=(t,e)=>{let r=[...t];for(let o=0;o<r.length;o++)if(e(r[o],o,r)){let a=r.splice(o,1)[0];r.push(a);break}return r};var We=(t,e)=>{var r={};let o=new Set([...m(t),...m(e)]);for(let a of o)E(e[a],t[a])||(r[a]={from:t[a],to:e[a]});return r};var Ze=t=>{if(D(t))return;let e=new Date(t);if(S(e))return e};var tr=t=>JSON.stringify(t,null,2);var rr=(t,e,r)=>{let o,a=new Promise((It,K)=>{o=setTimeout(()=>K(r!=null?r:new Error("Promise timed out")),e);});return Promise.race([t(),a]).finally(()=>{clearTimeout(o);})};var nr=t=>new Promise(e=>{setTimeout(e,t);});var sr=(t,e)=>{if(p(t)){let r=t.reduce((o,a)=>(a!==e&&o.push(a),o),[]);return r.length===t.length&&r.push(e),r}return t};var pr=(t,e,r="...")=>{if(!h(e))return t;let o=[...t];return o.length<=e?t:o.slice(0,e).join("")+r};var et=[{city:"London",country:"United Kingdom",street:"Baker Street",number:"221B",zip:"NW1 6XE"},{city:"Birmingham",country:"United Kingdom",street:"Bordesley Street",number:"B1 1AA",zip:"B1 1AA"}],rt=[{city:"New York",country:"United States",street:"Broadway",number:"42",zip:"10036"},{city:"Los Angeles",country:"United States",street:"Hollywood Boulevard",number:"6801",zip:"90028"}],ot=[{city:"Paris",country:"France",street:"Rue de Rivoli",number:"75001",zip:"75001"},{city:"Berlin",country:"Germany",street:"Unter den Linden",number:"10117",zip:"10117"},{city:"Rome",country:"Italy",street:"Via del Corso",number:"00186",zip:"00186"},{city:"Madrid",country:"Spain",street:"Gran V\xEDa",number:"28013",zip:"28013"}],nt=[{city:"Moscow",country:"Russia",street:"Tverskaya",number:"101000",zip:"101000"},{city:"Tokyo",country:"Japan",street:"Shinjuku",number:"160-0022",zip:"160-0022"},{city:"Beijing",country:"China",street:"Changan",number:"100005",zip:"100005"},{city:"Cairo",country:"Egypt",street:"Al-Muizz",number:"11511",zip:"11511"},{city:"Buenos Aires",country:"Argentina",street:"Avenida de Mayo",number:"1002",zip:"C1006AAQ"},{city:"Cape Town",country:"South Africa",street:"Adderley",number:"7700",zip:"7700"},{city:"Sydney",country:"Australia",street:"George",number:"2000",zip:"2000"},{city:"Rio de Janeiro",country:"Brazil",street:"Av. Presidente Vargas",number:"20021-000",zip:"20021-000"},{city:"Mexico City",country:"Mexico",street:"Paseo de la Reforma",number:"06500",zip:"06500"}],R=[...et,...rt,...ot,...nt];var i=(t=-100,e=100)=>Math.floor(Math.random()*(e-t+1)+t),dr=(t=100)=>i(1,t),Ar=(t=-100)=>i(t,-1),fr=()=>i(-Number.MAX_SAFE_INTEGER,Number.MAX_SAFE_INTEGER),yr=()=>i(-Number.MAX_VALUE,Number.MAX_VALUE),Sr=()=>i(-100,100);var n=t=>t[i(0,t.length-1)];var Ir=()=>n(R);var it="123456789ABCDEFGHIJKLMNPQRSTUVWXYZ".split(""),Lr=({length:t=6}={})=>{if(t<1)throw new Error("randomAlphaNumericCode: Length must be greater than 0.");return c(t,()=>n(it)).join("")};var Br=()=>!!i(0,1);var Pr=16,M=(t=-9,e=9,r)=>{let o=Math.random()*(e-t)+t;return C(r)?parseFloat(o.toFixed(r)):o};var jr=()=>({lat:at(),lng:st()}),at=()=>M(-90,90),st=()=>M(-180,180);var u=(t,e)=>{let r=t||new Date(-31536e7),o=e||new Date(31536e7);return new Date(r.getTime()+Math.random()*(o.getTime()-r.getTime()))},zr=(t,e)=>{let r=t||new Date(-864e13),o=e||new Date(864e13);return u(r,o)},Gr=()=>{let t=new Date(new Date().getTime()+5*6e4);return u(t)},Xr=()=>u(void 0,new Date),vr=()=>{let t=u();return {endDate:u(t),startDate:t}};var P=["gmail.com","yahoo.com","hotmail.com","aol.com","msn.com","comcast.net","live.com","sbcglobal.net","verizon.net","att.net","mac.com","me.com","earthlink.net","charter.net","shaw.ca","yahoo.ca","googlemail.com","mail.com","qq.com","web.de","gmx.de","mail.ru"];var O=["Aardvark","Albatross","Alligator","Alpaca","Ant","Anteater","Antelope","Ape"],w=["Axe","Ball Peen Hammer","Band Saw","Bench Grinder","Biscuit Joiner","Bolt Cutter","Boring Machine","Bow Saw"],l=["Adam","Adrian","Alan","Albert","Alexander","Alice","Amanda","Emma","Amelia","Amy","Andrew","Esther","Olivia","Ruby"],d=["Smith","Johnson","Williams","Jones","Brown","Davis","Miller","Wilson","Moore","Taylor","Anderson","Thomas","Jackson","White"],pt=["\u0410\u0431\u0438\u0433\u0430\u0438\u043B","\u0410\u0434\u0430\u043C","\u0410\u0434\u0440\u0438\u0430\u043D","\u0410\u0433\u043D\u0435\u0441","\u0410\u043B\u0430\u043D","\u0410\u043B\u044C\u0431\u0435\u0440\u0442","\u0410\u043B\u0435\u043A\u0441\u0430\u043D\u0434\u0440","\u0410\u043B\u0438\u0441\u0430","\u0410\u043C\u0430\u043D\u0434\u0430","\u0410\u043C\u0435\u043B\u0438\u044F","\u042D\u043C\u0438","\u042D\u043D\u0434\u0440\u044E"],ut=["\u0421\u043C\u0438\u0442","\u0414\u0436\u043E\u043D\u0441\u043E\u043D","\u0423\u0438\u043B\u044C\u044F\u043C\u0441","\u0414\u0436\u043E\u043D\u0441","\u0411\u0440\u0430\u0443\u043D","\u0414\u044D\u0432\u0438\u0441","\u041C\u0438\u043B\u043B\u0435\u0440","\u0412\u0438\u043B\u0441\u043E\u043D","\u041C\u0443\u0440","\u0422\u0435\u0439\u043B\u043E\u0440","\u0410\u043D\u0434\u0435\u0440\u0441\u043E\u043D","\u0422\u043E\u043C\u0430\u0441","\u0414\u0436\u0435\u043A\u0441\u043E\u043D","\u0423\u0430\u0439\u0442"],lt=["\u30A2\u30D3\u30B2\u30A4\u30EB","\u30A2\u30C0\u30E0","\u30A2\u30C9\u30EA\u30A2\u30F3","\u30A2\u30B0\u30CD\u30B9","\u30A2\u30E9\u30F3","\u30A2\u30EB\u30D0\u30FC\u30C8","\u30A2\u30EC\u30AF\u30B5\u30F3\u30C0\u30FC","\u30A2\u30EA\u30B9","\u30A2\u30DE\u30F3\u30C0","\u30A2\u30E1\u30EA\u30A2","\u30A2\u30DF\u30FC","\u30A2\u30F3\u30C9\u30EA\u30E5\u30FC"],dt=["\u30B9\u30DF\u30B9","\u30B8\u30E7\u30F3\u30BD\u30F3","\u30A6\u30A3\u30EA\u30A2\u30E0\u30BA","\u30B8\u30E7\u30FC\u30F3\u30BA","\u30D6\u30E9\u30A6\u30F3","\u30C7\u30A4\u30D3\u30B9","\u30DF\u30E9\u30FC","\u30A6\u30A3\u30EB\u30BD\u30F3","\u30E2\u30A2","\u30BF\u30A4\u30E9\u30FC","\u30A2\u30F3\u30C0\u30FC\u30BD\u30F3","\u30C8\u30FC\u30DE\u30B9","\u30B8\u30E3\u30AF\u30BD\u30F3","\u30DB\u30EF\u30A4\u30C8"],At=["\u0623\u0628\u064A\u062C\u064A\u0644","\u0622\u062F\u0645","\u0622\u062F\u0631\u064A\u0627\u0646","\u0623\u063A\u0646\u064A\u0633","\u0622\u0644\u0627\u0646","\u0622\u0644\u0628\u0631\u062A","\u0623\u0644\u0643\u0633\u0646\u062F\u0631","\u0622\u0644\u064A\u0633","\u0622\u0645\u0627\u0646\u062F\u0627","\u0622\u0645\u064A\u0644\u064A\u0627","\u0622\u0645\u064A","\u0623\u0646\u062F\u0631\u0648"],ft=["\u0633\u0645\u064A\u062B","\u062C\u0648\u0646\u0633\u0648\u0646","\u0648\u064A\u0644\u064A\u0627\u0645\u0632","\u062C\u0648\u0646\u0632","\u0628\u0631\u0627\u0648\u0646","\u062F\u064A\u0641\u064A\u0633","\u0645\u064A\u0644\u0631","\u0648\u064A\u0644\u0633\u0648\u0646","\u0645\u0648\u0631","\u062A\u0627\u064A\u0644\u0648\u0631","\u0623\u0646\u062F\u0631\u0633\u0648\u0646","\u062A\u0648\u0645\u0627\u0633","\u062C\u0627\u0643\u0633\u0648\u0646","\u0648\u0627\u064A\u062A"],j=[...l,...pt,...lt,...At],U=[...d,...ut,...dt,...ft];var F=()=>(n(l)+"."+n(d)).toLowerCase()+i(11,99);var Qr=()=>`${F()}@${n(P)}`;var z=["\u{1F600}","\u{1F601}","\u{1F602}","\u{1F923}","\u{1F603}","\u{1F604}","\u{1F605}","\u{1F606}","\u{1F609}","\u{1F60A}","\u{1F60B}","\u{1F60E}","\u{1F60D}","\u{1F618}","\u{1F617}","\u{1F619}"],G=["!","@","#","$","%","^","&","*"];var no=()=>n(z);var mo=t=>n(Object.keys(t).filter(e=>!B(e)));var lo=t=>{let e=[];return Object.values(t).forEach(r=>{b(r,t)&&!e.includes(r)&&e.push(t[r]);}),n(e)};var yt=["abide","abound","accept","accomplish","achieve","acquire","act","adapt","add","adjust","admire","admit","adopt","advance","advise","afford","agree","alert","allow","be","go","need","work"],St=["abandon","ability","able","abortion","about","above","abroad","absence","absent","absolute"],bt=["abandoned","abdominal","ability","able","abnormal","abolish","abortion","about","above","abroad","absence","absent","absolute"],xt=["abnormally","aboard","absentmindedly","absolutely","absurdly","abundantly","abysmally","academically","acceleratedly","accentually","acceptably","accessibly","accidentally","accommodatingly"],Et=["Pneumonoultramicroscopicsilicovolcanoconiosis","Floccinaucinihilipilification","Pseudopseudohypoparathyroidism","Hippopotomonstrosesquippedaliophobia","Antidisestablishmentarianism","Supercalifragilisticexpialidocious","Honorificabilitudinitatibus"];var X=["AliceBlue","Aqua","Aquamarine","Azure","Beige","Bisque","Black","Blue","BlueViolet","Brown","BurlyWood","CadetBlue","Chartreuse","Chocolate","Coral","DarkSlateGray","DeepPink","Gold","Lime","Olive","Orchid","Salmon","Turquoise"],v=[...yt,...St,...bt,...xt,...Et];var T=()=>n(v);var k=()=>g(c(8,()=>T()).join(" "))+".";var Tt=["png","jpg","jpeg","gif","svg","webp"],go=({name:t,extension:e}={})=>{if(typeof File=="undefined")return;let r=e||n(Tt);return new File([k()],`${t||T()}.${r}`,{type:`image/${r}`})};var N=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];var Ro=()=>"#"+c(6,()=>n(N)).join("");var jo=()=>n(N);var H=()=>n(X);var V=["AD1200012030200359100100","BA391290079401028494","BE68539007547034","BG80BNBG96611020345678","BH67BMAG00001299123456","BY13NBRB3600900000002Z00AB00","CH9300762011623852957","CR05015202001026284066","CY17002001280000001200527600","CZ6508000000192000145399","DE89370400440532013000","DO28BAGR00000001212453611324","EE382200221020145685","ES9121000418450200051332","FI2112345600000785","FO6264600001631634","FR1420041010050500013M02606","GB29NWBK60161331926819","GE29NB0000000101904917"];var Ho=()=>n(V);var Ko=()=>`${i(0,255).toString()}.${i(0,255).toString()}.${i(0,255).toString()}.${i(0,255).toString()}`;var Yo=()=>n([...O,...w]),Zo=()=>n(j),Qo=()=>n(U),tn=()=>n(l)+" "+n(d);var nn=({length:t=6}={})=>{if(t<1)throw new Error("randomNumericCode: Length must be greater than 0.");return c(t,(e,r)=>i(r?0:1,9)).join("")};var Nt=1,J=()=>Nt++;var ln=()=>H()+n(G)+i(11,99);var fn=()=>{let t=J().toString().padStart(15,"0"),e=t.substring(0,12);return `00000000-0000-1000-8${t.substring(12,15)}-${e}`};
|
|
4
|
+
var c=(t,r)=>Array.from({length:t},r);var y=t=>[...new Set(t)];var Lt=(t,r)=>y(t.filter(e=>!r.includes(e)).concat(r.filter(e=>!t.includes(e))));var Bt=(t,r)=>y(t.filter(e=>r.includes(e)));var M=t=>t.charAt(0).toUpperCase()+t.slice(1).toLowerCase();var wt=({number:t,min:r,max:e})=>(e<r&&process.env.DEVERYTHING_WARNINGS&&console.warn("clamp: max < min",{number:t,min:r,max:e}),t<r?r:t>e?e:t);var Ut=t=>t.trim().replace(/\s{2,}/g," ");var zt=t=>t==null?void 0:t[0];var s=t=>Object.keys(t).concat(q(t)),q=t=>Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(t).filter(function(r){return Object.propertyIsEnumerable.call(t,r)}):[];var Xt=t=>s(t)[0];var Ht=t=>Object.values(t)[0];var Kt=t=>t==null?void 0:t[t.length-1];var p=t=>Array.isArray(t);var qt=t=>Object.prototype.toString.call(t)==="[object Boolean]";var h=()=>typeof window=="undefined";var S=()=>!h();var er=S;var u=t=>typeof t=="string";var ar=t=>u(t)&&/\S+@\S+\.\S+/.test(t);var m=t=>Object.prototype.toString.call(t)==="[object Object]";var D=t=>Q(t)||Z(t)||Y(t)?!0:t==null,Y=t=>u(t)&&t.trim().length===0,Z=t=>p(t)&&t.length===0,Q=t=>m(t)&&Object.keys(t).length===0;var g=t=>Object.prototype.toString.call(t)==="[object Function]";var A=t=>Object.prototype.toString.call(t)==="[object Date]"&&!isNaN(t);var b=(t,r)=>r.hasOwnProperty(t)&&r.propertyIsEnumerable(t);var x=t=>Number.isInteger(t),Sr=t=>x(t)&&!(t%2),Ar=t=>x(t)&&!!(t%2),L=t=>x(t)&&t>0,br=t=>x(t)&&t<0,R=t=>Object.prototype.toString.apply(t)==="[object Number]"&&isFinite(t);var C=t=>t.indexOf(" ")>=0;var B=t=>R(t)?!0:!u(t)||C(t)?!1:!isNaN(parseFloat(t));var _r=t=>/^\d+$/.test(t)&&parseInt(t)>0;var hr=t=>t instanceof Promise;var Rr=()=>S()&&window.matchMedia("(display-mode: standalone)").matches;var tt=typeof Symbol=="function"&&Symbol.for,rt=tt?Symbol.for("react.element"):60103,Br=t=>t.$$typeof===rt;var Pr=t=>Object.prototype.toString.call(t)==="[object RegExp]";var E=(t,r)=>{if(t===r)return !0;if(p(t)&&p(r))return t.length!==r.length?!1:t.every((e,o)=>E(e,r[o]));if(m(t)&&m(r)){let e=s(t);return e.length!==s(r).length?!1:e.every(o=>E(t[o],r[o]))}return g(t)&&g(r)?t.toString()===r.toString():!1};var Wr=t=>{let r=new Date(t);return A(r)};var Gr=t=>typeof t=="undefined";var et=new RegExp("^(https?:\\/\\/)?((([a-z\\d]([a-z\\d-]*[a-z\\d])*)\\.?)+[a-z]{2,}|((\\d{1,3}\\.){3}\\d{1,3}))(\\:\\d+)?(\\/[-a-z\\d%_.~+]*)*(\\?[;&a-z\\d%_.~+=-]*)?(\\#[-a-z\\d_]*)?$","i"),kr=t=>!!t&&et.test(t);var Jr=t=>/^[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}$/i.test(t);var O=t=>t!=null&&!Number.isNaN(t);var I=(t,r)=>{let e={};return s(t).forEach(o=>{e[o]=m(t[o])?I({},t[o]):t[o];}),s(r).forEach(o=>{b(o,t)?e[o]=m(t[o])&&m(r[o])?I(t[o],r[o]):r[o]:e[o]=m(r[o])?I({},r[o]):r[o];}),e};var te=(t,r)=>{let e=[...t];for(let o=0;o<e.length;o++)if(r(e[o],o,e)){let a=e.splice(o,1);e.unshift(a[0]);break}return e};var ee=(t,r)=>{let e=[...t];for(let o=0;o<e.length;o++)if(r(e[o],o,e)){let a=e.splice(o,1)[0];e.push(a);break}return e};var ae=(t,r)=>{var e={};let o=new Set([...s(t),...s(r)]);for(let a of o)E(r[a],t[a])||(e[a]={from:t[a],to:r[a]});return e};var pe=t=>{if(D(t))return;let r=new Date(t);if(A(r))return r};var le=t=>JSON.stringify(t,null,2);var fe=(t,r,e)=>{let o,a=new Promise((_t,$)=>{o=setTimeout(()=>$(e!=null?e:new Error("Promise timed out")),r);});return Promise.race([t(),a]).finally(()=>{clearTimeout(o);})};var Se=t=>new Promise(r=>{setTimeout(r,t);});var xe=(t,r)=>{if(p(t)){let e=t.reduce((o,a)=>(a!==r&&o.push(a),o),[]);return e.length===t.length&&e.push(r),e}return t};var Ne=(t,r,e="...")=>{if(!L(r))return t;let o=[...t];return o.length<=r?t:o.slice(0,r).join("")+e};var ot=[{city:"London",country:"United Kingdom",street:"Baker Street",line2:"Marylebone",number:"221B",zip:"NW1 6XE"},{city:"Birmingham",country:"United Kingdom",street:"Bordesley Street",number:"B1 1AA",zip:"B1 1AA"}],nt=[{city:"New York",country:"United States",state:"NY",street:"Broadway",line2:"Manhattan",number:"42",zip:"10036"},{city:"Los Angeles",country:"United States",state:"CA",street:"Hollywood Boulevard",number:"6801",zip:"90028"}],it=[{city:"Paris",country:"France",street:"Rue de Rivoli",number:"75001",zip:"75001"},{city:"Berlin",country:"Germany",street:"Unter den Linden",line2:"Mitte",number:"10117",zip:"10117"},{city:"Rome",country:"Italy",street:"Via del Corso",number:"00186",zip:"00186"},{city:"Madrid",country:"Spain",street:"Gran V\xEDa",line2:"Sol",number:"28013",zip:"28013"}],at=[{city:"Moscow",country:"Russia",street:"Tverskaya",number:"101000",zip:"101000"},{city:"Tokyo",country:"Japan",street:"Shinjuku",line2:"Shinjuku City",number:"160-0022",zip:"160-0022"},{city:"Beijing",country:"China",street:"Changan",number:"100005",zip:"100005"},{city:"Cairo",country:"Egypt",street:"Al-Muizz",number:"11511",zip:"11511"},{city:"Buenos Aires",country:"Argentina",street:"Avenida de Mayo",number:"1002",zip:"C1006AAQ"},{city:"Cape Town",country:"South Africa",street:"Adderley",number:"7700",zip:"7700"},{city:"Sydney",country:"Australia",street:"George",line2:"Haymarket",number:"2000",zip:"2000"},{city:"Rio de Janeiro",country:"Brazil",street:"Av. Presidente Vargas",number:"20021-000",zip:"20021-000"},{city:"Mexico City",country:"Mexico",street:"Paseo de la Reforma",number:"06500",zip:"06500"}],P=[...ot,...nt,...it,...at];var i=(t=-100,r=100)=>Math.floor(Math.random()*(r-t+1)+t),_e=(t=100)=>i(1,t),Me=(t=-100)=>i(t,-1),he=()=>i(-Number.MAX_SAFE_INTEGER,Number.MAX_SAFE_INTEGER),De=()=>i(-Number.MAX_VALUE,Number.MAX_VALUE),Le=()=>i(-100,100);var n=t=>t[i(0,t.length-1)];var we=()=>n(P);var st="123456789ABCDEFGHIJKLMNPQRSTUVWXYZ".split(""),ze=({length:t=6}={})=>{if(t<1)throw new Error("randomAlphaNumericCode: Length must be greater than 0.");return c(t,()=>n(st)).join("")};var We=()=>!!i(0,1);var He=16,_=(t=-9,r=9,e)=>{let o=Math.random()*(r-t)+t;return O(e)?parseFloat(o.toFixed(e)):o};var Je=()=>({lat:mt(),lng:ct()}),mt=()=>_(-90,90),ct=()=>_(-180,180);var l=(t,r)=>{let e=t||new Date(-31536e7),o=r||new Date(31536e7);return new Date(e.getTime()+Math.random()*(o.getTime()-e.getTime()))},Ye=(t,r)=>{let e=t||new Date(-864e13),o=r||new Date(864e13);return l(e,o)},Ze=()=>{let t=new Date(new Date().getTime()+5*6e4);return l(t)},Qe=()=>l(void 0,new Date),to=()=>{let t=l();return {endDate:l(t),startDate:t}};var w=["gmail.com","yahoo.com","hotmail.com","aol.com","msn.com","comcast.net","live.com","att.net","mac.com","me.com","charter.net","shaw.ca","yahoo.ca","mail.com","qq.com","web.de","gmx.de","mail.ru"];var j=["Albatross","Dolphin","Elephant","Giraffe","Koala","Lion","Penguin"],U=["Axe","Chisel","Drill","Hammer","Mallet","Pliers","Saw","Screwdriver","Wrench"],d=["Adrian","Albert","Alexander","Alice","Amanda","Amy","Benjamin","David","Emma","Esther","Olivia","Ruby","Sarah","Victoria"],f=["Anderson","Brown","Davis","Jackson","Johnson","Jones","Miller","Moore","Smith","Taylor","Thomas","White","Williams","Wilson"],lt=["\u0410\u0431\u0438\u0433\u0430\u0438\u043B","\u0410\u0433\u043D\u0435\u0441","\u0410\u0434\u0430\u043C","\u0410\u0434\u0440\u0438\u0430\u043D","\u0410\u043B\u0430\u043D","\u0410\u043B\u0435\u043A\u0441\u0430\u043D\u0434\u0440","\u0410\u043B\u0438\u0441\u0430","\u0410\u043B\u044C\u0431\u0435\u0440\u0442","\u0410\u043C\u0430\u043D\u0434\u0430","\u0410\u043C\u0435\u043B\u0438\u044F","\u042D\u043C\u0438","\u042D\u043D\u0434\u0440\u044E"],dt=["\u0410\u043D\u0434\u0435\u0440\u0441\u043E\u043D","\u0411\u0440\u0430\u0443\u043D","\u0412\u0438\u043B\u0441\u043E\u043D","\u0414\u0436\u0435\u043A\u0441\u043E\u043D","\u0414\u0436\u043E\u043D\u0441","\u0414\u0436\u043E\u043D\u0441\u043E\u043D","\u0414\u044D\u0432\u0438\u0441","\u041C\u0438\u043B\u043B\u0435\u0440","\u041C\u0443\u0440","\u0421\u043C\u0438\u0442","\u0422\u0435\u0439\u043B\u043E\u0440","\u0422\u043E\u043C\u0430\u0441","\u0423\u0430\u0439\u0442","\u0423\u0438\u043B\u044C\u044F\u043C\u0441"],ft=["\u30A2\u30B0\u30CD\u30B9","\u30A2\u30C0\u30E0","\u30A2\u30C9\u30EA\u30A2\u30F3","\u30A2\u30D3\u30B2\u30A4\u30EB","\u30A2\u30DE\u30F3\u30C0","\u30A2\u30DF\u30FC","\u30A2\u30E1\u30EA\u30A2","\u30A2\u30E9\u30F3","\u30A2\u30EA\u30B9","\u30A2\u30EB\u30D0\u30FC\u30C8","\u30A2\u30EC\u30AF\u30B5\u30F3\u30C0\u30FC","\u30A2\u30F3\u30C9\u30EA\u30E5\u30FC"],yt=["\u30A2\u30F3\u30C0\u30FC\u30BD\u30F3","\u30A6\u30A3\u30EA\u30A2\u30E0\u30BA","\u30A6\u30A3\u30EB\u30BD\u30F3","\u30B8\u30E3\u30AF\u30BD\u30F3","\u30B8\u30E7\u30FC\u30F3\u30BA","\u30B8\u30E7\u30F3\u30BD\u30F3","\u30B9\u30DF\u30B9","\u30BF\u30A4\u30E9\u30FC","\u30C7\u30A4\u30D3\u30B9","\u30C8\u30FC\u30DE\u30B9","\u30D6\u30E9\u30A6\u30F3","\u30DB\u30EF\u30A4\u30C8","\u30DF\u30E9\u30FC","\u30E2\u30A2"],St=["\u0622\u062F\u0631\u064A\u0627\u0646","\u0622\u062F\u0645","\u0622\u0644\u0627\u0646","\u0622\u0644\u0628\u0631\u062A","\u0622\u0644\u064A\u0633","\u0622\u0645\u0627\u0646\u062F\u0627","\u0622\u0645\u064A","\u0622\u0645\u064A\u0644\u064A\u0627","\u0623\u0628\u064A\u062C\u064A\u0644","\u0623\u063A\u0646\u064A\u0633","\u0623\u0644\u0643\u0633\u0646\u062F\u0631","\u0623\u0646\u062F\u0631\u0648"],At=["\u0623\u0646\u062F\u0631\u0633\u0648\u0646","\u0628\u0631\u0627\u0648\u0646","\u062A\u0627\u064A\u0644\u0648\u0631","\u062A\u0648\u0645\u0627\u0633","\u062C\u0627\u0643\u0633\u0648\u0646","\u062C\u0648\u0646\u0632","\u062C\u0648\u0646\u0633\u0648\u0646","\u062F\u064A\u0641\u064A\u0633","\u0633\u0645\u064A\u062B","\u0645\u0648\u0631","\u0645\u064A\u0644\u0631","\u0648\u0627\u064A\u062A","\u0648\u064A\u0644\u0633\u0648\u0646","\u0648\u064A\u0644\u064A\u0627\u0645\u0632"],F=[...d,...lt,...ft,...St],z=[...f,...dt,...yt,...At];var v=()=>(n(d)+"."+n(f)).toLowerCase()+i(11,99);var uo=()=>`${v()}@${n(w)}`;var V=["\u{1F600}","\u{1F601}","\u{1F602}","\u{1F923}","\u{1F603}","\u{1F604}","\u{1F605}","\u{1F606}","\u{1F609}","\u{1F60A}","\u{1F60B}","\u{1F60E}","\u{1F60D}","\u{1F618}","\u{1F617}","\u{1F619}"],W=["!","@","#","$","%","^","&","*"];var Ao=()=>n(V);var To=t=>n(Object.keys(t).filter(r=>!B(r)));var _o=t=>{let r=[];return Object.values(t).forEach(e=>{b(e,t)&&!r.includes(e)&&r.push(t[e]);}),n(r)};var bt=["abide","abound","accept","accomplish","achieve","acquire","act","adapt","add","adjust","admire","admit","adopt","advance","advise","afford","agree","alert","allow","be","go","need","work"],xt=["abandon","ability","able","abortion","about","above","abroad","absence","absent","absolute"],Et=["abandoned","abdominal","ability","able","abnormal","abolish","abortion","about","above","abroad","absence","absent","absolute"],Tt=["abnormally","aboard","absentmindedly","absolutely","absurdly","abundantly","abysmally","academically","acceleratedly","accentually","acceptably","accessibly","accidentally","accommodatingly"],Nt=["Pneumonoultramicroscopicsilicovolcanoconiosis","Floccinaucinihilipilification","Pseudopseudohypoparathyroidism","Hippopotomonstrosesquippedaliophobia","Antidisestablishmentarianism","Supercalifragilisticexpialidocious","Honorificabilitudinitatibus"];var X=["AliceBlue","Aqua","Aquamarine","Azure","Beige","Bisque","Black","Blue","BlueViolet","Brown","BurlyWood","CadetBlue","Chartreuse","Chocolate","Coral","DarkSlateGray","DeepPink","Gold","Lime","Olive","Orchid","Salmon","Turquoise"],G=[...bt,...xt,...Et,...Tt,...Nt];var T=()=>n(G);var H=()=>M(c(8,()=>T()).join(" "))+".";var gt=["png","jpg","jpeg","gif","svg","webp"],Fo=({name:t,extension:r}={})=>{if(typeof File=="undefined")return;let e=r||n(gt);return new File([H()],`${t||T()}.${e}`,{type:`image/${e}`})};var N=["0","1","2","3","4","5","6","7","8","9","A","B","C","D","E","F"];var Go=()=>"#"+c(6,()=>n(N)).join("");var Jo=()=>n(N);var k=()=>n(X);var K=["AD1200012030200359100100","BA391290079401028494","BE68539007547034","BG80BNBG96611020345678","BH67BMAG00001299123456","BY13NBRB3600900000002Z00AB00","CH9300762011623852957","CR05015202001026284066","CY17002001280000001200527600","CZ6508000000192000145399","DE89370400440532013000","DO28BAGR00000001212453611324","EE382200221020145685","ES9121000418450200051332","FI2112345600000785","FO6264600001631634","FR1420041010050500013M02606","GB29NWBK60161331926819","GE29NB0000000101904917"];var en=()=>n(K);var an=()=>`${i(0,255).toString()}.${i(0,255).toString()}.${i(0,255).toString()}.${i(0,255).toString()}`;var pn=()=>n([...j,...U]),un=()=>n(F),ln=()=>n(z),dn=()=>n(d)+" "+n(f);var An=({length:t=6}={})=>{if(t<1)throw new Error("randomNumericCode: Length must be greater than 0.");return c(t,(r,e)=>i(e?0:1,9)).join("")};var It=1,J=()=>It++;var In=()=>k()+n(W)+i(11,99);var hn=()=>{let t=J().toString().padStart(15,"0"),r=t.substring(0,12);return `00000000-0000-1000-8${t.substring(12,15)}-${r}`};
|
|
5
5
|
|
|
6
|
-
exports.JS_MAX_DIGITS =
|
|
6
|
+
exports.JS_MAX_DIGITS = He;
|
|
7
7
|
exports.array = c;
|
|
8
8
|
exports.arrayDiff = Lt;
|
|
9
9
|
exports.arrayIntersection = Bt;
|
|
10
|
-
exports.capitalize =
|
|
11
|
-
exports.clamp =
|
|
12
|
-
exports.cleanSpaces =
|
|
13
|
-
exports.first =
|
|
14
|
-
exports.
|
|
15
|
-
exports.
|
|
10
|
+
exports.capitalize = M;
|
|
11
|
+
exports.clamp = wt;
|
|
12
|
+
exports.cleanSpaces = Ut;
|
|
13
|
+
exports.first = zt;
|
|
14
|
+
exports.firstKey = Xt;
|
|
15
|
+
exports.firstValue = Ht;
|
|
16
|
+
exports.getEnumerableOwnPropertySymbols = q;
|
|
17
|
+
exports.getKeys = s;
|
|
16
18
|
exports.isArray = p;
|
|
17
|
-
exports.isBoolean =
|
|
18
|
-
exports.isBrowser =
|
|
19
|
-
exports.isClient =
|
|
20
|
-
exports.isEmail =
|
|
19
|
+
exports.isBoolean = qt;
|
|
20
|
+
exports.isBrowser = er;
|
|
21
|
+
exports.isClient = S;
|
|
22
|
+
exports.isEmail = ar;
|
|
21
23
|
exports.isEmpty = D;
|
|
22
|
-
exports.isEmptyArray =
|
|
23
|
-
exports.isEmptyObject =
|
|
24
|
-
exports.isEmptyString =
|
|
25
|
-
exports.isEven =
|
|
26
|
-
exports.isFunction =
|
|
24
|
+
exports.isEmptyArray = Z;
|
|
25
|
+
exports.isEmptyObject = Q;
|
|
26
|
+
exports.isEmptyString = Y;
|
|
27
|
+
exports.isEven = Sr;
|
|
28
|
+
exports.isFunction = g;
|
|
27
29
|
exports.isInt = x;
|
|
28
|
-
exports.isJsDate =
|
|
30
|
+
exports.isJsDate = A;
|
|
29
31
|
exports.isKey = b;
|
|
30
|
-
exports.isNegative =
|
|
31
|
-
exports.isNumber =
|
|
32
|
+
exports.isNegative = br;
|
|
33
|
+
exports.isNumber = R;
|
|
32
34
|
exports.isNumeric = B;
|
|
33
|
-
exports.
|
|
34
|
-
exports.
|
|
35
|
-
exports.
|
|
36
|
-
exports.
|
|
37
|
-
exports.
|
|
38
|
-
exports.
|
|
39
|
-
exports.
|
|
35
|
+
exports.isNumericId = _r;
|
|
36
|
+
exports.isObject = m;
|
|
37
|
+
exports.isOdd = Ar;
|
|
38
|
+
exports.isPWA = Rr;
|
|
39
|
+
exports.isPositive = L;
|
|
40
|
+
exports.isPromise = hr;
|
|
41
|
+
exports.isReactElement = Br;
|
|
42
|
+
exports.isRegExp = Pr;
|
|
40
43
|
exports.isSame = E;
|
|
41
|
-
exports.isServer =
|
|
42
|
-
exports.
|
|
43
|
-
exports.
|
|
44
|
-
exports.
|
|
45
|
-
exports.
|
|
46
|
-
exports.
|
|
47
|
-
exports.
|
|
48
|
-
exports.
|
|
49
|
-
exports.
|
|
50
|
-
exports.
|
|
51
|
-
exports.
|
|
52
|
-
exports.
|
|
53
|
-
exports.
|
|
54
|
-
exports.
|
|
55
|
-
exports.
|
|
56
|
-
exports.
|
|
57
|
-
exports.
|
|
44
|
+
exports.isServer = h;
|
|
45
|
+
exports.isSpacedString = C;
|
|
46
|
+
exports.isString = u;
|
|
47
|
+
exports.isStringDate = Wr;
|
|
48
|
+
exports.isURL = kr;
|
|
49
|
+
exports.isUUID = Jr;
|
|
50
|
+
exports.isUndefined = Gr;
|
|
51
|
+
exports.isValue = O;
|
|
52
|
+
exports.last = Kt;
|
|
53
|
+
exports.merge = I;
|
|
54
|
+
exports.moveToFirst = te;
|
|
55
|
+
exports.moveToLast = ee;
|
|
56
|
+
exports.objectDiff = ae;
|
|
57
|
+
exports.parseDate = pe;
|
|
58
|
+
exports.pretty = le;
|
|
59
|
+
exports.promiseWithTimeout = fe;
|
|
60
|
+
exports.randomAddress = we;
|
|
61
|
+
exports.randomAlphaNumericCode = ze;
|
|
58
62
|
exports.randomArrayItem = n;
|
|
59
|
-
exports.randomBool =
|
|
60
|
-
exports.randomCoords =
|
|
61
|
-
exports.randomDate =
|
|
62
|
-
exports.randomDateRange =
|
|
63
|
-
exports.randomEmail =
|
|
64
|
-
exports.randomEmoji =
|
|
65
|
-
exports.randomEnumKey =
|
|
66
|
-
exports.randomEnumValue =
|
|
67
|
-
exports.randomFile =
|
|
68
|
-
exports.randomFirstName =
|
|
69
|
-
exports.randomFloat =
|
|
70
|
-
exports.randomFullName =
|
|
71
|
-
exports.randomFutureDate =
|
|
72
|
-
exports.randomHandle =
|
|
73
|
-
exports.randomHexColor =
|
|
74
|
-
exports.randomHexValue =
|
|
75
|
-
exports.randomHtmlColorName =
|
|
76
|
-
exports.randomIBAN =
|
|
77
|
-
exports.randomIP =
|
|
63
|
+
exports.randomBool = We;
|
|
64
|
+
exports.randomCoords = Je;
|
|
65
|
+
exports.randomDate = l;
|
|
66
|
+
exports.randomDateRange = to;
|
|
67
|
+
exports.randomEmail = uo;
|
|
68
|
+
exports.randomEmoji = Ao;
|
|
69
|
+
exports.randomEnumKey = To;
|
|
70
|
+
exports.randomEnumValue = _o;
|
|
71
|
+
exports.randomFile = Fo;
|
|
72
|
+
exports.randomFirstName = un;
|
|
73
|
+
exports.randomFloat = _;
|
|
74
|
+
exports.randomFullName = dn;
|
|
75
|
+
exports.randomFutureDate = Ze;
|
|
76
|
+
exports.randomHandle = v;
|
|
77
|
+
exports.randomHexColor = Go;
|
|
78
|
+
exports.randomHexValue = Jo;
|
|
79
|
+
exports.randomHtmlColorName = k;
|
|
80
|
+
exports.randomIBAN = en;
|
|
81
|
+
exports.randomIP = an;
|
|
78
82
|
exports.randomInt = i;
|
|
79
|
-
exports.randomLastName =
|
|
80
|
-
exports.randomLat =
|
|
81
|
-
exports.randomLng =
|
|
82
|
-
exports.randomMaxDate =
|
|
83
|
-
exports.randomMaxInt =
|
|
84
|
-
exports.randomMaxSafeInt =
|
|
85
|
-
exports.randomName =
|
|
86
|
-
exports.randomNegativeInt =
|
|
87
|
-
exports.randomNumericCode =
|
|
83
|
+
exports.randomLastName = ln;
|
|
84
|
+
exports.randomLat = mt;
|
|
85
|
+
exports.randomLng = ct;
|
|
86
|
+
exports.randomMaxDate = Ye;
|
|
87
|
+
exports.randomMaxInt = De;
|
|
88
|
+
exports.randomMaxSafeInt = he;
|
|
89
|
+
exports.randomName = pn;
|
|
90
|
+
exports.randomNegativeInt = Me;
|
|
91
|
+
exports.randomNumericCode = An;
|
|
88
92
|
exports.randomNumericId = J;
|
|
89
|
-
exports.randomParagraph =
|
|
90
|
-
exports.randomPassword =
|
|
91
|
-
exports.randomPastDate =
|
|
92
|
-
exports.randomPercentage =
|
|
93
|
-
exports.randomPositiveInt =
|
|
94
|
-
exports.randomUUID =
|
|
93
|
+
exports.randomParagraph = H;
|
|
94
|
+
exports.randomPassword = In;
|
|
95
|
+
exports.randomPastDate = Qe;
|
|
96
|
+
exports.randomPercentage = Le;
|
|
97
|
+
exports.randomPositiveInt = _e;
|
|
98
|
+
exports.randomUUID = hn;
|
|
95
99
|
exports.randomWord = T;
|
|
96
|
-
exports.sleep =
|
|
97
|
-
exports.toggleArray =
|
|
98
|
-
exports.truncate =
|
|
99
|
-
exports.uniqueValues =
|
|
100
|
+
exports.sleep = Se;
|
|
101
|
+
exports.toggleArray = xe;
|
|
102
|
+
exports.truncate = Ne;
|
|
103
|
+
exports.uniqueValues = y;
|
|
100
104
|
|
|
101
105
|
return exports;
|
|
102
106
|
|