@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-A7S7E2EE.cjs
DELETED
|
@@ -1,308 +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 chunkDVMHRLKP_cjs = require('./chunk-DVMHRLKP.cjs');
|
|
13
|
-
var chunkTQPGXGKB_cjs = require('./chunk-TQPGXGKB.cjs');
|
|
14
|
-
var chunkGKC3UDMC_cjs = require('./chunk-GKC3UDMC.cjs');
|
|
15
|
-
|
|
16
|
-
function getRandomItem(array) {
|
|
17
|
-
if (!chunkGKC3UDMC_cjs.isNonEmptyArray(array)) return void 0;
|
|
18
|
-
const randomIndex = Math.floor(Math.random() * (array.length || 0));
|
|
19
|
-
return array[randomIndex];
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
var randomInt = (min, max) => {
|
|
23
|
-
if (!chunkDVMHRLKP_cjs.isInteger(min) || !chunkDVMHRLKP_cjs.isInteger(max)) {
|
|
24
|
-
throw new TypeError(
|
|
25
|
-
`First parameter (\`min\`) and second parameter (\`max\`) must be of type \`integer-number\`${minValueNote(
|
|
26
|
-
min,
|
|
27
|
-
max
|
|
28
|
-
)}value, but received: ['min': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
29
|
-
min
|
|
30
|
-
)}\` - (with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(min, {
|
|
31
|
-
keepUndefined: true
|
|
32
|
-
})})\`, 'max': \`${chunkGKC3UDMC_cjs.getPreciseType(max)}\` - (with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(
|
|
33
|
-
max,
|
|
34
|
-
{
|
|
35
|
-
keepUndefined: true
|
|
36
|
-
}
|
|
37
|
-
)}\`)].`
|
|
38
|
-
);
|
|
39
|
-
}
|
|
40
|
-
if (min > max) {
|
|
41
|
-
throw new RangeError(
|
|
42
|
-
`First parameter (\`min\`) must be less than or equal to second parameter (\`max\`), but received: ['min': ${formatValue(
|
|
43
|
-
min
|
|
44
|
-
)} - (with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(min, {
|
|
45
|
-
keepUndefined: true
|
|
46
|
-
})})\`, 'max': ${formatValue(max)} - (with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(max, {
|
|
47
|
-
keepUndefined: true
|
|
48
|
-
})})\`].`
|
|
49
|
-
);
|
|
50
|
-
}
|
|
51
|
-
min = Math.max(1, min);
|
|
52
|
-
max = Math.min(Number.MAX_SAFE_INTEGER, max);
|
|
53
|
-
return Math.floor(Math.random() * (max - min + 1)) + min;
|
|
54
|
-
};
|
|
55
|
-
var formatValue = (value) => {
|
|
56
|
-
return chunkGKC3UDMC_cjs.isNumber(value, { includeNaN: true }) ? value === Number.MIN_VALUE ? "`Number.MIN_VALUE`" : `${value}` : `\`${chunkGKC3UDMC_cjs.getPreciseType(value)}\``;
|
|
57
|
-
};
|
|
58
|
-
var minValueNote = (...values) => {
|
|
59
|
-
return values.some((v) => chunkGKC3UDMC_cjs.isNumber(v, { includeNaN: true }) && v === Number.MIN_VALUE) ? " and can't be `Number.MIN_VALUE` " : " ";
|
|
60
|
-
};
|
|
61
|
-
|
|
62
|
-
var randomIntByLength = (options) => {
|
|
63
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(options)) {
|
|
64
|
-
options = {};
|
|
65
|
-
}
|
|
66
|
-
const { minLength = 1, maxLength = 16, avoidZero = false } = options;
|
|
67
|
-
chunkGKC3UDMC_cjs.assertIsBoolean(avoidZero, {
|
|
68
|
-
message({ currentType, validType }) {
|
|
69
|
-
return `Parameters \`avoidZero\` must be of type \`${validType}\`, but received: \`${currentType}\`.`;
|
|
70
|
-
}
|
|
71
|
-
});
|
|
72
|
-
if (!chunkDVMHRLKP_cjs.isInteger(minLength) || !chunkDVMHRLKP_cjs.isInteger(maxLength)) {
|
|
73
|
-
throw new TypeError(
|
|
74
|
-
`Parameters \`minLength\` and \`maxLength\` must be of type \`integer-number\`, but received: ['minLength': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
75
|
-
minLength
|
|
76
|
-
)}\` - (with value: ${chunkTQPGXGKB_cjs.safeStableStringify(minLength, {
|
|
77
|
-
keepUndefined: true
|
|
78
|
-
})}), 'maxLength': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
79
|
-
maxLength
|
|
80
|
-
)}\` - (with value: ${chunkTQPGXGKB_cjs.safeStableStringify(maxLength, {
|
|
81
|
-
keepUndefined: true
|
|
82
|
-
})})].`
|
|
83
|
-
);
|
|
84
|
-
}
|
|
85
|
-
if (minLength < 1 || maxLength > 16 || minLength > maxLength) {
|
|
86
|
-
throw new RangeError(
|
|
87
|
-
`Invalid range at parameters \`minLength\` must be \u2265 1, \`maxLength\` must be \u2264 16, and \`minLength\` \u2264 \`maxLength\`, but received: ['minLength': \`${minLength}\`, 'maxLength': \`${maxLength}\`].`
|
|
88
|
-
);
|
|
89
|
-
}
|
|
90
|
-
const randomLength = minLength === maxLength ? minLength : randomInt(minLength, maxLength);
|
|
91
|
-
const minValue = 10 ** (randomLength - 1);
|
|
92
|
-
const maxValue = 10 ** randomLength - 1;
|
|
93
|
-
let result = randomInt(minValue, maxValue);
|
|
94
|
-
if (avoidZero && result === 0) {
|
|
95
|
-
result = minValue;
|
|
96
|
-
}
|
|
97
|
-
return result;
|
|
98
|
-
};
|
|
99
|
-
|
|
100
|
-
var randomStr = (options) => {
|
|
101
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(options)) {
|
|
102
|
-
options = {};
|
|
103
|
-
}
|
|
104
|
-
const {
|
|
105
|
-
minLength = 40,
|
|
106
|
-
maxLength = 40,
|
|
107
|
-
type = "string",
|
|
108
|
-
avoidWhiteSpace = true
|
|
109
|
-
} = options;
|
|
110
|
-
chunkGKC3UDMC_cjs.assertIsBoolean(avoidWhiteSpace, {
|
|
111
|
-
message({ currentType, validType }) {
|
|
112
|
-
return `Parameters \`avoidWhiteSpace\` property of the \`options\` (first-parameter) must be of type \`${validType}\`, but received: \`${currentType}\`.`;
|
|
113
|
-
}
|
|
114
|
-
});
|
|
115
|
-
if (!chunkDVMHRLKP_cjs.isInteger(minLength) || !chunkDVMHRLKP_cjs.isInteger(maxLength)) {
|
|
116
|
-
throw new TypeError(
|
|
117
|
-
`Parameters \`minLength\` and \`maxLength\` must be of type \`integer-number\`, but received: ['minLength': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
118
|
-
minLength
|
|
119
|
-
)}\` - (with value: ${chunkTQPGXGKB_cjs.safeStableStringify(minLength, {
|
|
120
|
-
keepUndefined: true
|
|
121
|
-
})}), 'maxLength': \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
122
|
-
maxLength
|
|
123
|
-
)}\` - (with value: ${chunkTQPGXGKB_cjs.safeStableStringify(maxLength, {
|
|
124
|
-
keepUndefined: true
|
|
125
|
-
})})].`
|
|
126
|
-
);
|
|
127
|
-
}
|
|
128
|
-
if (minLength < 1 || maxLength > 5e3 || minLength > maxLength) {
|
|
129
|
-
throw new RangeError(
|
|
130
|
-
`Invalid range at parameters \`minLength\` must be \u2265 1, \`maxLength\` must be \u2264 5000, and \`minLength\` \u2264 \`maxLength\`, but received: ['minLength': \`${minLength}\`, 'maxLength': \`${maxLength}\`].`
|
|
131
|
-
);
|
|
132
|
-
}
|
|
133
|
-
if (type !== "string" && type !== "number") {
|
|
134
|
-
throw new TypeError(
|
|
135
|
-
`Parameter \`type\` must be of type \`string\` with value one of "string" | "number", but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
136
|
-
type
|
|
137
|
-
)}\`, with value: ${chunkTQPGXGKB_cjs.safeStableStringify(type, {
|
|
138
|
-
keepUndefined: true
|
|
139
|
-
})}.`
|
|
140
|
-
);
|
|
141
|
-
}
|
|
142
|
-
const length = randomInt(minLength, maxLength);
|
|
143
|
-
const cleanCharacters = (charSet) => {
|
|
144
|
-
return avoidWhiteSpace ? charSet.replace(/\s|\n|\t/g, "") : charSet;
|
|
145
|
-
};
|
|
146
|
-
const defaultNumberSet = "0123456789";
|
|
147
|
-
const defaultStringSet = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789";
|
|
148
|
-
const baseCharSet = type === "number" ? (!chunkGKC3UDMC_cjs.isNaN(Number(options.replaceGenInt)) ? options.replaceGenInt : void 0) ?? defaultNumberSet : (options.replaceGenStr ? options.replaceGenStr : void 0) ?? defaultStringSet;
|
|
149
|
-
const characterSet = cleanCharacters(baseCharSet) + (options.addChar || "");
|
|
150
|
-
if (!characterSet.length) {
|
|
151
|
-
const errCharSet = () => {
|
|
152
|
-
if (type === "number") {
|
|
153
|
-
if (avoidWhiteSpace) {
|
|
154
|
-
return `If \`avoidWhiteSpace\` is true, and \`replaceGenInt\` cant be empty-string value, ensure \`replaceGenInt\` has valid characters and non-nan string number.`;
|
|
155
|
-
}
|
|
156
|
-
return `Ensure \`replaceGenInt\` has valid characters and not a NaN number string while convert to number.`;
|
|
157
|
-
}
|
|
158
|
-
return `Ensure \`replaceGenStr\` has valid characters and non empty string.`;
|
|
159
|
-
};
|
|
160
|
-
throw new Error(`Character set is empty. ${errCharSet()}`);
|
|
161
|
-
}
|
|
162
|
-
let result = "";
|
|
163
|
-
for (let i = 0; i < length; i++) {
|
|
164
|
-
result += characterSet.charAt(Math.floor(Math.random() * characterSet.length));
|
|
165
|
-
}
|
|
166
|
-
return result;
|
|
167
|
-
};
|
|
168
|
-
|
|
169
|
-
function randomUUID(options = {}) {
|
|
170
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(options)) {
|
|
171
|
-
throw new TypeError(
|
|
172
|
-
`First parameter (\`options\`) must be a plain object with optional properties \`version\` and \`monotonic\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
173
|
-
options
|
|
174
|
-
)}\` - (with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(options, { keepUndefined: true })}\`).`
|
|
175
|
-
);
|
|
176
|
-
}
|
|
177
|
-
const { version = "v4", monotonic = false } = options;
|
|
178
|
-
if (!chunkGKC3UDMC_cjs.isNonEmptyString(version)) {
|
|
179
|
-
throw new TypeError(
|
|
180
|
-
`Parameter \`version\` property of the \`options\` (first parameter) must be a \`string\` of either "v4" or "v7", but received type: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
181
|
-
version
|
|
182
|
-
)}\` - (with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(version, { keepUndefined: true })}\`).`
|
|
183
|
-
);
|
|
184
|
-
}
|
|
185
|
-
if (version !== "v4" && version !== "v7") {
|
|
186
|
-
throw new RangeError(
|
|
187
|
-
`Unsupported UUID version. Allowed values are "v4" or "v7". (received: \`${chunkTQPGXGKB_cjs.safeStableStringify(
|
|
188
|
-
version,
|
|
189
|
-
{
|
|
190
|
-
keepUndefined: true
|
|
191
|
-
}
|
|
192
|
-
)}\`).`
|
|
193
|
-
);
|
|
194
|
-
}
|
|
195
|
-
if (!chunkGKC3UDMC_cjs.isBoolean(monotonic)) {
|
|
196
|
-
throw new TypeError(
|
|
197
|
-
`Parameter \`monotonic\` property of the \`options\` (first parameter) must be a \`boolean\` when provided, but received type: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
198
|
-
monotonic
|
|
199
|
-
)}\` - (with value: \`${chunkTQPGXGKB_cjs.safeStableStringify(monotonic, {
|
|
200
|
-
keepUndefined: true
|
|
201
|
-
})}\`).`
|
|
202
|
-
);
|
|
203
|
-
}
|
|
204
|
-
if (monotonic && version !== "v7") {
|
|
205
|
-
throw new TypeError(
|
|
206
|
-
`Parameter \`monotonic\` property of the \`options\` (first parameter) is only supported for version "v7". Received: version=${chunkTQPGXGKB_cjs.safeStableStringify(
|
|
207
|
-
version,
|
|
208
|
-
{ keepUndefined: true }
|
|
209
|
-
)}.`
|
|
210
|
-
);
|
|
211
|
-
}
|
|
212
|
-
if (version === "v4") {
|
|
213
|
-
return generateUUIDv4();
|
|
214
|
-
}
|
|
215
|
-
return generateUUIDv7({ monotonic });
|
|
216
|
-
}
|
|
217
|
-
function hasCryptoGetRandomValues() {
|
|
218
|
-
return typeof crypto !== "undefined" && typeof crypto.getRandomValues === "function";
|
|
219
|
-
}
|
|
220
|
-
function hasCryptoRandomUUID() {
|
|
221
|
-
return typeof crypto !== "undefined" && typeof crypto.randomUUID === "function";
|
|
222
|
-
}
|
|
223
|
-
function getRandomBytes(len) {
|
|
224
|
-
if (hasCryptoGetRandomValues()) {
|
|
225
|
-
return crypto.getRandomValues(new Uint8Array(len));
|
|
226
|
-
}
|
|
227
|
-
const arr = new Uint8Array(len);
|
|
228
|
-
for (let i = 0; i < len; i++) {
|
|
229
|
-
arr[i] = Math.floor(Math.random() * 256);
|
|
230
|
-
}
|
|
231
|
-
return arr;
|
|
232
|
-
}
|
|
233
|
-
var byteToHex = (() => {
|
|
234
|
-
const arr = [];
|
|
235
|
-
for (let i = 0; i < 256; ++i) {
|
|
236
|
-
arr.push((i + 256).toString(16).substring(1));
|
|
237
|
-
}
|
|
238
|
-
return arr;
|
|
239
|
-
})();
|
|
240
|
-
function generateUUIDv4() {
|
|
241
|
-
if (hasCryptoRandomUUID()) {
|
|
242
|
-
return crypto.randomUUID();
|
|
243
|
-
}
|
|
244
|
-
if (hasCryptoGetRandomValues()) {
|
|
245
|
-
const rnd = crypto.getRandomValues(new Uint8Array(16));
|
|
246
|
-
rnd[6] = rnd[6] & 15 | 64;
|
|
247
|
-
rnd[8] = rnd[8] & 63 | 128;
|
|
248
|
-
return byteToHex[rnd[0]] + byteToHex[rnd[1]] + byteToHex[rnd[2]] + byteToHex[rnd[3]] + "-" + byteToHex[rnd[4]] + byteToHex[rnd[5]] + "-" + byteToHex[rnd[6]] + byteToHex[rnd[7]] + "-" + byteToHex[rnd[8]] + byteToHex[rnd[9]] + "-" + byteToHex[rnd[10]] + byteToHex[rnd[11]] + byteToHex[rnd[12]] + byteToHex[rnd[13]] + byteToHex[rnd[14]] + byteToHex[rnd[15]];
|
|
249
|
-
}
|
|
250
|
-
return "xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g, (c) => {
|
|
251
|
-
const r = Math.random() * 16 | 0;
|
|
252
|
-
const v = c === "x" ? r : r & 3 | 8;
|
|
253
|
-
return v.toString(16);
|
|
254
|
-
});
|
|
255
|
-
}
|
|
256
|
-
var monotonicState = {
|
|
257
|
-
lastTimestampMs: -1,
|
|
258
|
-
lastRand: null
|
|
259
|
-
};
|
|
260
|
-
function incrementUint8ArrayBigEndian(arr) {
|
|
261
|
-
for (let i = arr.length - 1; i >= 0; i--) {
|
|
262
|
-
if (arr[i] === 255) {
|
|
263
|
-
arr[i] = 0;
|
|
264
|
-
continue;
|
|
265
|
-
}
|
|
266
|
-
arr[i] = arr[i] + 1 & 255;
|
|
267
|
-
return false;
|
|
268
|
-
}
|
|
269
|
-
return true;
|
|
270
|
-
}
|
|
271
|
-
function generateUUIDv7({ monotonic = false } = {}) {
|
|
272
|
-
const nowMs = Date.now();
|
|
273
|
-
const tsHex = BigInt(nowMs).toString(16).padStart(12, "0");
|
|
274
|
-
let rand = getRandomBytes(10);
|
|
275
|
-
if (monotonic) {
|
|
276
|
-
if (monotonicState.lastTimestampMs === nowMs && monotonicState.lastRand) {
|
|
277
|
-
const copy = new Uint8Array(monotonicState.lastRand);
|
|
278
|
-
const overflow = incrementUint8ArrayBigEndian(copy);
|
|
279
|
-
if (overflow) {
|
|
280
|
-
throw new RangeError(
|
|
281
|
-
"Monotonic UUID sequence overflow: too many UUIDs generated within the same millisecond."
|
|
282
|
-
);
|
|
283
|
-
}
|
|
284
|
-
rand = copy;
|
|
285
|
-
monotonicState.lastRand = copy;
|
|
286
|
-
} else {
|
|
287
|
-
const fresh = getRandomBytes(10);
|
|
288
|
-
monotonicState.lastRand = new Uint8Array(fresh);
|
|
289
|
-
monotonicState.lastTimestampMs = nowMs;
|
|
290
|
-
rand = fresh;
|
|
291
|
-
}
|
|
292
|
-
}
|
|
293
|
-
rand[0] = rand[0] & 15 | 112;
|
|
294
|
-
rand[2] = rand[2] & 63 | 128;
|
|
295
|
-
const randHex = Array.from(rand, (b) => byteToHex[b]).join("");
|
|
296
|
-
const part1 = tsHex.slice(0, 8);
|
|
297
|
-
const part2 = tsHex.slice(8, 12);
|
|
298
|
-
const part3 = randHex.slice(0, 4);
|
|
299
|
-
const part4 = randHex.slice(4, 8);
|
|
300
|
-
const part5 = randHex.slice(8, 20);
|
|
301
|
-
return [part1, part2, part3, part4, part5].join("-");
|
|
302
|
-
}
|
|
303
|
-
|
|
304
|
-
exports.getRandomItem = getRandomItem;
|
|
305
|
-
exports.randomInt = randomInt;
|
|
306
|
-
exports.randomIntByLength = randomIntByLength;
|
|
307
|
-
exports.randomStr = randomStr;
|
|
308
|
-
exports.randomUUID = randomUUID;
|
package/dist/chunk-AJZ6PMMZ.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 normalizeString = (input) => {
|
|
13
|
-
return isNonEmptyString(input) ? input.trim() : "";
|
|
14
|
-
};
|
|
15
|
-
|
|
16
|
-
export { normalizeString };
|
package/dist/chunk-AXGBL2IO.cjs
DELETED
|
@@ -1,251 +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 chunk4YLBKLGS_cjs = require('./chunk-4YLBKLGS.cjs');
|
|
13
|
-
var chunkRRQHMOPE_cjs = require('./chunk-RRQHMOPE.cjs');
|
|
14
|
-
var chunkGKC3UDMC_cjs = require('./chunk-GKC3UDMC.cjs');
|
|
15
|
-
var tailwindMergeV3 = require('tailwind-merge-v3');
|
|
16
|
-
var tailwindMergeV4 = require('tailwind-merge-v4');
|
|
17
|
-
|
|
18
|
-
function toStringValue(value) {
|
|
19
|
-
let str = "";
|
|
20
|
-
if (chunkGKC3UDMC_cjs.isNonEmptyString(value) || chunkGKC3UDMC_cjs.isNumber(value)) {
|
|
21
|
-
str += value;
|
|
22
|
-
} else if (chunkGKC3UDMC_cjs.isObjectOrArray(value)) {
|
|
23
|
-
if (chunkGKC3UDMC_cjs.isStringObject(value) || chunkGKC3UDMC_cjs.isNumberObject(value) || chunkGKC3UDMC_cjs.isBooleanObject(value)) {
|
|
24
|
-
const val = value.valueOf();
|
|
25
|
-
if (val) str += val;
|
|
26
|
-
} else if (chunkGKC3UDMC_cjs.isArray(value)) {
|
|
27
|
-
for (const item of value) {
|
|
28
|
-
if (!item) continue;
|
|
29
|
-
const y = toStringValue(item);
|
|
30
|
-
if (!y) continue;
|
|
31
|
-
if (str) str += " ";
|
|
32
|
-
str += y;
|
|
33
|
-
}
|
|
34
|
-
} else {
|
|
35
|
-
for (const key in value) {
|
|
36
|
-
if (!value[key]) continue;
|
|
37
|
-
if (str) str += " ";
|
|
38
|
-
str += key;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
return str;
|
|
43
|
-
}
|
|
44
|
-
function cx(...values) {
|
|
45
|
-
let str = "";
|
|
46
|
-
for (const value of values) {
|
|
47
|
-
if (!value) continue;
|
|
48
|
-
const x = toStringValue(value);
|
|
49
|
-
if (!x) continue;
|
|
50
|
-
if (str) str += " ";
|
|
51
|
-
str += x;
|
|
52
|
-
}
|
|
53
|
-
return str;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
var validatorPropsTwMerge = (options) => {
|
|
57
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(options)) options = {};
|
|
58
|
-
let { config, prefix, extend, override, cacheSize, experimentalParseClassName } = options;
|
|
59
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(config)) config = {};
|
|
60
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(extend)) extend = {};
|
|
61
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(override)) override = {};
|
|
62
|
-
if (!chunkGKC3UDMC_cjs.isNumber(cacheSize)) cacheSize = void 0;
|
|
63
|
-
if (!chunkGKC3UDMC_cjs.isNonEmptyString(prefix)) prefix = void 0;
|
|
64
|
-
if (!chunkGKC3UDMC_cjs.isFunction(experimentalParseClassName)) experimentalParseClassName = void 0;
|
|
65
|
-
const theme = chunkGKC3UDMC_cjs.hasOwnProp(extend, "theme") ? extend.theme : {};
|
|
66
|
-
const classGroups = chunkGKC3UDMC_cjs.hasOwnProp(extend, "classGroups") ? extend.classGroups : {};
|
|
67
|
-
const conflictingClassGroupModifiers = chunkGKC3UDMC_cjs.hasOwnProp(
|
|
68
|
-
extend,
|
|
69
|
-
"conflictingClassGroupModifiers"
|
|
70
|
-
) ? extend.conflictingClassGroupModifiers : {};
|
|
71
|
-
const conflictingClassGroups = chunkGKC3UDMC_cjs.hasOwnProp(extend, "conflictingClassGroups") ? extend.conflictingClassGroups : {};
|
|
72
|
-
const orderSensitiveModifiers = chunkGKC3UDMC_cjs.hasOwnProp(extend, "orderSensitiveModifiers") && chunkGKC3UDMC_cjs.isNonEmptyArray(extend.orderSensitiveModifiers) ? extend.orderSensitiveModifiers : [];
|
|
73
|
-
return {
|
|
74
|
-
config,
|
|
75
|
-
override,
|
|
76
|
-
cacheSize,
|
|
77
|
-
prefix,
|
|
78
|
-
experimentalParseClassName,
|
|
79
|
-
theme,
|
|
80
|
-
classGroups,
|
|
81
|
-
conflictingClassGroupModifiers,
|
|
82
|
-
conflictingClassGroups,
|
|
83
|
-
orderSensitiveModifiers
|
|
84
|
-
};
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
var defaultConfig = tailwindMergeV3.getDefaultConfig();
|
|
88
|
-
var twMergeDefaultV3 = (options = {}) => {
|
|
89
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(options)) options = {};
|
|
90
|
-
const {
|
|
91
|
-
cacheSize,
|
|
92
|
-
classGroups,
|
|
93
|
-
config,
|
|
94
|
-
conflictingClassGroupModifiers,
|
|
95
|
-
conflictingClassGroups,
|
|
96
|
-
override,
|
|
97
|
-
prefix,
|
|
98
|
-
theme,
|
|
99
|
-
experimentalParseClassName
|
|
100
|
-
} = validatorPropsTwMerge(options);
|
|
101
|
-
return tailwindMergeV3.extendTailwindMerge({
|
|
102
|
-
prefix: prefix ?? config.prefix,
|
|
103
|
-
cacheSize: cacheSize || defaultConfig.cacheSize,
|
|
104
|
-
experimentalParseClassName,
|
|
105
|
-
override,
|
|
106
|
-
extend: {
|
|
107
|
-
conflictingClassGroupModifiers: {
|
|
108
|
-
...defaultConfig.conflictingClassGroupModifiers,
|
|
109
|
-
...conflictingClassGroupModifiers
|
|
110
|
-
},
|
|
111
|
-
theme: { ...defaultConfig.theme, ...theme },
|
|
112
|
-
conflictingClassGroups: {
|
|
113
|
-
...defaultConfig.conflictingClassGroups,
|
|
114
|
-
...conflictingClassGroups
|
|
115
|
-
},
|
|
116
|
-
classGroups: {
|
|
117
|
-
...defaultConfig.classGroups,
|
|
118
|
-
...classGroups,
|
|
119
|
-
"text-shadow": ["", "-sm", "-md", "-lg", "-xl", "-xxl", "-none", "-default"].map(
|
|
120
|
-
(size) => `text-shadow${size}`
|
|
121
|
-
),
|
|
122
|
-
"font-size": Object.keys({
|
|
123
|
-
...config.theme?.fontSize || {},
|
|
124
|
-
...config.theme?.extend?.fontSize || {}
|
|
125
|
-
}).map((size) => `text-${size}`)
|
|
126
|
-
}
|
|
127
|
-
}
|
|
128
|
-
});
|
|
129
|
-
};
|
|
130
|
-
var defaultConfig2 = tailwindMergeV4.getDefaultConfig();
|
|
131
|
-
var twMergeDefaultV4 = (options = {}) => {
|
|
132
|
-
if (!chunkGKC3UDMC_cjs.isPlainObject(options)) options = {};
|
|
133
|
-
const {
|
|
134
|
-
cacheSize,
|
|
135
|
-
classGroups,
|
|
136
|
-
config,
|
|
137
|
-
conflictingClassGroupModifiers,
|
|
138
|
-
conflictingClassGroups,
|
|
139
|
-
orderSensitiveModifiers,
|
|
140
|
-
override,
|
|
141
|
-
prefix,
|
|
142
|
-
theme,
|
|
143
|
-
experimentalParseClassName
|
|
144
|
-
} = validatorPropsTwMerge(options);
|
|
145
|
-
return tailwindMergeV4.extendTailwindMerge({
|
|
146
|
-
prefix: prefix || config.prefix,
|
|
147
|
-
cacheSize: cacheSize || defaultConfig2.cacheSize,
|
|
148
|
-
experimentalParseClassName,
|
|
149
|
-
override,
|
|
150
|
-
extend: {
|
|
151
|
-
conflictingClassGroupModifiers: {
|
|
152
|
-
...defaultConfig2.conflictingClassGroupModifiers,
|
|
153
|
-
...conflictingClassGroupModifiers
|
|
154
|
-
},
|
|
155
|
-
theme: { ...defaultConfig2.theme, ...theme },
|
|
156
|
-
conflictingClassGroups: {
|
|
157
|
-
...defaultConfig2.conflictingClassGroups,
|
|
158
|
-
...conflictingClassGroups
|
|
159
|
-
},
|
|
160
|
-
orderSensitiveModifiers: [
|
|
161
|
-
...defaultConfig2.orderSensitiveModifiers,
|
|
162
|
-
...orderSensitiveModifiers
|
|
163
|
-
],
|
|
164
|
-
classGroups: {
|
|
165
|
-
...defaultConfig2.classGroups,
|
|
166
|
-
...classGroups,
|
|
167
|
-
"text-shadow": ["", "-sm", "-md", "-lg", "-xl", "-xxl", "-none", "-default"].map(
|
|
168
|
-
(size) => `text-shadow${size}`
|
|
169
|
-
),
|
|
170
|
-
"font-size": Object.keys({
|
|
171
|
-
...config.theme?.fontSize || {},
|
|
172
|
-
...config.theme?.extend?.fontSize || {}
|
|
173
|
-
}).map((size) => `text-${size}`)
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
});
|
|
177
|
-
};
|
|
178
|
-
|
|
179
|
-
var customCnV3 = (customTwMergeV3, ...classes) => {
|
|
180
|
-
if (!chunkGKC3UDMC_cjs.isFunction(customTwMergeV3)) {
|
|
181
|
-
throw new TypeError(
|
|
182
|
-
`first Parameter (\`customTwMergeV3\`) must be of type \`function\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
183
|
-
customTwMergeV3
|
|
184
|
-
)}\`.`
|
|
185
|
-
);
|
|
186
|
-
}
|
|
187
|
-
return customTwMergeV3(cx(...classes));
|
|
188
|
-
};
|
|
189
|
-
var customCnV4 = (customTwMergeV4, ...classes) => {
|
|
190
|
-
if (!chunkGKC3UDMC_cjs.isFunction(customTwMergeV4)) {
|
|
191
|
-
throw new TypeError(
|
|
192
|
-
`first Parameter (\`customTwMergeV4\`) must be of type \`function\`, but received: \`${chunkGKC3UDMC_cjs.getPreciseType(
|
|
193
|
-
customTwMergeV4
|
|
194
|
-
)}\`.`
|
|
195
|
-
);
|
|
196
|
-
}
|
|
197
|
-
return customTwMergeV4(cx(...classes));
|
|
198
|
-
};
|
|
199
|
-
|
|
200
|
-
var defaultTwMergeV3 = twMergeDefaultV3();
|
|
201
|
-
var defaultTwMergeV4 = twMergeDefaultV4();
|
|
202
|
-
var cnV3 = (...classes) => {
|
|
203
|
-
return defaultTwMergeV3(cx(...classes));
|
|
204
|
-
};
|
|
205
|
-
var cnV4 = (...classes) => {
|
|
206
|
-
return defaultTwMergeV4(cx(...classes));
|
|
207
|
-
};
|
|
208
|
-
|
|
209
|
-
var shouldForwardProp = (props) => {
|
|
210
|
-
chunkRRQHMOPE_cjs.assertIsArray(props, {
|
|
211
|
-
message: ({ currentType, validType }) => `First parameter (\`props\`) must be of type \`${validType}\`, but received: \`${currentType}\`.`
|
|
212
|
-
});
|
|
213
|
-
const invalidItems = [];
|
|
214
|
-
props.forEach((p, idx) => {
|
|
215
|
-
if (!chunkGKC3UDMC_cjs.isString(p)) {
|
|
216
|
-
invalidItems.push({
|
|
217
|
-
index: idx,
|
|
218
|
-
reason: `Expected a non-empty string, but received ${chunkGKC3UDMC_cjs.getPreciseType(p, {
|
|
219
|
-
formatCase: "toPascalCaseSpace"
|
|
220
|
-
})}.`
|
|
221
|
-
});
|
|
222
|
-
} else if (chunk4YLBKLGS_cjs.isEmptyString(p)) {
|
|
223
|
-
invalidItems.push({
|
|
224
|
-
index: idx,
|
|
225
|
-
reason: `Expected a non-empty string, but received EmptyString.`
|
|
226
|
-
});
|
|
227
|
-
}
|
|
228
|
-
});
|
|
229
|
-
if (chunkGKC3UDMC_cjs.isNonEmptyArray(invalidItems)) {
|
|
230
|
-
const maxWidth = Math.max(...invalidItems.map((item) => String(item.index).length));
|
|
231
|
-
const details = invalidItems.map(
|
|
232
|
-
(item) => `\u2022 [Index ${String(item.index).padStart(maxWidth, "0")}] ${item.reason}`
|
|
233
|
-
).join("\n");
|
|
234
|
-
throw new TypeError(
|
|
235
|
-
`First parameter (\`props\`) contains invalid entries:
|
|
236
|
-
${details}`
|
|
237
|
-
);
|
|
238
|
-
}
|
|
239
|
-
return (propName) => {
|
|
240
|
-
return !props.map(String).includes(String(propName));
|
|
241
|
-
};
|
|
242
|
-
};
|
|
243
|
-
|
|
244
|
-
exports.cnV3 = cnV3;
|
|
245
|
-
exports.cnV4 = cnV4;
|
|
246
|
-
exports.customCnV3 = customCnV3;
|
|
247
|
-
exports.customCnV4 = customCnV4;
|
|
248
|
-
exports.cx = cx;
|
|
249
|
-
exports.shouldForwardProp = shouldForwardProp;
|
|
250
|
-
exports.twMergeDefaultV3 = twMergeDefaultV3;
|
|
251
|
-
exports.twMergeDefaultV4 = twMergeDefaultV4;
|