@quidgest/ui 0.16.1 → 0.16.2
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 +9 -6
- package/dist/ui.js +3 -3
- package/dist/ui.min.js +4 -4
- package/dist/ui.scss +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.d.ts.map +1 -1
- package/esm/components/QButtonGroup/QButtonGroup.vue.js +5 -4
- package/esm/components/QToggle/QToggle.d.ts.map +1 -1
- package/esm/components/QToggle/QToggle.vue.js +10 -7
- package/esm/components/QToggleGroup/QToggleGroup.d.ts.map +1 -1
- package/esm/components/QToggleGroup/QToggleGroup.vue.js +8 -9
- package/package.json +1 -1
package/dist/ui.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ var bo = (t, e, a) => e in t ? go(t, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var ge = (t, e, a) => bo(t, typeof e != "symbol" ? e + "" : e, a);
|
|
4
4
|
import { getCurrentInstance as gl, computed as T, ref as U, provide as bl, inject as wl, unref as d, watch as Se, defineComponent as ye, mergeModels as Be, toRef as Ke, useModel as Ne, createElementBlock as P, openBlock as v, normalizeClass as me, renderSlot as I, normalizeStyle as it, withModifiers as gt, createCommentVNode as z, createElementVNode as ee, createVNode as ke, createTextVNode as ut, toDisplayString as Me, useAttrs as _l, createBlock as ie, resolveDynamicComponent as Zt, withCtx as G, Fragment as we, h as on, mergeProps as Ae, withKeys as un, normalizeProps as Le, guardReactiveProps as He, useSlots as Jt, createSlots as Qe, withDirectives as oa, vModelDynamic as wo, vModelText as Er, renderList as Fe, readonly as _o, customRef as ko, getCurrentScope as Rr, onScopeDispose as kl, shallowRef as al, nextTick as Ue, toValue as Rt, onMounted as Ge, onUnmounted as Lt, reactive as da, onBeforeUnmount as $o, Teleport as Br, Transition as Kt, isRef as nl, render as Xl, onBeforeUpdate as xo, vShow as sn, toHandlers as Do } from "vue";
|
|
5
5
|
/*!
|
|
6
|
-
* Quidgest UI v0.16.
|
|
6
|
+
* Quidgest UI v0.16.2
|
|
7
7
|
* (c) 2025 Quidgest - Consultores de Gestão, S.A.
|
|
8
8
|
* Released under the MIT License.
|
|
9
9
|
*/
|
|
@@ -1115,7 +1115,8 @@ const wi = /* @__PURE__ */ ye({
|
|
|
1115
1115
|
"q-button-group--elevated": e.elevated
|
|
1116
1116
|
},
|
|
1117
1117
|
e.class
|
|
1118
|
-
])
|
|
1118
|
+
]),
|
|
1119
|
+
role: "group"
|
|
1119
1120
|
}, [
|
|
1120
1121
|
I(a.$slots, "default")
|
|
1121
1122
|
], 10, Oi));
|
|
@@ -14280,12 +14281,15 @@ const zv = ["id", "accept", "required", "readonly", "disabled"], Qv = {
|
|
|
14280
14281
|
function l() {
|
|
14281
14282
|
a.value = !a.value;
|
|
14282
14283
|
}
|
|
14283
|
-
return (r, s) => (v(), ie(d(bt), Ae({ class: n.value }, e, {
|
|
14284
|
+
return (r, s) => (v(), ie(d(bt), Ae({ class: n.value }, e, {
|
|
14285
|
+
"aria-pressed": a.value,
|
|
14286
|
+
onClick: l
|
|
14287
|
+
}), {
|
|
14284
14288
|
default: G(() => [
|
|
14285
14289
|
I(r.$slots, "default")
|
|
14286
14290
|
]),
|
|
14287
14291
|
_: 3
|
|
14288
|
-
}, 16, ["class"]));
|
|
14292
|
+
}, 16, ["class", "aria-pressed"]));
|
|
14289
14293
|
}
|
|
14290
14294
|
}), ho = De(vy), hy = /* @__PURE__ */ ye({
|
|
14291
14295
|
__name: "QToggleGroup",
|
|
@@ -14318,8 +14322,7 @@ const zv = ["id", "accept", "required", "readonly", "disabled"], Qv = {
|
|
|
14318
14322
|
}), (l, r) => (v(), ie(d(Zr), {
|
|
14319
14323
|
id: e.id,
|
|
14320
14324
|
class: me(e.class),
|
|
14321
|
-
elevated: e.elevated
|
|
14322
|
-
role: "listbox"
|
|
14325
|
+
elevated: e.elevated
|
|
14323
14326
|
}, {
|
|
14324
14327
|
default: G(() => [
|
|
14325
14328
|
I(l.$slots, "default")
|