@nubisco/ui 1.34.0 → 1.35.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/components/BlueprintCard.vue.d.ts.map +1 -1
- package/dist/index.cjs +8 -8
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +72 -57
- package/dist/index.mjs.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -22067,35 +22067,35 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22067
22067
|
}, " Disconnect ")], !0)], 36)) : c("", !0)
|
|
22068
22068
|
], 34));
|
|
22069
22069
|
}
|
|
22070
|
-
}), [["__scopeId", "data-v-4738a087"]]), zZt = ["data-card-id"], BZt = { class: "nb-blueprint-card__ports nb-blueprint-card__ports--left" }, VZt = [
|
|
22070
|
+
}), [["__scopeId", "data-v-4738a087"]]), zZt = ["data-card-id"], BZt = { class: "nb-blueprint-card__ports nb-blueprint-card__ports--left" }, VZt = ["title"], HZt = [
|
|
22071
22071
|
"data-port",
|
|
22072
22072
|
"title",
|
|
22073
22073
|
"onMousedown",
|
|
22074
22074
|
"onMouseup"
|
|
22075
|
-
],
|
|
22075
|
+
], UZt = {
|
|
22076
22076
|
key: 0,
|
|
22077
22077
|
class: "nb-blueprint-card__port-label"
|
|
22078
|
-
},
|
|
22078
|
+
}, WZt = { class: "nb-blueprint-card__inner" }, GZt = { class: "nb-blueprint-card__body" }, KZt = { class: "nb-blueprint-card__header" }, qZt = ["title"], JZt = { class: "nb-blueprint-card__title-group" }, YZt = { class: "nb-blueprint-card__name" }, XZt = {
|
|
22079
22079
|
key: 0,
|
|
22080
22080
|
class: "nb-blueprint-card__tag"
|
|
22081
|
-
},
|
|
22081
|
+
}, ZZt = ["checked"], QZt = {
|
|
22082
22082
|
key: 0,
|
|
22083
22083
|
class: "nb-blueprint-card__preview"
|
|
22084
|
-
},
|
|
22084
|
+
}, $Zt = {
|
|
22085
22085
|
key: 1,
|
|
22086
22086
|
class: "nb-blueprint-card__params"
|
|
22087
|
-
},
|
|
22087
|
+
}, eQt = { class: "nb-blueprint-card__row-label" }, tQt = { class: "nb-blueprint-card__row-value" }, nQt = {
|
|
22088
22088
|
key: 0,
|
|
22089
22089
|
class: "nb-blueprint-card__row-unit"
|
|
22090
|
-
},
|
|
22090
|
+
}, rQt = {
|
|
22091
22091
|
key: 2,
|
|
22092
22092
|
class: "nb-blueprint-card__content"
|
|
22093
|
-
},
|
|
22093
|
+
}, iQt = { class: "nb-blueprint-card__ports nb-blueprint-card__ports--right" }, aQt = ["title"], oQt = [
|
|
22094
22094
|
"data-port",
|
|
22095
22095
|
"title",
|
|
22096
22096
|
"onMousedown",
|
|
22097
22097
|
"onMouseup"
|
|
22098
|
-
],
|
|
22098
|
+
], sQt = {
|
|
22099
22099
|
key: 0,
|
|
22100
22100
|
class: "nb-blueprint-card__port-label"
|
|
22101
22101
|
}, U9 = /* @__PURE__ */ q(/* @__PURE__ */ m({
|
|
@@ -22195,13 +22195,14 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22195
22195
|
function D(e) {
|
|
22196
22196
|
return w.value.has(e);
|
|
22197
22197
|
}
|
|
22198
|
-
|
|
22198
|
+
let O = o(() => h.value.some((e) => C.value.has(e.portId))), j = o(() => h.value.some((e) => w.value.has(e.portId))), M = o(() => _.value.some((e) => C.value.has(e.portId))), N = o(() => _.value.some((e) => w.value.has(e.portId)));
|
|
22199
|
+
function F(e) {
|
|
22199
22200
|
return e.channel ? `${e.port.label} . ${e.channel.label}` : e.port.label;
|
|
22200
22201
|
}
|
|
22201
|
-
function
|
|
22202
|
+
function I(e) {
|
|
22202
22203
|
return e.channel ? e.channel.label : e.port.label;
|
|
22203
22204
|
}
|
|
22204
|
-
let
|
|
22205
|
+
let L = {
|
|
22205
22206
|
geometry: "#6366f1",
|
|
22206
22207
|
celestial: "#f97316",
|
|
22207
22208
|
lighting: "#f59e0b",
|
|
@@ -22220,7 +22221,7 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22220
22221
|
color: "#fb923c",
|
|
22221
22222
|
asset: "#a78bfa",
|
|
22222
22223
|
any: "#64748b"
|
|
22223
|
-
},
|
|
22224
|
+
}, R = {
|
|
22224
22225
|
geometry: "circle",
|
|
22225
22226
|
celestial: "circle",
|
|
22226
22227
|
lighting: "circle",
|
|
@@ -22240,11 +22241,11 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22240
22241
|
asset: "square",
|
|
22241
22242
|
any: "circle"
|
|
22242
22243
|
};
|
|
22243
|
-
function
|
|
22244
|
-
return
|
|
22244
|
+
function ee(e) {
|
|
22245
|
+
return L[e.dataType ?? "any"] ?? L.any;
|
|
22245
22246
|
}
|
|
22246
|
-
function
|
|
22247
|
-
return
|
|
22247
|
+
function te(e) {
|
|
22248
|
+
return R[e.dataType ?? "any"] ?? "circle";
|
|
22248
22249
|
}
|
|
22249
22250
|
return (t, r) => (T(), l("div", {
|
|
22250
22251
|
class: b(["nb-blueprint-card", {
|
|
@@ -22261,18 +22262,25 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22261
22262
|
}),
|
|
22262
22263
|
onMousedown: r[4] ||= (n) => t.$emit("select", e.id)
|
|
22263
22264
|
}, [
|
|
22264
|
-
u("div", BZt, [
|
|
22265
|
+
u("div", BZt, [e.collapsed && h.value.length > 0 ? (T(), l("div", {
|
|
22266
|
+
key: 0,
|
|
22267
|
+
class: b(["nb-blueprint-card__port-combined nb-blueprint-card__port-combined--left", {
|
|
22268
|
+
"nb-blueprint-card__port-combined--connected": O.value,
|
|
22269
|
+
"nb-blueprint-card__port-combined--active": j.value
|
|
22270
|
+
}]),
|
|
22271
|
+
title: `${h.value.length} input${h.value.length === 1 ? "" : "s"}`
|
|
22272
|
+
}, null, 10, VZt)) : c("", !0), (T(!0), l(n, null, k(h.value, (t) => (T(), l("div", {
|
|
22265
22273
|
key: t.key,
|
|
22266
22274
|
"data-port": `${e.id}:${t.portId}`,
|
|
22267
22275
|
class: b(["nb-blueprint-card__port nb-blueprint-card__port--left", [
|
|
22268
|
-
`nb-blueprint-card__port--${
|
|
22276
|
+
`nb-blueprint-card__port--${te(t.port)}`,
|
|
22269
22277
|
t.port.required ? "nb-blueprint-card__port--required" : "",
|
|
22270
22278
|
t.channel ? "nb-blueprint-card__port--channel" : "",
|
|
22271
22279
|
E(t.portId) ? "nb-blueprint-card__port--connected" : "",
|
|
22272
22280
|
D(t.portId) ? "nb-blueprint-card__port--active" : ""
|
|
22273
22281
|
]]),
|
|
22274
|
-
style: x({ "--pin-color":
|
|
22275
|
-
title:
|
|
22282
|
+
style: x({ "--pin-color": ee(t.port) }),
|
|
22283
|
+
title: F(t),
|
|
22276
22284
|
onMousedown: U((n) => s({
|
|
22277
22285
|
nodeId: e.id,
|
|
22278
22286
|
portId: t.portId,
|
|
@@ -22283,8 +22291,8 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22283
22291
|
portId: t.portId,
|
|
22284
22292
|
type: "input"
|
|
22285
22293
|
}), ["stop"])
|
|
22286
|
-
}, [t.showLabel ? (T(), l("span",
|
|
22287
|
-
u("div",
|
|
22294
|
+
}, [t.showLabel ? (T(), l("span", UZt, P(I(t)), 1)) : c("", !0)], 46, HZt))), 128))]),
|
|
22295
|
+
u("div", WZt, [u("div", GZt, [u("div", KZt, [
|
|
22288
22296
|
u("button", {
|
|
22289
22297
|
class: "nb-blueprint-card__collapse",
|
|
22290
22298
|
title: e.collapsed ? "Expand" : "Collapse",
|
|
@@ -22296,11 +22304,11 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22296
22304
|
fill: "none",
|
|
22297
22305
|
stroke: "currentColor",
|
|
22298
22306
|
"stroke-width": "1.5"
|
|
22299
|
-
}, [u("polyline", { points: "4 6 8 10 12 6" })], -1)]], 8,
|
|
22300
|
-
u("div",
|
|
22307
|
+
}, [u("polyline", { points: "4 6 8 10 12 6" })], -1)]], 8, qZt),
|
|
22308
|
+
u("div", JZt, [u("span", YZt, [d(P(e.title) + " ", 1), e.status && e.status !== "none" ? (T(), l("span", {
|
|
22301
22309
|
key: 0,
|
|
22302
22310
|
class: b(["nb-blueprint-card__status", `nb-blueprint-card__status--${e.status}`])
|
|
22303
|
-
}, null, 2)) : c("", !0)]), e.category ? (T(), l("span",
|
|
22311
|
+
}, null, 2)) : c("", !0)]), e.category ? (T(), l("span", XZt, P(y.value), 1)) : c("", !0)]),
|
|
22304
22312
|
e.enabled === void 0 ? c("", !0) : (T(), l("label", {
|
|
22305
22313
|
key: 0,
|
|
22306
22314
|
class: "nb-blueprint-card__toggle",
|
|
@@ -22309,7 +22317,7 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22309
22317
|
type: "checkbox",
|
|
22310
22318
|
checked: e.enabled,
|
|
22311
22319
|
onChange: r[1] ||= (n) => t.$emit("toggle", e.id, n.target.checked)
|
|
22312
|
-
}, null, 40,
|
|
22320
|
+
}, null, 40, ZZt), r[6] ||= u("span", { class: "nb-blueprint-card__toggle-track" }, null, -1)])),
|
|
22313
22321
|
e.removable ? (T(), l("button", {
|
|
22314
22322
|
key: 1,
|
|
22315
22323
|
class: "nb-blueprint-card__remove",
|
|
@@ -22317,32 +22325,39 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22317
22325
|
onClick: r[3] ||= U((n) => t.$emit("remove", e.id), ["stop"])
|
|
22318
22326
|
}, " × ")) : c("", !0)
|
|
22319
22327
|
]), e.collapsed ? c("", !0) : (T(), l(n, { key: 0 }, [
|
|
22320
|
-
e.preview ? (T(), l("span",
|
|
22321
|
-
e.parameters && e.parameters.length ? (T(), l("div",
|
|
22328
|
+
e.preview ? (T(), l("span", QZt, P(e.preview), 1)) : c("", !0),
|
|
22329
|
+
e.parameters && e.parameters.length ? (T(), l("div", $Zt, [(T(!0), l(n, null, k(e.parameters, (e) => (T(), l("div", {
|
|
22322
22330
|
key: e.label,
|
|
22323
22331
|
class: "nb-blueprint-card__row"
|
|
22324
22332
|
}, [
|
|
22325
|
-
u("span",
|
|
22326
|
-
u("span",
|
|
22333
|
+
u("span", eQt, P(e.label), 1),
|
|
22334
|
+
u("span", tQt, [d(P(e.value) + " ", 1), e.unit ? (T(), l("em", nQt, P(e.unit), 1)) : c("", !0)]),
|
|
22327
22335
|
e.bar === void 0 ? c("", !0) : (T(), l("div", {
|
|
22328
22336
|
key: 0,
|
|
22329
22337
|
class: "nb-blueprint-card__row-bar",
|
|
22330
22338
|
style: x({ "--bar-progress": `${e.bar}%` })
|
|
22331
22339
|
}, null, 4))
|
|
22332
22340
|
]))), 128))])) : c("", !0),
|
|
22333
|
-
t.$slots.default ? (T(), l("div",
|
|
22341
|
+
t.$slots.default ? (T(), l("div", rQt, [A(t.$slots, "default", {}, void 0, !0)])) : c("", !0)
|
|
22334
22342
|
], 64))])]),
|
|
22335
|
-
u("div",
|
|
22343
|
+
u("div", iQt, [e.collapsed && _.value.length > 0 ? (T(), l("div", {
|
|
22344
|
+
key: 0,
|
|
22345
|
+
class: b(["nb-blueprint-card__port-combined nb-blueprint-card__port-combined--right", {
|
|
22346
|
+
"nb-blueprint-card__port-combined--connected": M.value,
|
|
22347
|
+
"nb-blueprint-card__port-combined--active": N.value
|
|
22348
|
+
}]),
|
|
22349
|
+
title: `${_.value.length} output${_.value.length === 1 ? "" : "s"}`
|
|
22350
|
+
}, null, 10, aQt)) : c("", !0), (T(!0), l(n, null, k(_.value, (t) => (T(), l("div", {
|
|
22336
22351
|
key: t.key,
|
|
22337
22352
|
"data-port": `${e.id}:${t.portId}`,
|
|
22338
22353
|
class: b(["nb-blueprint-card__port nb-blueprint-card__port--right", [
|
|
22339
|
-
`nb-blueprint-card__port--${
|
|
22354
|
+
`nb-blueprint-card__port--${te(t.port)}`,
|
|
22340
22355
|
t.channel ? "nb-blueprint-card__port--channel" : "",
|
|
22341
22356
|
E(t.portId) ? "nb-blueprint-card__port--connected" : "",
|
|
22342
22357
|
D(t.portId) ? "nb-blueprint-card__port--active" : ""
|
|
22343
22358
|
]]),
|
|
22344
|
-
style: x({ "--pin-color":
|
|
22345
|
-
title:
|
|
22359
|
+
style: x({ "--pin-color": ee(t.port) }),
|
|
22360
|
+
title: F(t),
|
|
22346
22361
|
onMousedown: U((n) => s({
|
|
22347
22362
|
nodeId: e.id,
|
|
22348
22363
|
portId: t.portId,
|
|
@@ -22353,10 +22368,10 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22353
22368
|
portId: t.portId,
|
|
22354
22369
|
type: "output"
|
|
22355
22370
|
}), ["stop"])
|
|
22356
|
-
}, [t.showLabel ? (T(), l("span",
|
|
22371
|
+
}, [t.showLabel ? (T(), l("span", sQt, P(I(t)), 1)) : c("", !0)], 46, oQt))), 128))])
|
|
22357
22372
|
], 46, zZt));
|
|
22358
22373
|
}
|
|
22359
|
-
}), [["__scopeId", "data-v-
|
|
22374
|
+
}), [["__scopeId", "data-v-08c502f8"]]), cQt = {
|
|
22360
22375
|
NbAiLabel: se,
|
|
22361
22376
|
NbBadge: de,
|
|
22362
22377
|
NbBarChart: Ke,
|
|
@@ -22405,12 +22420,12 @@ var MYt = { class: "nb-command-palette__input-row" }, NYt = ["placeholder"], PYt
|
|
|
22405
22420
|
NbShellPanel: L9,
|
|
22406
22421
|
NbBlueprint: H9,
|
|
22407
22422
|
NbBlueprintCard: U9
|
|
22408
|
-
},
|
|
22409
|
-
Object.entries(
|
|
22423
|
+
}, lQt = { install(e) {
|
|
22424
|
+
Object.entries(cQt).forEach(([t, n]) => {
|
|
22410
22425
|
e.component(t, n);
|
|
22411
22426
|
});
|
|
22412
|
-
} },
|
|
22413
|
-
function
|
|
22427
|
+
} }, uQt = /* @__PURE__ */ G({ default: () => dQt });
|
|
22428
|
+
function dQt(e) {
|
|
22414
22429
|
e.directive("nb-context-menu", {
|
|
22415
22430
|
mounted(e, t) {
|
|
22416
22431
|
let n = (e) => {
|
|
@@ -22445,7 +22460,7 @@ function W9(e) {
|
|
|
22445
22460
|
}
|
|
22446
22461
|
//#endregion
|
|
22447
22462
|
//#region src/directives/ToolTip.directive.ts
|
|
22448
|
-
var
|
|
22463
|
+
var fQt = /* @__PURE__ */ G({ default: () => J9 }), G9 = /* @__PURE__ */ new Set(), K9 = (e) => {
|
|
22449
22464
|
if (Array.isArray(e)) return e.map((e) => K9(e)).join("");
|
|
22450
22465
|
if (!e || typeof e != "object" || !e.component) return "";
|
|
22451
22466
|
let { component: t, props: n = {}, children: r, content: i } = e, a = r === void 0 ? i : r, o = Object.entries(n).map(([e, t]) => `${e}="${W9(String(t))}"`).join(" "), s = Array.isArray(a) ? K9(a) : a === void 0 ? "" : W9(String(a));
|
|
@@ -22458,7 +22473,7 @@ var uQt = /* @__PURE__ */ G({ default: () => J9 }), G9 = /* @__PURE__ */ new Set
|
|
|
22458
22473
|
mounted(e, t) {
|
|
22459
22474
|
let n;
|
|
22460
22475
|
e.__showTooltip__ = () => {
|
|
22461
|
-
clearTimeout(n), e.__tooltipBinding__ &&
|
|
22476
|
+
clearTimeout(n), e.__tooltipBinding__ && pQt(e, e.__tooltipBinding__);
|
|
22462
22477
|
}, e.__hideTooltip__ = (t = 150) => {
|
|
22463
22478
|
n = setTimeout(() => {
|
|
22464
22479
|
X9(e, t <= 0);
|
|
@@ -22468,7 +22483,7 @@ var uQt = /* @__PURE__ */ G({ default: () => J9 }), G9 = /* @__PURE__ */ new Set
|
|
|
22468
22483
|
}, e.__tooltipBinding__ = t.value, e.__showHandler__ = () => e.__showTooltip__?.(), e.__hideHandler__ = () => e.__hideTooltip__?.(), e.addEventListener("mouseenter", e.__showHandler__), e.addEventListener("mouseleave", e.__hideHandler__), e.addEventListener("mousemove", e.__mouseMove__), window.addEventListener("scroll", e.__hideHandler__);
|
|
22469
22484
|
},
|
|
22470
22485
|
updated(e, t) {
|
|
22471
|
-
e.__tooltipBinding__ = t.value, t.value ? e.tooltipElement &&
|
|
22486
|
+
e.__tooltipBinding__ = t.value, t.value ? e.tooltipElement && mQt(e, t.value) : X9(e, !0);
|
|
22472
22487
|
},
|
|
22473
22488
|
unmounted(e) {
|
|
22474
22489
|
X9(e, !0), e.__showHandler__ && e.removeEventListener("mouseenter", e.__showHandler__), e.__hideHandler__ && e.removeEventListener("mouseleave", e.__hideHandler__), e.__hideHandler__ && window.removeEventListener("scroll", e.__hideHandler__);
|
|
@@ -22480,7 +22495,7 @@ var uQt = /* @__PURE__ */ G({ default: () => J9 }), G9 = /* @__PURE__ */ new Set
|
|
|
22480
22495
|
<div class="nb-tooltip-body">${q9(t)}</div>
|
|
22481
22496
|
<div class="nb-tooltip-tip">${q9(n)}</div>
|
|
22482
22497
|
</div>
|
|
22483
|
-
`,
|
|
22498
|
+
`, pQt = (e, { header: t, body: n, tip: r, flavor: i = "default", delay: a = 400, animationTime: o = 300, position: s, overflowOnly: c, classExtra: l }) => {
|
|
22484
22499
|
let u = e.tooltipElement;
|
|
22485
22500
|
if (u && u.remove(), c) {
|
|
22486
22501
|
let t = e.getBoundingClientRect();
|
|
@@ -22499,7 +22514,7 @@ var uQt = /* @__PURE__ */ G({ default: () => J9 }), G9 = /* @__PURE__ */ new Set
|
|
|
22499
22514
|
clearTimeout(e.__showTimer__), n && (t ? n.remove() : (n.style.animation = "tooltipDisappear 200ms ease-in-out forwards", setTimeout(() => {
|
|
22500
22515
|
n.remove();
|
|
22501
22516
|
}, 200)), G9.delete(e));
|
|
22502
|
-
},
|
|
22517
|
+
}, mQt = (e, { header: t, body: n, tip: r, position: i }) => {
|
|
22503
22518
|
let a = e.tooltipElement;
|
|
22504
22519
|
a && (a.innerHTML = Y9({
|
|
22505
22520
|
header: t,
|
|
@@ -22526,11 +22541,11 @@ var uQt = /* @__PURE__ */ G({ default: () => J9 }), G9 = /* @__PURE__ */ new Set
|
|
|
22526
22541
|
break;
|
|
22527
22542
|
}
|
|
22528
22543
|
t && (t.style.top = `${l}px`, t.style.left = `${u}px`);
|
|
22529
|
-
},
|
|
22530
|
-
"./ContextMenu.directive.ts":
|
|
22531
|
-
"./ToolTip.directive.ts":
|
|
22532
|
-
}),
|
|
22533
|
-
Object.values(
|
|
22544
|
+
}, hQt = /* @__PURE__ */ Object.assign({
|
|
22545
|
+
"./ContextMenu.directive.ts": uQt,
|
|
22546
|
+
"./ToolTip.directive.ts": fQt
|
|
22547
|
+
}), gQt = { install(e) {
|
|
22548
|
+
Object.values(hQt).forEach((t) => {
|
|
22534
22549
|
typeof t.default == "function" && t.default(e);
|
|
22535
22550
|
});
|
|
22536
22551
|
} }, Q9 = { install(e) {
|
|
@@ -22539,7 +22554,7 @@ var uQt = /* @__PURE__ */ G({ default: () => J9 }), G9 = /* @__PURE__ */ new Set
|
|
|
22539
22554
|
} };
|
|
22540
22555
|
//#endregion
|
|
22541
22556
|
//#region src/composables/useContextMenu.composable.ts
|
|
22542
|
-
function
|
|
22557
|
+
function _Qt() {
|
|
22543
22558
|
let e = O(!1), t = O({
|
|
22544
22559
|
x: 0,
|
|
22545
22560
|
y: 0
|
|
@@ -22569,15 +22584,15 @@ function hQt() {
|
|
|
22569
22584
|
}
|
|
22570
22585
|
//#endregion
|
|
22571
22586
|
//#region src/labs.ts
|
|
22572
|
-
var $9 = /* @__PURE__ */ Object.assign({}),
|
|
22587
|
+
var $9 = /* @__PURE__ */ Object.assign({}), vQt = { install(e) {
|
|
22573
22588
|
Object.keys($9).forEach((t) => {
|
|
22574
22589
|
let n = `Nb${t.replace(/(.+\/)(\w+)(\.vue)$/, "$2")}`, r = $9[t];
|
|
22575
22590
|
e.component(n, r.default);
|
|
22576
22591
|
});
|
|
22577
|
-
} },
|
|
22578
|
-
e.use(
|
|
22592
|
+
} }, yQt = { install(e) {
|
|
22593
|
+
e.use(lQt), e.use(gQt), e.use(Q9);
|
|
22579
22594
|
} };
|
|
22580
22595
|
//#endregion
|
|
22581
|
-
export { de as NbBadge, Ke as NbBarChart, H9 as NbBlueprint, U9 as NbBlueprintCard, Ye as NbBoard, I9 as NbBottomPanel, Xe as NbBreadcrumbs, O8 as NbButton, k8 as NbCalendar, I8 as NbCheckbox, L8 as NbColorStrip, p9 as NbCommandPalette, Q9 as NbCommandPalettePlugin, F8 as NbDatePicker, H8 as NbFlag, V8 as NbGanttChart, P8 as NbGrid, D8 as NbIcon, W8 as NbInterpolationChart, i9 as NbJsonTree, j8 as NbLabel, a9 as NbLineChart, o9 as NbMenu, s9 as NbMenuBar, c9 as NbMenuBarItem, u9 as NbMenuDivider, l9 as NbMenuItem, N8 as NbMessage, m9 as NbModal, h9 as NbNumberInput, g9 as NbPanel, _9 as NbPieChart, y9 as NbRadio, b9 as NbSelect, x9 as NbShell, L9 as NbShellPanel, S9 as NbSidebarLink, C9 as NbSlider, E9 as NbSparkline, d9 as NbSubmenu, k9 as NbSwitch, A9 as NbTextInput, j9 as NbToast, P9 as NbTree, F9 as NbTreeNode,
|
|
22596
|
+
export { de as NbBadge, Ke as NbBarChart, H9 as NbBlueprint, U9 as NbBlueprintCard, Ye as NbBoard, I9 as NbBottomPanel, Xe as NbBreadcrumbs, O8 as NbButton, k8 as NbCalendar, I8 as NbCheckbox, L8 as NbColorStrip, p9 as NbCommandPalette, Q9 as NbCommandPalettePlugin, F8 as NbDatePicker, H8 as NbFlag, V8 as NbGanttChart, P8 as NbGrid, D8 as NbIcon, W8 as NbInterpolationChart, i9 as NbJsonTree, j8 as NbLabel, a9 as NbLineChart, o9 as NbMenu, s9 as NbMenuBar, c9 as NbMenuBarItem, u9 as NbMenuDivider, l9 as NbMenuItem, N8 as NbMessage, m9 as NbModal, h9 as NbNumberInput, g9 as NbPanel, _9 as NbPieChart, y9 as NbRadio, b9 as NbSelect, x9 as NbShell, L9 as NbShellPanel, S9 as NbSidebarLink, C9 as NbSlider, E9 as NbSparkline, d9 as NbSubmenu, k9 as NbSwitch, A9 as NbTextInput, j9 as NbToast, P9 as NbTree, F9 as NbTreeNode, vQt as NubiscoUILabs, yQt as default, J9 as nbTooltipDirective, jYt as useCommandPalette, _Qt as useContextMenu };
|
|
22582
22597
|
|
|
22583
22598
|
//# sourceMappingURL=index.mjs.map
|