@kong-ui-public/app-layout 4.2.11 → 4.2.13

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.
@@ -624,13 +624,11 @@ function Lr(a, t, r) {
624
624
  }) : a[t] = r, a;
625
625
  }
626
626
  function Mr(a, t) {
627
- if (typeof a != "object" || a === null)
628
- return a;
627
+ if (typeof a != "object" || a === null) return a;
629
628
  var r = a[Symbol.toPrimitive];
630
629
  if (r !== void 0) {
631
630
  var n = r.call(a, t || "default");
632
- if (typeof n != "object")
633
- return n;
631
+ if (typeof n != "object") return n;
634
632
  throw new TypeError("@@toPrimitive must return a primitive value.");
635
633
  }
636
634
  return (t === "string" ? String : Number)(a);
@@ -850,8 +848,7 @@ var Kt = {
850
848
  if (g < 0 && (D.container === u || st(u, l.tabbableOptions) && !we(u, l.tabbableOptions) && !D.nextTabbableNode(u, !1)) && (g = F), g >= 0) {
851
849
  var re = g === 0 ? o.tabbableGroups.length - 1 : g - 1, le = o.tabbableGroups[re];
852
850
  $ = ve(u) >= 0 ? le.lastTabbableNode : le.lastDomTabbableNode;
853
- } else
854
- Ee(f) || ($ = D.nextTabbableNode(u, !1));
851
+ } else Ee(f) || ($ = D.nextTabbableNode(u, !1));
855
852
  } else {
856
853
  var L = Ut(o.tabbableGroups, function(Te) {
857
854
  var Se = Te.lastTabbableNode;
@@ -860,8 +857,7 @@ var Kt = {
860
857
  if (L < 0 && (D.container === u || st(u, l.tabbableOptions) && !we(u, l.tabbableOptions) && !D.nextTabbableNode(u)) && (L = F), L >= 0) {
861
858
  var se = L === o.tabbableGroups.length - 1 ? 0 : L + 1, ke = o.tabbableGroups[se];
862
859
  $ = ve(u) >= 0 ? ke.firstTabbableNode : ke.firstDomTabbableNode;
863
- } else
864
- Ee(f) || ($ = D.nextTabbableNode(u));
860
+ } else Ee(f) || ($ = D.nextTabbableNode(u));
865
861
  }
866
862
  } else
867
863
  $ = A("fallbackFocus");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/app-layout",
3
- "version": "4.2.11",
3
+ "version": "4.2.13",
4
4
  "type": "module",
5
5
  "main": "./dist/app-layout.umd.js",
6
6
  "module": "./dist/app-layout.es.js",
@@ -23,7 +23,7 @@
23
23
  "peerDependencies": {
24
24
  "@kong/kongponents": "^9.0.8",
25
25
  "vue": ">= 3.3.13 < 4",
26
- "vue-router": "^4.3.2"
26
+ "vue-router": "^4.3.3"
27
27
  },
28
28
  "dependencies": {
29
29
  "@kong/icons": "^1.14.2",
@@ -35,8 +35,8 @@
35
35
  "@kong/design-tokens": "1.15.1",
36
36
  "@kong/kongponents": "9.0.8",
37
37
  "@types/lodash.clonedeep": "^4.5.9",
38
- "vue": "^3.4.27",
39
- "vue-router": "^4.3.2"
38
+ "vue": "^3.4.31",
39
+ "vue-router": "^4.4.0"
40
40
  },
41
41
  "repository": {
42
42
  "type": "git",