@quidgest/ui 0.15.8 → 0.15.9
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 +13 -13
- package/dist/ui.js +6 -6
- package/dist/ui.min.js +7 -7
- package/dist/ui.scss +1 -1
- package/esm/components/QCombobox/QCombobox.d.ts +36 -39
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +71 -71
- package/esm/components/QCombobox/index.d.ts +36 -54
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QCombobox/types.d.ts +4 -9
- package/esm/components/QCombobox/types.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts +2 -3
- package/esm/components/QDropdownMenu/QDropdownMenu.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts +37 -38
- package/esm/components/QDropdownMenu/QDropdownMenuContent.d.ts.map +1 -1
- package/esm/components/QDropdownMenu/QDropdownMenuContent.vue.js +24 -24
- package/esm/components/QDropdownMenu/index.d.ts +2 -2
- package/esm/components/QList/QList.d.ts +7 -8
- package/esm/components/QList/QList.d.ts.map +1 -1
- package/esm/components/QList/QList.vue.js +46 -46
- package/esm/components/QList/QListItem.vue.js +19 -19
- package/esm/components/QList/index.d.ts +17 -17
- package/esm/components/QList/types.d.ts +3 -4
- package/esm/components/QList/types.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioGroup.d.ts +3 -4
- package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +7 -7
- package/esm/components/QRadioGroup/index.d.ts +8 -8
- package/esm/components/QSelect/QSelect.d.ts +36 -39
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +49 -49
- package/esm/components/QSelect/index.d.ts +36 -54
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QSelect/types.d.ts +4 -9
- package/esm/components/QSelect/types.d.ts.map +1 -1
- package/package.json +1 -1
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 gl, computed as M, ref as U, provide as bl, inject as wl, unref as f, watch as Se, defineComponent as ye, mergeModels as Ne, toRef as ot, useModel as Fe, createElementBlock as P, openBlock as v, normalizeClass as me, renderSlot as I, normalizeStyle as it, withModifiers as mt, createCommentVNode as Y, createElementVNode as ee, createVNode as ke, createTextVNode as ut, toDisplayString as Me, createBlock as ie, resolveDynamicComponent as Zt, h as sn, useAttrs as _l, withKeys as on, withCtx as G, normalizeProps as Le, guardReactiveProps as Qe, useSlots as Jt, Fragment as we, renderList as Be, createSlots as We, mergeProps as Pe, withDirectives as oa, vModelDynamic as go, vModelText as Ir, readonly as bo, customRef as wo, getCurrentScope as qr, onScopeDispose as kl, shallowRef as al, nextTick as Ue, toValue as Rt, onMounted as Ke, onUnmounted as Nt, reactive as da, onBeforeUnmount as _o, Teleport as Er, Transition as Kt, isRef as nl, render as Ul, onBeforeUpdate as ko, vShow as rn, toHandlers as $o } from "vue";
|
|
5
5
|
/*!
|
|
6
|
-
* Quidgest UI v0.15.
|
|
6
|
+
* Quidgest UI v0.15.9
|
|
7
7
|
* (c) 2025 Quidgest - Consultores de Gestão, S.A.
|
|
8
8
|
* Released under the MIT License.
|
|
9
9
|
*/
|
|
@@ -1599,7 +1599,7 @@ const qi = {
|
|
|
1599
1599
|
props: /* @__PURE__ */ Ne({
|
|
1600
1600
|
id: {},
|
|
1601
1601
|
class: {},
|
|
1602
|
-
highlighted: {
|
|
1602
|
+
highlighted: {},
|
|
1603
1603
|
items: {},
|
|
1604
1604
|
groups: { default: () => [] },
|
|
1605
1605
|
itemValue: { default: "key" },
|
|
@@ -1607,7 +1607,7 @@ const qi = {
|
|
|
1607
1607
|
disabled: { type: Boolean },
|
|
1608
1608
|
selectable: { type: Boolean }
|
|
1609
1609
|
}, {
|
|
1610
|
-
modelValue: {
|
|
1610
|
+
modelValue: {},
|
|
1611
1611
|
modelModifiers: {}
|
|
1612
1612
|
}),
|
|
1613
1613
|
emits: /* @__PURE__ */ Ne(["click"], ["update:modelValue"]),
|
|
@@ -1817,7 +1817,7 @@ const qi = {
|
|
|
1817
1817
|
}, mu = /* @__PURE__ */ ye({
|
|
1818
1818
|
__name: "QListItem",
|
|
1819
1819
|
props: /* @__PURE__ */ Ne({
|
|
1820
|
-
value: {
|
|
1820
|
+
value: {},
|
|
1821
1821
|
label: {},
|
|
1822
1822
|
icon: {},
|
|
1823
1823
|
selectable: { type: Boolean },
|
|
@@ -3401,10 +3401,10 @@ const Pd = ["id"], Cd = ["role"], Sd = /* @__PURE__ */ ye({
|
|
|
3401
3401
|
selectionMode: { default: "automatic" },
|
|
3402
3402
|
filterMode: { default: "builtin" },
|
|
3403
3403
|
loading: { type: Boolean },
|
|
3404
|
-
emptyValue: {
|
|
3404
|
+
emptyValue: {},
|
|
3405
3405
|
icons: { default: () => ru }
|
|
3406
3406
|
}, {
|
|
3407
|
-
modelValue: {
|
|
3407
|
+
modelValue: {},
|
|
3408
3408
|
modelModifiers: {},
|
|
3409
3409
|
open: { type: Boolean },
|
|
3410
3410
|
openModifiers: {},
|
|
@@ -12691,12 +12691,12 @@ const hv = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
12691
12691
|
}, {
|
|
12692
12692
|
modelValue: { type: Boolean },
|
|
12693
12693
|
modelModifiers: {},
|
|
12694
|
-
|
|
12695
|
-
|
|
12694
|
+
highlighted: {},
|
|
12695
|
+
highlightedModifiers: {}
|
|
12696
12696
|
}),
|
|
12697
|
-
emits: /* @__PURE__ */ Ne(["select"], ["update:modelValue", "update:
|
|
12697
|
+
emits: /* @__PURE__ */ Ne(["select"], ["update:modelValue", "update:highlighted"]),
|
|
12698
12698
|
setup(t, { emit: e }) {
|
|
12699
|
-
const a = t, n = e, l = Fe(t, "modelValue"), r = Fe(t, "
|
|
12699
|
+
const a = t, n = e, l = Fe(t, "modelValue"), r = Fe(t, "highlighted"), s = U([]), o = M(() => a.depth !== 0 ? a.offset : 4), i = M(() => a.depth !== 0 ? a.crossOffset : void 0), c = U(null);
|
|
12700
12700
|
function d(w) {
|
|
12701
12701
|
var $;
|
|
12702
12702
|
n("select", w);
|
|
@@ -13842,7 +13842,7 @@ const Yv = ["id", "accept", "required", "readonly", "disabled"], zv = {
|
|
|
13842
13842
|
invalid: { type: Boolean },
|
|
13843
13843
|
name: {}
|
|
13844
13844
|
}, {
|
|
13845
|
-
modelValue: {
|
|
13845
|
+
modelValue: {},
|
|
13846
13846
|
modelModifiers: {}
|
|
13847
13847
|
}),
|
|
13848
13848
|
emits: ["update:modelValue"],
|
|
@@ -13922,11 +13922,11 @@ const Yv = ["id", "accept", "required", "readonly", "disabled"], zv = {
|
|
|
13922
13922
|
itemLabel: { default: "label" },
|
|
13923
13923
|
clearable: { type: Boolean },
|
|
13924
13924
|
loading: { type: Boolean },
|
|
13925
|
-
emptyValue: {
|
|
13925
|
+
emptyValue: {},
|
|
13926
13926
|
icons: { default: () => Zh },
|
|
13927
13927
|
texts: { default: () => Gh }
|
|
13928
13928
|
}, {
|
|
13929
|
-
modelValue: {
|
|
13929
|
+
modelValue: {},
|
|
13930
13930
|
modelModifiers: {}
|
|
13931
13931
|
}),
|
|
13932
13932
|
emits: /* @__PURE__ */ Ne(["before-show", "before-hide", "show", "hide"], ["update:modelValue"]),
|