@nubisco/ui 1.56.1 → 1.57.1
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/Blueprint.vue.d.ts.map +1 -1
- package/dist/components/Message.d.ts +1 -0
- package/dist/components/Message.vue.d.ts.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -4
- package/dist/index.mjs.map +1 -1
- package/dist/ui.css +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13096,7 +13096,7 @@ var JGt = {
|
|
|
13096
13096
|
], 10, oKt));
|
|
13097
13097
|
}
|
|
13098
13098
|
}), [["__scopeId", "data-v-836b13c6"]]), q6 = /* @__PURE__ */ function(e) {
|
|
13099
|
-
return e.Error = "error", e.Warning = "warning", e.Helper = "helper", e;
|
|
13099
|
+
return e.Error = "error", e.Warning = "warning", e.Success = "success", e.Helper = "helper", e;
|
|
13100
13100
|
}(q6 || {}), cKt = ["aria-live"], lKt = {
|
|
13101
13101
|
key: 0,
|
|
13102
13102
|
class: "nb-message__text"
|
|
@@ -13117,6 +13117,7 @@ var JGt = {
|
|
|
13117
13117
|
let t = e, n = {
|
|
13118
13118
|
error: "warning-circle",
|
|
13119
13119
|
warning: "warning",
|
|
13120
|
+
success: "check-circle",
|
|
13120
13121
|
helper: "info"
|
|
13121
13122
|
};
|
|
13122
13123
|
return (e, r) => {
|
|
@@ -13140,7 +13141,7 @@ var JGt = {
|
|
|
13140
13141
|
], 10, cKt);
|
|
13141
13142
|
};
|
|
13142
13143
|
}
|
|
13143
|
-
}), [["__scopeId", "data-v-
|
|
13144
|
+
}), [["__scopeId", "data-v-807c75bb"]]), Y6 = /* @__PURE__ */ m({
|
|
13144
13145
|
__name: "Grid",
|
|
13145
13146
|
props: {
|
|
13146
13147
|
id: {
|
|
@@ -23338,7 +23339,7 @@ var Y$t = {
|
|
|
23338
23339
|
}
|
|
23339
23340
|
function ye(e) {
|
|
23340
23341
|
let t = e.target instanceof HTMLElement ? e.target : null;
|
|
23341
|
-
if (t?.closest(".nb-blueprint-card__port")) return;
|
|
23342
|
+
if (t?.closest(".nb-blueprint__chrome") || t?.closest(".nb-blueprint-card__port")) return;
|
|
23342
23343
|
if (e.button === 1) {
|
|
23343
23344
|
be(e);
|
|
23344
23345
|
return;
|
|
@@ -24151,7 +24152,7 @@ var Y$t = {
|
|
|
24151
24152
|
u("div", X$t, [A(t.$slots, "chrome", {}, void 0, !0)])
|
|
24152
24153
|
], 34));
|
|
24153
24154
|
}
|
|
24154
|
-
}), [["__scopeId", "data-v-
|
|
24155
|
+
}), [["__scopeId", "data-v-2e115c93"]]);
|
|
24155
24156
|
//#endregion
|
|
24156
24157
|
//#region src/composables/useBlueprint.composable.ts
|
|
24157
24158
|
function E9() {
|