@rebilly/revel 6.29.0 → 6.29.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/CHANGELOG.md CHANGED
@@ -1,6 +1 @@
1
- ## [6.29.0](https://github.com/Rebilly/rebilly/compare/revel-v6.28.1...revel-v6.29.0) (2024-06-14)
2
-
3
-
4
- ### Features
5
-
6
- * **kyc-document-gatherer:** Add V2 implementation ([#5955](https://github.com/Rebilly/rebilly/issues/5955)) ([dc898bf](https://github.com/Rebilly/rebilly/commit/dc898bfde24122dd193561484e4098dc9f32ccd3)), closes [#5159](https://github.com/Rebilly/rebilly/issues/5159)
1
+ ## [6.29.1](https://github.com/Rebilly/rebilly/compare/revel-v6.29.0...revel-v6.29.1) (2024-06-17)
package/dist/revel.mjs CHANGED
@@ -572,8 +572,7 @@ function Ke(M) {
572
572
  return M0 = L0, "break";
573
573
  }, F = X; F > 0; F--) {
574
574
  var T0 = a0(F);
575
- if (T0 === "break")
576
- break;
575
+ if (T0 === "break") break;
577
576
  }
578
577
  b.placement !== M0 && (b.modifiersData[p]._skip = !0, b.placement = M0, b.reset = !0);
579
578
  }
@@ -3292,8 +3291,7 @@ class kW {
3292
3291
  return;
3293
3292
  }
3294
3293
  z.push([b[0], p]);
3295
- } else
3296
- p1(p) && z.push(...this.normalizeArrayConfig(p));
3294
+ } else p1(p) && z.push(...this.normalizeArrayConfig(p));
3297
3295
  }), z;
3298
3296
  }
3299
3297
  normalizeComponents(b) {
@@ -3315,8 +3313,7 @@ class kW {
3315
3313
  return;
3316
3314
  }
3317
3315
  z.push([b[0], p]);
3318
- } else
3319
- p1(p) && z.push(...this.normalizeArrayConfig(p));
3316
+ } else p1(p) && z.push(...this.normalizeArrayConfig(p));
3320
3317
  }), z;
3321
3318
  }
3322
3319
  passes(b) {
@@ -6036,11 +6033,10 @@ function ku(M, { emit: b, slots: z }) {
6036
6033
  if (Z0)
6037
6034
  return null;
6038
6035
  Y0 = A.value, x0 = !1;
6039
- } else
6040
- Y0 == null && M.isRequired ? Y0 = A.value : (
6041
- // Clear value if same value was passed
6042
- Y0 != null && l0(A.value, Y0) && z0 && (Y0 = null)
6043
- );
6036
+ } else Y0 == null && M.isRequired ? Y0 = A.value : (
6037
+ // Clear value if same value was passed
6038
+ Y0 != null && l0(A.value, Y0) && z0 && (Y0 = null)
6039
+ );
6044
6040
  const tM = Z0 ? a : A, y2 = !l0(tM.value, Y0);
6045
6041
  tM.value = Y0, Z0 || (a.value = null);
6046
6042
  const X2 = G0(
@@ -7676,8 +7672,7 @@ var CO = { exports: {} }, SO = { exports: {} };
7676
7672
  return s = s.toUpperCase(), O[s] || null;
7677
7673
  }
7678
7674
  function F(s, v) {
7679
- if (s = a0(s), !s)
7680
- return null;
7675
+ if (s = a0(s), !s) return null;
7681
7676
  var L = s.zones.sort();
7682
7677
  return v ? L.map(function(w) {
7683
7678
  var K = b0(w);
@@ -13295,8 +13290,7 @@ const ZX = (M) => M.reduce(
13295
13290
  return rb(b) ? "" : b;
13296
13291
  },
13297
13292
  getOptionValue(M) {
13298
- if (M === null)
13299
- return null;
13293
+ if (M === null) return null;
13300
13294
  const b = this.computedTrackBy;
13301
13295
  return typeof M == "object" && b in M ? M[b] : M;
13302
13296
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rebilly/revel",
3
- "version": "6.29.0",
3
+ "version": "6.29.1",
4
4
  "files": [
5
5
  "dist",
6
6
  "CHANGELOG.md"
@@ -74,7 +74,7 @@
74
74
  "style-dictionary": "^3.9.2",
75
75
  "typescript": "^5.4.5",
76
76
  "v-calendar": "^3.1.2",
77
- "vite": "^5.2.13",
77
+ "vite": "^5.3.1",
78
78
  "vite-plugin-vue-docgen": "^0.3.4",
79
79
  "vitest": "^1.6.0",
80
80
  "vue": "3.2.47",