@rzl-zone/utils-js 3.11.1 → 3.12.1-beta.0

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.
Files changed (286) hide show
  1. package/{LICENSE.md → LICENSE} +3 -3
  2. package/README.md +62 -89
  3. package/dist/.references/index.d.cts +25 -0
  4. package/dist/.references/index.d.ts +25 -0
  5. package/dist/assertIsArray-BChqwPiP.cjs +26 -0
  6. package/dist/assertIsArray-BChqwPiP.cjs.map +1 -0
  7. package/dist/assertIsArray-BfAbIUfa.js +20 -0
  8. package/dist/assertIsArray-BfAbIUfa.js.map +1 -0
  9. package/dist/assertIsBoolean-BlBct0Fc.js +1073 -0
  10. package/dist/assertIsBoolean-BlBct0Fc.js.map +1 -0
  11. package/dist/assertIsBoolean-DozdtbNi.cjs +1283 -0
  12. package/dist/assertIsBoolean-DozdtbNi.cjs.map +1 -0
  13. package/dist/assertIsString-Bvk7bUL7.cjs +26 -0
  14. package/dist/assertIsString-Bvk7bUL7.cjs.map +1 -0
  15. package/dist/assertIsString-DqV9NwbI.js +20 -0
  16. package/dist/assertIsString-DqV9NwbI.js.map +1 -0
  17. package/dist/assertions/index.cjs +37 -40
  18. package/dist/assertions/index.cjs.map +1 -0
  19. package/dist/assertions/index.d.cts +12 -0
  20. package/dist/assertions/index.d.ts +10 -824
  21. package/dist/assertions/index.js +30 -13
  22. package/dist/assertions/index.js.map +1 -0
  23. package/dist/conversions/index.cjs +34 -103
  24. package/dist/conversions/index.d.cts +12 -0
  25. package/dist/conversions/index.d.ts +10 -1791
  26. package/dist/conversions/index.js +14 -24
  27. package/dist/conversions-CBs8-REq.cjs +448 -0
  28. package/dist/conversions-CBs8-REq.cjs.map +1 -0
  29. package/dist/conversions-EMJa3g-D.js +382 -0
  30. package/dist/conversions-EMJa3g-D.js.map +1 -0
  31. package/dist/events/index.cjs +55 -31
  32. package/dist/events/index.cjs.map +1 -0
  33. package/dist/events/index.d.cts +174 -0
  34. package/dist/events/index.d.ts +31 -35
  35. package/dist/events/index.js +50 -12
  36. package/dist/events/index.js.map +1 -0
  37. package/dist/formatEnvPort-DpIXzPAZ.js +159 -0
  38. package/dist/formatEnvPort-DpIXzPAZ.js.map +1 -0
  39. package/dist/formatEnvPort-hHNvOim-.cjs +171 -0
  40. package/dist/formatEnvPort-hHNvOim-.cjs.map +1 -0
  41. package/dist/formatters/index.cjs +21 -61
  42. package/dist/formatters/index.d.cts +12 -0
  43. package/dist/formatters/index.d.ts +10 -2152
  44. package/dist/formatters/index.js +10 -18
  45. package/dist/formatters-QcZO_Cpx.js +367 -0
  46. package/dist/formatters-QcZO_Cpx.js.map +1 -0
  47. package/dist/formatters-lAYgA11L.cjs +427 -0
  48. package/dist/formatters-lAYgA11L.cjs.map +1 -0
  49. package/dist/generators/index.cjs +161 -41
  50. package/dist/generators/index.cjs.map +1 -0
  51. package/dist/generators/index.d.cts +12 -0
  52. package/dist/generators/index.d.ts +10 -338
  53. package/dist/generators/index.js +154 -14
  54. package/dist/generators/index.js.map +1 -0
  55. package/dist/index-26W7ItWx.d.ts +760 -0
  56. package/dist/index-BPPQjAfs.d.cts +2359 -0
  57. package/dist/index-BXjlgBLz.d.cts +2139 -0
  58. package/dist/index-B_Wwo91H.d.ts +2359 -0
  59. package/dist/index-CpufydcI.d.cts +704 -0
  60. package/dist/index-Czc4O526.d.ts +333 -0
  61. package/dist/index-DPs1_p5G.d.cts +760 -0
  62. package/dist/index-DRpOyBSC.d.ts +1703 -0
  63. package/dist/index-DWWvtHUn.d.cts +822 -0
  64. package/dist/index-DnM0LD0n.d.cts +333 -0
  65. package/dist/index-GUZ9fK6T.d.ts +2139 -0
  66. package/dist/index-I4fAzwXV.d.ts +704 -0
  67. package/dist/index-JDrOl_19.d.ts +822 -0
  68. package/dist/index-b66P49Qe.d.cts +1703 -0
  69. package/dist/isBigInt-B1cijjqm.cjs +20 -0
  70. package/dist/isBigInt-B1cijjqm.cjs.map +1 -0
  71. package/dist/isBigInt-C0bN0Rhu.js +14 -0
  72. package/dist/isBigInt-C0bN0Rhu.js.map +1 -0
  73. package/dist/isEmptyObject-DI42NEo0.cjs +37 -0
  74. package/dist/isEmptyObject-DI42NEo0.cjs.map +1 -0
  75. package/dist/isEmptyObject-DeLVIJpl.js +25 -0
  76. package/dist/isEmptyObject-DeLVIJpl.js.map +1 -0
  77. package/dist/isEmptyString-BTUWYTbw.js +15 -0
  78. package/dist/isEmptyString-BTUWYTbw.js.map +1 -0
  79. package/dist/isEmptyString-CCK3bP74.cjs +21 -0
  80. package/dist/isEmptyString-CCK3bP74.cjs.map +1 -0
  81. package/dist/isEmptyValue-DMSMFTU8.cjs +30 -0
  82. package/dist/isEmptyValue-DMSMFTU8.cjs.map +1 -0
  83. package/dist/isEmptyValue-fjnfQnt5.js +24 -0
  84. package/dist/isEmptyValue-fjnfQnt5.js.map +1 -0
  85. package/dist/isEqual-B1fRgEuU.cjs +111 -0
  86. package/dist/isEqual-B1fRgEuU.cjs.map +1 -0
  87. package/dist/isEqual-DhyP8fB_.js +87 -0
  88. package/dist/isEqual-DhyP8fB_.js.map +1 -0
  89. package/dist/isFinite-BYMOo0os.js +15 -0
  90. package/dist/isFinite-BYMOo0os.js.map +1 -0
  91. package/dist/isFinite-sFkps2TY.cjs +21 -0
  92. package/dist/isFinite-sFkps2TY.cjs.map +1 -0
  93. package/dist/isInteger-DS9V7l_f.js +14 -0
  94. package/dist/isInteger-DS9V7l_f.js.map +1 -0
  95. package/dist/isInteger-FTCthMre.cjs +20 -0
  96. package/dist/isInteger-FTCthMre.cjs.map +1 -0
  97. package/dist/isPlainObject-DcFGh3_5.d.ts +530 -0
  98. package/dist/isPlainObject-doTI11Ib.d.cts +530 -0
  99. package/dist/isServer-D1TXfOs3.js +14 -0
  100. package/dist/isServer-D1TXfOs3.js.map +1 -0
  101. package/dist/isServer-q-QLFCqE.cjs +20 -0
  102. package/dist/isServer-q-QLFCqE.cjs.map +1 -0
  103. package/dist/isTypedArray-47R0wdrc.js +31 -0
  104. package/dist/isTypedArray-47R0wdrc.js.map +1 -0
  105. package/dist/isTypedArray-DiCoqffZ.cjs +43 -0
  106. package/dist/isTypedArray-DiCoqffZ.cjs.map +1 -0
  107. package/dist/isURL-CQiowFq2.js +14 -0
  108. package/dist/isURL-CQiowFq2.js.map +1 -0
  109. package/dist/isURL-WZypXsax.cjs +20 -0
  110. package/dist/isURL-WZypXsax.cjs.map +1 -0
  111. package/dist/isValidDomain-BSXshgkC.cjs +1788 -0
  112. package/dist/isValidDomain-BSXshgkC.cjs.map +1 -0
  113. package/dist/isValidDomain-DwA2EN79.js +1782 -0
  114. package/dist/isValidDomain-DwA2EN79.js.map +1 -0
  115. package/dist/next/index.cjs +119 -212
  116. package/dist/next/index.cjs.map +1 -0
  117. package/dist/next/index.d.cts +226 -0
  118. package/dist/next/index.d.ts +26 -31
  119. package/dist/next/index.js +117 -210
  120. package/dist/next/index.js.map +1 -0
  121. package/dist/next/server/index.cjs +25 -40
  122. package/dist/next/server/index.cjs.map +1 -0
  123. package/dist/next/server/index.d.cts +39 -0
  124. package/dist/next/server/index.d.ts +9 -10
  125. package/dist/next/server/index.js +23 -38
  126. package/dist/next/server/index.js.map +1 -0
  127. package/dist/noop-B2mTBhW-.cjs +18 -0
  128. package/dist/noop-B2mTBhW-.cjs.map +1 -0
  129. package/dist/noop-BzktGBVz.js +12 -0
  130. package/dist/noop-BzktGBVz.js.map +1 -0
  131. package/dist/normalizeSpaces-DQHR3Tlr.cjs +29 -0
  132. package/dist/normalizeSpaces-DQHR3Tlr.cjs.map +1 -0
  133. package/dist/normalizeSpaces-WS_iERJk.js +23 -0
  134. package/dist/normalizeSpaces-WS_iERJk.js.map +1 -0
  135. package/dist/normalizeString-2WLth_Gj.js +15 -0
  136. package/dist/normalizeString-2WLth_Gj.js.map +1 -0
  137. package/dist/normalizeString-D8euBcRD.cjs +21 -0
  138. package/dist/normalizeString-D8euBcRD.cjs.map +1 -0
  139. package/dist/operations/index.cjs +65 -32
  140. package/dist/operations/index.cjs.map +1 -0
  141. package/dist/operations/index.d.cts +139 -0
  142. package/dist/operations/index.d.ts +10 -15
  143. package/dist/operations/index.js +61 -17
  144. package/dist/operations/index.js.map +1 -0
  145. package/dist/parsers/index.cjs +12 -19
  146. package/dist/parsers/index.d.cts +239 -0
  147. package/dist/parsers/index.d.ts +71 -72
  148. package/dist/parsers/index.js +10 -12
  149. package/dist/parsers-DXtpsDyj.cjs +649 -0
  150. package/dist/parsers-DXtpsDyj.cjs.map +1 -0
  151. package/dist/parsers-Dpuq-V4u.js +643 -0
  152. package/dist/parsers-Dpuq-V4u.js.map +1 -0
  153. package/dist/parsing-B43x1sxn.js +50 -0
  154. package/dist/parsing-B43x1sxn.js.map +1 -0
  155. package/dist/parsing-lRoxn1Nz.cjs +56 -0
  156. package/dist/parsing-lRoxn1Nz.cjs.map +1 -0
  157. package/dist/predicates/index.cjs +91 -296
  158. package/dist/predicates/index.d.cts +13 -0
  159. package/dist/predicates/index.d.ts +12 -2482
  160. package/dist/predicates/index.js +23 -25
  161. package/dist/predicates-DiaYA7Ps.cjs +413 -0
  162. package/dist/predicates-DiaYA7Ps.cjs.map +1 -0
  163. package/dist/predicates-gNepszvo.js +257 -0
  164. package/dist/predicates-gNepszvo.js.map +1 -0
  165. package/dist/promises/index.cjs +76 -24
  166. package/dist/promises/index.cjs.map +1 -0
  167. package/dist/promises/index.d.cts +123 -0
  168. package/dist/promises/index.d.ts +28 -31
  169. package/dist/promises/index.js +73 -13
  170. package/dist/promises/index.js.map +1 -0
  171. package/dist/punyCode-CTWXVVFo.cjs +185 -0
  172. package/dist/punyCode-CTWXVVFo.cjs.map +1 -0
  173. package/dist/punyCode-hmiFzLWT.js +179 -0
  174. package/dist/punyCode-hmiFzLWT.js.map +1 -0
  175. package/dist/removeSpaces-BE8lfh-4.js +19 -0
  176. package/dist/removeSpaces-BE8lfh-4.js.map +1 -0
  177. package/dist/removeSpaces-DRRxNWlb.cjs +25 -0
  178. package/dist/removeSpaces-DRRxNWlb.cjs.map +1 -0
  179. package/dist/safeJsonParse-BBnQElk8.cjs +208 -0
  180. package/dist/safeJsonParse-BBnQElk8.cjs.map +1 -0
  181. package/dist/safeJsonParse-CXruaP0p.js +184 -0
  182. package/dist/safeJsonParse-CXruaP0p.js.map +1 -0
  183. package/dist/safeStableStringify-BNh3D0K0.js +88 -0
  184. package/dist/safeStableStringify-BNh3D0K0.js.map +1 -0
  185. package/dist/safeStableStringify-Cc62pfRp.cjs +106 -0
  186. package/dist/safeStableStringify-Cc62pfRp.cjs.map +1 -0
  187. package/dist/strings/index.cjs +76 -81
  188. package/dist/strings/index.cjs.map +1 -0
  189. package/dist/strings/index.d.cts +12 -0
  190. package/dist/strings/index.d.ts +10 -775
  191. package/dist/strings/index.js +59 -14
  192. package/dist/strings/index.js.map +1 -0
  193. package/dist/tailwind/index.cjs +19 -47
  194. package/dist/tailwind/index.d.cts +12 -0
  195. package/dist/tailwind/index.d.ts +11 -712
  196. package/dist/tailwind/index.js +10 -12
  197. package/dist/tailwind-DJ4cmLUw.cjs +247 -0
  198. package/dist/tailwind-DJ4cmLUw.cjs.map +1 -0
  199. package/dist/tailwind-IJvOdkZp.js +199 -0
  200. package/dist/tailwind-IJvOdkZp.js.map +1 -0
  201. package/dist/toStringArrayUnRecursive-CFs0jTEg.js +39 -0
  202. package/dist/toStringArrayUnRecursive-CFs0jTEg.js.map +1 -0
  203. package/dist/toStringArrayUnRecursive-xUaU8Ot9.cjs +51 -0
  204. package/dist/toStringArrayUnRecursive-xUaU8Ot9.cjs.map +1 -0
  205. package/dist/urls/index.cjs +129 -57
  206. package/dist/urls/index.cjs.map +1 -0
  207. package/dist/urls/index.d.cts +740 -0
  208. package/dist/urls/index.d.ts +218 -224
  209. package/dist/urls/index.js +121 -26
  210. package/dist/urls/index.js.map +1 -0
  211. package/package.json +203 -194
  212. package/dist/chunk-22V4WP3H.js +0 -53
  213. package/dist/chunk-2XSZ2ANI.js +0 -63
  214. package/dist/chunk-3T6VSWYX.js +0 -21
  215. package/dist/chunk-5WIEDF2J.js +0 -1823
  216. package/dist/chunk-6EDFZJZ5.cjs +0 -598
  217. package/dist/chunk-6LXWT2I5.js +0 -32
  218. package/dist/chunk-6YGBRENU.js +0 -209
  219. package/dist/chunk-7FGNVDEV.cjs +0 -38
  220. package/dist/chunk-AXDYWO67.js +0 -119
  221. package/dist/chunk-B6PMNZ4M.cjs +0 -35
  222. package/dist/chunk-BAV5T2E3.cjs +0 -15
  223. package/dist/chunk-BLF7SD66.js +0 -95
  224. package/dist/chunk-BMZZXZJ2.cjs +0 -30
  225. package/dist/chunk-BOYP3ARU.js +0 -264
  226. package/dist/chunk-BPYW5YL7.js +0 -16
  227. package/dist/chunk-C2PV3VWC.cjs +0 -118
  228. package/dist/chunk-CCJ2MSN7.js +0 -16
  229. package/dist/chunk-DAPAK2W3.cjs +0 -123
  230. package/dist/chunk-DLS3G6WQ.cjs +0 -23
  231. package/dist/chunk-DNMCR5JH.js +0 -370
  232. package/dist/chunk-DVMHRLKP.cjs +0 -16
  233. package/dist/chunk-EBYFYZW4.cjs +0 -26
  234. package/dist/chunk-ENMRZ4BE.js +0 -302
  235. package/dist/chunk-FJ4BQFVO.js +0 -587
  236. package/dist/chunk-GIKL4PUF.cjs +0 -106
  237. package/dist/chunk-GOFINGT6.js +0 -35
  238. package/dist/chunk-GXKQ3LHF.js +0 -101
  239. package/dist/chunk-HNBRGN4R.js +0 -24
  240. package/dist/chunk-HYN6FC5A.cjs +0 -249
  241. package/dist/chunk-IZGVBYFN.js +0 -242
  242. package/dist/chunk-JIE447J5.js +0 -676
  243. package/dist/chunk-JXEIJM5M.cjs +0 -237
  244. package/dist/chunk-K47GZDBH.js +0 -115
  245. package/dist/chunk-K5536YHG.cjs +0 -269
  246. package/dist/chunk-KHO2SBNA.cjs +0 -16
  247. package/dist/chunk-KXJ7X325.cjs +0 -308
  248. package/dist/chunk-L5RDAVVH.js +0 -14
  249. package/dist/chunk-LJHPTLWB.js +0 -109
  250. package/dist/chunk-M7ELWZXM.cjs +0 -1825
  251. package/dist/chunk-MSUW5VHZ.js +0 -1590
  252. package/dist/chunk-MUHRPRR7.cjs +0 -65
  253. package/dist/chunk-MV3TSQSH.cjs +0 -397
  254. package/dist/chunk-NLZLXWAU.cjs +0 -678
  255. package/dist/chunk-NVRZPF5M.cjs +0 -18
  256. package/dist/chunk-ONZFBJVW.js +0 -14
  257. package/dist/chunk-PGNL7JXO.cjs +0 -251
  258. package/dist/chunk-Q4GEQS7X.cjs +0 -564
  259. package/dist/chunk-QNKGP5DY.js +0 -14
  260. package/dist/chunk-QYI2VJLS.cjs +0 -211
  261. package/dist/chunk-RBWZII5I.js +0 -59
  262. package/dist/chunk-RMP7VMPB.cjs +0 -33
  263. package/dist/chunk-RZOGBYIS.js +0 -21
  264. package/dist/chunk-SU3UELUB.cjs +0 -36
  265. package/dist/chunk-SYHPSOUU.cjs +0 -1626
  266. package/dist/chunk-SZUNAEMR.js +0 -246
  267. package/dist/chunk-TER22LO4.cjs +0 -64
  268. package/dist/chunk-TJHGRQ4P.js +0 -33
  269. package/dist/chunk-U23I7JPB.cjs +0 -56
  270. package/dist/chunk-U7HHN47R.js +0 -552
  271. package/dist/chunk-UDA26MCU.cjs +0 -16
  272. package/dist/chunk-UIAWUZ4H.js +0 -31
  273. package/dist/chunk-ULQPCIA2.js +0 -16
  274. package/dist/chunk-VJDDGRIK.cjs +0 -16
  275. package/dist/chunk-WETQI6HM.js +0 -232
  276. package/dist/chunk-WLOQQFDS.cjs +0 -18
  277. package/dist/chunk-WVSPXFTY.js +0 -14
  278. package/dist/chunk-WXFTVXBF.cjs +0 -23
  279. package/dist/chunk-XPVTIGU2.cjs +0 -113
  280. package/dist/chunk-XX6RUGTM.cjs +0 -18
  281. package/dist/chunk-YWHHVDT4.js +0 -13
  282. package/dist/chunk-ZPDMWDGZ.cjs +0 -101
  283. package/dist/chunk-ZVWZEGQP.js +0 -28
  284. package/dist/index.d.ts +0 -24
  285. package/dist/isPlainObject-0p3VveWr.d.ts +0 -534
  286. package/dist/rzl-utils.global.js +0 -10
@@ -1,308 +0,0 @@
1
- /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.11.1.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- 'use strict';
11
-
12
- var chunkDVMHRLKP_cjs = require('./chunk-DVMHRLKP.cjs');
13
- var chunkDAPAK2W3_cjs = require('./chunk-DAPAK2W3.cjs');
14
- var chunkSYHPSOUU_cjs = require('./chunk-SYHPSOUU.cjs');
15
-
16
- function getRandomItem(array) {
17
- if (!chunkSYHPSOUU_cjs.isNonEmptyArray(array)) return void 0;
18
- const randomIndex = Math.floor(Math.random() * (array.length || 0));
19
- return array[randomIndex];
20
- }
21
-
22
- var randomInt = (min, max) => {
23
- if (!chunkDVMHRLKP_cjs.isInteger(min) || !chunkDVMHRLKP_cjs.isInteger(max)) {
24
- throw new TypeError(
25
- `First parameter (\`min\`) and second parameter (\`max\`) must be of type \`integer-number\`${minValueNote(
26
- min,
27
- max
28
- )}value, but received: ['min': \`${chunkSYHPSOUU_cjs.getPreciseType(
29
- min
30
- )}\` - (with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(min, {
31
- keepUndefined: true
32
- })})\`, 'max': \`${chunkSYHPSOUU_cjs.getPreciseType(max)}\` - (with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(
33
- max,
34
- {
35
- keepUndefined: true
36
- }
37
- )}\`)].`
38
- );
39
- }
40
- if (min > max) {
41
- throw new RangeError(
42
- `First parameter (\`min\`) must be less than or equal to second parameter (\`max\`), but received: ['min': ${formatValue(
43
- min
44
- )} - (with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(min, {
45
- keepUndefined: true
46
- })})\`, 'max': ${formatValue(max)} - (with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(max, {
47
- keepUndefined: true
48
- })})\`].`
49
- );
50
- }
51
- min = Math.max(1, min);
52
- max = Math.min(Number.MAX_SAFE_INTEGER, max);
53
- return Math.floor(Math.random() * (max - min + 1)) + min;
54
- };
55
- var formatValue = (value) => {
56
- return chunkSYHPSOUU_cjs.isNumber(value, { includeNaN: true }) ? value === Number.MIN_VALUE ? "`Number.MIN_VALUE`" : `${value}` : `\`${chunkSYHPSOUU_cjs.getPreciseType(value)}\``;
57
- };
58
- var minValueNote = (...values) => {
59
- return values.some((v) => chunkSYHPSOUU_cjs.isNumber(v, { includeNaN: true }) && v === Number.MIN_VALUE) ? " and can't be `Number.MIN_VALUE` " : " ";
60
- };
61
-
62
- var randomIntByLength = (options) => {
63
- if (!chunkSYHPSOUU_cjs.isPlainObject(options)) {
64
- options = {};
65
- }
66
- const { minLength = 1, maxLength = 16, avoidZero = false } = options;
67
- chunkSYHPSOUU_cjs.assertIsBoolean(avoidZero, {
68
- message({ currentType, validType }) {
69
- return `Parameters \`avoidZero\` must be of type \`${validType}\`, but received: \`${currentType}\`.`;
70
- }
71
- });
72
- if (!chunkDVMHRLKP_cjs.isInteger(minLength) || !chunkDVMHRLKP_cjs.isInteger(maxLength)) {
73
- throw new TypeError(
74
- `Parameters \`minLength\` and \`maxLength\` must be of type \`integer-number\`, but received: ['minLength': \`${chunkSYHPSOUU_cjs.getPreciseType(
75
- minLength
76
- )}\` - (with value: ${chunkDAPAK2W3_cjs.safeStableStringify(minLength, {
77
- keepUndefined: true
78
- })}), 'maxLength': \`${chunkSYHPSOUU_cjs.getPreciseType(
79
- maxLength
80
- )}\` - (with value: ${chunkDAPAK2W3_cjs.safeStableStringify(maxLength, {
81
- keepUndefined: true
82
- })})].`
83
- );
84
- }
85
- if (minLength < 1 || maxLength > 16 || minLength > maxLength) {
86
- throw new RangeError(
87
- `Invalid range at parameters \`minLength\` must be \u2265 1, \`maxLength\` must be \u2264 16, and \`minLength\` \u2264 \`maxLength\`, but received: ['minLength': \`${minLength}\`, 'maxLength': \`${maxLength}\`].`
88
- );
89
- }
90
- const randomLength = minLength === maxLength ? minLength : randomInt(minLength, maxLength);
91
- const minValue = 10 ** (randomLength - 1);
92
- const maxValue = 10 ** randomLength - 1;
93
- let result = randomInt(minValue, maxValue);
94
- if (avoidZero && result === 0) {
95
- result = minValue;
96
- }
97
- return result;
98
- };
99
-
100
- var randomStr = (options) => {
101
- if (!chunkSYHPSOUU_cjs.isPlainObject(options)) {
102
- options = {};
103
- }
104
- const {
105
- minLength = 40,
106
- maxLength = 40,
107
- type = "string",
108
- avoidWhiteSpace = true
109
- } = options;
110
- chunkSYHPSOUU_cjs.assertIsBoolean(avoidWhiteSpace, {
111
- message({ currentType, validType }) {
112
- return `Parameters \`avoidWhiteSpace\` property of the \`options\` (first-parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`;
113
- }
114
- });
115
- if (!chunkDVMHRLKP_cjs.isInteger(minLength) || !chunkDVMHRLKP_cjs.isInteger(maxLength)) {
116
- throw new TypeError(
117
- `Parameters \`minLength\` and \`maxLength\` must be of type \`integer-number\`, but received: ['minLength': \`${chunkSYHPSOUU_cjs.getPreciseType(
118
- minLength
119
- )}\` - (with value: ${chunkDAPAK2W3_cjs.safeStableStringify(minLength, {
120
- keepUndefined: true
121
- })}), 'maxLength': \`${chunkSYHPSOUU_cjs.getPreciseType(
122
- maxLength
123
- )}\` - (with value: ${chunkDAPAK2W3_cjs.safeStableStringify(maxLength, {
124
- keepUndefined: true
125
- })})].`
126
- );
127
- }
128
- if (minLength < 1 || maxLength > 5e3 || minLength > maxLength) {
129
- throw new RangeError(
130
- `Invalid range at parameters \`minLength\` must be \u2265 1, \`maxLength\` must be \u2264 5000, and \`minLength\` \u2264 \`maxLength\`, but received: ['minLength': \`${minLength}\`, 'maxLength': \`${maxLength}\`].`
131
- );
132
- }
133
- if (type !== "string" && type !== "number") {
134
- throw new TypeError(
135
- `Parameter \`type\` must be of type \`string\` with value one of "string" | "number", but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
136
- type
137
- )}\`, with value: ${chunkDAPAK2W3_cjs.safeStableStringify(type, {
138
- keepUndefined: true
139
- })}.`
140
- );
141
- }
142
- const length = randomInt(minLength, maxLength);
143
- const cleanCharacters = (charSet) => {
144
- return avoidWhiteSpace ? charSet.replace(/\s|\n|\t/g, "") : charSet;
145
- };
146
- const defaultNumberSet = "0123456789";
147
- const defaultStringSet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
148
- const baseCharSet = type === "number" ? (!chunkSYHPSOUU_cjs.isNaN(Number(options.replaceGenInt)) ? options.replaceGenInt : void 0) ?? defaultNumberSet : (options.replaceGenStr ? options.replaceGenStr : void 0) ?? defaultStringSet;
149
- const characterSet = cleanCharacters(baseCharSet) + (options.addChar || "");
150
- if (!characterSet.length) {
151
- const errCharSet = () => {
152
- if (type === "number") {
153
- if (avoidWhiteSpace) {
154
- return `If \`avoidWhiteSpace\` is true, and \`replaceGenInt\` cant be empty-string value, ensure \`replaceGenInt\` has valid characters and non-nan string number.`;
155
- }
156
- return `Ensure \`replaceGenInt\` has valid characters and not a NaN number string while convert to number.`;
157
- }
158
- return `Ensure \`replaceGenStr\` has valid characters and non empty string.`;
159
- };
160
- throw new Error(`Character set is empty. ${errCharSet()}`);
161
- }
162
- let result = "";
163
- for (let i = 0; i < length; i++) {
164
- result += characterSet.charAt(Math.floor(Math.random() * characterSet.length));
165
- }
166
- return result;
167
- };
168
-
169
- function randomUUID(options = {}) {
170
- if (!chunkSYHPSOUU_cjs.isPlainObject(options)) {
171
- throw new TypeError(
172
- `First parameter (\`options\`) must be a plain object with optional properties \`version\` and \`monotonic\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
173
- options
174
- )}\` - (with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(options, { keepUndefined: true })}\`).`
175
- );
176
- }
177
- const { version = "v4", monotonic = false } = options;
178
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(version)) {
179
- throw new TypeError(
180
- `Parameter \`version\` property of the \`options\` (first parameter) must be a \`string\` of either "v4" or "v7", but received type: \`${chunkSYHPSOUU_cjs.getPreciseType(
181
- version
182
- )}\` - (with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(version, { keepUndefined: true })}\`).`
183
- );
184
- }
185
- if (version !== "v4" && version !== "v7") {
186
- throw new RangeError(
187
- `Unsupported UUID version. Allowed values are "v4" or "v7". (received: \`${chunkDAPAK2W3_cjs.safeStableStringify(
188
- version,
189
- {
190
- keepUndefined: true
191
- }
192
- )}\`).`
193
- );
194
- }
195
- if (!chunkSYHPSOUU_cjs.isBoolean(monotonic)) {
196
- throw new TypeError(
197
- `Parameter \`monotonic\` property of the \`options\` (first parameter) must be a \`boolean\` when provided, but received type: \`${chunkSYHPSOUU_cjs.getPreciseType(
198
- monotonic
199
- )}\` - (with value: \`${chunkDAPAK2W3_cjs.safeStableStringify(monotonic, {
200
- keepUndefined: true
201
- })}\`).`
202
- );
203
- }
204
- if (monotonic && version !== "v7") {
205
- throw new TypeError(
206
- `Parameter \`monotonic\` property of the \`options\` (first parameter) is only supported for version "v7". Received: version=${chunkDAPAK2W3_cjs.safeStableStringify(
207
- version,
208
- { keepUndefined: true }
209
- )}.`
210
- );
211
- }
212
- if (version === "v4") {
213
- return generateUUIDv4();
214
- }
215
- return generateUUIDv7({ monotonic });
216
- }
217
- function hasCryptoGetRandomValues() {
218
- return typeof crypto !== "undefined" && typeof crypto.getRandomValues === "function";
219
- }
220
- function hasCryptoRandomUUID() {
221
- return typeof crypto !== "undefined" && typeof crypto.randomUUID === "function";
222
- }
223
- function getRandomBytes(len) {
224
- if (hasCryptoGetRandomValues()) {
225
- return crypto.getRandomValues(new Uint8Array(len));
226
- }
227
- const arr = new Uint8Array(len);
228
- for (let i = 0; i < len; i++) {
229
- arr[i] = Math.floor(Math.random() * 256);
230
- }
231
- return arr;
232
- }
233
- var byteToHex = (() => {
234
- const arr = [];
235
- for (let i = 0; i < 256; ++i) {
236
- arr.push((i + 256).toString(16).substring(1));
237
- }
238
- return arr;
239
- })();
240
- function generateUUIDv4() {
241
- if (hasCryptoRandomUUID()) {
242
- return crypto.randomUUID();
243
- }
244
- if (hasCryptoGetRandomValues()) {
245
- const rnd = crypto.getRandomValues(new Uint8Array(16));
246
- rnd[6] = rnd[6] & 15 | 64;
247
- rnd[8] = rnd[8] & 63 | 128;
248
- return byteToHex[rnd[0]] + byteToHex[rnd[1]] + byteToHex[rnd[2]] + byteToHex[rnd[3]] + "-" + byteToHex[rnd[4]] + byteToHex[rnd[5]] + "-" + byteToHex[rnd[6]] + byteToHex[rnd[7]] + "-" + byteToHex[rnd[8]] + byteToHex[rnd[9]] + "-" + byteToHex[rnd[10]] + byteToHex[rnd[11]] + byteToHex[rnd[12]] + byteToHex[rnd[13]] + byteToHex[rnd[14]] + byteToHex[rnd[15]];
249
- }
250
- return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (c) => {
251
- const r = Math.random() * 16 | 0;
252
- const v = c === "x" ? r : r & 3 | 8;
253
- return v.toString(16);
254
- });
255
- }
256
- var monotonicState = {
257
- lastTimestampMs: -1,
258
- lastRand: null
259
- };
260
- function incrementUint8ArrayBigEndian(arr) {
261
- for (let i = arr.length - 1; i >= 0; i--) {
262
- if (arr[i] === 255) {
263
- arr[i] = 0;
264
- continue;
265
- }
266
- arr[i] = arr[i] + 1 & 255;
267
- return false;
268
- }
269
- return true;
270
- }
271
- function generateUUIDv7({ monotonic = false } = {}) {
272
- const nowMs = Date.now();
273
- const tsHex = BigInt(nowMs).toString(16).padStart(12, "0");
274
- let rand = getRandomBytes(10);
275
- if (monotonic) {
276
- if (monotonicState.lastTimestampMs === nowMs && monotonicState.lastRand) {
277
- const copy = new Uint8Array(monotonicState.lastRand);
278
- const overflow = incrementUint8ArrayBigEndian(copy);
279
- if (overflow) {
280
- throw new RangeError(
281
- "Monotonic UUID sequence overflow: too many UUIDs generated within the same millisecond."
282
- );
283
- }
284
- rand = copy;
285
- monotonicState.lastRand = copy;
286
- } else {
287
- const fresh = getRandomBytes(10);
288
- monotonicState.lastRand = new Uint8Array(fresh);
289
- monotonicState.lastTimestampMs = nowMs;
290
- rand = fresh;
291
- }
292
- }
293
- rand[0] = rand[0] & 15 | 112;
294
- rand[2] = rand[2] & 63 | 128;
295
- const randHex = Array.from(rand, (b) => byteToHex[b]).join("");
296
- const part1 = tsHex.slice(0, 8);
297
- const part2 = tsHex.slice(8, 12);
298
- const part3 = randHex.slice(0, 4);
299
- const part4 = randHex.slice(4, 8);
300
- const part5 = randHex.slice(8, 20);
301
- return [part1, part2, part3, part4, part5].join("-");
302
- }
303
-
304
- exports.getRandomItem = getRandomItem;
305
- exports.randomInt = randomInt;
306
- exports.randomIntByLength = randomIntByLength;
307
- exports.randomStr = randomStr;
308
- exports.randomUUID = randomUUID;
@@ -1,14 +0,0 @@
1
- /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.11.1.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- var isServer = () => {
11
- return typeof window === "undefined" || typeof document === "undefined";
12
- };
13
-
14
- export { isServer };
@@ -1,109 +0,0 @@
1
- /*!
2
- * ====================================================
3
- * Rzl Utils-JS.
4
- * ----------------------------------------------------
5
- * Version: 3.11.1.
6
- * Author: Rizalvin Dwiky.
7
- * Repository: https://github.com/rzl-zone/utils-js.
8
- * ====================================================
9
- */
10
- import { safeJsonParse } from './chunk-BOYP3ARU.js';
11
- import { isEqual } from './chunk-GXKQ3LHF.js';
12
- import { isEmptyArray } from './chunk-GOFINGT6.js';
13
- import { assertIsArray } from './chunk-RZOGBYIS.js';
14
- import { safeStableStringify } from './chunk-AXDYWO67.js';
15
- import { isPlainObject, isNonEmptyArray, isObjectOrArray, isArray, isNaN, isUndefined } from './chunk-MSUW5VHZ.js';
16
-
17
- var findDuplicates = (values) => {
18
- assertIsArray(values, {
19
- message: ({ currentType, validType }) => `First parameter (\`values\`) must be of type \`${validType}\` (array literal or instance), but received: \`${currentType}\`.`
20
- });
21
- const duplicates = [];
22
- values.forEach((item, index) => {
23
- for (let i = index + 1; i < values.length; i++) {
24
- if (isEqual(item, values[i])) {
25
- if (!duplicates.some((dup) => isEqual(dup, item))) {
26
- duplicates.push(item);
27
- }
28
- break;
29
- }
30
- }
31
- });
32
- return duplicates;
33
- };
34
-
35
- var omitKeys = (object, keysToOmit) => {
36
- if (!isPlainObject(object)) return {};
37
- assertIsArray(keysToOmit, {
38
- message: ({ currentType, validType }) => `Second parameter (\`keysToOmit\`) must be of type \`${validType}\` (array literal or instance), but received: \`${currentType}\`.`
39
- });
40
- const duplicates = findDuplicates(keysToOmit);
41
- if (duplicates.length > 0) {
42
- throw new Error(
43
- `Function "omitKeys" Error: Duplicate keys detected - \`${duplicates}\``
44
- );
45
- }
46
- return Object.fromEntries(
47
- Object.entries(object).filter(([key]) => !keysToOmit.includes(key))
48
- );
49
- };
50
-
51
- var omitKeysDeep = (object, keysToOmit) => {
52
- if (!isPlainObject(object)) return {};
53
- assertIsArray(keysToOmit, {
54
- message: ({ currentType, validType }) => `Second parameter (\`keysToOmit\`) must be of type \`${validType}\` (array literal or instance), but received: \`${currentType}\`.`
55
- });
56
- const duplicates = findDuplicates(keysToOmit);
57
- if (isNonEmptyArray(duplicates)) {
58
- throw new Error(
59
- `Function "omitKeysDeep" Error: Duplicate keys detected - \`${safeStableStringify(
60
- duplicates,
61
- {
62
- keepUndefined: true
63
- }
64
- )}\`.`
65
- );
66
- }
67
- const omitAtPath = (obj, pathParts) => {
68
- if (!isObjectOrArray(obj)) return obj;
69
- const [current, ...rest] = pathParts;
70
- if (isEmptyArray(rest)) {
71
- if (isArray(obj)) {
72
- const index = parseInt(current);
73
- if (!isNaN(index) && index in obj) {
74
- obj.splice(index, 1);
75
- }
76
- } else {
77
- delete obj[current];
78
- }
79
- } else {
80
- const next = obj[current];
81
- if (isObjectOrArray(next)) {
82
- obj[current] = omitAtPath(next, rest);
83
- }
84
- }
85
- return obj;
86
- };
87
- const deepRemoveEmptyObjects = (obj) => {
88
- if (isArray(obj)) {
89
- return obj.map(deepRemoveEmptyObjects).filter((item) => !(isObjectOrArray(item) && Object.keys(item).length === 0));
90
- }
91
- if (isObjectOrArray(obj)) {
92
- const cleaned = Object.fromEntries(
93
- Object.entries(obj).map(([k, v]) => [k, deepRemoveEmptyObjects(v)]).filter(
94
- ([, v]) => !isUndefined(v) && !(isObjectOrArray(v) && Object.keys(v).length === 0)
95
- )
96
- );
97
- return cleaned;
98
- }
99
- return obj;
100
- };
101
- const result = safeJsonParse(safeStableStringify(object));
102
- for (const key of keysToOmit) {
103
- const parts = key.split(".");
104
- omitAtPath(result, parts);
105
- }
106
- return deepRemoveEmptyObjects(result);
107
- };
108
-
109
- export { findDuplicates, omitKeys, omitKeysDeep };