@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-L4V53MQK.cjs
DELETED
|
@@ -1,269 +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 chunkKOLEURVT_cjs = require('./chunk-KOLEURVT.cjs');
|
|
13
|
-
var chunkBAV5T2E3_cjs = require('./chunk-BAV5T2E3.cjs');
|
|
14
|
-
var chunkTQPGXGKB_cjs = require('./chunk-TQPGXGKB.cjs');
|
|
15
|
-
var chunkGKC3UDMC_cjs = require('./chunk-GKC3UDMC.cjs');
|
|
16
|
-
|
|
17
|
-
var parseCustomDate = (dateString, format) => {
|
|
18
|
-
if (!chunkGKC3UDMC_cjs.isNonEmptyString(dateString) || !chunkGKC3UDMC_cjs.isNonEmptyString(format)) {
|
|
19
|
-
throw new TypeError(
|
|
20
|
-
`Parameter \`dateString\` and \`format\` must be of type \`string\` and not empty-string, but received: "['dateString': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
21
|
-
dateString
|
|
22
|
-
)}\` - (current value: \`${chunkTQPGXGKB_cjs.safeStableStringify(dateString, {
|
|
23
|
-
keepUndefined: true
|
|
24
|
-
})}\`), 'format': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
25
|
-
format
|
|
26
|
-
)}\` - (current value: \`${chunkTQPGXGKB_cjs.safeStableStringify(format, {
|
|
27
|
-
keepUndefined: true
|
|
28
|
-
})}\`)]".`
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
const dateParts = dateString.split(/[-/]/).map(Number);
|
|
32
|
-
if (dateParts.length !== 3 || dateParts.some(isNaN)) return null;
|
|
33
|
-
let day, month, year;
|
|
34
|
-
if (format === "DD/MM/YYYY") {
|
|
35
|
-
[day, month, year] = dateParts;
|
|
36
|
-
} else if (format === "MM/DD/YYYY") {
|
|
37
|
-
[month, day, year] = dateParts;
|
|
38
|
-
} else {
|
|
39
|
-
return null;
|
|
40
|
-
}
|
|
41
|
-
month -= 1;
|
|
42
|
-
const date = new Date(year, month, day);
|
|
43
|
-
if (date.getFullYear() !== year || date.getMonth() !== month || date.getDate() !== day) {
|
|
44
|
-
return null;
|
|
45
|
-
}
|
|
46
|
-
return date;
|
|
47
|
-
};
|
|
48
|
-
|
|
49
|
-
var validateJsonParsingOptions = (optionsValue = {}) => {
|
|
50
|
-
chunkGKC3UDMC_cjs.assertIsPlainObject(optionsValue, {
|
|
51
|
-
message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
52
|
-
});
|
|
53
|
-
const convertBooleans = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "convertBooleans") ? optionsValue.convertBooleans : false;
|
|
54
|
-
const convertDates = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "convertDates") ? optionsValue.convertDates : false;
|
|
55
|
-
const convertNumbers = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "convertNumbers") ? optionsValue.convertNumbers : false;
|
|
56
|
-
const loggingOnFail = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "loggingOnFail") ? optionsValue.loggingOnFail : false;
|
|
57
|
-
const removeEmptyArrays = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "removeEmptyArrays") ? optionsValue.removeEmptyArrays : false;
|
|
58
|
-
const removeEmptyObjects = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "removeEmptyObjects") ? optionsValue.removeEmptyObjects : false;
|
|
59
|
-
const removeNulls = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "removeNulls") ? optionsValue.removeNulls : false;
|
|
60
|
-
const removeUndefined = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "removeUndefined") ? optionsValue.removeUndefined : false;
|
|
61
|
-
const strictMode = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "strictMode") ? optionsValue.strictMode : false;
|
|
62
|
-
const checkSymbols = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "checkSymbols") ? optionsValue.checkSymbols : false;
|
|
63
|
-
const convertNaN = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "convertNaN") ? optionsValue.convertNaN : false;
|
|
64
|
-
const customDateFormats = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "customDateFormats") ? optionsValue.customDateFormats : [];
|
|
65
|
-
const onError = chunkGKC3UDMC_cjs.hasOwnProp(optionsValue, "onError") ? optionsValue.onError : chunkBAV5T2E3_cjs.noop;
|
|
66
|
-
if (!(chunkGKC3UDMC_cjs.isBoolean(convertBooleans) && chunkGKC3UDMC_cjs.isBoolean(convertDates) && chunkGKC3UDMC_cjs.isBoolean(convertNumbers) && chunkGKC3UDMC_cjs.isBoolean(convertNaN) && chunkGKC3UDMC_cjs.isBoolean(checkSymbols) && chunkGKC3UDMC_cjs.isBoolean(loggingOnFail) && chunkGKC3UDMC_cjs.isBoolean(removeEmptyArrays) && chunkGKC3UDMC_cjs.isBoolean(removeEmptyObjects) && chunkGKC3UDMC_cjs.isBoolean(removeNulls) && chunkGKC3UDMC_cjs.isBoolean(removeUndefined) && chunkGKC3UDMC_cjs.isBoolean(strictMode) && chunkGKC3UDMC_cjs.isArray(customDateFormats) && chunkGKC3UDMC_cjs.isFunction(onError))) {
|
|
67
|
-
throw new TypeError(
|
|
68
|
-
`Invalid \`options\` parameter (second argument): \`convertBooleans\`, \`convertDates\`, \`convertNumbers\`, \`loggingOnFail\`, \`removeEmptyArrays\`, \`removeEmptyObjects\`, \`removeNulls\`, \`removeUndefined\`, \`strictMode\` expected to be a \`boolean\` type, \`customDateFormats\` expected to be a \`array\` type and \`onError\` expected to be a \`void function\` type. But received: ['convertBooleans': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
69
|
-
convertBooleans
|
|
70
|
-
)}\`, 'convertDates': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
71
|
-
convertDates
|
|
72
|
-
)}\`, 'convertNumbers': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
73
|
-
convertNumbers
|
|
74
|
-
)}\`, 'loggingOnFail': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
75
|
-
loggingOnFail
|
|
76
|
-
)}\`, 'removeEmptyArrays': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
77
|
-
removeEmptyArrays
|
|
78
|
-
)}\`, 'removeEmptyObjects': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
79
|
-
removeEmptyObjects
|
|
80
|
-
)}\`, 'removeNulls': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
81
|
-
removeNulls
|
|
82
|
-
)}\`, 'removeUndefined': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
83
|
-
removeUndefined
|
|
84
|
-
)}\`, 'strictMode': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
85
|
-
strictMode
|
|
86
|
-
)}\`, 'customDateFormats': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
87
|
-
customDateFormats
|
|
88
|
-
)}\`, 'onError': \`${chunkGKC3UDMC_cjs.getPreciseType(onError)}\`].`
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
return {
|
|
92
|
-
convertBooleans,
|
|
93
|
-
convertDates,
|
|
94
|
-
convertNumbers,
|
|
95
|
-
convertNaN,
|
|
96
|
-
loggingOnFail,
|
|
97
|
-
removeEmptyArrays,
|
|
98
|
-
removeEmptyObjects,
|
|
99
|
-
removeNulls,
|
|
100
|
-
removeUndefined,
|
|
101
|
-
strictMode,
|
|
102
|
-
customDateFormats,
|
|
103
|
-
onError,
|
|
104
|
-
checkSymbols
|
|
105
|
-
};
|
|
106
|
-
};
|
|
107
|
-
|
|
108
|
-
var cleanParsedData = (data, options = {}) => {
|
|
109
|
-
const validOptions = validateJsonParsingOptions(options);
|
|
110
|
-
if (chunkGKC3UDMC_cjs.isNull(data)) return validOptions.removeNulls ? void 0 : null;
|
|
111
|
-
if (chunkGKC3UDMC_cjs.isUndefined(data)) return validOptions.removeUndefined ? void 0 : void 0;
|
|
112
|
-
if (chunkGKC3UDMC_cjs.isString(data)) {
|
|
113
|
-
const trimmed = data.trim();
|
|
114
|
-
if (validOptions.convertNaN && trimmed === "NaN") return NaN;
|
|
115
|
-
if (validOptions.convertNumbers && !isNaN(Number(trimmed))) {
|
|
116
|
-
return Number(trimmed);
|
|
117
|
-
}
|
|
118
|
-
if (validOptions.convertBooleans) {
|
|
119
|
-
if (trimmed === "true") return true;
|
|
120
|
-
if (trimmed === "false") return false;
|
|
121
|
-
}
|
|
122
|
-
if (validOptions.convertDates) {
|
|
123
|
-
if (/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/.test(trimmed)) {
|
|
124
|
-
return new Date(trimmed);
|
|
125
|
-
}
|
|
126
|
-
if (validOptions.customDateFormats?.length) {
|
|
127
|
-
for (const format of validOptions.customDateFormats) {
|
|
128
|
-
const date = parseCustomDate(trimmed, format);
|
|
129
|
-
if (date) return date;
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
return validOptions.strictMode ? void 0 : trimmed;
|
|
134
|
-
}
|
|
135
|
-
if (chunkGKC3UDMC_cjs.isArray(data)) {
|
|
136
|
-
const cleanedArray = data.map((item) => cleanParsedData(item, validOptions)).filter((item) => !chunkGKC3UDMC_cjs.isUndefined(item));
|
|
137
|
-
return validOptions.removeEmptyArrays && chunkKOLEURVT_cjs.isEmptyArray(cleanedArray) ? void 0 : cleanedArray;
|
|
138
|
-
}
|
|
139
|
-
if (chunkGKC3UDMC_cjs.isObject(data)) {
|
|
140
|
-
const cleanedObject = {};
|
|
141
|
-
for (const key in data) {
|
|
142
|
-
if (Object.prototype.hasOwnProperty.call(data, key)) {
|
|
143
|
-
const cleanedValue = cleanParsedData(data[key], validOptions);
|
|
144
|
-
if (!chunkGKC3UDMC_cjs.isUndefined(cleanedValue)) {
|
|
145
|
-
cleanedObject[key] = cleanedValue;
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
return validOptions.removeEmptyObjects && chunkKOLEURVT_cjs.isEmptyObject(cleanedObject, { checkSymbols: validOptions.checkSymbols }) ? void 0 : cleanedObject;
|
|
150
|
-
}
|
|
151
|
-
return validOptions.strictMode ? void 0 : data;
|
|
152
|
-
};
|
|
153
|
-
|
|
154
|
-
var extractDigits = (value) => {
|
|
155
|
-
if (!chunkGKC3UDMC_cjs.isString(value) && !chunkGKC3UDMC_cjs.isNumber(value)) return 0;
|
|
156
|
-
const cleaned = String(value).trim().replace(/[^0-9]/g, "");
|
|
157
|
-
return Number(cleaned) || 0;
|
|
158
|
-
};
|
|
159
|
-
|
|
160
|
-
function fixSingleQuotesEscapeBackslash(input) {
|
|
161
|
-
const validEscapes = /* @__PURE__ */ new Set(["\\", '"', "/", "b", "f", "n", "r", "t", "u"]);
|
|
162
|
-
let output = "";
|
|
163
|
-
let inSingleQuote = false;
|
|
164
|
-
let inDoubleQuote = false;
|
|
165
|
-
let escapeNext = false;
|
|
166
|
-
for (let i = 0; i < input.length; i++) {
|
|
167
|
-
const c = input[i];
|
|
168
|
-
if (escapeNext) {
|
|
169
|
-
if (inSingleQuote) {
|
|
170
|
-
if (c === "'") {
|
|
171
|
-
output += "'";
|
|
172
|
-
} else if (validEscapes.has(c)) {
|
|
173
|
-
if (c === "\\") {
|
|
174
|
-
output += "\\\\";
|
|
175
|
-
} else if (c === '"') {
|
|
176
|
-
output += '\\"';
|
|
177
|
-
} else {
|
|
178
|
-
output += "\\" + c;
|
|
179
|
-
}
|
|
180
|
-
} else {
|
|
181
|
-
output += "\\\\" + c;
|
|
182
|
-
}
|
|
183
|
-
} else if (inDoubleQuote) {
|
|
184
|
-
if (c === '"') {
|
|
185
|
-
output += '\\"';
|
|
186
|
-
} else if (validEscapes.has(c)) {
|
|
187
|
-
output += "\\" + c;
|
|
188
|
-
} else {
|
|
189
|
-
output += "\\\\" + c;
|
|
190
|
-
}
|
|
191
|
-
} else {
|
|
192
|
-
output += "\\" + c;
|
|
193
|
-
}
|
|
194
|
-
escapeNext = false;
|
|
195
|
-
continue;
|
|
196
|
-
}
|
|
197
|
-
if (c === "\\") {
|
|
198
|
-
escapeNext = true;
|
|
199
|
-
continue;
|
|
200
|
-
}
|
|
201
|
-
if (!inSingleQuote && !inDoubleQuote) {
|
|
202
|
-
if (c === "'") {
|
|
203
|
-
output += '"';
|
|
204
|
-
inSingleQuote = true;
|
|
205
|
-
continue;
|
|
206
|
-
}
|
|
207
|
-
if (c === '"') {
|
|
208
|
-
output += '"';
|
|
209
|
-
inDoubleQuote = true;
|
|
210
|
-
continue;
|
|
211
|
-
}
|
|
212
|
-
} else if (inSingleQuote) {
|
|
213
|
-
if (c === "'") {
|
|
214
|
-
output += '"';
|
|
215
|
-
inSingleQuote = false;
|
|
216
|
-
continue;
|
|
217
|
-
}
|
|
218
|
-
} else if (inDoubleQuote) {
|
|
219
|
-
if (c === '"') {
|
|
220
|
-
output += '"';
|
|
221
|
-
inDoubleQuote = false;
|
|
222
|
-
continue;
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
output += c;
|
|
226
|
-
}
|
|
227
|
-
return output;
|
|
228
|
-
}
|
|
229
|
-
|
|
230
|
-
function safeJsonParse(value, options = {}) {
|
|
231
|
-
if (chunkGKC3UDMC_cjs.isNull(value)) return null;
|
|
232
|
-
const validOptions = validateJsonParsingOptions(options);
|
|
233
|
-
if (validOptions.convertNaN && (chunkGKC3UDMC_cjs.isNaN(value) || chunkGKC3UDMC_cjs.isNonEmptyString(value) && value === "NaN")) {
|
|
234
|
-
return NaN;
|
|
235
|
-
}
|
|
236
|
-
if (validOptions.convertNumbers && !chunkGKC3UDMC_cjs.isNaN(Number(value)) && chunkGKC3UDMC_cjs.isNumber(extractDigits(value))) {
|
|
237
|
-
return Number(value);
|
|
238
|
-
}
|
|
239
|
-
if (!chunkGKC3UDMC_cjs.isString(value)) return void 0;
|
|
240
|
-
try {
|
|
241
|
-
let normalized = fixSingleQuotesEscapeBackslash(value);
|
|
242
|
-
if (validOptions.removeUndefined) {
|
|
243
|
-
normalized = normalized.replace(/,\s*"[^"]*"\s*:\s*undefined(?=\s*[},])/g, "").replace(/"[^"]*"\s*:\s*undefined\s*(,)?/g, "");
|
|
244
|
-
} else {
|
|
245
|
-
normalized = normalized.replace(/:\s*undefined(?=\s*[,}])/g, ":null");
|
|
246
|
-
}
|
|
247
|
-
if (validOptions.convertNaN) {
|
|
248
|
-
normalized = normalized.replace(/:\s*NaN(?=\s*[,}])/g, ':"NaN"');
|
|
249
|
-
} else {
|
|
250
|
-
normalized = normalized.replace(/:\s*NaN(?=\s*[,}])/g, ':"NaN"').replace(/,\s*"[^"]*"\s*:\s*NaN(?=\s*[},])/g, "").replace(/"[^"]*"\s*:\s*NaN\s*(,)?/g, "");
|
|
251
|
-
}
|
|
252
|
-
normalized = normalized.replace(/,(\s*[}\]])/g, "$1");
|
|
253
|
-
const parsed = JSON.parse(normalized);
|
|
254
|
-
return cleanParsedData(parsed, validOptions);
|
|
255
|
-
} catch (error) {
|
|
256
|
-
if (validOptions.loggingOnFail) {
|
|
257
|
-
console.error("Failed to parsing at `safeJsonParse`:", error);
|
|
258
|
-
}
|
|
259
|
-
validOptions.onError(
|
|
260
|
-
chunkGKC3UDMC_cjs.isError(error) ? new Error(error.message.replace(/^JSON\.parse:/, "Failed to parsing")) : new Error(String(error))
|
|
261
|
-
);
|
|
262
|
-
return void 0;
|
|
263
|
-
}
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
exports.cleanParsedData = cleanParsedData;
|
|
267
|
-
exports.extractDigits = extractDigits;
|
|
268
|
-
exports.parseCustomDate = parseCustomDate;
|
|
269
|
-
exports.safeJsonParse = safeJsonParse;
|
package/dist/chunk-L5RDAVVH.js
DELETED
|
@@ -1,14 +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
|
-
var isServer = () => {
|
|
11
|
-
return typeof window === "undefined" || typeof document === "undefined";
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
export { isServer };
|
package/dist/chunk-NODTV4F3.js
DELETED
|
@@ -1,16 +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 { isNumber } from './chunk-CSG4SCL3.js';
|
|
11
|
-
|
|
12
|
-
function isFinite(value) {
|
|
13
|
-
return isNumber(value) && Number.isFinite(value);
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export { isFinite };
|
package/dist/chunk-NYK5K3V2.cjs
DELETED
|
@@ -1,211 +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 chunkYKQEOO7C_cjs = require('./chunk-YKQEOO7C.cjs');
|
|
13
|
-
var chunkGKC3UDMC_cjs = require('./chunk-GKC3UDMC.cjs');
|
|
14
|
-
|
|
15
|
-
var maxInt = 2147483647;
|
|
16
|
-
var base = 36;
|
|
17
|
-
var tMin = 1;
|
|
18
|
-
var tMax = 26;
|
|
19
|
-
var skew = 38;
|
|
20
|
-
var damp = 700;
|
|
21
|
-
var initialBias = 72;
|
|
22
|
-
var initialN = 128;
|
|
23
|
-
var delimiter = "-";
|
|
24
|
-
var regexPunycode = /^xn--/;
|
|
25
|
-
var regexNonASCII = /[^\0-\x7F]/;
|
|
26
|
-
var regexSeparators = /[\x2E\u3002\uFF0E\uFF61]/g;
|
|
27
|
-
var errors = {
|
|
28
|
-
overflow: "Overflow: input needs wider integers to process",
|
|
29
|
-
"not-basic": "Illegal input >= 0x80 (not a basic code point)",
|
|
30
|
-
"invalid-input": "Invalid input"
|
|
31
|
-
};
|
|
32
|
-
var floor = Math.floor;
|
|
33
|
-
var stringFromCharCode = String.fromCharCode;
|
|
34
|
-
function error(type) {
|
|
35
|
-
throw new RangeError(errors[type]);
|
|
36
|
-
}
|
|
37
|
-
function map(array, fn) {
|
|
38
|
-
const result = [];
|
|
39
|
-
let length = array.length;
|
|
40
|
-
while (length--) result[length] = fn(array[length]);
|
|
41
|
-
return result;
|
|
42
|
-
}
|
|
43
|
-
function mapDomain(domain, fn) {
|
|
44
|
-
const parts = domain.split("@");
|
|
45
|
-
let result = "";
|
|
46
|
-
if (parts.length > 1) {
|
|
47
|
-
result = parts[0] + "@";
|
|
48
|
-
domain = parts[1];
|
|
49
|
-
}
|
|
50
|
-
domain = domain.replace(regexSeparators, ".");
|
|
51
|
-
const labels = domain.split(".");
|
|
52
|
-
return result + map(labels, fn).join(".");
|
|
53
|
-
}
|
|
54
|
-
function ucs2decode(input) {
|
|
55
|
-
chunkYKQEOO7C_cjs.assertIsString(input, {
|
|
56
|
-
message: ({ currentType, validType }) => `Utils \`punycodeUtilsJS.ucs2.decode\`, parameter \`input\` must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
57
|
-
});
|
|
58
|
-
const output = [];
|
|
59
|
-
let counter = 0;
|
|
60
|
-
const length = input.length;
|
|
61
|
-
while (counter < length) {
|
|
62
|
-
const value = input.charCodeAt(counter++);
|
|
63
|
-
if (value >= 55296 && value <= 56319 && counter < length) {
|
|
64
|
-
const extra = input.charCodeAt(counter++);
|
|
65
|
-
if ((extra & 64512) === 56320)
|
|
66
|
-
output.push(((value & 1023) << 10) + (extra & 1023) + 65536);
|
|
67
|
-
else {
|
|
68
|
-
output.push(value);
|
|
69
|
-
counter--;
|
|
70
|
-
}
|
|
71
|
-
} else output.push(value);
|
|
72
|
-
}
|
|
73
|
-
return output;
|
|
74
|
-
}
|
|
75
|
-
var ucs2encode = (points) => {
|
|
76
|
-
if (!Array.isArray(points) || !points.every((p) => typeof p === "number" && Number.isFinite(p))) {
|
|
77
|
-
throw new TypeError(
|
|
78
|
-
`Utils \`punycodeUtilsJS.ucs2.encode\`, parameter \`points\` must be an array of numbers, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
79
|
-
points
|
|
80
|
-
)}\`.`
|
|
81
|
-
);
|
|
82
|
-
}
|
|
83
|
-
return String.fromCodePoint(...points);
|
|
84
|
-
};
|
|
85
|
-
function basicToDigit(codePoint) {
|
|
86
|
-
if (codePoint >= 48 && codePoint < 58) return 26 + (codePoint - 48);
|
|
87
|
-
if (codePoint >= 65 && codePoint < 91) return codePoint - 65;
|
|
88
|
-
if (codePoint >= 97 && codePoint < 123) return codePoint - 97;
|
|
89
|
-
return base;
|
|
90
|
-
}
|
|
91
|
-
function digitToBasic(digit, flag) {
|
|
92
|
-
return digit + 22 + 75 * (digit < 26 ? 1 : 0) - Number(flag !== 0) * 32;
|
|
93
|
-
}
|
|
94
|
-
function adapt(delta, numPoints, firstTime) {
|
|
95
|
-
let k = 0;
|
|
96
|
-
delta = firstTime ? floor(delta / damp) : delta >> 1;
|
|
97
|
-
delta += floor(delta / numPoints);
|
|
98
|
-
while (delta > (base - tMin) * tMax >> 1) {
|
|
99
|
-
delta = floor(delta / (base - tMin));
|
|
100
|
-
k += base;
|
|
101
|
-
}
|
|
102
|
-
return floor(k + (base - tMin + 1) * delta / (delta + skew));
|
|
103
|
-
}
|
|
104
|
-
function decode(input) {
|
|
105
|
-
chunkYKQEOO7C_cjs.assertIsString(input, {
|
|
106
|
-
message: ({ currentType, validType }) => `Utils \`punycodeUtilsJS.decode\`, parameter \`input\` must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
107
|
-
});
|
|
108
|
-
const output = [];
|
|
109
|
-
const inputLength = input.length;
|
|
110
|
-
let i = 0, n = initialN, bias = initialBias;
|
|
111
|
-
let basic = input.lastIndexOf(delimiter);
|
|
112
|
-
if (basic < 0) basic = 0;
|
|
113
|
-
for (let j = 0; j < basic; j++) {
|
|
114
|
-
if (input.charCodeAt(j) >= 128) error("not-basic");
|
|
115
|
-
output.push(input.charCodeAt(j));
|
|
116
|
-
}
|
|
117
|
-
for (let index = basic > 0 ? basic + 1 : 0; index < inputLength; ) {
|
|
118
|
-
const oldi = i;
|
|
119
|
-
let w = 1;
|
|
120
|
-
for (let k = base; ; k += base) {
|
|
121
|
-
if (index >= inputLength) error("invalid-input");
|
|
122
|
-
const digit = basicToDigit(input.charCodeAt(index++));
|
|
123
|
-
if (digit >= base) error("invalid-input");
|
|
124
|
-
if (digit > floor((maxInt - i) / w)) error("overflow");
|
|
125
|
-
i += digit * w;
|
|
126
|
-
const t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias;
|
|
127
|
-
if (digit < t) break;
|
|
128
|
-
const baseMinusT = base - t;
|
|
129
|
-
if (w > floor(maxInt / baseMinusT)) error("overflow");
|
|
130
|
-
w *= baseMinusT;
|
|
131
|
-
}
|
|
132
|
-
const out = output.length + 1;
|
|
133
|
-
bias = adapt(i - oldi, out, oldi === 0);
|
|
134
|
-
if (floor(i / out) > maxInt - n) error("overflow");
|
|
135
|
-
n += floor(i / out);
|
|
136
|
-
i %= out;
|
|
137
|
-
output.splice(i++, 0, n);
|
|
138
|
-
}
|
|
139
|
-
return String.fromCodePoint(...output);
|
|
140
|
-
}
|
|
141
|
-
function encode(input) {
|
|
142
|
-
chunkYKQEOO7C_cjs.assertIsString(input, {
|
|
143
|
-
message: ({ currentType, validType }) => `Utils \`punycodeUtilsJS.encode\`, parameter \`input\` must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
144
|
-
});
|
|
145
|
-
const output = [];
|
|
146
|
-
const points = ucs2decode(input);
|
|
147
|
-
const inputLength = points.length;
|
|
148
|
-
let n = initialN, delta = 0, bias = initialBias;
|
|
149
|
-
for (const cp of points) if (cp < 128) output.push(stringFromCharCode(cp));
|
|
150
|
-
const basicLength = output.length;
|
|
151
|
-
let handledCPCount = basicLength;
|
|
152
|
-
if (basicLength) output.push(delimiter);
|
|
153
|
-
while (handledCPCount < inputLength) {
|
|
154
|
-
let m = maxInt;
|
|
155
|
-
for (const cp of points) if (cp >= n && cp < m) m = cp;
|
|
156
|
-
const handledCPCountPlusOne = handledCPCount + 1;
|
|
157
|
-
if (m - n > floor((maxInt - delta) / handledCPCountPlusOne)) error("overflow");
|
|
158
|
-
delta += (m - n) * handledCPCountPlusOne;
|
|
159
|
-
n = m;
|
|
160
|
-
for (const cp of points) {
|
|
161
|
-
if (cp < n) delta++;
|
|
162
|
-
if (cp === n) {
|
|
163
|
-
let q = delta;
|
|
164
|
-
for (let k = base; ; k += base) {
|
|
165
|
-
const t = k <= bias ? tMin : k >= bias + tMax ? tMax : k - bias;
|
|
166
|
-
if (q < t) break;
|
|
167
|
-
output.push(stringFromCharCode(digitToBasic(t + (q - t) % (base - t), 0)));
|
|
168
|
-
q = floor((q - t) / (base - t));
|
|
169
|
-
}
|
|
170
|
-
output.push(stringFromCharCode(digitToBasic(q, 0)));
|
|
171
|
-
bias = adapt(delta, handledCPCountPlusOne, handledCPCount === basicLength);
|
|
172
|
-
delta = 0;
|
|
173
|
-
handledCPCount++;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
delta++;
|
|
177
|
-
n++;
|
|
178
|
-
}
|
|
179
|
-
return output.join("");
|
|
180
|
-
}
|
|
181
|
-
function toUnicode(input) {
|
|
182
|
-
chunkYKQEOO7C_cjs.assertIsString(input, {
|
|
183
|
-
message: ({ currentType, validType }) => `Utils \`punycodeUtilsJS.toUnicode\`, parameter \`input\` must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
184
|
-
});
|
|
185
|
-
return mapDomain(
|
|
186
|
-
input,
|
|
187
|
-
(str) => regexPunycode.test(str) ? decode(str.slice(4).toLowerCase()) : str
|
|
188
|
-
);
|
|
189
|
-
}
|
|
190
|
-
function toASCII(input) {
|
|
191
|
-
chunkYKQEOO7C_cjs.assertIsString(input, {
|
|
192
|
-
message: ({ currentType, validType }) => `Utils \`punycodeUtilsJS.toASCII\`, parameter \`input\` must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
193
|
-
});
|
|
194
|
-
return mapDomain(
|
|
195
|
-
input,
|
|
196
|
-
(str) => regexNonASCII.test(str) ? "xn--" + encode(str) : str
|
|
197
|
-
);
|
|
198
|
-
}
|
|
199
|
-
var punycodeUtilsJS = {
|
|
200
|
-
version: "1.0.0",
|
|
201
|
-
ucs2: {
|
|
202
|
-
decode: ucs2decode,
|
|
203
|
-
encode: ucs2encode
|
|
204
|
-
},
|
|
205
|
-
decode,
|
|
206
|
-
encode,
|
|
207
|
-
toASCII,
|
|
208
|
-
toUnicode
|
|
209
|
-
};
|
|
210
|
-
|
|
211
|
-
exports.punycodeUtilsJS = punycodeUtilsJS;
|
package/dist/chunk-ODUO3RTL.cjs
DELETED
|
@@ -1,113 +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 chunkL4V53MQK_cjs = require('./chunk-L4V53MQK.cjs');
|
|
13
|
-
var chunkH65I3GRZ_cjs = require('./chunk-H65I3GRZ.cjs');
|
|
14
|
-
var chunkKOLEURVT_cjs = require('./chunk-KOLEURVT.cjs');
|
|
15
|
-
var chunkRRQHMOPE_cjs = require('./chunk-RRQHMOPE.cjs');
|
|
16
|
-
var chunkTQPGXGKB_cjs = require('./chunk-TQPGXGKB.cjs');
|
|
17
|
-
var chunkGKC3UDMC_cjs = require('./chunk-GKC3UDMC.cjs');
|
|
18
|
-
|
|
19
|
-
var findDuplicates = (values) => {
|
|
20
|
-
chunkRRQHMOPE_cjs.assertIsArray(values, {
|
|
21
|
-
message: ({ currentType, validType }) => `First parameter (\`values\`) must be of type \`${validType}\` (array literal or instance), but received: \`${currentType}\`.`
|
|
22
|
-
});
|
|
23
|
-
const duplicates = [];
|
|
24
|
-
values.forEach((item, index) => {
|
|
25
|
-
for (let i = index + 1; i < values.length; i++) {
|
|
26
|
-
if (chunkH65I3GRZ_cjs.isEqual(item, values[i])) {
|
|
27
|
-
if (!duplicates.some((dup) => chunkH65I3GRZ_cjs.isEqual(dup, item))) {
|
|
28
|
-
duplicates.push(item);
|
|
29
|
-
}
|
|
30
|
-
break;
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
});
|
|
34
|
-
return duplicates;
|
|
35
|
-
};
|
|
36
|
-
|
|
37
|
-
var omitKeys = (object, keysToOmit) => {
|
|
38
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(object)) return {};
|
|
39
|
-
chunkRRQHMOPE_cjs.assertIsArray(keysToOmit, {
|
|
40
|
-
message: ({ currentType, validType }) => `Second parameter (\`keysToOmit\`) must be of type \`${validType}\` (array literal or instance), but received: \`${currentType}\`.`
|
|
41
|
-
});
|
|
42
|
-
const duplicates = findDuplicates(keysToOmit);
|
|
43
|
-
if (duplicates.length > 0) {
|
|
44
|
-
throw new Error(
|
|
45
|
-
`Function "omitKeys" Error: Duplicate keys detected - \`${duplicates}\``
|
|
46
|
-
);
|
|
47
|
-
}
|
|
48
|
-
return Object.fromEntries(
|
|
49
|
-
Object.entries(object).filter(([key]) => !keysToOmit.includes(key))
|
|
50
|
-
);
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
var omitKeysDeep = (object, keysToOmit) => {
|
|
54
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(object)) return {};
|
|
55
|
-
chunkRRQHMOPE_cjs.assertIsArray(keysToOmit, {
|
|
56
|
-
message: ({ currentType, validType }) => `Second parameter (\`keysToOmit\`) must be of type \`${validType}\` (array literal or instance), but received: \`${currentType}\`.`
|
|
57
|
-
});
|
|
58
|
-
const duplicates = findDuplicates(keysToOmit);
|
|
59
|
-
if (chunkGKC3UDMC_cjs.isNonEmptyArray(duplicates)) {
|
|
60
|
-
throw new Error(
|
|
61
|
-
`Function "omitKeysDeep" Error: Duplicate keys detected - \`${chunkTQPGXGKB_cjs.safeStableStringify(
|
|
62
|
-
duplicates,
|
|
63
|
-
{
|
|
64
|
-
keepUndefined: true
|
|
65
|
-
}
|
|
66
|
-
)}\`.`
|
|
67
|
-
);
|
|
68
|
-
}
|
|
69
|
-
const omitAtPath = (obj, pathParts) => {
|
|
70
|
-
if (!chunkGKC3UDMC_cjs.isObjectOrArray(obj)) return obj;
|
|
71
|
-
const [current, ...rest] = pathParts;
|
|
72
|
-
if (chunkKOLEURVT_cjs.isEmptyArray(rest)) {
|
|
73
|
-
if (chunkGKC3UDMC_cjs.isArray(obj)) {
|
|
74
|
-
const index = parseInt(current);
|
|
75
|
-
if (!chunkGKC3UDMC_cjs.isNaN(index) && index in obj) {
|
|
76
|
-
obj.splice(index, 1);
|
|
77
|
-
}
|
|
78
|
-
} else {
|
|
79
|
-
delete obj[current];
|
|
80
|
-
}
|
|
81
|
-
} else {
|
|
82
|
-
const next = obj[current];
|
|
83
|
-
if (chunkGKC3UDMC_cjs.isObjectOrArray(next)) {
|
|
84
|
-
obj[current] = omitAtPath(next, rest);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
return obj;
|
|
88
|
-
};
|
|
89
|
-
const deepRemoveEmptyObjects = (obj) => {
|
|
90
|
-
if (chunkGKC3UDMC_cjs.isArray(obj)) {
|
|
91
|
-
return obj.map(deepRemoveEmptyObjects).filter((item) => !(chunkGKC3UDMC_cjs.isObjectOrArray(item) && Object.keys(item).length === 0));
|
|
92
|
-
}
|
|
93
|
-
if (chunkGKC3UDMC_cjs.isObjectOrArray(obj)) {
|
|
94
|
-
const cleaned = Object.fromEntries(
|
|
95
|
-
Object.entries(obj).map(([k, v]) => [k, deepRemoveEmptyObjects(v)]).filter(
|
|
96
|
-
([, v]) => !chunkGKC3UDMC_cjs.isUndefined(v) && !(chunkGKC3UDMC_cjs.isObjectOrArray(v) && Object.keys(v).length === 0)
|
|
97
|
-
)
|
|
98
|
-
);
|
|
99
|
-
return cleaned;
|
|
100
|
-
}
|
|
101
|
-
return obj;
|
|
102
|
-
};
|
|
103
|
-
const result = chunkL4V53MQK_cjs.safeJsonParse(chunkTQPGXGKB_cjs.safeStableStringify(object));
|
|
104
|
-
for (const key of keysToOmit) {
|
|
105
|
-
const parts = key.split(".");
|
|
106
|
-
omitAtPath(result, parts);
|
|
107
|
-
}
|
|
108
|
-
return deepRemoveEmptyObjects(result);
|
|
109
|
-
};
|
|
110
|
-
|
|
111
|
-
exports.findDuplicates = findDuplicates;
|
|
112
|
-
exports.omitKeys = omitKeys;
|
|
113
|
-
exports.omitKeysDeep = omitKeysDeep;
|
package/dist/chunk-ONZFBJVW.js
DELETED
|
@@ -1,14 +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
|
-
var isURL = (value) => {
|
|
11
|
-
return value instanceof URL;
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
export { isURL };
|
package/dist/chunk-PFXCTE37.js
DELETED
|
@@ -1,28 +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, isPlainObject } from './chunk-CSG4SCL3.js';
|
|
11
|
-
|
|
12
|
-
var normalizeSpaces = (value, options = {
|
|
13
|
-
withTrim: true,
|
|
14
|
-
trimOnly: false
|
|
15
|
-
}) => {
|
|
16
|
-
if (!isNonEmptyString(value)) return "";
|
|
17
|
-
if (!isPlainObject(options)) {
|
|
18
|
-
options = {};
|
|
19
|
-
}
|
|
20
|
-
const { trimOnly = false, withTrim = true } = options;
|
|
21
|
-
if (trimOnly) return value.trim();
|
|
22
|
-
if (withTrim) {
|
|
23
|
-
value = value.trim();
|
|
24
|
-
}
|
|
25
|
-
return value.replace(/\s+/g, " ");
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export { normalizeSpaces };
|