@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-2MW4JDQ2.cjs
DELETED
|
@@ -1,598 +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 chunkFLJX37EL_cjs = require('./chunk-FLJX37EL.cjs');
|
|
13
|
-
var chunkHNGGISFL_cjs = require('./chunk-HNGGISFL.cjs');
|
|
14
|
-
var chunkV3C4FYZL_cjs = require('./chunk-V3C4FYZL.cjs');
|
|
15
|
-
var chunkDVMHRLKP_cjs = require('./chunk-DVMHRLKP.cjs');
|
|
16
|
-
var chunk4YLBKLGS_cjs = require('./chunk-4YLBKLGS.cjs');
|
|
17
|
-
var chunkYKQEOO7C_cjs = require('./chunk-YKQEOO7C.cjs');
|
|
18
|
-
var chunkTQPGXGKB_cjs = require('./chunk-TQPGXGKB.cjs');
|
|
19
|
-
var chunkGKC3UDMC_cjs = require('./chunk-GKC3UDMC.cjs');
|
|
20
|
-
var max = require('libphonenumber-js/max');
|
|
21
|
-
var locale = require('date-fns/locale');
|
|
22
|
-
var dateFns = require('date-fns');
|
|
23
|
-
|
|
24
|
-
var formatIndianNumber = (numStr, separator) => {
|
|
25
|
-
const lastThree = numStr.slice(-3);
|
|
26
|
-
const rest = numStr.slice(0, -3);
|
|
27
|
-
if (!rest) return lastThree;
|
|
28
|
-
return rest.replace(/\B(?=(\d{2})+(?!\d))/g, separator) + separator + lastThree;
|
|
29
|
-
};
|
|
30
|
-
var formatCurrency = (value, options = {}) => {
|
|
31
|
-
if (!chunkGKC3UDMC_cjs.isString(value) && !chunkV3C4FYZL_cjs.isFinite(value)) {
|
|
32
|
-
throw new TypeError(
|
|
33
|
-
`First parameter (\`value\`) must be of type \`string\` or \`primitive-number\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
34
|
-
value
|
|
35
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(value, {
|
|
36
|
-
keepUndefined: true
|
|
37
|
-
})}\`.`
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
chunkGKC3UDMC_cjs.assertIsPlainObject(options, {
|
|
41
|
-
message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
42
|
-
});
|
|
43
|
-
const decimal = chunkGKC3UDMC_cjs.hasOwnProp(options, "decimal") ? options.decimal : false;
|
|
44
|
-
const totalDecimal = chunkGKC3UDMC_cjs.hasOwnProp(options, "totalDecimal") ? options.totalDecimal : 2;
|
|
45
|
-
const endDecimal = chunkGKC3UDMC_cjs.hasOwnProp(options, "endDecimal") ? options.endDecimal : true;
|
|
46
|
-
const indianFormat = chunkGKC3UDMC_cjs.hasOwnProp(options, "indianFormat") ? options.indianFormat : false;
|
|
47
|
-
const suffixCurrency = chunkGKC3UDMC_cjs.hasOwnProp(options, "suffixCurrency") ? options.suffixCurrency : "";
|
|
48
|
-
const suffixDecimal = chunkGKC3UDMC_cjs.hasOwnProp(options, "suffixDecimal") ? options.suffixDecimal : "";
|
|
49
|
-
const roundedDecimal = chunkGKC3UDMC_cjs.hasOwnProp(options, "roundedDecimal") ? options.roundedDecimal : "round";
|
|
50
|
-
const negativeFormat = chunkGKC3UDMC_cjs.hasOwnProp(options, "negativeFormat") ? options.negativeFormat : "dash";
|
|
51
|
-
let separatorDecimals = chunkGKC3UDMC_cjs.hasOwnProp(options, "separatorDecimals") ? options.separatorDecimals : ",";
|
|
52
|
-
let separator = chunkGKC3UDMC_cjs.hasOwnProp(options, "separator") ? options.separator : ".";
|
|
53
|
-
if (!chunkGKC3UDMC_cjs.isString(separator) || !chunkGKC3UDMC_cjs.isString(separatorDecimals) || !chunkGKC3UDMC_cjs.isString(suffixCurrency) || !chunkGKC3UDMC_cjs.isString(suffixDecimal)) {
|
|
54
|
-
throw new TypeError(
|
|
55
|
-
`Parameter \`separator\`, \`separatorDecimals\`, \`suffixCurrency\` and \`suffixDecimal\` property of the \`options\` (second parameter) must be of type \`string\`, but received: ['separator': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
56
|
-
separator
|
|
57
|
-
)}\`, 'separatorDecimals': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
58
|
-
separatorDecimals
|
|
59
|
-
)}\`, 'suffixCurrency': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
60
|
-
suffixCurrency
|
|
61
|
-
)}\`, 'suffixDecimal': \`${chunkGKC3UDMC_cjs.getPreciseType(suffixDecimal)}\`].`
|
|
62
|
-
);
|
|
63
|
-
}
|
|
64
|
-
if (!chunkGKC3UDMC_cjs.isBoolean(decimal) || !chunkGKC3UDMC_cjs.isBoolean(endDecimal) || !chunkGKC3UDMC_cjs.isBoolean(indianFormat)) {
|
|
65
|
-
throw new TypeError(
|
|
66
|
-
`Parameter \`decimal\`, \`endDecimal\` and \`indianFormat\` property of the \`options\` (second parameter) must be of type \`boolean\`, but received: ['decimal': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
67
|
-
decimal
|
|
68
|
-
)}\`, 'endDecimal': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
69
|
-
endDecimal
|
|
70
|
-
)}\`, 'indianFormat': \`${chunkGKC3UDMC_cjs.getPreciseType(indianFormat)}\`].`
|
|
71
|
-
);
|
|
72
|
-
}
|
|
73
|
-
if (!chunkDVMHRLKP_cjs.isInteger(totalDecimal)) {
|
|
74
|
-
throw new TypeError(
|
|
75
|
-
`Parameter \`totalDecimal\` property of the \`options\` (second parameter) must be of type \`integer-number\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
76
|
-
totalDecimal
|
|
77
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(length, {
|
|
78
|
-
keepUndefined: true
|
|
79
|
-
})}\`.`
|
|
80
|
-
);
|
|
81
|
-
}
|
|
82
|
-
if (!(roundedDecimal === false || roundedDecimal === "round" || roundedDecimal === "ceil" || roundedDecimal === "floor")) {
|
|
83
|
-
throw new TypeError(
|
|
84
|
-
`Parameter \`roundedDecimal\` property of the \`options\` (second parameter) must be of type \`false\` or \`string\` must be one of "round" | "ceil" | "floor", but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
85
|
-
roundedDecimal
|
|
86
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(roundedDecimal, {
|
|
87
|
-
keepUndefined: true
|
|
88
|
-
})}\`.`
|
|
89
|
-
);
|
|
90
|
-
}
|
|
91
|
-
if (!(negativeFormat === "abs" || negativeFormat === "brackets" || negativeFormat === "dash" || chunkGKC3UDMC_cjs.isPlainObject(negativeFormat))) {
|
|
92
|
-
throw new TypeError(
|
|
93
|
-
`Parameter \`negativeFormat\` property of the \`options\` (second parameter) must be of type \`string\` must be one of "abs" | "brackets" | "dash" or \`plain-object\` type, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
94
|
-
negativeFormat
|
|
95
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(negativeFormat, {
|
|
96
|
-
keepUndefined: true
|
|
97
|
-
})}\`.`
|
|
98
|
-
);
|
|
99
|
-
}
|
|
100
|
-
const rawNum = chunkGKC3UDMC_cjs.isString(value) ? chunkHNGGISFL_cjs.parseCurrencyString(value) : value;
|
|
101
|
-
if (chunkGKC3UDMC_cjs.isNaN(rawNum)) {
|
|
102
|
-
throw new TypeError(
|
|
103
|
-
`First parameter (\`value\`) could not be parsed into a valid \`number\`.`
|
|
104
|
-
);
|
|
105
|
-
}
|
|
106
|
-
let integerPart = "";
|
|
107
|
-
let decimalPartRaw = "";
|
|
108
|
-
let num = Math.abs(rawNum);
|
|
109
|
-
const factor = Math.pow(10, totalDecimal);
|
|
110
|
-
if (roundedDecimal) {
|
|
111
|
-
const scaled = num * factor;
|
|
112
|
-
switch (roundedDecimal) {
|
|
113
|
-
case "round":
|
|
114
|
-
num = Math.round(scaled) / factor;
|
|
115
|
-
break;
|
|
116
|
-
case "ceil":
|
|
117
|
-
num = Math.ceil(scaled) / factor;
|
|
118
|
-
break;
|
|
119
|
-
case "floor":
|
|
120
|
-
num = Math.floor(scaled) / factor;
|
|
121
|
-
break;
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
if (roundedDecimal) {
|
|
125
|
-
[integerPart, decimalPartRaw] = num.toFixed(totalDecimal).split(".");
|
|
126
|
-
decimalPartRaw = decimalPartRaw ?? "".padEnd(totalDecimal, "0");
|
|
127
|
-
} else {
|
|
128
|
-
const split = String(num).split(".");
|
|
129
|
-
integerPart = split[0];
|
|
130
|
-
decimalPartRaw = (split[1] || "").slice(0, totalDecimal).padEnd(totalDecimal, "0");
|
|
131
|
-
}
|
|
132
|
-
let formattedInteger;
|
|
133
|
-
if (indianFormat) {
|
|
134
|
-
separator = ",";
|
|
135
|
-
separatorDecimals = ".";
|
|
136
|
-
formattedInteger = (suffixCurrency.trim().length ? suffixCurrency : "") + formatIndianNumber(integerPart, separator);
|
|
137
|
-
} else {
|
|
138
|
-
formattedInteger = (suffixCurrency.trim().length ? suffixCurrency : "") + integerPart.replace(/\B(?=(\d{3})+(?!\d))/g, separator);
|
|
139
|
-
}
|
|
140
|
-
if (decimal && !chunkGKC3UDMC_cjs.isUndefined(decimalPartRaw) && totalDecimal > 0) {
|
|
141
|
-
let formattedDecimal = separatorDecimals + decimalPartRaw;
|
|
142
|
-
if (endDecimal) formattedDecimal += suffixDecimal;
|
|
143
|
-
formattedInteger += formattedDecimal;
|
|
144
|
-
}
|
|
145
|
-
if (rawNum < 0) {
|
|
146
|
-
if (negativeFormat === "dash") {
|
|
147
|
-
formattedInteger = "-" + formattedInteger;
|
|
148
|
-
} else if (negativeFormat === "brackets") {
|
|
149
|
-
formattedInteger = "(" + formattedInteger + ")";
|
|
150
|
-
} else if (negativeFormat === "abs") ; else if (chunkGKC3UDMC_cjs.isPlainObject(negativeFormat)) {
|
|
151
|
-
if (chunkGKC3UDMC_cjs.hasOwnProp(negativeFormat, "custom")) {
|
|
152
|
-
const formatCustomNegative = negativeFormat.custom;
|
|
153
|
-
if (!chunkGKC3UDMC_cjs.isFunction(formatCustomNegative)) {
|
|
154
|
-
throw new TypeError(
|
|
155
|
-
`Parameter \`negativeFormat.custom\` property of the \`options\` (second parameter) must be of type function: \`(formatted: string) => string\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
156
|
-
formatCustomNegative
|
|
157
|
-
)}\`.`
|
|
158
|
-
);
|
|
159
|
-
}
|
|
160
|
-
const result = formatCustomNegative(formattedInteger);
|
|
161
|
-
chunkYKQEOO7C_cjs.assertIsString(result, {
|
|
162
|
-
message: ({ currentType, validType }) => `Parameter \`negativeFormat.custom\` property of the \`options\` (second parameter) expected return a \`${validType}\` type value, but received: \`${currentType}\`.`
|
|
163
|
-
});
|
|
164
|
-
formattedInteger = result;
|
|
165
|
-
} else {
|
|
166
|
-
const formatStyleNegative = negativeFormat.style || "dash";
|
|
167
|
-
const formatSpaceNegative = !chunkGKC3UDMC_cjs.isUndefined(negativeFormat.space) ? negativeFormat.space : false;
|
|
168
|
-
chunkGKC3UDMC_cjs.assertIsBoolean(formatSpaceNegative, {
|
|
169
|
-
message: ({ currentType, validType }) => `Parameter \`negativeFormat.space\` property of the \`options\` (second parameter) must be of type \`${validType} or undefined\`, but received: \`${currentType}\`.`
|
|
170
|
-
});
|
|
171
|
-
if (!(formatStyleNegative === "abs" || formatStyleNegative === "brackets" || formatStyleNegative === "dash")) {
|
|
172
|
-
throw new TypeError(
|
|
173
|
-
`Parameter \`negativeFormat.style\` property of the \`options\` (second parameter) must be of type \`string\` must be of type "abs" | "brackets" | "dash", but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
174
|
-
formatStyleNegative
|
|
175
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(formatStyleNegative, {
|
|
176
|
-
keepUndefined: true
|
|
177
|
-
})}\`.`
|
|
178
|
-
);
|
|
179
|
-
}
|
|
180
|
-
switch (formatStyleNegative) {
|
|
181
|
-
case "dash":
|
|
182
|
-
formattedInteger = "-" + (formatSpaceNegative ? " " : "") + formattedInteger;
|
|
183
|
-
break;
|
|
184
|
-
case "brackets":
|
|
185
|
-
formattedInteger = formatSpaceNegative ? `( ${formattedInteger} )` : `(${formattedInteger})`;
|
|
186
|
-
break;
|
|
187
|
-
}
|
|
188
|
-
}
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
return formattedInteger;
|
|
192
|
-
};
|
|
193
|
-
|
|
194
|
-
var formatNumber = (value, separator = ",") => {
|
|
195
|
-
if (!chunkGKC3UDMC_cjs.isString(value) && !chunkV3C4FYZL_cjs.isFinite(value)) {
|
|
196
|
-
throw new TypeError(
|
|
197
|
-
`First parameter (\`value\`) must be of type \`string\` or \`primitive number\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
198
|
-
value
|
|
199
|
-
)}\`.`
|
|
200
|
-
);
|
|
201
|
-
}
|
|
202
|
-
if (!chunkGKC3UDMC_cjs.isString(separator)) {
|
|
203
|
-
throw new TypeError(
|
|
204
|
-
`Second parameter (\`separator\`) must be of type \`string\` or empty as \`undefined\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
205
|
-
separator
|
|
206
|
-
)}\`.`
|
|
207
|
-
);
|
|
208
|
-
}
|
|
209
|
-
separator = chunkGKC3UDMC_cjs.isString(separator) ? separator : ",";
|
|
210
|
-
const decimalSeparator = separator === "." ? "," : separator === "," ? "." : ".";
|
|
211
|
-
const stringValue = value.toString().trim();
|
|
212
|
-
const lastDot = stringValue.lastIndexOf(".");
|
|
213
|
-
const lastComma = stringValue.lastIndexOf(",");
|
|
214
|
-
let actualDecimal = "";
|
|
215
|
-
if (lastDot > lastComma) {
|
|
216
|
-
actualDecimal = ".";
|
|
217
|
-
} else if (lastComma > lastDot) {
|
|
218
|
-
actualDecimal = ",";
|
|
219
|
-
}
|
|
220
|
-
let integerPart = stringValue;
|
|
221
|
-
let decimalPart = "";
|
|
222
|
-
if (actualDecimal) {
|
|
223
|
-
const parts = stringValue.split(actualDecimal);
|
|
224
|
-
integerPart = parts.slice(0, -1).join(actualDecimal);
|
|
225
|
-
decimalPart = parts.slice(-1)[0];
|
|
226
|
-
}
|
|
227
|
-
integerPart = integerPart.replace(/[^\d]/g, "");
|
|
228
|
-
const formattedInteger = integerPart.replace(/\B(?=(\d{3})+(?!\d))/g, separator);
|
|
229
|
-
return decimalPart ? `${formattedInteger}${decimalSeparator}${decimalPart}` : formattedInteger;
|
|
230
|
-
};
|
|
231
|
-
var parsingAsYouType = (value, defaultCountry) => {
|
|
232
|
-
let parsed;
|
|
233
|
-
try {
|
|
234
|
-
parsed = new max.AsYouType(defaultCountry);
|
|
235
|
-
parsed.input(value);
|
|
236
|
-
return parsed;
|
|
237
|
-
} catch {
|
|
238
|
-
parsed?.reset();
|
|
239
|
-
return void 0;
|
|
240
|
-
}
|
|
241
|
-
};
|
|
242
|
-
var isValidParseAsYouType = (parsedAsYouType) => {
|
|
243
|
-
const parsed = !!parsedAsYouType?.isValid() && !!parsedAsYouType.getNumber();
|
|
244
|
-
return parsed;
|
|
245
|
-
};
|
|
246
|
-
|
|
247
|
-
function formatPhoneNumber(value, options = {}) {
|
|
248
|
-
if (chunkGKC3UDMC_cjs.isNil(value)) return "";
|
|
249
|
-
if (!chunkGKC3UDMC_cjs.isString(value) && !chunkGKC3UDMC_cjs.isNumber(value)) {
|
|
250
|
-
throw new TypeError(
|
|
251
|
-
`First parameter (\`value\`) must be of type \`string\`, \`number\`, \`null\` or \`undefined\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
252
|
-
value
|
|
253
|
-
)}\`.`
|
|
254
|
-
);
|
|
255
|
-
}
|
|
256
|
-
chunkGKC3UDMC_cjs.assertIsPlainObject(options, {
|
|
257
|
-
message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
258
|
-
});
|
|
259
|
-
const takeNumberOnly = chunkGKC3UDMC_cjs.hasOwnProp(options, "takeNumberOnly") ? options.takeNumberOnly : false;
|
|
260
|
-
const checkValidOnly = chunkGKC3UDMC_cjs.hasOwnProp(options, "checkValidOnly") ? options.checkValidOnly : false;
|
|
261
|
-
const defaultCountry = chunkGKC3UDMC_cjs.hasOwnProp(
|
|
262
|
-
options,
|
|
263
|
-
"defaultCountry"
|
|
264
|
-
) ? options.defaultCountry : void 0;
|
|
265
|
-
const separator = chunkGKC3UDMC_cjs.hasOwnProp(options, "separator") ? options.separator : " ";
|
|
266
|
-
const prependPlusCountryCode = chunkGKC3UDMC_cjs.hasOwnProp(options, "prependPlusCountryCode") ? options.prependPlusCountryCode : true;
|
|
267
|
-
const outputFormat = chunkGKC3UDMC_cjs.hasOwnProp(options, "outputFormat") ? options.outputFormat : "INTERNATIONAL";
|
|
268
|
-
const openingNumberCountry = chunkGKC3UDMC_cjs.hasOwnProp(options, "openingNumberCountry") ? options.openingNumberCountry : "";
|
|
269
|
-
const closingNumberCountry = chunkGKC3UDMC_cjs.hasOwnProp(options, "closingNumberCountry") ? options.closingNumberCountry : "";
|
|
270
|
-
if (!chunkGKC3UDMC_cjs.isBoolean(takeNumberOnly) || !chunkGKC3UDMC_cjs.isBoolean(checkValidOnly) || !chunkGKC3UDMC_cjs.isBoolean(prependPlusCountryCode)) {
|
|
271
|
-
throw new TypeError(
|
|
272
|
-
`Parameter \`takeNumberOnly\`, \`checkValidOnly\` and \`prependPlusCountryCode\` property of the \`options\` (second parameter) must be of type \`boolean\` or unset as \`undefined\` value, but received: ['takeNumberOnly': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
273
|
-
takeNumberOnly
|
|
274
|
-
)}\`, 'checkValidOnly': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
275
|
-
checkValidOnly
|
|
276
|
-
)}\`, 'prependPlusCountryCode': \`${chunkGKC3UDMC_cjs.getPreciseType(prependPlusCountryCode)}\`].`
|
|
277
|
-
);
|
|
278
|
-
}
|
|
279
|
-
if (!chunkGKC3UDMC_cjs.isUndefined(defaultCountry) && !max.isSupportedCountry(defaultCountry)) {
|
|
280
|
-
throw new TypeError(
|
|
281
|
-
`Parameter \`defaultCountry\` property of the \`options\` (second parameter) must be of type \`string\` as \`CountryCode\` (ISO-3166-1 alpha-2) or unset as \`undefined\` value, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
282
|
-
defaultCountry
|
|
283
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(defaultCountry, {
|
|
284
|
-
keepUndefined: true
|
|
285
|
-
})}\`.
|
|
286
|
-
|
|
287
|
-
See: https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements, for all ISO 3166-1 alpha-2 code.`
|
|
288
|
-
);
|
|
289
|
-
}
|
|
290
|
-
if (!["INTERNATIONAL", "NATIONAL", "RFC3966", "E.164"].includes(outputFormat)) {
|
|
291
|
-
throw new TypeError(
|
|
292
|
-
`Parameter \`outputFormat\` property of the \`options\` (second parameter) must be of type \`string\` as \`OutputFormat\` ("NATIONAL" | "INTERNATIONAL" | "E.164" | "RFC3966") or unset as \`undefined\` (default value to: \`INTERNATIONAL\`) value, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
293
|
-
outputFormat
|
|
294
|
-
)}\`, with value: ${chunkTQPGXGKB_cjs.safeStableStringify(outputFormat, { keepUndefined: true })}.`
|
|
295
|
-
);
|
|
296
|
-
}
|
|
297
|
-
if (!chunkGKC3UDMC_cjs.isString(separator) || !chunkGKC3UDMC_cjs.isString(openingNumberCountry) || !chunkGKC3UDMC_cjs.isString(closingNumberCountry)) {
|
|
298
|
-
throw new TypeError(
|
|
299
|
-
`Parameter \`separator\`, \`plusNumberCountry\`, \`openingNumberCountry\` and \`closingNumberCountry\` property of the \`options\` (second parameter) must be of type \`string\` or unset as \`undefined\` value, but received: ['separator': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
300
|
-
separator
|
|
301
|
-
)}\`,'openingNumberCountry': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
302
|
-
openingNumberCountry
|
|
303
|
-
)}\`, 'closingNumberCountry': \`${chunkGKC3UDMC_cjs.getPreciseType(closingNumberCountry)}\`].`
|
|
304
|
-
);
|
|
305
|
-
}
|
|
306
|
-
if (!chunkGKC3UDMC_cjs.isString(value)) value = String(value);
|
|
307
|
-
const parsedPhoneNumber = parsingAsYouType(value, defaultCountry);
|
|
308
|
-
const validPhoneNumber = isValidParseAsYouType(parsedPhoneNumber);
|
|
309
|
-
if (checkValidOnly) return validPhoneNumber;
|
|
310
|
-
if (!validPhoneNumber) return "";
|
|
311
|
-
if (takeNumberOnly) {
|
|
312
|
-
return parsedPhoneNumber.getNumber().formatNational().replace(/\D/g, "");
|
|
313
|
-
}
|
|
314
|
-
const num = parsedPhoneNumber.getNumber();
|
|
315
|
-
const intlNumb = num.format(outputFormat);
|
|
316
|
-
if (outputFormat === "INTERNATIONAL") {
|
|
317
|
-
const [cc, ...rest] = intlNumb.split(" ");
|
|
318
|
-
const countryCode = prependPlusCountryCode ? cc : cc.replace(/^\++/, "");
|
|
319
|
-
const restWithSeparator = rest.join(separator);
|
|
320
|
-
if (chunkGKC3UDMC_cjs.isNonEmptyString(openingNumberCountry) && chunkGKC3UDMC_cjs.isNonEmptyString(closingNumberCountry)) {
|
|
321
|
-
return `${openingNumberCountry}${countryCode}${closingNumberCountry} ${restWithSeparator}`;
|
|
322
|
-
}
|
|
323
|
-
return `${countryCode} ${restWithSeparator}`;
|
|
324
|
-
}
|
|
325
|
-
if (outputFormat === "NATIONAL") {
|
|
326
|
-
const restWithSeparator = intlNumb.split(" ").join(separator);
|
|
327
|
-
return `${restWithSeparator}`;
|
|
328
|
-
}
|
|
329
|
-
return intlNumb;
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
var hashSeedGenerate = (mode, email) => {
|
|
333
|
-
const generateSeed = () => {
|
|
334
|
-
let hash = 0;
|
|
335
|
-
for (let i = 0; i < email.length; i++) {
|
|
336
|
-
hash = (hash << 5) - hash + email.charCodeAt(i);
|
|
337
|
-
hash |= 0;
|
|
338
|
-
}
|
|
339
|
-
return Math.abs(hash);
|
|
340
|
-
};
|
|
341
|
-
return mode === "fixed" ? generateSeed() : void 0;
|
|
342
|
-
};
|
|
343
|
-
var _censor = (str, minCensor, maxPercentage, hashSeed) => {
|
|
344
|
-
if (str.length <= minCensor) return "*".repeat(str.length);
|
|
345
|
-
const strArr = str.split("");
|
|
346
|
-
const totalCensor = Math.max(minCensor, Math.ceil(str.length * maxPercentage));
|
|
347
|
-
const indexes = /* @__PURE__ */ new Set();
|
|
348
|
-
let i = 0;
|
|
349
|
-
while (indexes.size < totalCensor) {
|
|
350
|
-
const idx = !chunkGKC3UDMC_cjs.isUndefined(hashSeed) ? (hashSeed + str.length + i * 31) % str.length : Math.floor(Math.random() * str.length);
|
|
351
|
-
indexes.add(idx);
|
|
352
|
-
i++;
|
|
353
|
-
}
|
|
354
|
-
for (const index of indexes) {
|
|
355
|
-
strArr[index] = "*";
|
|
356
|
-
}
|
|
357
|
-
return strArr.join("");
|
|
358
|
-
};
|
|
359
|
-
|
|
360
|
-
var censorEmail = (email, options = {}) => {
|
|
361
|
-
if (!chunkGKC3UDMC_cjs.isNonEmptyString(email)) return "";
|
|
362
|
-
chunkGKC3UDMC_cjs.assertIsPlainObject(options, {
|
|
363
|
-
message: ({ currentType, validType }) => `Second parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
364
|
-
});
|
|
365
|
-
const mode = chunkGKC3UDMC_cjs.hasOwnProp(options, "mode") ? options.mode : "fixed";
|
|
366
|
-
if (mode !== "random" && mode !== "fixed") {
|
|
367
|
-
throw new TypeError(
|
|
368
|
-
`Parameter \`mode\` property of the \`options\` (second parameter) must be one of "fixed" or "random", but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
369
|
-
mode
|
|
370
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(mode, {
|
|
371
|
-
keepUndefined: true
|
|
372
|
-
})}\`.`
|
|
373
|
-
);
|
|
374
|
-
}
|
|
375
|
-
const emailRegex = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/;
|
|
376
|
-
if (!emailRegex.test(email)) return "";
|
|
377
|
-
const [local, domain] = email.split("@");
|
|
378
|
-
const domainParts = domain.split(".");
|
|
379
|
-
if (domainParts.length < 2) return "";
|
|
380
|
-
const [domainName, ...tldParts] = domainParts;
|
|
381
|
-
const tld = tldParts.join(".");
|
|
382
|
-
const hashSeed = hashSeedGenerate(mode, email);
|
|
383
|
-
const localMinCensor = local.length < 4 ? 1 : 2;
|
|
384
|
-
const domainMinCensor = domainName.length < 4 ? 1 : 2;
|
|
385
|
-
const censoredLocal = _censor(local, localMinCensor, 0.6, hashSeed);
|
|
386
|
-
const censoredDomain = _censor(domainName, domainMinCensor, 0.5, hashSeed);
|
|
387
|
-
const censoredTLD = tld.length <= 2 ? tld : _censor(tld, 1, 0.4, hashSeed);
|
|
388
|
-
return `${censoredLocal}@${censoredDomain}.${censoredTLD}`;
|
|
389
|
-
};
|
|
390
|
-
|
|
391
|
-
function chunkString(subject, limiter, options = {}) {
|
|
392
|
-
if (chunkGKC3UDMC_cjs.isNil(subject) || limiter <= 0) return subject;
|
|
393
|
-
chunkYKQEOO7C_cjs.assertIsString(subject, {
|
|
394
|
-
message: ({ currentType, validType }) => `First parameter (\`subject\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
395
|
-
});
|
|
396
|
-
if (!chunkDVMHRLKP_cjs.isInteger(limiter)) {
|
|
397
|
-
throw new TypeError(
|
|
398
|
-
`Second parameter (\`limiter\`) must be of type \`integer-number\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
399
|
-
limiter
|
|
400
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(limiter, {
|
|
401
|
-
keepUndefined: true
|
|
402
|
-
})}\`.`
|
|
403
|
-
);
|
|
404
|
-
}
|
|
405
|
-
chunkGKC3UDMC_cjs.assertIsPlainObject(options, {
|
|
406
|
-
message: ({ currentType, validType }) => `Third parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
407
|
-
});
|
|
408
|
-
const separator = chunkGKC3UDMC_cjs.hasOwnProp(options, "separator") ? options.separator : " ";
|
|
409
|
-
const reCountAfterSpace = chunkGKC3UDMC_cjs.hasOwnProp(options, "reCountAfterSpace") ? options.reCountAfterSpace : false;
|
|
410
|
-
chunkYKQEOO7C_cjs.assertIsString(separator, {
|
|
411
|
-
message: ({ currentType, validType }) => `Parameter \`separator\` property of the \`options\` (third parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
412
|
-
});
|
|
413
|
-
chunkGKC3UDMC_cjs.assertIsBoolean(reCountAfterSpace, {
|
|
414
|
-
message: ({ currentType, validType }) => `Parameter \`reCountAfterSpace\` property of the \`options\` (third parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
415
|
-
});
|
|
416
|
-
subject = chunkFLJX37EL_cjs.normalizeSpaces(subject);
|
|
417
|
-
if (!reCountAfterSpace) {
|
|
418
|
-
let result = "";
|
|
419
|
-
let currentCount = 0;
|
|
420
|
-
for (let i = 0; i < subject.length; i++) {
|
|
421
|
-
const char = subject[i];
|
|
422
|
-
if (currentCount === limiter) {
|
|
423
|
-
result += separator;
|
|
424
|
-
currentCount = 0;
|
|
425
|
-
}
|
|
426
|
-
result += char;
|
|
427
|
-
currentCount++;
|
|
428
|
-
}
|
|
429
|
-
return result;
|
|
430
|
-
}
|
|
431
|
-
const words = subject.split(" ");
|
|
432
|
-
const finalSegments = [];
|
|
433
|
-
let currentGroup = [];
|
|
434
|
-
let wordsInCurrentGroupCount = 0;
|
|
435
|
-
for (let i = 0; i < words.length; i++) {
|
|
436
|
-
const word = words[i];
|
|
437
|
-
let processedWord = "";
|
|
438
|
-
let charCountInWord = 0;
|
|
439
|
-
for (let j = 0; j < word.length; j++) {
|
|
440
|
-
processedWord += word[j];
|
|
441
|
-
charCountInWord++;
|
|
442
|
-
if (charCountInWord === limiter && j < word.length - 1) {
|
|
443
|
-
processedWord += separator;
|
|
444
|
-
charCountInWord = 0;
|
|
445
|
-
}
|
|
446
|
-
}
|
|
447
|
-
currentGroup.push(processedWord);
|
|
448
|
-
wordsInCurrentGroupCount++;
|
|
449
|
-
if (wordsInCurrentGroupCount === limiter || i === words.length - 1) {
|
|
450
|
-
finalSegments.push(currentGroup.join(separator));
|
|
451
|
-
currentGroup = [];
|
|
452
|
-
wordsInCurrentGroupCount = 0;
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
return finalSegments.join(" ");
|
|
456
|
-
}
|
|
457
|
-
|
|
458
|
-
var truncateString = (text, options = {}) => {
|
|
459
|
-
if (!chunkGKC3UDMC_cjs.isNonEmptyString(text)) return "";
|
|
460
|
-
chunkGKC3UDMC_cjs.assertIsPlainObject(options, {
|
|
461
|
-
message: ({ currentType, validType }) => `Seconds parameter (\`options\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
462
|
-
});
|
|
463
|
-
const trim = chunkGKC3UDMC_cjs.hasOwnProp(options, "trim") ? options.trim : true;
|
|
464
|
-
const length2 = chunkGKC3UDMC_cjs.hasOwnProp(options, "length") ? options.length : 10;
|
|
465
|
-
let ending = chunkGKC3UDMC_cjs.hasOwnProp(options, "ending") ? options.ending : "...";
|
|
466
|
-
if (!chunkDVMHRLKP_cjs.isInteger(length2)) {
|
|
467
|
-
throw new TypeError(
|
|
468
|
-
`Parameter \`length\` property of the \`options\` (second parameter) must be of type \`integer-number\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
469
|
-
length2
|
|
470
|
-
)}\`, with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(length2, {
|
|
471
|
-
keepUndefined: true
|
|
472
|
-
})}\`.`
|
|
473
|
-
);
|
|
474
|
-
}
|
|
475
|
-
if (length2 < 1) return "";
|
|
476
|
-
chunkYKQEOO7C_cjs.assertIsString(ending, {
|
|
477
|
-
message: ({ currentType, validType }) => `Parameter \`ending\` property of the \`options\` (second parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
478
|
-
});
|
|
479
|
-
chunkGKC3UDMC_cjs.assertIsBoolean(trim, {
|
|
480
|
-
message: ({ currentType, validType }) => `Parameter \`trim\` property of the \`options\` (second parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
481
|
-
});
|
|
482
|
-
if (chunk4YLBKLGS_cjs.isEmptyString(ending)) {
|
|
483
|
-
ending = "...";
|
|
484
|
-
} else {
|
|
485
|
-
ending = ending.trim();
|
|
486
|
-
}
|
|
487
|
-
const original = trim ? text.trim() : text;
|
|
488
|
-
const originalTrimmedLength = original.length;
|
|
489
|
-
if (originalTrimmedLength <= length2) return original;
|
|
490
|
-
const sliced = original.slice(0, length2);
|
|
491
|
-
const cleanSliced = trim ? sliced : sliced.trimEnd();
|
|
492
|
-
return cleanSliced + ending;
|
|
493
|
-
};
|
|
494
|
-
var formatDateFns = (date, options = {}) => {
|
|
495
|
-
if (chunkGKC3UDMC_cjs.isNil(date) || !(chunkTQPGXGKB_cjs.isDate(date) || chunkGKC3UDMC_cjs.isNonEmptyString(date))) return null;
|
|
496
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(options)) {
|
|
497
|
-
options = {};
|
|
498
|
-
}
|
|
499
|
-
const { inputFormat, locale: locale$1 = "en", inputLocale = "en", ...restOptions } = options;
|
|
500
|
-
const format = chunkGKC3UDMC_cjs.hasOwnProp(options, "format") && chunkGKC3UDMC_cjs.isNonEmptyString(options.format) ? options.format : "dd MMM yyyy - HH:mm:ss";
|
|
501
|
-
let parsedDate;
|
|
502
|
-
try {
|
|
503
|
-
if (chunkGKC3UDMC_cjs.isNonEmptyString(date) && inputFormat && inputLocale) {
|
|
504
|
-
const valueOfInputLocale = chunkGKC3UDMC_cjs.isNonEmptyString(inputLocale) ? inputLocale === "id" ? locale.id : locale.enUS : inputLocale;
|
|
505
|
-
parsedDate = dateFns.parse(date, inputFormat, /* @__PURE__ */ new Date(), {
|
|
506
|
-
locale: valueOfInputLocale
|
|
507
|
-
});
|
|
508
|
-
} else {
|
|
509
|
-
parsedDate = new Date(date);
|
|
510
|
-
}
|
|
511
|
-
if (chunkGKC3UDMC_cjs.isNaN(parsedDate.getTime())) return null;
|
|
512
|
-
const valueOfLocale = chunkGKC3UDMC_cjs.isNonEmptyString(locale$1) ? locale$1 === "id" ? locale.id : locale.enUS : locale$1;
|
|
513
|
-
return dateFns.format(parsedDate, format, {
|
|
514
|
-
...restOptions,
|
|
515
|
-
locale: valueOfLocale
|
|
516
|
-
});
|
|
517
|
-
} catch {
|
|
518
|
-
return null;
|
|
519
|
-
}
|
|
520
|
-
};
|
|
521
|
-
|
|
522
|
-
var formatDateIntl = (date, options) => {
|
|
523
|
-
if (chunkGKC3UDMC_cjs.isNil(date) || !(chunkTQPGXGKB_cjs.isDate(date) || chunkGKC3UDMC_cjs.isNonEmptyString(date))) return null;
|
|
524
|
-
const parsedDate = new Date(date);
|
|
525
|
-
if (chunkGKC3UDMC_cjs.isNaN(parsedDate.getTime())) return null;
|
|
526
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(options)) {
|
|
527
|
-
options = {};
|
|
528
|
-
}
|
|
529
|
-
const { locale = "en-US", ...restProps } = options;
|
|
530
|
-
try {
|
|
531
|
-
return new Intl.DateTimeFormat(
|
|
532
|
-
chunkGKC3UDMC_cjs.isNonEmptyString(locale) ? locale.trim() : "en-US",
|
|
533
|
-
restProps
|
|
534
|
-
).format(parsedDate);
|
|
535
|
-
} catch {
|
|
536
|
-
return null;
|
|
537
|
-
}
|
|
538
|
-
};
|
|
539
|
-
|
|
540
|
-
var formatDateTime = (date, format) => {
|
|
541
|
-
if (chunkGKC3UDMC_cjs.isNil(format)) {
|
|
542
|
-
format = "YYYY-MM-DD hh:mm:ss";
|
|
543
|
-
}
|
|
544
|
-
if (!chunkGKC3UDMC_cjs.isString(format)) return null;
|
|
545
|
-
if (chunkGKC3UDMC_cjs.isNil(date) || !(chunkTQPGXGKB_cjs.isDate(date) || chunkGKC3UDMC_cjs.isNonEmptyString(date))) {
|
|
546
|
-
return null;
|
|
547
|
-
}
|
|
548
|
-
try {
|
|
549
|
-
const parsedDate = new Date(date);
|
|
550
|
-
if (chunkGKC3UDMC_cjs.isNaN(parsedDate.getTime())) return null;
|
|
551
|
-
const pad2 = (n) => n.toString().padStart(2, "0");
|
|
552
|
-
const map = {
|
|
553
|
-
YYYY: parsedDate.getFullYear().toString(),
|
|
554
|
-
MM: pad2(parsedDate.getMonth() + 1),
|
|
555
|
-
DD: pad2(parsedDate.getDate()),
|
|
556
|
-
hh: pad2(parsedDate.getHours()),
|
|
557
|
-
mm: pad2(parsedDate.getMinutes()),
|
|
558
|
-
ss: pad2(parsedDate.getSeconds())
|
|
559
|
-
};
|
|
560
|
-
const result = Object.entries(map).reduce(
|
|
561
|
-
(prev, [key, value]) => prev.split(key).join(value),
|
|
562
|
-
format
|
|
563
|
-
);
|
|
564
|
-
return !result.includes("NaN") ? result : null;
|
|
565
|
-
} catch {
|
|
566
|
-
return null;
|
|
567
|
-
}
|
|
568
|
-
};
|
|
569
|
-
|
|
570
|
-
var getGMTOffset = (date) => {
|
|
571
|
-
try {
|
|
572
|
-
if (chunkGKC3UDMC_cjs.isNil(date) || chunkGKC3UDMC_cjs.isString(date) && chunk4YLBKLGS_cjs.isEmptyString(date)) {
|
|
573
|
-
date = /* @__PURE__ */ new Date();
|
|
574
|
-
} else if (!(chunkTQPGXGKB_cjs.isDate(date) || chunkGKC3UDMC_cjs.isNonEmptyString(date))) {
|
|
575
|
-
return "0";
|
|
576
|
-
}
|
|
577
|
-
const parsedDate = new Date(date);
|
|
578
|
-
if (chunkGKC3UDMC_cjs.isNaN(parsedDate.getTime())) return "0";
|
|
579
|
-
const padZero = (num) => num.toString().padStart(2, "0");
|
|
580
|
-
let offset = parsedDate.getTimezoneOffset();
|
|
581
|
-
const sign = offset < 0 ? "+" : "-";
|
|
582
|
-
offset = Math.abs(offset);
|
|
583
|
-
return `${sign}${padZero(Math.floor(offset / 60))}${padZero(offset % 60)}`;
|
|
584
|
-
} catch {
|
|
585
|
-
return "0";
|
|
586
|
-
}
|
|
587
|
-
};
|
|
588
|
-
|
|
589
|
-
exports.censorEmail = censorEmail;
|
|
590
|
-
exports.chunkString = chunkString;
|
|
591
|
-
exports.formatCurrency = formatCurrency;
|
|
592
|
-
exports.formatDateFns = formatDateFns;
|
|
593
|
-
exports.formatDateIntl = formatDateIntl;
|
|
594
|
-
exports.formatDateTime = formatDateTime;
|
|
595
|
-
exports.formatNumber = formatNumber;
|
|
596
|
-
exports.formatPhoneNumber = formatPhoneNumber;
|
|
597
|
-
exports.getGMTOffset = getGMTOffset;
|
|
598
|
-
exports.truncateString = truncateString;
|