@kong-ui-public/app-layout 4.2.11-pr.1430.f58edae3.0 → 4.2.12
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/app-layout.es.js +4 -8
- package/package.json +7 -7
package/dist/app-layout.es.js
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "4.2.12",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/app-layout.umd.js",
|
|
6
6
|
"module": "./dist/app-layout.es.js",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"access": "public"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@kong/kongponents": "^9.0.
|
|
24
|
+
"@kong/kongponents": "^9.0.8",
|
|
25
25
|
"vue": ">= 3.3.13 < 4",
|
|
26
|
-
"vue-router": "^4.3.
|
|
26
|
+
"vue-router": "^4.3.3"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@kong/icons": "^1.14.
|
|
29
|
+
"@kong/icons": "^1.14.2",
|
|
30
30
|
"focus-trap": "^7.5.4",
|
|
31
31
|
"focus-trap-vue": "^4.0.3",
|
|
32
32
|
"lodash.clonedeep": "^4.5.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@kong/design-tokens": "1.15.1",
|
|
36
|
-
"@kong/kongponents": "9.0.
|
|
36
|
+
"@kong/kongponents": "9.0.8",
|
|
37
37
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
38
|
-
"vue": "^3.4.
|
|
39
|
-
"vue-router": "^4.3.
|
|
38
|
+
"vue": "^3.4.31",
|
|
39
|
+
"vue-router": "^4.3.3"
|
|
40
40
|
},
|
|
41
41
|
"repository": {
|
|
42
42
|
"type": "git",
|