@quidgest/ui 0.16.48 → 0.16.49

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.16.48",
2
+ "version": "0.16.49",
3
3
  "components": [
4
4
  {
5
5
  "name": "QAccordion",
package/dist/ui.esm.js CHANGED
@@ -3,7 +3,7 @@ var Is = (a, e, t) => e in a ? Os(a, e, { enumerable: !0, configurable: !0, writ
3
3
  var we = (a, e, t) => Is(a, typeof e != "symbol" ? e + "" : e, t);
4
4
  import { getCurrentInstance as qn, computed as T, ref as Z, toValue as ga, provide as Al, inject as Ja, unref as u, isRef as wn, watch as Ae, defineComponent as ce, mergeModels as Oe, toRef as Pe, useModel as Ye, createElementBlock as $, openBlock as p, normalizeClass as ue, renderSlot as q, normalizeStyle as ze, withModifiers as at, createCommentVNode as O, createElementVNode as te, createVNode as he, createTextVNode as Ge, toDisplayString as ke, useAttrs as Cl, createBlock as re, resolveDynamicComponent as ra, withCtx as W, Fragment as be, h as ul, mergeProps as De, withKeys as _n, normalizeProps as Ie, guardReactiveProps as Qe, useSlots as Gt, onMounted as Je, onUnmounted as Tt, renderList as Re, nextTick as Ue, useTemplateRef as Dt, createSlots as We, withDirectives as Wt, vModelDynamic as Es, vModelText as Pl, useId as Ls, Comment as Rs, cloneVNode as Bs, reactive as na, onBeforeUnmount as Gr, Teleport as Kr, Transition as Ht, render as cr, getCurrentScope as Zr, onScopeDispose as Jr, onBeforeUpdate as Fs, vShow as gn, resolveComponent as Vs, vModelCheckbox as Ns, readonly as Ys, customRef as zs, shallowRef as dl, toHandlers as Qs, watchEffect as Ws, TransitionGroup as Hs } from "vue";
5
5
  /*!
6
- * Quidgest UI v0.16.48
6
+ * Quidgest UI v0.16.49
7
7
  * (c) 2025 Quidgest - Consultores de Gestão, S.A.
8
8
  * Released under the MIT License.
9
9
  */
@@ -1567,7 +1567,7 @@ const Bi = /* @__PURE__ */ ce({
1567
1567
  indeterminate: {
1568
1568
  icon: "minus"
1569
1569
  }
1570
- }, $u = ["checked", "disabled", "required", "aria-readonly"], Tu = ["id", "aria-checked", "disabled", "onKeydown"], xu = /* @__PURE__ */ ce({
1570
+ }, $u = ["checked", "disabled", "readonly", "required", "aria-readonly"], Tu = ["id", "aria-checked", "disabled", "readonly", "onKeydown"], xu = /* @__PURE__ */ ce({
1571
1571
  inheritAttrs: !1,
1572
1572
  __name: "QCheckbox",
1573
1573
  props: /* @__PURE__ */ Oe({
@@ -1637,6 +1637,7 @@ const Bi = /* @__PURE__ */ ce({
1637
1637
  class: "q-checkbox__native-input",
1638
1638
  checked: t.value,
1639
1639
  disabled: e.disabled,
1640
+ readonly: e.readonly,
1640
1641
  required: e.required,
1641
1642
  "aria-readonly": e.readonly,
1642
1643
  tabindex: "-1",
@@ -1650,7 +1651,8 @@ const Bi = /* @__PURE__ */ ce({
1650
1651
  class: "q-checkbox__input",
1651
1652
  "data-testid": "checkbox-button",
1652
1653
  "aria-checked": e.indeterminate ? "mixed" : t.value,
1653
- disabled: e.disabled
1654
+ disabled: e.disabled,
1655
+ readonly: e.readonly
1654
1656
  }, d.$attrs, {
1655
1657
  onClick: at(s, ["stop", "prevent"]),
1656
1658
  onKeydown: [
@@ -14577,7 +14579,7 @@ const Jh = /* @__PURE__ */ Xh(Gh, [["render", Zh]]), Ha = _e(Hh), Dl = _e(Uh), M
14577
14579
  ]) : (p(), $("div", Hy, ke(e.texts.emptyMessage), 1))
14578
14580
  ], 10, zy));
14579
14581
  }
14580
- }), jy = _e(Ey), As = _e(By), Cs = _e(Yy), Ps = _e(Uy), Xy = ["id", "checked", "name", "value", "disabled"], Gy = /* @__PURE__ */ ce({
14582
+ }), jy = _e(Ey), As = _e(By), Cs = _e(Yy), Ps = _e(Uy), Xy = ["id", "checked", "name", "value", "disabled", "readonly"], Gy = /* @__PURE__ */ ce({
14581
14583
  inheritAttrs: !1,
14582
14584
  __name: "QRadioButton",
14583
14585
  props: {
@@ -14643,7 +14645,8 @@ const Jh = /* @__PURE__ */ Xh(Gh, [["render", Zh]]), Ha = _e(Hh), Dl = _e(Uh), M
14643
14645
  class: "q-radio-button__input",
14644
14646
  name: e.name,
14645
14647
  value: c.value,
14646
- disabled: e.disabled
14648
+ disabled: e.disabled,
14649
+ readonly: e.readonly
14647
14650
  }, c.$attrs, {
14648
14651
  onChange: v[0] || (v[0] = //@ts-ignore
14649
14652
  (...m) => u(l).toggle && u(l).toggle(...m)),