@zkwq/business 0.0.34 → 0.0.35

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/dist/index.js CHANGED
@@ -23093,7 +23093,7 @@ const jC = /* @__PURE__ */ function() {
23093
23093
  e && (clearInterval(e), e = null);
23094
23094
  }, Qw = (e) => {
23095
23095
  e && (clearTimeout(e), e = null);
23096
- }, q = (e, t = ",") => e && e.length > 0 && e[0] !== null && e[0] !== "null" ? e instanceof String ? e : e.join(t) : "", eC = (e, t = ",") => e ? e.split(t) : [], Pe = (e) => !(e && (e.length > 0 && e.length !== 1 || e.length === 1 && e[0] && e[0] !== "null")), $ = (e) => e ? e.replace(/<span class="Highlight">/g, "").replace(/<\/span>/g, "") : "", tC = (e, t = sn, s = nn) => {
23096
+ }, q = (e, t = ",") => e && e.length > 0 && e[0] !== null && e[0] !== "null" ? typeof e == "string" ? e : e.join(t) : "", eC = (e, t = ",") => e ? e.split(t) : [], Pe = (e) => !(e && (e.length > 0 && e.length !== 1 || e.length === 1 && e[0] && e[0] !== "null")), $ = (e) => e ? e.replace(/<span class="Highlight">/g, "").replace(/<\/span>/g, "") : "", tC = (e, t = sn, s = nn) => {
23097
23097
  let i = ee.enc.Utf8.parse(t), n = ee.enc.Utf8.parse(s);
23098
23098
  return ee.AES.encrypt(ee.enc.Utf8.parse(e), i, { iv: n, mode: ee.mode.CBC, padding: ee.pad.Pkcs7 }).ciphertext.toString();
23099
23099
  }, Ee = (e, t = sn, s = nn) => {