@quidgest/ui 0.16.66 → 0.16.68
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/json/api.json +1 -1
- package/dist/ui.css +11 -1
- package/dist/ui.esm.js +13 -7
- package/dist/ui.js +3 -3
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +141 -141
- package/dist/ui.scss +12 -2
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +18 -17
- package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.vue.js +14 -13
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +11 -10
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +8 -7
- package/esm/components/QTextArea/QTextArea.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +20 -19
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +14 -13
- package/package.json +1 -1
package/dist/json/api.json
CHANGED
package/dist/ui.css
CHANGED
|
@@ -3127,6 +3127,7 @@ body *::-webkit-scrollbar-track {
|
|
|
3127
3127
|
border-radius: var(--border-radius);
|
|
3128
3128
|
width: -moz-fit-content;
|
|
3129
3129
|
width: fit-content;
|
|
3130
|
+
max-width: 100%;
|
|
3130
3131
|
}
|
|
3131
3132
|
.q-field__control {
|
|
3132
3133
|
display: flex;
|
|
@@ -3189,21 +3190,27 @@ body *::-webkit-scrollbar-track {
|
|
|
3189
3190
|
}
|
|
3190
3191
|
.q-field--mini > .q-field__control {
|
|
3191
3192
|
width: calc(1 * 5em + 0 * 0.25rem);
|
|
3193
|
+
max-width: 100%;
|
|
3192
3194
|
}
|
|
3193
3195
|
.q-field--small > .q-field__control {
|
|
3194
3196
|
width: calc(2 * 5em + 1 * 0.25rem);
|
|
3197
|
+
max-width: 100%;
|
|
3195
3198
|
}
|
|
3196
3199
|
.q-field--medium > .q-field__control {
|
|
3197
3200
|
width: calc(3 * 5em + 2 * 0.25rem);
|
|
3201
|
+
max-width: 100%;
|
|
3198
3202
|
}
|
|
3199
3203
|
.q-field--large > .q-field__control {
|
|
3200
3204
|
width: calc(4 * 5em + 3 * 0.25rem);
|
|
3205
|
+
max-width: 100%;
|
|
3201
3206
|
}
|
|
3202
3207
|
.q-field--xlarge > .q-field__control {
|
|
3203
3208
|
width: calc(6 * 5em + 5 * 0.25rem);
|
|
3209
|
+
max-width: 100%;
|
|
3204
3210
|
}
|
|
3205
3211
|
.q-field--xxlarge > .q-field__control {
|
|
3206
3212
|
width: calc(8 * 5em + 7 * 0.25rem);
|
|
3213
|
+
max-width: 100%;
|
|
3207
3214
|
}
|
|
3208
3215
|
.q-field--block {
|
|
3209
3216
|
width: 100%;
|
|
@@ -3301,7 +3308,7 @@ body *::-webkit-scrollbar-track {
|
|
|
3301
3308
|
.q-focus-wrap {
|
|
3302
3309
|
width: 0;
|
|
3303
3310
|
height: 0;
|
|
3304
|
-
display:
|
|
3311
|
+
display: block;
|
|
3305
3312
|
}
|
|
3306
3313
|
.q-focus-wrap:focus {
|
|
3307
3314
|
outline: 0;
|
|
@@ -4171,6 +4178,9 @@ body *::-webkit-scrollbar-track {
|
|
|
4171
4178
|
--q-overlay-color: var(--q-theme-background);
|
|
4172
4179
|
--q-overlay-border-color: var(--q-theme-neutral-dark);
|
|
4173
4180
|
}
|
|
4181
|
+
.q-overlay--small .q-overlay__content, .q-overlay--medium .q-overlay__content, .q-overlay--large .q-overlay__content, .q-overlay--xlarge .q-overlay__content {
|
|
4182
|
+
min-width: unset;
|
|
4183
|
+
}
|
|
4174
4184
|
.q-overlay--small {
|
|
4175
4185
|
width: 20rem;
|
|
4176
4186
|
}
|
package/dist/ui.esm.js
CHANGED
|
@@ -3,7 +3,7 @@ var vs = (t, e, a) => e in t ? ms(t, e, { enumerable: !0, configurable: !0, writ
|
|
|
3
3
|
var _e = (t, e, a) => vs(t, typeof e != "symbol" ? e + "" : e, a);
|
|
4
4
|
import { getCurrentInstance as wn, computed as w, ref as j, toValue as ya, provide as yl, inject as Ga, unref as u, isRef as vn, watch as De, defineComponent as ue, mergeModels as Ve, toRef as Ce, useModel as We, createElementBlock as _, openBlock as p, normalizeClass as oe, renderSlot as D, normalizeStyle as Qe, withModifiers as at, createCommentVNode as S, createElementVNode as Z, createVNode as me, createTextVNode as je, toDisplayString as ke, useAttrs as gl, createBlock as te, resolveDynamicComponent as Nt, withCtx as z, Fragment as ye, h as Jn, mergeProps as $e, normalizeProps as Oe, guardReactiveProps as Ne, useSlots as Zt, onMounted as Je, onUnmounted as Dt, renderList as Re, nextTick as Be, useTemplateRef as Tt, createSlots as He, withKeys as el, withDirectives as Ut, vModelDynamic as hs, vModelText as bl, useId as ys, onBeforeUnmount as _l, reactive as ra, Teleport as Rr, Transition as jt, render as ar, getCurrentScope as Er, onScopeDispose as Vr, onBeforeUpdate as gs, vShow as pn, resolveComponent as bs, vModelCheckbox as _s, readonly as ws, customRef as ks, shallowRef as tl, toHandlers as $s, watchEffect as xs, TransitionGroup as Ts } from "vue";
|
|
5
5
|
/*!
|
|
6
|
-
* Quidgest UI v0.16.
|
|
6
|
+
* Quidgest UI v0.16.68
|
|
7
7
|
* (c) 2026 Quidgest - Consultores de Gestão, S.A.
|
|
8
8
|
* Released under the MIT License.
|
|
9
9
|
*/
|
|
@@ -1967,6 +1967,7 @@ const ki = /* @__PURE__ */ ue({
|
|
|
1967
1967
|
class: oe(["q-text-field", n.class]),
|
|
1968
1968
|
for: u(s),
|
|
1969
1969
|
label: n.label,
|
|
1970
|
+
"label-position": n.labelPosition,
|
|
1970
1971
|
size: n.size,
|
|
1971
1972
|
readonly: n.readonly,
|
|
1972
1973
|
disabled: n.disabled,
|
|
@@ -2025,7 +2026,7 @@ const ki = /* @__PURE__ */ ue({
|
|
|
2025
2026
|
]),
|
|
2026
2027
|
key: "2"
|
|
2027
2028
|
} : void 0
|
|
2028
|
-
]), 1032, ["class", "for", "label", "size", "readonly", "disabled", "required", "invalid"]));
|
|
2029
|
+
]), 1032, ["class", "for", "label", "label-position", "size", "readonly", "disabled", "required", "invalid"]));
|
|
2029
2030
|
}
|
|
2030
2031
|
}), Tu = {
|
|
2031
2032
|
...tn
|
|
@@ -12343,6 +12344,7 @@ const rv = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
12343
12344
|
id: e.id,
|
|
12344
12345
|
class: oe(["q-date-time-picker", e.class]),
|
|
12345
12346
|
label: e.label,
|
|
12347
|
+
"label-position": e.labelPosition,
|
|
12346
12348
|
readonly: e.readonly,
|
|
12347
12349
|
disabled: e.disabled,
|
|
12348
12350
|
required: e.required,
|
|
@@ -12417,7 +12419,7 @@ const rv = ["value", "placeholder", "disabled", "readonly", "required", "onInput
|
|
|
12417
12419
|
]),
|
|
12418
12420
|
key: "0"
|
|
12419
12421
|
} : void 0
|
|
12420
|
-
]), 1032, ["id", "class", "label", "readonly", "disabled", "required", "size", "invalid"]));
|
|
12422
|
+
]), 1032, ["id", "class", "label", "label-position", "readonly", "disabled", "required", "size", "invalid"]));
|
|
12421
12423
|
}
|
|
12422
12424
|
}), sv = we(ov), iv = /* @__PURE__ */ ue({
|
|
12423
12425
|
__name: "QDefaultsProvider",
|
|
@@ -13092,6 +13094,7 @@ const Vv = ["id", "accept", "required", "readonly", "disabled"], Fv = {
|
|
|
13092
13094
|
return (x, F) => (p(), te(u(ba), {
|
|
13093
13095
|
for: u(n),
|
|
13094
13096
|
label: e.label,
|
|
13097
|
+
"label-position": e.labelPosition,
|
|
13095
13098
|
size: e.size,
|
|
13096
13099
|
readonly: e.readonly,
|
|
13097
13100
|
disabled: e.disabled,
|
|
@@ -13175,7 +13178,7 @@ const Vv = ["id", "accept", "required", "readonly", "disabled"], Fv = {
|
|
|
13175
13178
|
]),
|
|
13176
13179
|
key: "0"
|
|
13177
13180
|
} : void 0
|
|
13178
|
-
]), 1032, ["for", "label", "size", "readonly", "disabled", "required", "invalid"]));
|
|
13181
|
+
]), 1032, ["for", "label", "label-position", "size", "readonly", "disabled", "required", "invalid"]));
|
|
13179
13182
|
}
|
|
13180
13183
|
}), Kv = we(Gv), Zv = /* @__PURE__ */ ue({
|
|
13181
13184
|
__name: "QCol",
|
|
@@ -13326,6 +13329,7 @@ const rh = /* @__PURE__ */ th(ah, [["render", lh]]), Qa = we(Zv), vl = we(Jv), h
|
|
|
13326
13329
|
id: e.id,
|
|
13327
13330
|
class: oe(["q-input-group", e.class]),
|
|
13328
13331
|
label: e.label,
|
|
13332
|
+
"label-position": e.labelPosition,
|
|
13329
13333
|
required: e.required,
|
|
13330
13334
|
size: e.size,
|
|
13331
13335
|
invalid: e.invalid
|
|
@@ -13360,7 +13364,7 @@ const rh = /* @__PURE__ */ th(ah, [["render", lh]]), Qa = we(Zv), vl = we(Jv), h
|
|
|
13360
13364
|
]),
|
|
13361
13365
|
key: "0"
|
|
13362
13366
|
} : void 0
|
|
13363
|
-
]), 1032, ["id", "class", "label", "required", "size", "invalid"]));
|
|
13367
|
+
]), 1032, ["id", "class", "label", "label-position", "required", "size", "invalid"]));
|
|
13364
13368
|
}
|
|
13365
13369
|
}), yh = we(hh), gh = ["id"], bh = /* @__PURE__ */ ue({
|
|
13366
13370
|
__name: "QLineLoader",
|
|
@@ -14327,6 +14331,7 @@ const rh = /* @__PURE__ */ th(ah, [["render", lh]]), Qa = we(Zv), vl = we(Jv), h
|
|
|
14327
14331
|
id: u(r),
|
|
14328
14332
|
ref: "trigger",
|
|
14329
14333
|
label: a.label,
|
|
14334
|
+
"label-position": a.labelPosition,
|
|
14330
14335
|
required: a.required,
|
|
14331
14336
|
class: oe([
|
|
14332
14337
|
"q-select",
|
|
@@ -14489,7 +14494,7 @@ const rh = /* @__PURE__ */ th(ah, [["render", lh]]), Qa = we(Zv), vl = we(Jv), h
|
|
|
14489
14494
|
]),
|
|
14490
14495
|
key: "1"
|
|
14491
14496
|
} : void 0
|
|
14492
|
-
]), 1032, ["id", "label", "required", "class", "readonly", "disabled", "data-loading", "size", "invalid"]),
|
|
14497
|
+
]), 1032, ["id", "label", "label-position", "required", "class", "readonly", "disabled", "data-loading", "size", "invalid"]),
|
|
14493
14498
|
me(u(sa), {
|
|
14494
14499
|
modelValue: s.value,
|
|
14495
14500
|
"onUpdate:modelValue": K[1] || (K[1] = (B) => s.value = B),
|
|
@@ -15087,6 +15092,7 @@ const Ny = ["id", "required", "placeholder", "readonly", "disabled", "maxlength"
|
|
|
15087
15092
|
class: oe(["q-text-area", e.class]),
|
|
15088
15093
|
for: u(l),
|
|
15089
15094
|
label: e.label,
|
|
15095
|
+
"label-position": e.labelPosition,
|
|
15090
15096
|
size: e.size,
|
|
15091
15097
|
readonly: e.readonly,
|
|
15092
15098
|
disabled: e.disabled,
|
|
@@ -15141,7 +15147,7 @@ const Ny = ["id", "required", "placeholder", "readonly", "disabled", "maxlength"
|
|
|
15141
15147
|
]),
|
|
15142
15148
|
key: "2"
|
|
15143
15149
|
} : void 0
|
|
15144
|
-
]), 1032, ["class", "for", "label", "size", "readonly", "disabled", "required"]));
|
|
15150
|
+
]), 1032, ["class", "for", "label", "label-position", "size", "readonly", "disabled", "required"]));
|
|
15145
15151
|
}
|
|
15146
15152
|
}), Wy = we(Qy), Hy = ["id"], Uy = /* @__PURE__ */ ue({
|
|
15147
15153
|
__name: "QThemeProvider",
|