@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,65 +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 chunkSYHPSOUU_cjs = require('./chunk-SYHPSOUU.cjs');
13
-
14
- var parseCurrencyString = (input) => {
15
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(input)) return 0;
16
- let trimmed = input.trim().replace(/\u00A0/g, "").replace(/\u202F/g, "");
17
- let isNegative = false;
18
- if (/^\(.*\)$/.test(trimmed)) {
19
- isNegative = true;
20
- trimmed = trimmed.slice(1, -1).trim();
21
- }
22
- trimmed = trimmed.replace(/^[-\s]+/, (match) => match.includes("-") ? "-" : "").replace(/[\s.,-]+$/, "");
23
- isNegative = isNegative || /^-/.test(trimmed) || /^[^\d]*-/.test(trimmed);
24
- const cleaned = trimmed.replace(/[^0-9.,'\s]/g, "");
25
- let cleanedNoSpace = cleaned.replace(/[\s']/g, "");
26
- const indianMatches = cleanedNoSpace.match(/,\d{2}/g);
27
- const isIndianStyle = indianMatches && indianMatches.length > 1;
28
- if (isIndianStyle) {
29
- cleanedNoSpace = cleanedNoSpace.replace(/,/g, "");
30
- } else {
31
- const dotCount = (cleanedNoSpace.match(/\./g) || []).length;
32
- const commaCount = (cleanedNoSpace.match(/,/g) || []).length;
33
- if (dotCount > 1 && commaCount === 0) {
34
- cleanedNoSpace = cleanedNoSpace.replace(/\./g, "");
35
- } else if (commaCount > 1 && dotCount === 0) {
36
- cleanedNoSpace = cleanedNoSpace.replace(/,/g, "");
37
- } else {
38
- const lastComma = cleanedNoSpace.lastIndexOf(",");
39
- const lastDot = cleanedNoSpace.lastIndexOf(".");
40
- if (lastComma > lastDot) {
41
- cleanedNoSpace = cleanedNoSpace.replace(/\./g, "").replace(",", ".");
42
- } else if (lastDot > lastComma) {
43
- cleanedNoSpace = cleanedNoSpace.replace(/,/g, "");
44
- } else {
45
- if (lastComma > lastDot) {
46
- const beforeDecimal = cleanedNoSpace.slice(0, lastComma).replace(/,/g, "").replace(/\./g, "");
47
- const afterDecimal = cleanedNoSpace.slice(lastComma + 1);
48
- cleanedNoSpace = beforeDecimal + "." + afterDecimal;
49
- } else if (lastDot > lastComma) {
50
- const beforeDecimal = cleanedNoSpace.slice(0, lastDot).replace(/\./g, "").replace(/,/g, "");
51
- const afterDecimal = cleanedNoSpace.slice(lastDot + 1);
52
- cleanedNoSpace = beforeDecimal + "." + afterDecimal;
53
- } else if (lastComma !== -1) {
54
- cleanedNoSpace = cleanedNoSpace.replace(/,/g, "");
55
- } else if (lastDot !== -1) {
56
- cleanedNoSpace = cleanedNoSpace.replace(/\./g, "");
57
- }
58
- }
59
- }
60
- }
61
- const num = parseFloat(cleanedNoSpace) || 0;
62
- return isNegative ? -num : num;
63
- };
64
-
65
- exports.parseCurrencyString = parseCurrencyString;
@@ -1,397 +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 chunkKHO2SBNA_cjs = require('./chunk-KHO2SBNA.cjs');
13
- var chunkSU3UELUB_cjs = require('./chunk-SU3UELUB.cjs');
14
- var chunkMUHRPRR7_cjs = require('./chunk-MUHRPRR7.cjs');
15
- var chunkWLOQQFDS_cjs = require('./chunk-WLOQQFDS.cjs');
16
- var chunkWXFTVXBF_cjs = require('./chunk-WXFTVXBF.cjs');
17
- var chunkGIKL4PUF_cjs = require('./chunk-GIKL4PUF.cjs');
18
- var chunk7FGNVDEV_cjs = require('./chunk-7FGNVDEV.cjs');
19
- var chunkDAPAK2W3_cjs = require('./chunk-DAPAK2W3.cjs');
20
- var chunkSYHPSOUU_cjs = require('./chunk-SYHPSOUU.cjs');
21
-
22
- var areArraysEqual = (array1, array2, ignoreOrder = false) => {
23
- if (!(chunkSYHPSOUU_cjs.isArray(array1) && chunkSYHPSOUU_cjs.isArray(array2))) {
24
- throw new TypeError(
25
- `Parameters \`array1\` and \`array2\` property of the \`options\` (second parameter) must be of type \`array\`, but received: ['array1': \`${chunkSYHPSOUU_cjs.getPreciseType(
26
- array1
27
- )}\`, 'array2': \`${chunkSYHPSOUU_cjs.getPreciseType(array2)}\`].`
28
- );
29
- }
30
- chunkSYHPSOUU_cjs.assertIsBoolean(ignoreOrder, {
31
- message: ({ currentType, validType }) => `Third parameter \`ignoreOrder\` must be of type \`${validType}\`, but received: \`${currentType}\`.`
32
- });
33
- if (!chunkGIKL4PUF_cjs.isEqual(array1.length, array2.length)) return false;
34
- const deepIgnoreOrder = (arr) => {
35
- if (!chunkSYHPSOUU_cjs.isArray(arr)) return arr;
36
- const sorted = arr.map((item) => {
37
- if (chunkSYHPSOUU_cjs.isArray(item)) {
38
- return deepIgnoreOrder(item);
39
- }
40
- return item;
41
- });
42
- return sorted.sort((a, b) => {
43
- const sa = chunkDAPAK2W3_cjs.safeStableStringify(a);
44
- const sb = chunkDAPAK2W3_cjs.safeStableStringify(b);
45
- return sa < sb ? -1 : sa > sb ? 1 : 0;
46
- });
47
- };
48
- const normalizedArr1 = ignoreOrder ? deepIgnoreOrder(array1) : array1;
49
- const normalizedArr2 = ignoreOrder ? deepIgnoreOrder(array2) : array2;
50
- if (!chunkGIKL4PUF_cjs.isEqual(normalizedArr1.length, normalizedArr2.length)) return false;
51
- return normalizedArr1.every(
52
- (item, index) => chunkDAPAK2W3_cjs.safeStableStringify(item) === chunkDAPAK2W3_cjs.safeStableStringify(normalizedArr2[index])
53
- );
54
- };
55
-
56
- var areObjectsEqual = (object1, object2) => {
57
- return chunkGIKL4PUF_cjs.isEqual(object1, object2);
58
- };
59
-
60
- var areURLsEqualPath = (urlA, urlB) => {
61
- if (!chunkKHO2SBNA_cjs.isURL(urlA) || !chunkKHO2SBNA_cjs.isURL(urlB)) {
62
- throw new TypeError(
63
- `Parameters \`urlA\` and \`urlB\` (first and second parameter) must be instance of URL.`
64
- );
65
- }
66
- return urlA.protocol + "//" + urlA.host + urlA.pathname === urlB.protocol + "//" + urlB.host + urlB.pathname;
67
- };
68
-
69
- var areURLsIdentical = (urlA, urlB) => {
70
- if (!chunkKHO2SBNA_cjs.isURL(urlA) || !chunkKHO2SBNA_cjs.isURL(urlB)) {
71
- throw new TypeError(
72
- `Parameters \`urlA\` and \`urlB\` (first and second parameter) must be instance of URL.`
73
- );
74
- }
75
- return urlA.protocol + "//" + urlA.host + urlA.pathname + urlA.search === urlB.protocol + "//" + urlB.host + urlB.pathname + urlB.search;
76
- };
77
-
78
- var textContainsAll = (text, searchWords, options = {}) => {
79
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(text) || !chunkSYHPSOUU_cjs.isArray(searchWords)) {
80
- return false;
81
- }
82
- chunkSYHPSOUU_cjs.assertIsPlainObject(options, {
83
- message: ({ currentType, validType }) => `Third parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
84
- });
85
- const { exactMatch = false, flags = "i" } = options;
86
- chunkSYHPSOUU_cjs.assertIsBoolean(exactMatch, {
87
- message: ({ currentType, validType }) => `Parameter \`exactMatch\` property of the \`options\` (third parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
88
- });
89
- chunkWXFTVXBF_cjs.assertIsString(flags, {
90
- message: ({ currentType, validType }) => `Parameter \`flags\` property of the \`options\` (third parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
91
- });
92
- const escapeRegex = (str) => str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
93
- const validSearchWords = searchWords.filter((word) => chunkSYHPSOUU_cjs.isNonEmptyString(word)).map(escapeRegex);
94
- if (validSearchWords.length === 0) return false;
95
- return validSearchWords.every((word) => {
96
- const pattern = exactMatch ? `(?<!\\S)${word}(?!\\S)` : word;
97
- return new RegExp(pattern, flags.includes("u") ? flags : flags + "u").test(text);
98
- });
99
- };
100
-
101
- var textContainsAny = (text, searchWords, options = {}) => {
102
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(text) || !chunkSYHPSOUU_cjs.isArray(searchWords)) {
103
- return false;
104
- }
105
- chunkSYHPSOUU_cjs.assertIsPlainObject(options, {
106
- message: ({ currentType, validType }) => `Third parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
107
- });
108
- const { exactMatch = false, flags = "i" } = options;
109
- chunkSYHPSOUU_cjs.assertIsBoolean(exactMatch, {
110
- message: ({ currentType, validType }) => `Parameter \`exactMatch\` property of the \`options\` (third parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
111
- });
112
- chunkWXFTVXBF_cjs.assertIsString(flags, {
113
- message: ({ currentType, validType }) => `Parameter \`flags\` property of the \`options\` (third parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
114
- });
115
- const escapeRegex = (str) => str.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
116
- const validSearchWords = searchWords.filter((word) => chunkSYHPSOUU_cjs.isNonEmptyString(word)).map(escapeRegex);
117
- if (validSearchWords.length === 0) return false;
118
- const pattern = exactMatch ? `(?<!\\S)(${validSearchWords.join("|")})(?!\\S)` : `(${validSearchWords.join("|")})`;
119
- return new RegExp(pattern, flags.includes("u") ? flags : flags + "u").test(text);
120
- };
121
-
122
- function isPropertyKey(value) {
123
- const type = typeof value;
124
- return type === "string" || type === "number" || type === "symbol";
125
- }
126
-
127
- var doesKeyExist = (object, key) => {
128
- if (!chunkSYHPSOUU_cjs.isObjectOrArray(object)) return false;
129
- if (!isPropertyKey(key)) {
130
- throw new TypeError(
131
- `Second Parameter (\`key\`) must be of type \`string\`, \`number\` or \`symbol\`, but received: \`${chunkSYHPSOUU_cjs.getPreciseType(
132
- key
133
- )}\`.`
134
- );
135
- }
136
- if (Object.prototype.hasOwnProperty.call(object, key)) return true;
137
- if (chunkSYHPSOUU_cjs.isArray(object)) {
138
- return object.some((item) => doesKeyExist(item, key));
139
- }
140
- return Object.values(object).some(
141
- (value) => chunkSYHPSOUU_cjs.isObjectOrArray(value) && doesKeyExist(value, key)
142
- );
143
- };
144
-
145
- var arrayHasAnyMatch = (sourceArray, targetArray) => {
146
- if (!chunkSYHPSOUU_cjs.isArray(sourceArray) || !chunkSYHPSOUU_cjs.isArray(targetArray) || chunk7FGNVDEV_cjs.isEmptyArray(sourceArray) || chunk7FGNVDEV_cjs.isEmptyArray(targetArray)) {
147
- return false;
148
- }
149
- const sourceSet = new Set(sourceArray);
150
- return targetArray.some((item) => sourceSet.has(item));
151
- };
152
-
153
- var isArguments = (value) => {
154
- return Object.prototype.toString.call(value) === "[object Arguments]";
155
- };
156
-
157
- function isLength(value) {
158
- return typeof value === "number" && value > -1 && Number.isInteger(value) && value <= Number.MAX_SAFE_INTEGER;
159
- }
160
-
161
- function isArrayLike(value) {
162
- return !chunkSYHPSOUU_cjs.isFunction(value) && chunkSYHPSOUU_cjs.isObjectOrArray(value) && isLength(value?.length);
163
- }
164
-
165
- function isArrayLikeObject(value) {
166
- return chunkSYHPSOUU_cjs.isObjectOrArray(value) && isLength(value.length);
167
- }
168
-
169
- var isCurrencyLike = (input) => {
170
- if (!(chunkSYHPSOUU_cjs.isString(input) || chunkSYHPSOUU_cjs.isNumber(input))) return false;
171
- const parsed = chunkMUHRPRR7_cjs.parseCurrencyString(input.toString());
172
- if (parsed !== 0) return true;
173
- return input.toString().trim() === "0";
174
- };
175
-
176
- var isDeepEqual = (a, b) => {
177
- if (typeof a === "number" && typeof b === "number" && Number.isNaN(a) && Number.isNaN(b)) {
178
- return true;
179
- }
180
- if (a === b) return true;
181
- if (typeof a !== typeof b) return false;
182
- if (chunkDAPAK2W3_cjs.isDate(a) && chunkDAPAK2W3_cjs.isDate(b)) {
183
- return a.getTime() === b.getTime();
184
- }
185
- if (chunkGIKL4PUF_cjs.isRegExp(a) && chunkGIKL4PUF_cjs.isRegExp(b)) {
186
- return a.toString() === b.toString();
187
- }
188
- if (chunkSYHPSOUU_cjs.isSymbol(a) && chunkSYHPSOUU_cjs.isSymbol(b)) {
189
- return a.toString() === b.toString();
190
- }
191
- if (chunkSYHPSOUU_cjs.isSet(a) && chunkSYHPSOUU_cjs.isSet(b)) {
192
- if (a.size !== b.size) return false;
193
- const bValues = Array.from(b);
194
- const matched = /* @__PURE__ */ new Set();
195
- for (const aVal of a) {
196
- let found = false;
197
- for (let i = 0; i < bValues.length; i++) {
198
- if (matched.has(i)) continue;
199
- if (isDeepEqual(aVal, bValues[i])) {
200
- matched.add(i);
201
- found = true;
202
- break;
203
- }
204
- }
205
- if (!found) return false;
206
- }
207
- return true;
208
- }
209
- if (chunkDAPAK2W3_cjs.isMap(a) && chunkDAPAK2W3_cjs.isMap(b)) {
210
- if (a.size !== b.size) return false;
211
- const bEntries = Array.from(b);
212
- const matched = /* @__PURE__ */ new Set();
213
- for (const [aKey, aVal] of a) {
214
- let found = false;
215
- for (let i = 0; i < bEntries.length; i++) {
216
- if (matched.has(i)) continue;
217
- const [bKey, bVal] = bEntries[i];
218
- if (isDeepEqual(aKey, bKey) && isDeepEqual(aVal, bVal)) {
219
- matched.add(i);
220
- found = true;
221
- break;
222
- }
223
- }
224
- if (!found) return false;
225
- }
226
- return true;
227
- }
228
- if (chunkSYHPSOUU_cjs.isArray(a) && chunkSYHPSOUU_cjs.isArray(b)) {
229
- if (a.length !== b.length) return false;
230
- return a.every((item, i) => isDeepEqual(item, b[i]));
231
- }
232
- if (chunkSYHPSOUU_cjs.isObjectOrArray(a) && chunkSYHPSOUU_cjs.isObjectOrArray(b) && a && b) {
233
- if (chunkSYHPSOUU_cjs.isArray(a) !== chunkSYHPSOUU_cjs.isArray(b)) return false;
234
- const aKeys = Object.keys(a);
235
- const bKeys = Object.keys(b);
236
- if (aKeys.length !== bKeys.length) return false;
237
- return aKeys.every((key) => isDeepEqual(a[key], b[key]));
238
- }
239
- return false;
240
- };
241
-
242
- function isElement(value) {
243
- return !!value && typeof value === "object" && value?.nodeType === 1 && !chunkSYHPSOUU_cjs.isPlainObject(value);
244
- }
245
-
246
- function isEmpty(value) {
247
- if (chunkSYHPSOUU_cjs.isNil(value)) return true;
248
- if (chunkSYHPSOUU_cjs.isBoolean(value) || chunkSYHPSOUU_cjs.isNumber(value, { includeNaN: true }) || chunkSYHPSOUU_cjs.isSymbol(value))
249
- return true;
250
- if (chunkSYHPSOUU_cjs.isFunction(value)) {
251
- return Object.keys(value).length === 0;
252
- }
253
- if (chunkSYHPSOUU_cjs.isString(value) || chunkSYHPSOUU_cjs.isArray(value) || isArguments(value) || chunkSU3UELUB_cjs.isTypedArray(value)) {
254
- return value.length === 0;
255
- }
256
- if (chunkDAPAK2W3_cjs.isMap(value) || chunkSYHPSOUU_cjs.isSet(value)) {
257
- return value.size === 0;
258
- }
259
- if (chunkSYHPSOUU_cjs.isBuffer(value)) {
260
- return value.length === 0;
261
- }
262
- if (chunkSYHPSOUU_cjs.isPlainObject(value)) {
263
- return Object.keys(value).length === 0;
264
- }
265
- return false;
266
- }
267
-
268
- var isEmptyDeep = (value) => {
269
- if (chunkSYHPSOUU_cjs.isString(value)) return chunkWLOQQFDS_cjs.isEmptyString(value);
270
- if (chunkSYHPSOUU_cjs.isNumber(value)) return chunkSYHPSOUU_cjs.isNaN(value);
271
- if (chunkSYHPSOUU_cjs.isArray(value)) {
272
- return chunk7FGNVDEV_cjs.isEmptyArray(value) || value.every(isEmptyDeep);
273
- }
274
- if (chunkSYHPSOUU_cjs.isObjectOrArray(value)) {
275
- const keys = Object.keys(value);
276
- const symbols = Object.getOwnPropertySymbols(value);
277
- if (keys.length === 0 && symbols.length === 0) return true;
278
- return [...keys, ...symbols].every((key) => isEmptyDeep(value[key]));
279
- }
280
- if (!value) return true;
281
- return false;
282
- };
283
-
284
- function isEqualWith(value, other, customizer) {
285
- return chunkGIKL4PUF_cjs.baseDeepEqual(value, other, customizer, /* @__PURE__ */ new WeakMap());
286
- }
287
-
288
- function isMatchWith(value, other, customizer) {
289
- return baseIsMatch(value, other, customizer);
290
- }
291
-
292
- function isSameValue(x, y) {
293
- return x === y || x === 0 && y === 0 || Number.isNaN(x) && Number.isNaN(y);
294
- }
295
- function baseIsMatch(object, source, customizer) {
296
- if (object === source) return true;
297
- if (!chunkSYHPSOUU_cjs.isObjectOrArray(source)) {
298
- return isSameValue(object, source);
299
- }
300
- if (!chunkSYHPSOUU_cjs.isObjectOrArray(object)) {
301
- return false;
302
- }
303
- const keys = Reflect.ownKeys(source).filter(
304
- (k) => !(chunkSYHPSOUU_cjs.isArray(source) && k === "length")
305
- );
306
- for (const key of keys) {
307
- if (!(key in object)) return false;
308
- const objValue = object[key];
309
- const srcValue = source[key];
310
- const result = customizer?.(objValue, srcValue, key, object, source);
311
- if (!chunkSYHPSOUU_cjs.isUndefined(result)) {
312
- if (!result) return false;
313
- continue;
314
- }
315
- if (chunkSYHPSOUU_cjs.isObjectOrArray(objValue) && chunkSYHPSOUU_cjs.isObjectOrArray(srcValue)) {
316
- if (!isMatchWith(objValue, srcValue, customizer)) return false;
317
- } else {
318
- if (!isSameValue(objValue, srcValue)) return false;
319
- }
320
- }
321
- return true;
322
- }
323
-
324
- function isMatch(object, source) {
325
- return baseIsMatch(object, source);
326
- }
327
-
328
- var funcToString = Function.prototype.toString;
329
- var reIsNative = /\{\s*\[native code\]\s*\}/;
330
- function isNative(value) {
331
- if (!chunkSYHPSOUU_cjs.isFunction(value)) return false;
332
- try {
333
- const source = funcToString.call(value);
334
- return reIsNative.test(source);
335
- } catch {
336
- return false;
337
- }
338
- }
339
-
340
- function isObjectLoose(value) {
341
- return !chunkSYHPSOUU_cjs.isNil(value) && (chunkSYHPSOUU_cjs.isObjectOrArray(value) || chunkSYHPSOUU_cjs.isFunction(value));
342
- }
343
-
344
- function isSafeInteger(value) {
345
- return typeof value === "number" && Number.isSafeInteger(value);
346
- }
347
-
348
- var isValidURL = (url) => {
349
- if (!chunkSYHPSOUU_cjs.isNonEmptyString(url)) return false;
350
- let decodedUrl;
351
- try {
352
- decodedUrl = decodeURIComponent(url);
353
- } catch {
354
- return false;
355
- }
356
- if (!decodedUrl.startsWith("http://") && !decodedUrl.startsWith("https://")) {
357
- return false;
358
- }
359
- const urlPattern = new RegExp(
360
- /^https?:\/\/(?:localhost(?::\d+)?(?:[\/?#][^\s]*)?|(?:www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}(?::\d+)?(?:[\/?#][^\s]*)?)$/
361
- //! DEPRECATED
362
- // /^https?:\/\/(?:localhost(?::\d+)?(?:[/?#][^\s]*)?|(?:www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6})(?:[/?#][^\s]*)?$/
363
- // /^https?:\/\/(?:www\.)?[-a-zA-Z0-9@:%._+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b(?:[-a-zA-Z0-9()@:%_+.~#?&/=]*)$/
364
- );
365
- return urlPattern.test(decodedUrl);
366
- };
367
-
368
- function isWeakMap(value) {
369
- return chunkSYHPSOUU_cjs.isObject(value) && !chunkSYHPSOUU_cjs.isNull(value) && value instanceof WeakMap;
370
- }
371
-
372
- exports.areArraysEqual = areArraysEqual;
373
- exports.areObjectsEqual = areObjectsEqual;
374
- exports.areURLsEqualPath = areURLsEqualPath;
375
- exports.areURLsIdentical = areURLsIdentical;
376
- exports.arrayHasAnyMatch = arrayHasAnyMatch;
377
- exports.doesKeyExist = doesKeyExist;
378
- exports.isArguments = isArguments;
379
- exports.isArrayLike = isArrayLike;
380
- exports.isArrayLikeObject = isArrayLikeObject;
381
- exports.isCurrencyLike = isCurrencyLike;
382
- exports.isDeepEqual = isDeepEqual;
383
- exports.isElement = isElement;
384
- exports.isEmpty = isEmpty;
385
- exports.isEmptyDeep = isEmptyDeep;
386
- exports.isEqualWith = isEqualWith;
387
- exports.isLength = isLength;
388
- exports.isMatch = isMatch;
389
- exports.isMatchWith = isMatchWith;
390
- exports.isNative = isNative;
391
- exports.isObjectLoose = isObjectLoose;
392
- exports.isPropertyKey = isPropertyKey;
393
- exports.isSafeInteger = isSafeInteger;
394
- exports.isValidURL = isValidURL;
395
- exports.isWeakMap = isWeakMap;
396
- exports.textContainsAll = textContainsAll;
397
- exports.textContainsAny = textContainsAny;