@quidgest/ui 0.16.10 → 0.16.12
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.css +5 -0
- package/dist/ui.esm.js +1 -2
- package/dist/ui.js +2 -2
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +2 -2
- package/dist/ui.scss +4 -1
- package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.vue.js +8 -9
- package/package.json +1 -1
package/dist/ui.css
CHANGED
|
@@ -3499,6 +3499,7 @@ body *::-webkit-scrollbar-track {
|
|
|
3499
3499
|
width: inherit;
|
|
3500
3500
|
border-radius: var(--border-radius);
|
|
3501
3501
|
outline: none;
|
|
3502
|
+
cursor: default;
|
|
3502
3503
|
}
|
|
3503
3504
|
.q-list-item--selectable:hover {
|
|
3504
3505
|
cursor: pointer;
|
|
@@ -3530,6 +3531,10 @@ body *::-webkit-scrollbar-track {
|
|
|
3530
3531
|
display: flex;
|
|
3531
3532
|
flex-grow: 1;
|
|
3532
3533
|
gap: 0.5rem;
|
|
3534
|
+
cursor: inherit;
|
|
3535
|
+
-webkit-user-select: none;
|
|
3536
|
+
-moz-user-select: none;
|
|
3537
|
+
user-select: none;
|
|
3533
3538
|
}
|
|
3534
3539
|
.q-list-item__check-container {
|
|
3535
3540
|
display: flex;
|
package/dist/ui.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ var yo = (t, e, a) => e in t ? ho(t, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var ge = (t, e, a) => yo(t, typeof e != "symbol" ? e + "" : e, a);
|
|
4
4
|
import { getCurrentInstance as yl, computed as x, ref as U, provide as gl, inject as hn, unref as c, isRef as nn, watch as Ce, defineComponent as he, mergeModels as qe, toRef as Ue, useModel as Ve, createElementBlock as T, openBlock as v, normalizeClass as ue, renderSlot as C, normalizeStyle as Ge, withModifiers as gt, createCommentVNode as L, createElementVNode as ee, createVNode as ke, createTextVNode as ut, toDisplayString as Ae, useAttrs as bl, createBlock as oe, resolveDynamicComponent as Zt, withCtx as j, Fragment as be, h as ln, mergeProps as Me, withKeys as rn, normalizeProps as Be, guardReactiveProps as je, useSlots as zt, createSlots as Ye, useTemplateRef as wl, withDirectives as ra, vModelDynamic as go, vModelText as Or, renderList as Ne, useId as bo, onMounted as Je, onUnmounted as Ct, readonly as wo, customRef as _o, getCurrentScope as Ir, onScopeDispose as _l, shallowRef as al, nextTick as Qe, toValue as yn, reactive as Kt, onBeforeUnmount as ko, Teleport as Er, Transition as Ft, render as jl, onBeforeUpdate as $o, vShow as an, toHandlers as xo } from "vue";
|
|
5
5
|
/*!
|
|
6
|
-
* Quidgest UI v0.16.
|
|
6
|
+
* Quidgest UI v0.16.12
|
|
7
7
|
* (c) 2025 Quidgest - Consultores de Gestão, S.A.
|
|
8
8
|
* Released under the MIT License.
|
|
9
9
|
*/
|
|
@@ -13922,7 +13922,6 @@ const ph = /* @__PURE__ */ dh(ch, [["render", mh]]), vh = _e(oh), hh = _e(ih), y
|
|
|
13922
13922
|
checked: c(n).isActive.value,
|
|
13923
13923
|
tabindex: "0",
|
|
13924
13924
|
type: "radio",
|
|
13925
|
-
"aria-hidden": "true",
|
|
13926
13925
|
class: "q-radio-button__input",
|
|
13927
13926
|
name: e.name,
|
|
13928
13927
|
value: s.value,
|