@anzusystems/common-admin 1.47.0-beta.dev-1784059876 → 1.47.0-beta.dev-1784059878

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.
@@ -5705,13 +5705,13 @@ function cd(e, n, t, a, l, o, r = 0) {
5705
5705
  o = new Uint8Array(16), r = 0;
5706
5706
  else if (r < 0 || r + 16 > o.length)
5707
5707
  throw new RangeError(`UUID byte range ${r}:${r + 15} is out of buffer bounds`);
5708
- n ??= Date.now(), t ??= 0, a ??= (e[8] << 8 | e[9]) & 16383, l ??= e.slice(10, 16), n += 122192928e5;
5709
- const s = ((n & 268435455) * 1e4 + t) % 4294967296;
5710
- o[r++] = s >>> 24 & 255, o[r++] = s >>> 16 & 255, o[r++] = s >>> 8 & 255, o[r++] = s & 255;
5711
- const i = n / 4294967296 * 1e4 & 268435455;
5712
- o[r++] = i >>> 8 & 255, o[r++] = i & 255, o[r++] = i >>> 24 & 15 | 16, o[r++] = i >>> 16 & 255, o[r++] = a >>> 8 | 128, o[r++] = a & 255;
5713
- for (let u = 0; u < 6; ++u)
5714
- o[r++] = l[u];
5708
+ n ??= Date.now(), t ??= 0, a ??= (e[8] << 8 | e[9]) & 16383, l == null && (l = e.slice(10, 16), l[0] |= 1), n += 122192928e5;
5709
+ const s = (n & 268435455) * 1e4 + t, i = s >>> 0;
5710
+ o[r++] = i >>> 24 & 255, o[r++] = i >>> 16 & 255, o[r++] = i >>> 8 & 255, o[r++] = i & 255;
5711
+ const u = (n / 268435456 | 0) * 625 + (s / 4294967296 | 0) & 268435455;
5712
+ o[r++] = u >>> 8 & 255, o[r++] = u & 255, o[r++] = u >>> 24 & 15 | 16, o[r++] = u >>> 16 & 255, o[r++] = a >>> 8 | 128, o[r++] = a & 255;
5713
+ for (let c = 0; c < 6; ++c)
5714
+ o[r++] = l[c];
5715
5715
  return o;
5716
5716
  }
5717
5717
  function dd(e, n, t) {
@@ -10078,4 +10078,4 @@ export {
10078
10078
  fr as y,
10079
10079
  mr as z
10080
10080
  };
10081
- //# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-erQ4AQYw.mjs.map
10081
+ //# sourceMappingURL=AFormRemoteAutocomplete.vue_vue_type_script_setup_true_lang-CrLaAIyG.mjs.map