@kong-ui-public/app-layout 4.10.11 → 4.10.13-pr.2751.7a3f18384.0
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 +7 -4
- package/package.json +5 -5
package/dist/app-layout.es.js
CHANGED
|
@@ -264,7 +264,7 @@ const nr = /* @__PURE__ */ oe(er, [["render", ar]]), rr = { class: "kong-ui-app-
|
|
|
264
264
|
function gr(a) {
|
|
265
265
|
return En() ? (An(a), !0) : !1;
|
|
266
266
|
}
|
|
267
|
-
const bt = /* @__PURE__ */ new WeakMap(), yr = (...a) => {
|
|
267
|
+
const bt = /* @__PURE__ */ new WeakMap(), yr = /* @__NO_SIDE_EFFECTS__ */ (...a) => {
|
|
268
268
|
var t;
|
|
269
269
|
const r = a[0], n = (t = Qt()) == null ? void 0 : t.proxy;
|
|
270
270
|
if (n == null && !Jt())
|
|
@@ -330,23 +330,26 @@ function Cr(...a) {
|
|
|
330
330
|
};
|
|
331
331
|
return gr(r), o;
|
|
332
332
|
}
|
|
333
|
+
// @__NO_SIDE_EFFECTS__
|
|
333
334
|
function Ir() {
|
|
334
335
|
const a = Ye(!1), t = Qt();
|
|
335
336
|
return t && Ke(() => {
|
|
336
337
|
a.value = !0;
|
|
337
338
|
}, t), a;
|
|
338
339
|
}
|
|
340
|
+
// @__NO_SIDE_EFFECTS__
|
|
339
341
|
function $r(a) {
|
|
340
|
-
const t = Ir();
|
|
342
|
+
const t = /* @__PURE__ */ Ir();
|
|
341
343
|
return _(() => (t.value, !!a()));
|
|
342
344
|
}
|
|
343
345
|
const Or = Symbol("vueuse-ssr-width");
|
|
346
|
+
// @__NO_SIDE_EFFECTS__
|
|
344
347
|
function Er() {
|
|
345
|
-
const a = Jt() ? yr(Or, null) : null;
|
|
348
|
+
const a = Jt() ? /* @__PURE__ */ yr(Or, null) : null;
|
|
346
349
|
return typeof a == "number" ? a : void 0;
|
|
347
350
|
}
|
|
348
351
|
function Ar(a, t = {}) {
|
|
349
|
-
const { window: r = na, ssrWidth: n = Er() } = t, s = $r(() => r && "matchMedia" in r && typeof r.matchMedia == "function"), u = Ye(typeof n == "number"), o = Ye(), d = Ye(!1), b = (w) => {
|
|
352
|
+
const { window: r = na, ssrWidth: n = /* @__PURE__ */ Er() } = t, s = /* @__PURE__ */ $r(() => r && "matchMedia" in r && typeof r.matchMedia == "function"), u = Ye(typeof n == "number"), o = Ye(), d = Ye(!1), b = (w) => {
|
|
350
353
|
d.value = w.matches;
|
|
351
354
|
};
|
|
352
355
|
return ea(() => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/app-layout",
|
|
3
|
-
"version": "4.10.
|
|
3
|
+
"version": "4.10.13-pr.2751.7a3f18384.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/app-layout.umd.js",
|
|
6
6
|
"module": "./dist/app-layout.es.js",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@kong/kongponents": "^9.48.6",
|
|
25
25
|
"vue": ">= 3.3.13 < 4",
|
|
26
|
-
"vue-router": "^4.4
|
|
26
|
+
"vue-router": "^4.6.4"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@kong/icons": "^1.41.0",
|
|
30
|
-
"@vueuse/core": "^13.
|
|
30
|
+
"@vueuse/core": "^13.9.0",
|
|
31
31
|
"focus-trap": "^7.6.6",
|
|
32
32
|
"focus-trap-vue": "^4.1.0",
|
|
33
33
|
"lodash.clonedeep": "^4.5.0"
|
|
@@ -36,8 +36,8 @@
|
|
|
36
36
|
"@kong/design-tokens": "1.18.2",
|
|
37
37
|
"@kong/kongponents": "9.48.6",
|
|
38
38
|
"@types/lodash.clonedeep": "^4.5.9",
|
|
39
|
-
"vue": "^3.5.
|
|
40
|
-
"vue-router": "^4.4
|
|
39
|
+
"vue": "^3.5.26",
|
|
40
|
+
"vue-router": "^4.6.4"
|
|
41
41
|
},
|
|
42
42
|
"repository": {
|
|
43
43
|
"type": "git",
|