@quidgest/ui 0.15.0 → 0.15.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/ui.esm.js CHANGED
@@ -3,7 +3,7 @@ var Rs = (e, t, a) => t in e ? Is(e, t, { enumerable: !0, configurable: !0, writ
3
3
  var ye = (e, t, a) => Rs(e, typeof t != "symbol" ? t + "" : t, a);
4
4
  import { getCurrentInstance as Zn, computed as _, ref as W, provide as Jn, inject as el, unref as c, watch as qe, defineComponent as ge, mergeModels as Ve, toRef as ht, useModel as Ue, createElementBlock as M, openBlock as p, normalizeClass as me, renderSlot as q, normalizeStyle as ot, withModifiers as ft, createCommentVNode as Y, createElementVNode as te, createVNode as $e, createTextVNode as it, toDisplayString as Me, createBlock as ie, resolveDynamicComponent as jt, h as Bn, useAttrs as tl, withKeys as Ia, withCtx as Z, normalizeProps as Le, guardReactiveProps as ze, useSlots as Xt, Fragment as we, renderList as Ee, createSlots as He, mergeProps as Pe, withDirectives as aa, vModelDynamic as Ls, vModelText as ur, onMounted as Ke, onUnmounted as Nt, reactive as ra, nextTick as We, onBeforeUnmount as Es, Teleport as dr, Transition as oa, isRef as Vn, render as Al, toValue as tn, getCurrentScope as cr, onScopeDispose as fr, onBeforeUpdate as Bs, vShow as ja, readonly as Vs, customRef as Ns, shallowRef as Nn, toHandlers as Ys } from "vue";
5
5
  /*!
6
- * Quidgest UI v0.15.0
6
+ * Quidgest UI v0.15.1
7
7
  * (c) 2025 Quidgest - Consultores de Gestão, S.A.
8
8
  * Released under the MIT License.
9
9
  */
@@ -12461,15 +12461,17 @@ const hp = ["id", "accept", "required", "readonly", "disabled"], yp = {
12461
12461
  }, {
12462
12462
  default: Z(() => [
12463
12463
  t.title || n.$slots.header ? (p(), M("h3", Xp, [
12464
- it(Me(t.title) + " ", 1),
12465
- q(n.$slots, "header")
12464
+ q(n.$slots, "header", {}, () => [
12465
+ it(Me(t.title), 1)
12466
+ ])
12466
12467
  ])) : Y("", !0),
12467
- t.text || n.$slots.body ? (p(), M("div", Kp, [
12468
- t.html ? (p(), M("span", {
12469
- key: 0,
12470
- innerHTML: t.text
12471
- }, null, 8, Gp)) : (p(), M("span", Zp, Me(t.text), 1)),
12472
- q(n.$slots, "body")
12468
+ t.text || n.$slots.default ? (p(), M("div", Kp, [
12469
+ q(n.$slots, "default", {}, () => [
12470
+ t.html ? (p(), M("span", {
12471
+ key: 0,
12472
+ innerHTML: t.text
12473
+ }, null, 8, Gp)) : (p(), M("span", Zp, Me(t.text), 1))
12474
+ ])
12473
12475
  ])) : Y("", !0)
12474
12476
  ]),
12475
12477
  _: 3