@rzl-zone/utils-js 3.12.0 → 3.12.1-beta.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/{LICENSE.md → LICENSE} +3 -3
- package/README.md +69 -96
- package/dist/.references/index.d.cts +25 -0
- package/dist/.references/index.d.ts +25 -0
- package/dist/assertIsArray-DJXkjHZs.cjs +26 -0
- package/dist/assertIsArray-DJXkjHZs.cjs.map +1 -0
- package/dist/assertIsArray-bTA3XLjq.js +20 -0
- package/dist/assertIsArray-bTA3XLjq.js.map +1 -0
- package/dist/assertIsBoolean-C8WEXVr2.cjs +1283 -0
- package/dist/assertIsBoolean-C8WEXVr2.cjs.map +1 -0
- package/dist/assertIsBoolean-DR1SaXPD.js +1073 -0
- package/dist/assertIsBoolean-DR1SaXPD.js.map +1 -0
- package/dist/assertIsString-BiHQSrB2.cjs +26 -0
- package/dist/assertIsString-BiHQSrB2.cjs.map +1 -0
- package/dist/assertIsString-CEB07_83.js +20 -0
- package/dist/assertIsString-CEB07_83.js.map +1 -0
- package/dist/assertions/index.cjs +37 -40
- package/dist/assertions/index.cjs.map +1 -0
- package/dist/assertions/index.d.cts +12 -0
- package/dist/assertions/index.d.ts +10 -824
- package/dist/assertions/index.js +30 -13
- package/dist/assertions/index.js.map +1 -0
- package/dist/conversions/index.cjs +34 -103
- package/dist/conversions/index.d.cts +12 -0
- package/dist/conversions/index.d.ts +10 -1791
- package/dist/conversions/index.js +14 -24
- package/dist/conversions-BNIh_tCH.js +380 -0
- package/dist/conversions-BNIh_tCH.js.map +1 -0
- package/dist/conversions-D_Kh0a_C.cjs +446 -0
- package/dist/conversions-D_Kh0a_C.cjs.map +1 -0
- package/dist/events/index.cjs +55 -31
- package/dist/events/index.cjs.map +1 -0
- package/dist/events/index.d.cts +176 -0
- package/dist/events/index.d.ts +164 -166
- package/dist/events/index.js +50 -12
- package/dist/events/index.js.map +1 -0
- package/dist/formatEnvPort-B3OLxQk9.cjs +171 -0
- package/dist/formatEnvPort-B3OLxQk9.cjs.map +1 -0
- package/dist/formatEnvPort-ByFVLjSV.js +159 -0
- package/dist/formatEnvPort-ByFVLjSV.js.map +1 -0
- package/dist/formatters/index.cjs +21 -61
- package/dist/formatters/index.d.cts +12 -0
- package/dist/formatters/index.d.ts +10 -2152
- package/dist/formatters/index.js +10 -18
- package/dist/formatters--1m_vpE8.js +369 -0
- package/dist/formatters--1m_vpE8.js.map +1 -0
- package/dist/formatters-Cbij0XLU.cjs +429 -0
- package/dist/formatters-Cbij0XLU.cjs.map +1 -0
- package/dist/generators/index.cjs +165 -41
- package/dist/generators/index.cjs.map +1 -0
- package/dist/generators/index.d.cts +12 -0
- package/dist/generators/index.d.ts +10 -338
- package/dist/generators/index.js +158 -14
- package/dist/generators/index.js.map +1 -0
- package/dist/index-59zbLcPr.d.ts +340 -0
- package/dist/index-B6tawc8L.d.cts +1716 -0
- package/dist/index-C267akkJ.d.ts +2158 -0
- package/dist/index-CeBC2Vvl.d.cts +2361 -0
- package/dist/index-CgRDTI6f.d.ts +822 -0
- package/dist/index-CoiUBVmr.d.ts +720 -0
- package/dist/index-D4fcasfZ.d.cts +720 -0
- package/dist/index-DDrSQKIc.d.ts +1716 -0
- package/dist/index-DsGxO31H.d.cts +765 -0
- package/dist/index-Hg1qJkjl.d.ts +765 -0
- package/dist/index-Qm3iFwd0.d.cts +2158 -0
- package/dist/index-UPp94Agr.d.ts +2361 -0
- package/dist/index-gBA_8SuF.d.cts +340 -0
- package/dist/index-jyDqzicx.d.cts +822 -0
- package/dist/isBigInt-C4krUeAw.cjs +20 -0
- package/dist/isBigInt-C4krUeAw.cjs.map +1 -0
- package/dist/isBigInt-DKe0M6hp.js +14 -0
- package/dist/isBigInt-DKe0M6hp.js.map +1 -0
- package/dist/isEmptyObject-DCipFwxJ.js +25 -0
- package/dist/isEmptyObject-DCipFwxJ.js.map +1 -0
- package/dist/isEmptyObject-ZkSwRC_D.cjs +37 -0
- package/dist/isEmptyObject-ZkSwRC_D.cjs.map +1 -0
- package/dist/isEmptyString-BXzKAC2j.js +15 -0
- package/dist/isEmptyString-BXzKAC2j.js.map +1 -0
- package/dist/isEmptyString-UiiUsSQj.cjs +21 -0
- package/dist/isEmptyString-UiiUsSQj.cjs.map +1 -0
- package/dist/isEmptyValue-BQzcjVaL.cjs +30 -0
- package/dist/isEmptyValue-BQzcjVaL.cjs.map +1 -0
- package/dist/isEmptyValue-jqOr7OHD.js +24 -0
- package/dist/isEmptyValue-jqOr7OHD.js.map +1 -0
- package/dist/isEqual-BX49cF9m.js +87 -0
- package/dist/isEqual-BX49cF9m.js.map +1 -0
- package/dist/isEqual-BvumA3RA.cjs +111 -0
- package/dist/isEqual-BvumA3RA.cjs.map +1 -0
- package/dist/isFinite-BCnaDpod.js +15 -0
- package/dist/isFinite-BCnaDpod.js.map +1 -0
- package/dist/isFinite-D24ZaE6c.cjs +21 -0
- package/dist/isFinite-D24ZaE6c.cjs.map +1 -0
- package/dist/isInteger-Caeuz0rB.cjs +20 -0
- package/dist/isInteger-Caeuz0rB.cjs.map +1 -0
- package/dist/isInteger-naMbJsxJ.js +14 -0
- package/dist/isInteger-naMbJsxJ.js.map +1 -0
- package/dist/isPlainObject-BF-2-phb.d.cts +339 -0
- package/dist/isPlainObject-DxNDL8XU.d.ts +339 -0
- package/dist/isServer-BJHVnixd.cjs +20 -0
- package/dist/isServer-BJHVnixd.cjs.map +1 -0
- package/dist/isServer-Da3o3XSs.js +14 -0
- package/dist/isServer-Da3o3XSs.js.map +1 -0
- package/dist/isTypedArray-DuNA8tK6.js +31 -0
- package/dist/isTypedArray-DuNA8tK6.js.map +1 -0
- package/dist/isTypedArray-TJptiw2b.cjs +43 -0
- package/dist/isTypedArray-TJptiw2b.cjs.map +1 -0
- package/dist/isURL-C-kSk6KJ.js +14 -0
- package/dist/isURL-C-kSk6KJ.js.map +1 -0
- package/dist/isURL-DeUPO_oR.cjs +20 -0
- package/dist/isURL-DeUPO_oR.cjs.map +1 -0
- package/dist/isValidDomain-BB9IGhJs.cjs +1845 -0
- package/dist/isValidDomain-BB9IGhJs.cjs.map +1 -0
- package/dist/isValidDomain-DoE98yhJ.js +1827 -0
- package/dist/isValidDomain-DoE98yhJ.js.map +1 -0
- package/dist/next/index.cjs +119 -214
- package/dist/next/index.cjs.map +1 -0
- package/dist/next/index.d.cts +220 -0
- package/dist/next/index.d.ts +203 -214
- package/dist/next/index.js +117 -212
- package/dist/next/index.js.map +1 -0
- package/dist/next/server/index.cjs +25 -40
- package/dist/next/server/index.cjs.map +1 -0
- package/dist/next/server/index.d.cts +39 -0
- package/dist/next/server/index.d.ts +34 -35
- package/dist/next/server/index.js +23 -38
- package/dist/next/server/index.js.map +1 -0
- package/dist/noop-B13_ii35.cjs +18 -0
- package/dist/noop-B13_ii35.cjs.map +1 -0
- package/dist/noop-ubqAIbHD.js +12 -0
- package/dist/noop-ubqAIbHD.js.map +1 -0
- package/dist/normalizeSpaces-Bg2IZW7W.js +23 -0
- package/dist/normalizeSpaces-Bg2IZW7W.js.map +1 -0
- package/dist/normalizeSpaces-ZXnR4Qzp.cjs +29 -0
- package/dist/normalizeSpaces-ZXnR4Qzp.cjs.map +1 -0
- package/dist/normalizeString-BDdkaXui.js +15 -0
- package/dist/normalizeString-BDdkaXui.js.map +1 -0
- package/dist/normalizeString-BE6ELqEb.cjs +21 -0
- package/dist/normalizeString-BE6ELqEb.cjs.map +1 -0
- package/dist/operations/index.cjs +65 -32
- package/dist/operations/index.cjs.map +1 -0
- package/dist/operations/index.d.cts +139 -0
- package/dist/operations/index.d.ts +129 -134
- package/dist/operations/index.js +61 -17
- package/dist/operations/index.js.map +1 -0
- package/dist/parsers/index.cjs +12 -19
- package/dist/parsers/index.d.cts +239 -0
- package/dist/parsers/index.d.ts +234 -235
- package/dist/parsers/index.js +10 -12
- package/dist/parsers-BSBPgvsq.js +643 -0
- package/dist/parsers-BSBPgvsq.js.map +1 -0
- package/dist/parsers-OqDeffqc.cjs +649 -0
- package/dist/parsers-OqDeffqc.cjs.map +1 -0
- package/dist/parsing-Cao8b358.js +50 -0
- package/dist/parsing-Cao8b358.js.map +1 -0
- package/dist/parsing-DOGSCH6N.cjs +56 -0
- package/dist/parsing-DOGSCH6N.cjs.map +1 -0
- package/dist/predicates/index.cjs +91 -296
- package/dist/predicates/index.d.cts +13 -0
- package/dist/predicates/index.d.ts +12 -2482
- package/dist/predicates/index.js +23 -25
- package/dist/predicates-Bj6meyXV.js +256 -0
- package/dist/predicates-Bj6meyXV.js.map +1 -0
- package/dist/predicates-D0ubqgqy.cjs +412 -0
- package/dist/predicates-D0ubqgqy.cjs.map +1 -0
- package/dist/promises/index.cjs +76 -24
- package/dist/promises/index.cjs.map +1 -0
- package/dist/promises/index.d.cts +123 -0
- package/dist/promises/index.d.ts +116 -119
- package/dist/promises/index.js +73 -13
- package/dist/promises/index.js.map +1 -0
- package/dist/punyCode-8SrbMWfM.js +179 -0
- package/dist/punyCode-8SrbMWfM.js.map +1 -0
- package/dist/punyCode-D-Qu6nj6.cjs +185 -0
- package/dist/punyCode-D-Qu6nj6.cjs.map +1 -0
- package/dist/removeSpaces-Bmc5DX4F.js +19 -0
- package/dist/removeSpaces-Bmc5DX4F.js.map +1 -0
- package/dist/removeSpaces-CWIvhZHg.cjs +25 -0
- package/dist/removeSpaces-CWIvhZHg.cjs.map +1 -0
- package/dist/rzl-utils.global.js +20 -9
- package/dist/safeJsonParse-BP38mwlj.js +184 -0
- package/dist/safeJsonParse-BP38mwlj.js.map +1 -0
- package/dist/safeJsonParse-Sms2CJf4.cjs +208 -0
- package/dist/safeJsonParse-Sms2CJf4.cjs.map +1 -0
- package/dist/safeStableStringify-CJtP89qn.cjs +106 -0
- package/dist/safeStableStringify-CJtP89qn.cjs.map +1 -0
- package/dist/safeStableStringify-CXOZ9Ub8.js +88 -0
- package/dist/safeStableStringify-CXOZ9Ub8.js.map +1 -0
- package/dist/strings/index.cjs +79 -81
- package/dist/strings/index.cjs.map +1 -0
- package/dist/strings/index.d.cts +12 -0
- package/dist/strings/index.d.ts +10 -775
- package/dist/strings/index.js +62 -14
- package/dist/strings/index.js.map +1 -0
- package/dist/tailwind/index.cjs +19 -47
- package/dist/tailwind/index.d.cts +12 -0
- package/dist/tailwind/index.d.ts +11 -712
- package/dist/tailwind/index.js +10 -12
- package/dist/tailwind-B2ssevxq.js +199 -0
- package/dist/tailwind-B2ssevxq.js.map +1 -0
- package/dist/tailwind-CHIx9uxu.cjs +247 -0
- package/dist/tailwind-CHIx9uxu.cjs.map +1 -0
- package/dist/toStringArrayUnRecursive-C4zYCja7.cjs +51 -0
- package/dist/toStringArrayUnRecursive-C4zYCja7.cjs.map +1 -0
- package/dist/toStringArrayUnRecursive-DJGtPsFb.js +39 -0
- package/dist/toStringArrayUnRecursive-DJGtPsFb.js.map +1 -0
- package/dist/urls/index.cjs +130 -57
- package/dist/urls/index.cjs.map +1 -0
- package/dist/urls/index.d.cts +737 -0
- package/dist/urls/index.d.ts +699 -708
- package/dist/urls/index.js +122 -26
- package/dist/urls/index.js.map +1 -0
- package/package.json +203 -194
- package/dist/chunk-2AFQ33D3.cjs +0 -64
- package/dist/chunk-2CYDJVGM.js +0 -246
- package/dist/chunk-2MW4JDQ2.cjs +0 -598
- package/dist/chunk-2VTDXC3N.cjs +0 -1825
- package/dist/chunk-44XX2P34.js +0 -209
- package/dist/chunk-4YLBKLGS.cjs +0 -18
- package/dist/chunk-566CXQW7.cjs +0 -560
- package/dist/chunk-57EPKYID.cjs +0 -397
- package/dist/chunk-5MGEC3YG.js +0 -63
- package/dist/chunk-6EF52423.cjs +0 -249
- package/dist/chunk-6SCOKU3S.js +0 -109
- package/dist/chunk-6VUXD3CF.js +0 -119
- package/dist/chunk-7B76BSNK.cjs +0 -118
- package/dist/chunk-7Y6I2DSU.cjs +0 -101
- package/dist/chunk-A7S7E2EE.cjs +0 -308
- package/dist/chunk-AJZ6PMMZ.js +0 -16
- package/dist/chunk-AXGBL2IO.cjs +0 -251
- package/dist/chunk-B4TC6FBV.cjs +0 -678
- package/dist/chunk-BAV5T2E3.cjs +0 -15
- package/dist/chunk-BKIJBNIE.js +0 -21
- package/dist/chunk-BNIMTFK5.js +0 -59
- package/dist/chunk-BXW7YXB7.js +0 -1823
- package/dist/chunk-CFYZC4S6.js +0 -53
- package/dist/chunk-CSG4SCL3.js +0 -1587
- package/dist/chunk-CWQW7AKK.js +0 -676
- package/dist/chunk-DVMHRLKP.cjs +0 -16
- package/dist/chunk-EN7LVZBZ.js +0 -548
- package/dist/chunk-EV4Y7HCY.cjs +0 -26
- package/dist/chunk-F66VDYIZ.cjs +0 -18
- package/dist/chunk-FLJX37EL.cjs +0 -30
- package/dist/chunk-GKC3UDMC.cjs +0 -1623
- package/dist/chunk-H65I3GRZ.cjs +0 -106
- package/dist/chunk-HHYWB7VZ.js +0 -24
- package/dist/chunk-HNGGISFL.cjs +0 -65
- package/dist/chunk-HNSQAVSZ.cjs +0 -35
- package/dist/chunk-HSP6IWZK.js +0 -17
- package/dist/chunk-IDZS7J6T.js +0 -242
- package/dist/chunk-JS6R55VL.js +0 -302
- package/dist/chunk-JZVT5FK7.js +0 -232
- package/dist/chunk-KHO2SBNA.cjs +0 -16
- package/dist/chunk-KIDJCMNJ.js +0 -33
- package/dist/chunk-KOLEURVT.cjs +0 -38
- package/dist/chunk-L4V53MQK.cjs +0 -269
- package/dist/chunk-L5RDAVVH.js +0 -14
- package/dist/chunk-NODTV4F3.js +0 -16
- package/dist/chunk-NYK5K3V2.cjs +0 -211
- package/dist/chunk-ODUO3RTL.cjs +0 -113
- package/dist/chunk-ONZFBJVW.js +0 -14
- package/dist/chunk-PFXCTE37.js +0 -28
- package/dist/chunk-PPST7QAQ.js +0 -587
- package/dist/chunk-Q5IMYDFL.cjs +0 -33
- package/dist/chunk-QFFBIOJ4.js +0 -31
- package/dist/chunk-QNKGP5DY.js +0 -14
- package/dist/chunk-RRQHMOPE.cjs +0 -19
- package/dist/chunk-RU5OSRBU.js +0 -95
- package/dist/chunk-SDMPEJ4F.js +0 -35
- package/dist/chunk-SYNL5IKP.js +0 -115
- package/dist/chunk-TCDOWZQE.js +0 -16
- package/dist/chunk-TQPGXGKB.cjs +0 -123
- package/dist/chunk-TULOI4GL.js +0 -370
- package/dist/chunk-UBHCP4N5.cjs +0 -36
- package/dist/chunk-UCHF3M34.cjs +0 -56
- package/dist/chunk-UDA26MCU.cjs +0 -16
- package/dist/chunk-V3C4FYZL.cjs +0 -18
- package/dist/chunk-VAAHZFBF.js +0 -32
- package/dist/chunk-VJDDGRIK.cjs +0 -16
- package/dist/chunk-WVSPXFTY.js +0 -14
- package/dist/chunk-WYP76WXB.js +0 -101
- package/dist/chunk-YDE4ZBB7.cjs +0 -237
- package/dist/chunk-YKQEOO7C.cjs +0 -23
- package/dist/chunk-YSZC56SZ.js +0 -264
- package/dist/chunk-YWHHVDT4.js +0 -13
- package/dist/index.d.ts +0 -24
- package/dist/isPlainObject-DTJVV2Kf.d.ts +0 -536
package/dist/chunk-57EPKYID.cjs
DELETED
|
@@ -1,397 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ====================================================
|
|
3
|
-
* Rzl Utils-JS.
|
|
4
|
-
* ----------------------------------------------------
|
|
5
|
-
* Version: 3.12.0.
|
|
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 chunkUBHCP4N5_cjs = require('./chunk-UBHCP4N5.cjs');
|
|
14
|
-
var chunkHNGGISFL_cjs = require('./chunk-HNGGISFL.cjs');
|
|
15
|
-
var chunk4YLBKLGS_cjs = require('./chunk-4YLBKLGS.cjs');
|
|
16
|
-
var chunkYKQEOO7C_cjs = require('./chunk-YKQEOO7C.cjs');
|
|
17
|
-
var chunkH65I3GRZ_cjs = require('./chunk-H65I3GRZ.cjs');
|
|
18
|
-
var chunkKOLEURVT_cjs = require('./chunk-KOLEURVT.cjs');
|
|
19
|
-
var chunkTQPGXGKB_cjs = require('./chunk-TQPGXGKB.cjs');
|
|
20
|
-
var chunkGKC3UDMC_cjs = require('./chunk-GKC3UDMC.cjs');
|
|
21
|
-
|
|
22
|
-
var areArraysEqual = (array1, array2, ignoreOrder = false) => {
|
|
23
|
-
if (!(chunkGKC3UDMC_cjs.isArray(array1) && chunkGKC3UDMC_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': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
26
|
-
array1
|
|
27
|
-
)}\`, 'array2': \`${chunkGKC3UDMC_cjs.getPreciseType(array2)}\`].`
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
chunkGKC3UDMC_cjs.assertIsBoolean(ignoreOrder, {
|
|
31
|
-
message: ({ currentType, validType }) => `Third parameter \`ignoreOrder\` must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
32
|
-
});
|
|
33
|
-
if (!chunkH65I3GRZ_cjs.isEqual(array1.length, array2.length)) return false;
|
|
34
|
-
const deepIgnoreOrder = (arr) => {
|
|
35
|
-
if (!chunkGKC3UDMC_cjs.isArray(arr)) return arr;
|
|
36
|
-
const sorted = arr.map((item) => {
|
|
37
|
-
if (chunkGKC3UDMC_cjs.isArray(item)) {
|
|
38
|
-
return deepIgnoreOrder(item);
|
|
39
|
-
}
|
|
40
|
-
return item;
|
|
41
|
-
});
|
|
42
|
-
return sorted.sort((a, b) => {
|
|
43
|
-
const sa = chunkTQPGXGKB_cjs.safeStableStringify(a);
|
|
44
|
-
const sb = chunkTQPGXGKB_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 (!chunkH65I3GRZ_cjs.isEqual(normalizedArr1.length, normalizedArr2.length)) return false;
|
|
51
|
-
return normalizedArr1.every(
|
|
52
|
-
(item, index) => chunkTQPGXGKB_cjs.safeStableStringify(item) === chunkTQPGXGKB_cjs.safeStableStringify(normalizedArr2[index])
|
|
53
|
-
);
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
var areObjectsEqual = (object1, object2) => {
|
|
57
|
-
return chunkH65I3GRZ_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 (!chunkGKC3UDMC_cjs.isNonEmptyString(text) || !chunkGKC3UDMC_cjs.isArray(searchWords)) {
|
|
80
|
-
return false;
|
|
81
|
-
}
|
|
82
|
-
chunkGKC3UDMC_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
|
-
chunkGKC3UDMC_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
|
-
chunkYKQEOO7C_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) => chunkGKC3UDMC_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 (!chunkGKC3UDMC_cjs.isNonEmptyString(text) || !chunkGKC3UDMC_cjs.isArray(searchWords)) {
|
|
103
|
-
return false;
|
|
104
|
-
}
|
|
105
|
-
chunkGKC3UDMC_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
|
-
chunkGKC3UDMC_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
|
-
chunkYKQEOO7C_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) => chunkGKC3UDMC_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 (!chunkGKC3UDMC_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: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
132
|
-
key
|
|
133
|
-
)}\`.`
|
|
134
|
-
);
|
|
135
|
-
}
|
|
136
|
-
if (Object.prototype.hasOwnProperty.call(object, key)) return true;
|
|
137
|
-
if (chunkGKC3UDMC_cjs.isArray(object)) {
|
|
138
|
-
return object.some((item) => doesKeyExist(item, key));
|
|
139
|
-
}
|
|
140
|
-
return Object.values(object).some(
|
|
141
|
-
(value) => chunkGKC3UDMC_cjs.isObjectOrArray(value) && doesKeyExist(value, key)
|
|
142
|
-
);
|
|
143
|
-
};
|
|
144
|
-
|
|
145
|
-
var arrayHasAnyMatch = (sourceArray, targetArray) => {
|
|
146
|
-
if (!chunkGKC3UDMC_cjs.isArray(sourceArray) || !chunkGKC3UDMC_cjs.isArray(targetArray) || chunkKOLEURVT_cjs.isEmptyArray(sourceArray) || chunkKOLEURVT_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 !chunkGKC3UDMC_cjs.isFunction(value) && chunkGKC3UDMC_cjs.isObjectOrArray(value) && isLength(value?.length);
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
function isArrayLikeObject(value) {
|
|
166
|
-
return chunkGKC3UDMC_cjs.isObjectOrArray(value) && isLength(value.length);
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
var isCurrencyLike = (input) => {
|
|
170
|
-
if (!(chunkGKC3UDMC_cjs.isString(input) || chunkGKC3UDMC_cjs.isNumber(input))) return false;
|
|
171
|
-
const parsed = chunkHNGGISFL_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 (chunkTQPGXGKB_cjs.isDate(a) && chunkTQPGXGKB_cjs.isDate(b)) {
|
|
183
|
-
return a.getTime() === b.getTime();
|
|
184
|
-
}
|
|
185
|
-
if (chunkH65I3GRZ_cjs.isRegExp(a) && chunkH65I3GRZ_cjs.isRegExp(b)) {
|
|
186
|
-
return a.toString() === b.toString();
|
|
187
|
-
}
|
|
188
|
-
if (chunkGKC3UDMC_cjs.isSymbol(a) && chunkGKC3UDMC_cjs.isSymbol(b)) {
|
|
189
|
-
return a.toString() === b.toString();
|
|
190
|
-
}
|
|
191
|
-
if (chunkGKC3UDMC_cjs.isSet(a) && chunkGKC3UDMC_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 (chunkTQPGXGKB_cjs.isMap(a) && chunkTQPGXGKB_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 (chunkGKC3UDMC_cjs.isArray(a) && chunkGKC3UDMC_cjs.isArray(b)) {
|
|
229
|
-
if (a.length !== b.length) return false;
|
|
230
|
-
return a.every((item, i) => isDeepEqual(item, b[i]));
|
|
231
|
-
}
|
|
232
|
-
if (chunkGKC3UDMC_cjs.isObjectOrArray(a) && chunkGKC3UDMC_cjs.isObjectOrArray(b) && a && b) {
|
|
233
|
-
if (chunkGKC3UDMC_cjs.isArray(a) !== chunkGKC3UDMC_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 && !chunkGKC3UDMC_cjs.isPlainObject(value);
|
|
244
|
-
}
|
|
245
|
-
|
|
246
|
-
function isEmpty(value) {
|
|
247
|
-
if (chunkGKC3UDMC_cjs.isNil(value)) return true;
|
|
248
|
-
if (chunkGKC3UDMC_cjs.isBoolean(value) || chunkGKC3UDMC_cjs.isNumber(value, { includeNaN: true }) || chunkGKC3UDMC_cjs.isSymbol(value))
|
|
249
|
-
return true;
|
|
250
|
-
if (chunkGKC3UDMC_cjs.isFunction(value)) {
|
|
251
|
-
return Object.keys(value).length === 0;
|
|
252
|
-
}
|
|
253
|
-
if (chunkGKC3UDMC_cjs.isString(value) || chunkGKC3UDMC_cjs.isArray(value) || isArguments(value) || chunkUBHCP4N5_cjs.isTypedArray(value)) {
|
|
254
|
-
return value.length === 0;
|
|
255
|
-
}
|
|
256
|
-
if (chunkTQPGXGKB_cjs.isMap(value) || chunkGKC3UDMC_cjs.isSet(value)) {
|
|
257
|
-
return value.size === 0;
|
|
258
|
-
}
|
|
259
|
-
if (chunkGKC3UDMC_cjs.isBuffer(value)) {
|
|
260
|
-
return value.length === 0;
|
|
261
|
-
}
|
|
262
|
-
if (chunkGKC3UDMC_cjs.isPlainObject(value)) {
|
|
263
|
-
return Object.keys(value).length === 0;
|
|
264
|
-
}
|
|
265
|
-
return false;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
var isEmptyDeep = (value) => {
|
|
269
|
-
if (chunkGKC3UDMC_cjs.isString(value)) return chunk4YLBKLGS_cjs.isEmptyString(value);
|
|
270
|
-
if (chunkGKC3UDMC_cjs.isNumber(value)) return chunkGKC3UDMC_cjs.isNaN(value);
|
|
271
|
-
if (chunkGKC3UDMC_cjs.isArray(value)) {
|
|
272
|
-
return chunkKOLEURVT_cjs.isEmptyArray(value) || value.every(isEmptyDeep);
|
|
273
|
-
}
|
|
274
|
-
if (chunkGKC3UDMC_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 chunkH65I3GRZ_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 (!chunkGKC3UDMC_cjs.isObjectOrArray(source)) {
|
|
298
|
-
return isSameValue(object, source);
|
|
299
|
-
}
|
|
300
|
-
if (!chunkGKC3UDMC_cjs.isObjectOrArray(object)) {
|
|
301
|
-
return false;
|
|
302
|
-
}
|
|
303
|
-
const keys = Reflect.ownKeys(source).filter(
|
|
304
|
-
(k) => !(chunkGKC3UDMC_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 (!chunkGKC3UDMC_cjs.isUndefined(result)) {
|
|
312
|
-
if (!result) return false;
|
|
313
|
-
continue;
|
|
314
|
-
}
|
|
315
|
-
if (chunkGKC3UDMC_cjs.isObjectOrArray(objValue) && chunkGKC3UDMC_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 (!chunkGKC3UDMC_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 !chunkGKC3UDMC_cjs.isNil(value) && (chunkGKC3UDMC_cjs.isObjectOrArray(value) || chunkGKC3UDMC_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 (!chunkGKC3UDMC_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 chunkGKC3UDMC_cjs.isObject(value) && !chunkGKC3UDMC_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;
|
package/dist/chunk-5MGEC3YG.js
DELETED
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* ====================================================
|
|
3
|
-
* Rzl Utils-JS.
|
|
4
|
-
* ----------------------------------------------------
|
|
5
|
-
* Version: 3.12.0.
|
|
6
|
-
* Author: Rizalvin Dwiky.
|
|
7
|
-
* Repository: https://github.com/rzl-zone/utils-js.
|
|
8
|
-
* ====================================================
|
|
9
|
-
*/
|
|
10
|
-
import { isNonEmptyString } from './chunk-CSG4SCL3.js';
|
|
11
|
-
|
|
12
|
-
var parseCurrencyString = (input) => {
|
|
13
|
-
if (!isNonEmptyString(input)) return 0;
|
|
14
|
-
let trimmed = input.trim().replace(/\u00A0/g, "").replace(/\u202F/g, "");
|
|
15
|
-
let isNegative = false;
|
|
16
|
-
if (/^\(.*\)$/.test(trimmed)) {
|
|
17
|
-
isNegative = true;
|
|
18
|
-
trimmed = trimmed.slice(1, -1).trim();
|
|
19
|
-
}
|
|
20
|
-
trimmed = trimmed.replace(/^[-\s]+/, (match) => match.includes("-") ? "-" : "").replace(/[\s.,-]+$/, "");
|
|
21
|
-
isNegative = isNegative || /^-/.test(trimmed) || /^[^\d]*-/.test(trimmed);
|
|
22
|
-
const cleaned = trimmed.replace(/[^0-9.,'\s]/g, "");
|
|
23
|
-
let cleanedNoSpace = cleaned.replace(/[\s']/g, "");
|
|
24
|
-
const indianMatches = cleanedNoSpace.match(/,\d{2}/g);
|
|
25
|
-
const isIndianStyle = indianMatches && indianMatches.length > 1;
|
|
26
|
-
if (isIndianStyle) {
|
|
27
|
-
cleanedNoSpace = cleanedNoSpace.replace(/,/g, "");
|
|
28
|
-
} else {
|
|
29
|
-
const dotCount = (cleanedNoSpace.match(/\./g) || []).length;
|
|
30
|
-
const commaCount = (cleanedNoSpace.match(/,/g) || []).length;
|
|
31
|
-
if (dotCount > 1 && commaCount === 0) {
|
|
32
|
-
cleanedNoSpace = cleanedNoSpace.replace(/\./g, "");
|
|
33
|
-
} else if (commaCount > 1 && dotCount === 0) {
|
|
34
|
-
cleanedNoSpace = cleanedNoSpace.replace(/,/g, "");
|
|
35
|
-
} else {
|
|
36
|
-
const lastComma = cleanedNoSpace.lastIndexOf(",");
|
|
37
|
-
const lastDot = cleanedNoSpace.lastIndexOf(".");
|
|
38
|
-
if (lastComma > lastDot) {
|
|
39
|
-
cleanedNoSpace = cleanedNoSpace.replace(/\./g, "").replace(",", ".");
|
|
40
|
-
} else if (lastDot > lastComma) {
|
|
41
|
-
cleanedNoSpace = cleanedNoSpace.replace(/,/g, "");
|
|
42
|
-
} else {
|
|
43
|
-
if (lastComma > lastDot) {
|
|
44
|
-
const beforeDecimal = cleanedNoSpace.slice(0, lastComma).replace(/,/g, "").replace(/\./g, "");
|
|
45
|
-
const afterDecimal = cleanedNoSpace.slice(lastComma + 1);
|
|
46
|
-
cleanedNoSpace = beforeDecimal + "." + afterDecimal;
|
|
47
|
-
} else if (lastDot > lastComma) {
|
|
48
|
-
const beforeDecimal = cleanedNoSpace.slice(0, lastDot).replace(/\./g, "").replace(/,/g, "");
|
|
49
|
-
const afterDecimal = cleanedNoSpace.slice(lastDot + 1);
|
|
50
|
-
cleanedNoSpace = beforeDecimal + "." + afterDecimal;
|
|
51
|
-
} else if (lastComma !== -1) {
|
|
52
|
-
cleanedNoSpace = cleanedNoSpace.replace(/,/g, "");
|
|
53
|
-
} else if (lastDot !== -1) {
|
|
54
|
-
cleanedNoSpace = cleanedNoSpace.replace(/\./g, "");
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
const num = parseFloat(cleanedNoSpace) || 0;
|
|
60
|
-
return isNegative ? -num : num;
|
|
61
|
-
};
|
|
62
|
-
|
|
63
|
-
export { parseCurrencyString };
|