@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-RU5OSRBU.js
DELETED
|
@@ -1,95 +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 { isEmptyString } from './chunk-TCDOWZQE.js';
|
|
11
|
-
import { isNonEmptyString, isPlainObject, isString, isNumber, getPreciseType } from './chunk-CSG4SCL3.js';
|
|
12
|
-
|
|
13
|
-
var capitalizeFirst = (string, options = {
|
|
14
|
-
lowerCaseNextRest: true,
|
|
15
|
-
trim: false
|
|
16
|
-
}) => {
|
|
17
|
-
if (!isNonEmptyString(string)) return "";
|
|
18
|
-
if (!isPlainObject(options)) {
|
|
19
|
-
options = {};
|
|
20
|
-
}
|
|
21
|
-
const lowerCaseNextRest = options.lowerCaseNextRest !== false;
|
|
22
|
-
const trim = options.trim === true;
|
|
23
|
-
if (trim) string = string.trim();
|
|
24
|
-
return string[0].toUpperCase() + (lowerCaseNextRest ? string.slice(1).toLowerCase() : string.slice(1));
|
|
25
|
-
};
|
|
26
|
-
|
|
27
|
-
var capitalizeWords = (value, options = {
|
|
28
|
-
collapseSpaces: false,
|
|
29
|
-
trim: false
|
|
30
|
-
}) => {
|
|
31
|
-
if (!isNonEmptyString(value)) return "";
|
|
32
|
-
let result = value;
|
|
33
|
-
if (!isPlainObject(options)) {
|
|
34
|
-
options = {};
|
|
35
|
-
}
|
|
36
|
-
const collapseSpaces = options.collapseSpaces === true;
|
|
37
|
-
const trim = options.trim === true;
|
|
38
|
-
if (trim) {
|
|
39
|
-
result = result.trim();
|
|
40
|
-
}
|
|
41
|
-
if (collapseSpaces) {
|
|
42
|
-
const leadingSpaces = result.match(/^\s*/)?.[0] ?? "";
|
|
43
|
-
const trailingSpaces = result.match(/\s*$/)?.[0] ?? "";
|
|
44
|
-
result = result.trim().replace(/\s+/g, " ");
|
|
45
|
-
result = `${leadingSpaces}${result}${trailingSpaces}`;
|
|
46
|
-
}
|
|
47
|
-
return result.toLowerCase().split(" ").map((word) => word.charAt(0).toUpperCase() + word.slice(1)).join(" ");
|
|
48
|
-
};
|
|
49
|
-
|
|
50
|
-
function stripHtmlTags(input) {
|
|
51
|
-
if (!isString(input)) {
|
|
52
|
-
return void 0;
|
|
53
|
-
}
|
|
54
|
-
if (isEmptyString(input)) {
|
|
55
|
-
return "";
|
|
56
|
-
}
|
|
57
|
-
const stripped = input.replace(/<\/?[a-zA-Z][^<>]*\/?>/g, " ").trim();
|
|
58
|
-
const cleaned = stripped.replace(/\s+/g, " ").trim();
|
|
59
|
-
return cleaned;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
var getInitialsName = (name) => {
|
|
63
|
-
if (!isNonEmptyString(name)) return "";
|
|
64
|
-
name = name.replace(/\s+/g, " ").trim();
|
|
65
|
-
const nameParts = name.split(" ");
|
|
66
|
-
if (nameParts.length > 1) {
|
|
67
|
-
return nameParts[0][0] + nameParts[1][0].toUpperCase();
|
|
68
|
-
}
|
|
69
|
-
return name.length > 1 ? name.substring(0, 2).toUpperCase() : (
|
|
70
|
-
// First two letters for single-word names
|
|
71
|
-
name[0].toUpperCase()
|
|
72
|
-
);
|
|
73
|
-
};
|
|
74
|
-
|
|
75
|
-
var replaceAt = (index, originalString, replaceTo) => {
|
|
76
|
-
if (!isNumber(index) || !isString(replaceTo) || !isString(originalString)) {
|
|
77
|
-
throw new TypeError(
|
|
78
|
-
`First parameter (\`index\`) must be of type \`number\`, second parameter (\`originalString\`) and third parameter (\`replaceTo\`) must be of type \`string\`, but received: "['index': \`${getPreciseType(
|
|
79
|
-
index
|
|
80
|
-
)}\`, 'originalString': \`${getPreciseType(
|
|
81
|
-
originalString
|
|
82
|
-
)}\`, 'replaceTo': \`${getPreciseType(replaceTo)}\`]".`
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
if (index < 0 || index >= originalString.length) {
|
|
86
|
-
throw new RangeError(
|
|
87
|
-
`First parameter (\`index\`) is out of range from second parameter (\`originalString\`).`
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
return originalString.slice(0, index) + // Extract before the index
|
|
91
|
-
replaceTo + // Insert replacement
|
|
92
|
-
originalString.slice(index + 1);
|
|
93
|
-
};
|
|
94
|
-
|
|
95
|
-
export { capitalizeFirst, capitalizeWords, getInitialsName, replaceAt, stripHtmlTags };
|
package/dist/chunk-SDMPEJ4F.js
DELETED
|
@@ -1,35 +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 { isArray, isObject, assertIsPlainObject, hasOwnProp, assertIsBoolean } from './chunk-CSG4SCL3.js';
|
|
11
|
-
|
|
12
|
-
var isEmptyArray = (value) => {
|
|
13
|
-
if (!isArray(value)) return true;
|
|
14
|
-
return value.length === 0;
|
|
15
|
-
};
|
|
16
|
-
|
|
17
|
-
function isEmptyObject(value, options = {}) {
|
|
18
|
-
if (!isObject(value)) {
|
|
19
|
-
return true;
|
|
20
|
-
}
|
|
21
|
-
assertIsPlainObject(options, {
|
|
22
|
-
message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
23
|
-
});
|
|
24
|
-
const checkSymbols = hasOwnProp(options, "checkSymbols") ? options.checkSymbols : false;
|
|
25
|
-
assertIsBoolean(checkSymbols, {
|
|
26
|
-
message: ({ currentType, validType }) => `Parameter \`checkSymbols\` property of the \`options\` (second parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
27
|
-
});
|
|
28
|
-
const hasNoKeys = Object.keys(value).length === 0;
|
|
29
|
-
if (checkSymbols) {
|
|
30
|
-
return hasNoKeys && Object.getOwnPropertySymbols(value).length === 0;
|
|
31
|
-
}
|
|
32
|
-
return hasNoKeys;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export { isEmptyArray, isEmptyObject };
|
package/dist/chunk-SYNL5IKP.js
DELETED
|
@@ -1,115 +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 { isInteger } from './chunk-WVSPXFTY.js';
|
|
11
|
-
import { safeStableStringify } from './chunk-6VUXD3CF.js';
|
|
12
|
-
import { getPreciseType, isNull } from './chunk-CSG4SCL3.js';
|
|
13
|
-
|
|
14
|
-
var CustomPromise = class extends Promise {
|
|
15
|
-
_value;
|
|
16
|
-
_error;
|
|
17
|
-
_finish = [];
|
|
18
|
-
constructor(executor) {
|
|
19
|
-
let resolveOuter;
|
|
20
|
-
let rejectOuter;
|
|
21
|
-
super((resolve, reject) => {
|
|
22
|
-
resolveOuter = resolve;
|
|
23
|
-
rejectOuter = reject;
|
|
24
|
-
});
|
|
25
|
-
executor(
|
|
26
|
-
(v) => {
|
|
27
|
-
this._value = v;
|
|
28
|
-
resolveOuter(v);
|
|
29
|
-
this._finish.forEach((f) => f(v, void 0));
|
|
30
|
-
},
|
|
31
|
-
(e) => {
|
|
32
|
-
this._error = e;
|
|
33
|
-
rejectOuter(e);
|
|
34
|
-
this._finish.forEach((f) => f(void 0, e));
|
|
35
|
-
}
|
|
36
|
-
);
|
|
37
|
-
Object.setPrototypeOf(this, new.target.prototype);
|
|
38
|
-
}
|
|
39
|
-
then(onfulfilled, onrejected) {
|
|
40
|
-
return super.then(onfulfilled, onrejected);
|
|
41
|
-
}
|
|
42
|
-
catch(onrejected) {
|
|
43
|
-
return super.catch(onrejected);
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* Registers a callback to be invoked **exactly once** when the
|
|
47
|
-
* promise settles, with access to both the resolved value and
|
|
48
|
-
* the rejection reason.
|
|
49
|
-
*
|
|
50
|
-
* If the promise is already settled when `finish` is called,
|
|
51
|
-
* the callback executes immediately on the same tick.
|
|
52
|
-
*
|
|
53
|
-
* @param cb Callback receiving the final `(value, error)`.
|
|
54
|
-
* @returns `this` for fluent chaining.
|
|
55
|
-
*/
|
|
56
|
-
finish(cb) {
|
|
57
|
-
if (this._value !== void 0 || this._error !== void 0) {
|
|
58
|
-
cb(this._value, this._error);
|
|
59
|
-
} else {
|
|
60
|
-
this._finish.push(cb);
|
|
61
|
-
}
|
|
62
|
-
return this;
|
|
63
|
-
}
|
|
64
|
-
};
|
|
65
|
-
|
|
66
|
-
var AbortError = class extends Error {
|
|
67
|
-
constructor(message = "The operation was aborted", name = "AbortError") {
|
|
68
|
-
super(message);
|
|
69
|
-
this.name = name;
|
|
70
|
-
}
|
|
71
|
-
};
|
|
72
|
-
var delay = (milliSeconds = 1e3, signal) => {
|
|
73
|
-
if (!isInteger(milliSeconds) || milliSeconds <= 0) {
|
|
74
|
-
throw new TypeError(
|
|
75
|
-
`First parameter (\`milliSeconds\`) must be of type \`number\` and value must be a \`non-zero\`, \`non-NaN\`, \`non-negative\`, and \`integer-number\`, but received: \`${getPreciseType(
|
|
76
|
-
milliSeconds
|
|
77
|
-
)}\`, with value: \`${safeStableStringify(milliSeconds, {
|
|
78
|
-
keepUndefined: true
|
|
79
|
-
})}\`.`
|
|
80
|
-
);
|
|
81
|
-
}
|
|
82
|
-
if (isNull(signal) || signal && !(signal instanceof AbortSignal)) {
|
|
83
|
-
throw new TypeError(
|
|
84
|
-
"Second parameter (`signal`) must be an `instance of AbortSignal` if provided."
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
return new Promise((resolve, reject) => {
|
|
88
|
-
const timer = setTimeout(() => {
|
|
89
|
-
cleanup();
|
|
90
|
-
resolve();
|
|
91
|
-
}, milliSeconds);
|
|
92
|
-
const cleanup = () => {
|
|
93
|
-
clearTimeout(timer);
|
|
94
|
-
if (signal) signal.removeEventListener("abort", onAbort);
|
|
95
|
-
};
|
|
96
|
-
const onAbort = () => {
|
|
97
|
-
cleanup();
|
|
98
|
-
reject(
|
|
99
|
-
new AbortError(
|
|
100
|
-
"Function `delay` from `@rzl-zone/utils-js` was aborted.",
|
|
101
|
-
"AbortError"
|
|
102
|
-
)
|
|
103
|
-
);
|
|
104
|
-
};
|
|
105
|
-
if (signal) {
|
|
106
|
-
if (signal.aborted) {
|
|
107
|
-
onAbort();
|
|
108
|
-
} else {
|
|
109
|
-
signal.addEventListener("abort", onAbort, { once: true });
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
});
|
|
113
|
-
};
|
|
114
|
-
|
|
115
|
-
export { CustomPromise, delay };
|
package/dist/chunk-TCDOWZQE.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 { isNonEmptyString } from './chunk-CSG4SCL3.js';
|
|
11
|
-
|
|
12
|
-
var isEmptyString = (value, options = {}) => {
|
|
13
|
-
return !isNonEmptyString(value, options);
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export { isEmptyString };
|
package/dist/chunk-TQPGXGKB.cjs
DELETED
|
@@ -1,123 +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 chunkUDA26MCU_cjs = require('./chunk-UDA26MCU.cjs');
|
|
13
|
-
var chunkGKC3UDMC_cjs = require('./chunk-GKC3UDMC.cjs');
|
|
14
|
-
|
|
15
|
-
function isMap(value) {
|
|
16
|
-
return Object.prototype.toString.call(value) === "[object Map]" || value instanceof Map;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
var isDate = (value, options = {}) => {
|
|
20
|
-
chunkGKC3UDMC_cjs.assertIsPlainObject(options, {
|
|
21
|
-
message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
22
|
-
});
|
|
23
|
-
const skipInvalidDate = chunkGKC3UDMC_cjs.isPlainObject(options) && chunkGKC3UDMC_cjs.isBoolean(options.skipInvalidDate) ? options.skipInvalidDate : false;
|
|
24
|
-
const instanceDate = value instanceof Date;
|
|
25
|
-
if (skipInvalidDate) return instanceDate;
|
|
26
|
-
return instanceDate && !chunkGKC3UDMC_cjs.isNaN(value.getTime());
|
|
27
|
-
};
|
|
28
|
-
|
|
29
|
-
var safeStableStringify = (value, options = {}) => {
|
|
30
|
-
chunkGKC3UDMC_cjs.assertIsPlainObject(options, {
|
|
31
|
-
message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
32
|
-
});
|
|
33
|
-
const pretty = chunkGKC3UDMC_cjs.hasOwnProp(options, "pretty") ? options.pretty : false;
|
|
34
|
-
const sortKeys = chunkGKC3UDMC_cjs.hasOwnProp(options, "sortKeys") ? options.sortKeys : true;
|
|
35
|
-
const sortArray = chunkGKC3UDMC_cjs.hasOwnProp(options, "sortArray") ? options.sortArray : false;
|
|
36
|
-
const keepUndefined = chunkGKC3UDMC_cjs.hasOwnProp(options, "keepUndefined") ? options.keepUndefined : false;
|
|
37
|
-
if (!chunkGKC3UDMC_cjs.isBoolean(sortKeys) || !chunkGKC3UDMC_cjs.isBoolean(sortArray) || !chunkGKC3UDMC_cjs.isBoolean(pretty) || !chunkGKC3UDMC_cjs.isBoolean(keepUndefined)) {
|
|
38
|
-
throw new TypeError(
|
|
39
|
-
`Parameters \`sortKeys\`, \`sortArray\`, \`keepUndefined\` and \`pretty\` property of the \`options\` (second parameter) must be of type \`boolean\`, but received: "['sortKeys': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
40
|
-
sortKeys
|
|
41
|
-
)}\`, 'sortArray': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
42
|
-
sortArray
|
|
43
|
-
)}\`, 'keepUndefined': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
44
|
-
keepUndefined
|
|
45
|
-
)}\`, 'pretty': \`${chunkGKC3UDMC_cjs.getPreciseType(pretty)}\`]".`
|
|
46
|
-
);
|
|
47
|
-
}
|
|
48
|
-
if (chunkGKC3UDMC_cjs.isUndefined(value)) {
|
|
49
|
-
return keepUndefined ? "undefined" : "null";
|
|
50
|
-
}
|
|
51
|
-
const seen = /* @__PURE__ */ new WeakSet();
|
|
52
|
-
const isPrimitive = (val) => chunkGKC3UDMC_cjs.isNull(val) || !chunkGKC3UDMC_cjs.isObjectOrArray(val) && !chunkGKC3UDMC_cjs.isFunction(val);
|
|
53
|
-
const deepProcess = (val) => {
|
|
54
|
-
if (chunkGKC3UDMC_cjs.isNumberObject(val)) {
|
|
55
|
-
const valOf = val.valueOf();
|
|
56
|
-
return chunkGKC3UDMC_cjs.isNaN(valOf) || chunkGKC3UDMC_cjs.isInfinityNumber(valOf) ? null : valOf;
|
|
57
|
-
}
|
|
58
|
-
if (chunkGKC3UDMC_cjs.isStringObject(val)) return val.valueOf();
|
|
59
|
-
if (chunkGKC3UDMC_cjs.isBooleanObject(val)) return val.valueOf();
|
|
60
|
-
if (chunkGKC3UDMC_cjs.isFunction(val) || chunkGKC3UDMC_cjs.isSymbol(val)) return void 0;
|
|
61
|
-
if (chunkUDA26MCU_cjs.isBigInt(val)) return val.toString();
|
|
62
|
-
if (chunkGKC3UDMC_cjs.isNaN(val) || chunkGKC3UDMC_cjs.isInfinityNumber(val)) return null;
|
|
63
|
-
if (chunkGKC3UDMC_cjs.isUndefined(val)) {
|
|
64
|
-
return keepUndefined ? void 0 : null;
|
|
65
|
-
}
|
|
66
|
-
if (chunkGKC3UDMC_cjs.isObjectOrArray(val)) {
|
|
67
|
-
if (seen.has(val)) return "[Circular]";
|
|
68
|
-
seen.add(val);
|
|
69
|
-
if (isDate(val)) return val.toISOString();
|
|
70
|
-
if (isMap(val)) {
|
|
71
|
-
return {
|
|
72
|
-
map: Array.from(val.entries()).map(([k, v]) => [k, deepProcess(v)])
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
if (chunkGKC3UDMC_cjs.isSet(val)) return { set: Array.from(val.values()).map(deepProcess) };
|
|
76
|
-
if (chunkGKC3UDMC_cjs.isArray(val)) {
|
|
77
|
-
const processedArr = val.map(deepProcess);
|
|
78
|
-
if (sortArray) {
|
|
79
|
-
const primitives = [];
|
|
80
|
-
const nonPrimitives = [];
|
|
81
|
-
for (const item of processedArr) {
|
|
82
|
-
if (isPrimitive(item)) primitives.push(item);
|
|
83
|
-
else nonPrimitives.push(item);
|
|
84
|
-
}
|
|
85
|
-
primitives.sort((a, b) => {
|
|
86
|
-
if (chunkGKC3UDMC_cjs.isNumber(a) && chunkGKC3UDMC_cjs.isNumber(b)) return a - b;
|
|
87
|
-
return String(a).localeCompare(String(b));
|
|
88
|
-
});
|
|
89
|
-
return [...primitives, ...nonPrimitives];
|
|
90
|
-
}
|
|
91
|
-
return processedArr;
|
|
92
|
-
}
|
|
93
|
-
const keys = Object.keys(val);
|
|
94
|
-
if (sortKeys) {
|
|
95
|
-
keys.sort((a, b) => {
|
|
96
|
-
const na = Number(a);
|
|
97
|
-
const nb = Number(b);
|
|
98
|
-
if (!chunkGKC3UDMC_cjs.isNaN(na) && !chunkGKC3UDMC_cjs.isNaN(nb)) return na - nb;
|
|
99
|
-
return a.localeCompare(b);
|
|
100
|
-
});
|
|
101
|
-
}
|
|
102
|
-
const result = {};
|
|
103
|
-
if (chunkGKC3UDMC_cjs.isObject(val)) {
|
|
104
|
-
for (const k of keys) {
|
|
105
|
-
const v = deepProcess(val[k]);
|
|
106
|
-
if (!chunkGKC3UDMC_cjs.isUndefined(v)) result[k] = v;
|
|
107
|
-
}
|
|
108
|
-
}
|
|
109
|
-
return result;
|
|
110
|
-
}
|
|
111
|
-
return val;
|
|
112
|
-
};
|
|
113
|
-
try {
|
|
114
|
-
return JSON.stringify(deepProcess(value), null, pretty ? 2 : 0);
|
|
115
|
-
} catch (err) {
|
|
116
|
-
console.warn("Error in safeStableStringify:", err);
|
|
117
|
-
return "{}";
|
|
118
|
-
}
|
|
119
|
-
};
|
|
120
|
-
|
|
121
|
-
exports.isDate = isDate;
|
|
122
|
-
exports.isMap = isMap;
|
|
123
|
-
exports.safeStableStringify = safeStableStringify;
|