@kong-ui-public/sandbox-layout 2.0.22 → 2.0.23
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/sandbox-layout.es.js +32 -32
- package/dist/sandbox-layout.umd.js +1 -1
- package/package.json +2 -2
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { defineComponent as k, inject as
|
|
2
|
-
const
|
|
1
|
+
import { defineComponent as k, inject as B, resolveComponent as y, openBlock as r, createElementBlock as l, unref as _, Fragment as T, renderList as K, createVNode as d, withCtx as c, createTextVNode as N, toDisplayString as v, createCommentVNode as u, computed as m, createBlock as L, resolveDynamicComponent as z, normalizeStyle as I, pushScopeId as w, popScopeId as V, createElementVNode as s, useCssVars as M, provide as O, renderSlot as C } from "vue";
|
|
2
|
+
const q = "kong-ui-sandbox-layout-links", E = {
|
|
3
3
|
key: 0,
|
|
4
4
|
class: "kong-ui-sandbox-navigation"
|
|
5
|
-
},
|
|
5
|
+
}, Z = /* @__PURE__ */ k({
|
|
6
6
|
__name: "SandboxNavigation",
|
|
7
7
|
emits: ["router-link-click"],
|
|
8
8
|
setup(e, { emit: t }) {
|
|
9
|
-
const i = t, o =
|
|
9
|
+
const i = t, o = B(q, []);
|
|
10
10
|
return (a, n) => {
|
|
11
|
-
const
|
|
11
|
+
const f = y("router-link");
|
|
12
12
|
return r(), l("nav", null, [
|
|
13
|
-
_(o).length ? (r(), l("ul",
|
|
14
|
-
(r(!0), l(T, null,
|
|
13
|
+
_(o).length ? (r(), l("ul", E, [
|
|
14
|
+
(r(!0), l(T, null, K(_(o), (p) => (r(), l("li", {
|
|
15
15
|
key: p.name,
|
|
16
16
|
class: "sandbox-link"
|
|
17
17
|
}, [
|
|
18
|
-
d(
|
|
18
|
+
d(f, {
|
|
19
19
|
to: p.to,
|
|
20
20
|
onClick: (h) => i("router-link-click", p)
|
|
21
21
|
}, {
|
|
@@ -34,18 +34,18 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
34
34
|
for (const [o, a] of t)
|
|
35
35
|
i[o] = a;
|
|
36
36
|
return i;
|
|
37
|
-
}, x = /* @__PURE__ */ $(
|
|
37
|
+
}, x = /* @__PURE__ */ $(Z, [["__scopeId", "data-v-2cb154ed"]]), b = "24px", H = (e, t) => {
|
|
38
38
|
const i = e.__vccOpts || e;
|
|
39
39
|
for (const [o, a] of t)
|
|
40
40
|
i[o] = a;
|
|
41
41
|
return i;
|
|
42
|
-
},
|
|
42
|
+
}, D = (e) => (w("data-v-c20dc884"), e = e(), V(), e), A = ["aria-hidden"], U = {
|
|
43
43
|
key: 0,
|
|
44
44
|
"data-testid": "kui-icon-svg-title"
|
|
45
|
-
}, W = /* @__PURE__ */
|
|
45
|
+
}, W = /* @__PURE__ */ D(() => /* @__PURE__ */ s("path", {
|
|
46
46
|
d: "M9.2502 22L8.8502 18.8C8.63353 18.7167 8.42936 18.6167 8.2377 18.5C8.04603 18.3833 7.85853 18.2583 7.6752 18.125L4.7002 19.375L1.9502 14.625L4.5252 12.675C4.50853 12.5583 4.5002 12.4458 4.5002 12.3375V11.6625C4.5002 11.5542 4.50853 11.4417 4.5252 11.325L1.9502 9.375L4.7002 4.625L7.6752 5.875C7.85853 5.74167 8.0502 5.61667 8.2502 5.5C8.4502 5.38333 8.6502 5.28333 8.8502 5.2L9.2502 2H14.7502L15.1502 5.2C15.3669 5.28333 15.571 5.38333 15.7627 5.5C15.9544 5.61667 16.1419 5.74167 16.3252 5.875L19.3002 4.625L22.0502 9.375L19.4752 11.325C19.4919 11.4417 19.5002 11.5542 19.5002 11.6625V12.3375C19.5002 12.4458 19.4835 12.5583 19.4502 12.675L22.0252 14.625L19.2752 19.375L16.3252 18.125C16.1419 18.2583 15.9502 18.3833 15.7502 18.5C15.5502 18.6167 15.3502 18.7167 15.1502 18.8L14.7502 22H9.2502ZM12.0502 15.5C13.0169 15.5 13.8419 15.1583 14.5252 14.475C15.2085 13.7917 15.5502 12.9667 15.5502 12C15.5502 11.0333 15.2085 10.2083 14.5252 9.525C13.8419 8.84167 13.0169 8.5 12.0502 8.5C11.0669 8.5 10.2377 8.84167 9.5627 9.525C8.8877 10.2083 8.5502 11.0333 8.5502 12C8.5502 12.9667 8.8877 13.7917 9.5627 14.475C10.2377 15.1583 11.0669 15.5 12.0502 15.5Z",
|
|
47
47
|
fill: "currentColor"
|
|
48
|
-
}, null, -1)),
|
|
48
|
+
}, null, -1)), F = /* @__PURE__ */ k({
|
|
49
49
|
__name: "CogIcon",
|
|
50
50
|
props: {
|
|
51
51
|
/** The accessibility text provided to screen readers */
|
|
@@ -97,7 +97,7 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
setup(e) {
|
|
100
|
-
const t = e, i =
|
|
100
|
+
const t = e, i = m(() => {
|
|
101
101
|
if (typeof t.size == "number" && t.size > 0)
|
|
102
102
|
return `${t.size}px`;
|
|
103
103
|
if (typeof t.size == "string") {
|
|
@@ -106,7 +106,7 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
106
106
|
return `${n}px`;
|
|
107
107
|
}
|
|
108
108
|
return b;
|
|
109
|
-
}), o =
|
|
109
|
+
}), o = m(() => ({
|
|
110
110
|
boxSizing: "border-box",
|
|
111
111
|
color: t.color,
|
|
112
112
|
display: t.display,
|
|
@@ -114,11 +114,11 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
114
114
|
lineHeight: "0",
|
|
115
115
|
width: i.value
|
|
116
116
|
}));
|
|
117
|
-
return (a, n) => (r(), L(
|
|
117
|
+
return (a, n) => (r(), L(z(e.as), {
|
|
118
118
|
"aria-hidden": e.decorative ? "true" : void 0,
|
|
119
119
|
class: "kui-icon cog-icon",
|
|
120
120
|
"data-testid": "kui-icon-wrapper-cog-icon",
|
|
121
|
-
style:
|
|
121
|
+
style: I(o.value)
|
|
122
122
|
}, {
|
|
123
123
|
default: c(() => [
|
|
124
124
|
(r(), l("svg", {
|
|
@@ -133,15 +133,15 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
133
133
|
}, [
|
|
134
134
|
e.title ? (r(), l("title", U, v(e.title), 1)) : u("", !0),
|
|
135
135
|
W
|
|
136
|
-
], 8,
|
|
136
|
+
], 8, A))
|
|
137
137
|
]),
|
|
138
138
|
_: 1
|
|
139
139
|
}, 8, ["aria-hidden", "style"]));
|
|
140
140
|
}
|
|
141
|
-
}),
|
|
141
|
+
}), R = /* @__PURE__ */ H(F, [["__scopeId", "data-v-c20dc884"]]), Y = (e) => (w("data-v-e86d95d8"), e = e(), V(), e), j = ["aria-hidden"], G = {
|
|
142
142
|
key: 0,
|
|
143
143
|
"data-testid": "kui-icon-svg-title"
|
|
144
|
-
}, J = /* @__PURE__ */
|
|
144
|
+
}, J = /* @__PURE__ */ Y(() => /* @__PURE__ */ s("path", {
|
|
145
145
|
d: "M3 18V16H21V18H3ZM3 13V11H21V13H3ZM3 8V6H21V8H3Z",
|
|
146
146
|
fill: "currentColor"
|
|
147
147
|
}, null, -1)), X = /* @__PURE__ */ k({
|
|
@@ -196,7 +196,7 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
198
|
setup(e) {
|
|
199
|
-
const t = e, i =
|
|
199
|
+
const t = e, i = m(() => {
|
|
200
200
|
if (typeof t.size == "number" && t.size > 0)
|
|
201
201
|
return `${t.size}px`;
|
|
202
202
|
if (typeof t.size == "string") {
|
|
@@ -205,7 +205,7 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
205
205
|
return `${n}px`;
|
|
206
206
|
}
|
|
207
207
|
return b;
|
|
208
|
-
}), o =
|
|
208
|
+
}), o = m(() => ({
|
|
209
209
|
boxSizing: "border-box",
|
|
210
210
|
color: t.color,
|
|
211
211
|
display: t.display,
|
|
@@ -213,11 +213,11 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
213
213
|
lineHeight: "0",
|
|
214
214
|
width: i.value
|
|
215
215
|
}));
|
|
216
|
-
return (a, n) => (r(), L(
|
|
216
|
+
return (a, n) => (r(), L(z(e.as), {
|
|
217
217
|
"aria-hidden": e.decorative ? "true" : void 0,
|
|
218
218
|
class: "kui-icon menu-icon",
|
|
219
219
|
"data-testid": "kui-icon-wrapper-menu-icon",
|
|
220
|
-
style:
|
|
220
|
+
style: I(o.value)
|
|
221
221
|
}, {
|
|
222
222
|
default: c(() => [
|
|
223
223
|
(r(), l("svg", {
|
|
@@ -232,12 +232,12 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
232
232
|
}, [
|
|
233
233
|
e.title ? (r(), l("title", G, v(e.title), 1)) : u("", !0),
|
|
234
234
|
J
|
|
235
|
-
], 8,
|
|
235
|
+
], 8, j))
|
|
236
236
|
]),
|
|
237
237
|
_: 1
|
|
238
238
|
}, 8, ["aria-hidden", "style"]));
|
|
239
239
|
}
|
|
240
|
-
}), P = /* @__PURE__ */ H(X, [["__scopeId", "data-v-
|
|
240
|
+
}), P = /* @__PURE__ */ H(X, [["__scopeId", "data-v-e86d95d8"]]), S = "24px", Q = { class: "kong-ui-sandbox-layout" }, ee = { class: "header" }, te = { class: "header-left" }, ie = { class: "mobile-nav-container" }, oe = { class: "toggle-mobile-nav" }, ne = {
|
|
241
241
|
key: 0,
|
|
242
242
|
class: "mobile-title"
|
|
243
243
|
}, re = { class: "header-right" }, se = {
|
|
@@ -264,19 +264,19 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
264
264
|
}
|
|
265
265
|
},
|
|
266
266
|
setup(e) {
|
|
267
|
-
|
|
267
|
+
M((o) => ({
|
|
268
268
|
"616fb022": i.value
|
|
269
269
|
}));
|
|
270
270
|
const t = e;
|
|
271
|
-
O(
|
|
272
|
-
const i =
|
|
271
|
+
O(q, t.links);
|
|
272
|
+
const i = m(() => `${t.controlsMinWidth}px`);
|
|
273
273
|
return (o, a) => {
|
|
274
|
-
const n = y("KSlideout"),
|
|
274
|
+
const n = y("KSlideout"), f = y("KToggle"), p = y("router-link");
|
|
275
275
|
return r(), l("div", Q, [
|
|
276
276
|
s("header", ee, [
|
|
277
277
|
s("div", te, [
|
|
278
278
|
s("div", ie, [
|
|
279
|
-
d(
|
|
279
|
+
d(f, null, {
|
|
280
280
|
default: c(({ isToggled: h, toggle: g }) => [
|
|
281
281
|
s("div", null, [
|
|
282
282
|
s("div", oe, [
|
|
@@ -317,11 +317,11 @@ const V = "kong-ui-sandbox-layout-links", Z = {
|
|
|
317
317
|
]),
|
|
318
318
|
s("div", re, [
|
|
319
319
|
o.$slots.controls ? (r(), l("div", se, [
|
|
320
|
-
d(
|
|
320
|
+
d(f, null, {
|
|
321
321
|
default: c(({ isToggled: h, toggle: g }) => [
|
|
322
322
|
s("div", null, [
|
|
323
323
|
s("div", le, [
|
|
324
|
-
d(_(
|
|
324
|
+
d(_(R), {
|
|
325
325
|
role: "button",
|
|
326
326
|
size: _(S),
|
|
327
327
|
title: "Toggle controls",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(s,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(s=typeof globalThis<"u"?globalThis:s||self,e(s["kong-ui-public-sandbox-layout"]={},s.Vue))})(this,function(s,e){"use strict";const
|
|
1
|
+
(function(s,e){typeof exports=="object"&&typeof module<"u"?e(exports,require("vue")):typeof define=="function"&&define.amd?define(["exports","vue"],e):(s=typeof globalThis<"u"?globalThis:s||self,e(s["kong-ui-public-sandbox-layout"]={},s.Vue))})(this,function(s,e){"use strict";const g="kong-ui-sandbox-layout-links",h={key:0,class:"kong-ui-sandbox-navigation"},C=e.defineComponent({__name:"SandboxNavigation",emits:["router-link-click"],setup(t,{emit:o}){const n=o,i=e.inject(g,[]);return(l,r)=>{const p=e.resolveComponent("router-link");return e.openBlock(),e.createElementBlock("nav",null,[e.unref(i).length?(e.openBlock(),e.createElementBlock("ul",h,[(e.openBlock(!0),e.createElementBlock(e.Fragment,null,e.renderList(e.unref(i),c=>(e.openBlock(),e.createElementBlock("li",{key:c.name,class:"sandbox-link"},[e.createVNode(p,{to:c.to,onClick:m=>n("router-link-click",c)},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(c.name),1)]),_:2},1032,["to","onClick"])]))),128))])):e.createCommentVNode("",!0)])}}}),f=(t,o)=>{const n=t.__vccOpts||t;for(const[i,l]of o)n[i]=l;return n},_=f(C,[["__scopeId","data-v-2cb154ed"]]),d="24px",k=(t,o)=>{const n=t.__vccOpts||t;for(const[i,l]of o)n[i]=l;return n},y=t=>(e.pushScopeId("data-v-c20dc884"),t=t(),e.popScopeId(),t),N=["aria-hidden"],b={key:0,"data-testid":"kui-icon-svg-title"},S=y(()=>e.createElementVNode("path",{d:"M9.2502 22L8.8502 18.8C8.63353 18.7167 8.42936 18.6167 8.2377 18.5C8.04603 18.3833 7.85853 18.2583 7.6752 18.125L4.7002 19.375L1.9502 14.625L4.5252 12.675C4.50853 12.5583 4.5002 12.4458 4.5002 12.3375V11.6625C4.5002 11.5542 4.50853 11.4417 4.5252 11.325L1.9502 9.375L4.7002 4.625L7.6752 5.875C7.85853 5.74167 8.0502 5.61667 8.2502 5.5C8.4502 5.38333 8.6502 5.28333 8.8502 5.2L9.2502 2H14.7502L15.1502 5.2C15.3669 5.28333 15.571 5.38333 15.7627 5.5C15.9544 5.61667 16.1419 5.74167 16.3252 5.875L19.3002 4.625L22.0502 9.375L19.4752 11.325C19.4919 11.4417 19.5002 11.5542 19.5002 11.6625V12.3375C19.5002 12.4458 19.4835 12.5583 19.4502 12.675L22.0252 14.625L19.2752 19.375L16.3252 18.125C16.1419 18.2583 15.9502 18.3833 15.7502 18.5C15.5502 18.6167 15.3502 18.7167 15.1502 18.8L14.7502 22H9.2502ZM12.0502 15.5C13.0169 15.5 13.8419 15.1583 14.5252 14.475C15.2085 13.7917 15.5502 12.9667 15.5502 12C15.5502 11.0333 15.2085 10.2083 14.5252 9.525C13.8419 8.84167 13.0169 8.5 12.0502 8.5C11.0669 8.5 10.2377 8.84167 9.5627 9.525C8.8877 10.2083 8.5502 11.0333 8.5502 12C8.5502 12.9667 8.8877 13.7917 9.5627 14.475C10.2377 15.1583 11.0669 15.5 12.0502 15.5Z",fill:"currentColor"},null,-1)),V=e.defineComponent({__name:"CogIcon",props:{title:{type:String,required:!1,default:""},color:{type:String,required:!1,default:"currentColor"},display:{type:String,required:!1,default:"block"},decorative:{type:Boolean,required:!1,default:!1},size:{type:[Number,String],required:!1,default:d,validator:t=>{if(typeof t=="number"&&t>0)return!0;if(typeof t=="string"){const o=String(t).replace(/px/gi,""),n=Number(o);if(n&&!isNaN(n)&&Number.isInteger(n)&&n>0)return!0}return!1}},as:{type:String,required:!1,default:"span"}},setup(t){const o=t,n=e.computed(()=>{if(typeof o.size=="number"&&o.size>0)return`${o.size}px`;if(typeof o.size=="string"){const l=String(o.size).replace(/px/gi,""),r=Number(l);if(r&&!isNaN(r)&&Number.isInteger(r)&&r>0)return`${r}px`}return d}),i=e.computed(()=>({boxSizing:"border-box",color:o.color,display:o.display,height:n.value,lineHeight:"0",width:n.value}));return(l,r)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.as),{"aria-hidden":t.decorative?"true":void 0,class:"kui-icon cog-icon","data-testid":"kui-icon-wrapper-cog-icon",style:e.normalizeStyle(i.value)},{default:e.withCtx(()=>[(e.openBlock(),e.createElementBlock("svg",{"aria-hidden":t.decorative?"true":void 0,"data-testid":"kui-icon-svg-cog-icon",fill:"none",height:"100%",role:"img",viewBox:"0 0 24 24",width:"100%",xmlns:"http://www.w3.org/2000/svg"},[t.title?(e.openBlock(),e.createElementBlock("title",b,e.toDisplayString(t.title),1)):e.createCommentVNode("",!0),S],8,N))]),_:1},8,["aria-hidden","style"]))}}),x=k(V,[["__scopeId","data-v-c20dc884"]]),B=t=>(e.pushScopeId("data-v-e86d95d8"),t=t(),e.popScopeId(),t),E=["aria-hidden"],L={key:0,"data-testid":"kui-icon-svg-title"},w=B(()=>e.createElementVNode("path",{d:"M3 18V16H21V18H3ZM3 13V11H21V13H3ZM3 8V6H21V8H3Z",fill:"currentColor"},null,-1)),I=e.defineComponent({__name:"MenuIcon",props:{title:{type:String,required:!1,default:""},color:{type:String,required:!1,default:"currentColor"},display:{type:String,required:!1,default:"block"},decorative:{type:Boolean,required:!1,default:!1},size:{type:[Number,String],required:!1,default:d,validator:t=>{if(typeof t=="number"&&t>0)return!0;if(typeof t=="string"){const o=String(t).replace(/px/gi,""),n=Number(o);if(n&&!isNaN(n)&&Number.isInteger(n)&&n>0)return!0}return!1}},as:{type:String,required:!1,default:"span"}},setup(t){const o=t,n=e.computed(()=>{if(typeof o.size=="number"&&o.size>0)return`${o.size}px`;if(typeof o.size=="string"){const l=String(o.size).replace(/px/gi,""),r=Number(l);if(r&&!isNaN(r)&&Number.isInteger(r)&&r>0)return`${r}px`}return d}),i=e.computed(()=>({boxSizing:"border-box",color:o.color,display:o.display,height:n.value,lineHeight:"0",width:n.value}));return(l,r)=>(e.openBlock(),e.createBlock(e.resolveDynamicComponent(t.as),{"aria-hidden":t.decorative?"true":void 0,class:"kui-icon menu-icon","data-testid":"kui-icon-wrapper-menu-icon",style:e.normalizeStyle(i.value)},{default:e.withCtx(()=>[(e.openBlock(),e.createElementBlock("svg",{"aria-hidden":t.decorative?"true":void 0,"data-testid":"kui-icon-svg-menu-icon",fill:"none",height:"100%",role:"img",viewBox:"0 0 24 24",width:"100%",xmlns:"http://www.w3.org/2000/svg"},[t.title?(e.openBlock(),e.createElementBlock("title",L,e.toDisplayString(t.title),1)):e.createCommentVNode("",!0),w],8,E))]),_:1},8,["aria-hidden","style"]))}}),z=k(I,[["__scopeId","data-v-e86d95d8"]]),u="24px",q={class:"kong-ui-sandbox-layout"},T={class:"header"},$={class:"header-left"},H={class:"mobile-nav-container"},D={class:"toggle-mobile-nav"},M={key:0,class:"mobile-title"},K={class:"header-right"},O={key:0,class:"mobile-controls-container"},Z={class:"toggle-mobile-controls"},j={class:"layout"},A={class:"desktop-nav-container"},U={class:"sandbox-container"},W={key:0},F={key:0,class:"sandbox-controls"},R=f(e.defineComponent({__name:"SandboxLayout",props:{title:{type:String,default:""},links:{type:Array,required:!1,default:()=>[]},controlsMinWidth:{type:Number,default:240}},setup(t){e.useCssVars(i=>({"616fb022":n.value}));const o=t;e.provide(g,o.links);const n=e.computed(()=>`${o.controlsMinWidth}px`);return(i,l)=>{const r=e.resolveComponent("KSlideout"),p=e.resolveComponent("KToggle"),c=e.resolveComponent("router-link");return e.openBlock(),e.createElementBlock("div",q,[e.createElementVNode("header",T,[e.createElementVNode("div",$,[e.createElementVNode("div",H,[e.createVNode(p,null,{default:e.withCtx(({isToggled:m,toggle:a})=>[e.createElementVNode("div",null,[e.createElementVNode("div",D,[e.createVNode(e.unref(z),{role:"button",size:e.unref(u),title:"Toggle menu",onClick:a},null,8,["size","onClick"])]),e.createVNode(r,{"close-button-alignment":"end","is-visible":m.value,title:"Main Menu",onClose:a},{default:e.withCtx(()=>[e.createVNode(_,{onRouterLinkClick:a},null,8,["onRouterLinkClick"])]),_:2},1032,["is-visible","onClose"])])]),_:1}),t.title?(e.openBlock(),e.createElementBlock("h1",M,[e.createVNode(c,{class:"home-link",to:{name:"home"}},{default:e.withCtx(()=>[e.createTextVNode(e.toDisplayString(t.title),1)]),_:1})])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",K,[i.$slots.controls?(e.openBlock(),e.createElementBlock("div",O,[e.createVNode(p,null,{default:e.withCtx(({isToggled:m,toggle:a})=>[e.createElementVNode("div",null,[e.createElementVNode("div",Z,[e.createVNode(e.unref(x),{role:"button",size:e.unref(u),title:"Toggle controls",onClick:a},null,8,["size","onClick"])]),e.createVNode(r,{"close-button-alignment":"end","is-visible":m.value,title:"Controls",onClose:a},{default:e.withCtx(()=>[e.renderSlot(i.$slots,"controls",{},void 0,!0)]),_:2},1032,["is-visible","onClose"])])]),_:3})])):e.createCommentVNode("",!0)])]),e.createElementVNode("div",j,[e.createElementVNode("div",A,[e.createVNode(_)]),e.createElementVNode("div",U,[t.title?(e.openBlock(),e.createElementBlock("h1",W,e.toDisplayString(t.title),1)):e.createCommentVNode("",!0),e.renderSlot(i.$slots,"default",{},void 0,!0)]),i.$slots.controls?(e.openBlock(),e.createElementBlock("div",F,[e.renderSlot(i.$slots,"controls",{},void 0,!0)])):e.createCommentVNode("",!0)])])}}}),[["__scopeId","data-v-0331e848"]]);s.SandboxLayout=R,Object.defineProperty(s,Symbol.toStringTag,{value:"Module"})});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kong-ui-public/sandbox-layout",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.23",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/sandbox-layout.umd.js",
|
|
6
6
|
"module": "./dist/sandbox-layout.es.js",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"vue": ">= 3.3.13 < 4"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@kong/icons": "^1.8.
|
|
51
|
+
"@kong/icons": "^1.8.12"
|
|
52
52
|
},
|
|
53
53
|
"scripts": {
|
|
54
54
|
"dev": "cross-env USE_SANDBOX=true vite",
|