@quidgest/ui 0.14.18 → 0.14.19
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/manifest/components.json +3 -0
- package/dist/ui.css +66 -10
- package/dist/ui.esm.js +5840 -5486
- package/dist/ui.js +16 -16
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +670 -646
- package/dist/ui.scss +70 -11
- package/esm/components/QBadge/QBadge.d.ts.map +1 -1
- package/esm/components/QBadge/QBadge.vue.js +42 -48
- package/esm/components/QCombobox/QCombobox.d.ts +24 -0
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +1 -0
- package/esm/components/QCombobox/index.d.ts +45 -3
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +12 -10
- package/esm/components/QDateTimePicker/index.d.ts +6 -0
- package/esm/components/QDateTimePicker/index.d.ts.map +1 -1
- package/esm/components/QField/QField.d.ts.map +1 -1
- package/esm/components/QField/QField.vue.js +47 -39
- package/esm/components/QField/types.d.ts +6 -10
- package/esm/components/QField/types.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.d.ts.map +1 -1
- package/esm/components/QFileUpload/QFileUpload.vue.js +15 -13
- package/esm/components/QFileUpload/index.d.ts +6 -0
- package/esm/components/QFileUpload/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.d.ts +2 -0
- package/esm/components/QInputGroup/QInputGroup.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +40 -32
- package/esm/components/QInputGroup/index.d.ts +2 -0
- package/esm/components/QInputGroup/index.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.d.ts +20 -0
- package/esm/components/QLabel/QLabel.d.ts.map +1 -0
- package/esm/components/QLabel/QLabel.vue.js +27 -0
- package/esm/components/QLabel/QLabel.vue2.js +4 -0
- package/esm/components/QLabel/index.d.ts +22 -0
- package/esm/components/QLabel/index.d.ts.map +1 -0
- package/esm/components/QLabel/index.js +6 -0
- package/esm/components/QLabel/types.d.ts +12 -0
- package/esm/components/QLabel/types.d.ts.map +1 -0
- package/esm/components/QMeter/QMeter.d.ts +14 -0
- package/esm/components/QMeter/QMeter.d.ts.map +1 -0
- package/esm/components/QMeter/QMeter.vue.js +60 -0
- package/esm/components/QMeter/QMeter.vue2.js +4 -0
- package/esm/components/QMeter/index.d.ts +29 -0
- package/esm/components/QMeter/index.d.ts.map +1 -0
- package/esm/components/QMeter/index.js +6 -0
- package/esm/components/QMeter/types.d.ts +20 -0
- package/esm/components/QMeter/types.d.ts.map +1 -0
- package/esm/components/QOverlay/index.d.ts +2 -0
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +413 -0
- package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -0
- package/esm/components/QPasswordField/QPasswordField.vue.js +162 -0
- package/esm/components/QPasswordField/QPasswordField.vue2.js +4 -0
- package/esm/components/QPasswordField/QPasswordFieldMessages.d.ts +4 -0
- package/esm/components/QPasswordField/QPasswordFieldMessages.d.ts.map +1 -0
- package/esm/components/QPasswordField/QPasswordFieldMessages.vue.js +28 -0
- package/esm/components/QPasswordField/QPasswordFieldMessages.vue2.js +4 -0
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.d.ts +12 -0
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.d.ts.map +1 -0
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +97 -0
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue2.js +4 -0
- package/esm/components/QPasswordField/constants.d.ts +9 -0
- package/esm/components/QPasswordField/constants.d.ts.map +1 -0
- package/esm/components/QPasswordField/constants.js +11 -0
- package/esm/components/QPasswordField/index.d.ts +264 -0
- package/esm/components/QPasswordField/index.d.ts.map +1 -0
- package/esm/components/QPasswordField/index.js +6 -0
- package/esm/components/QPasswordField/types.d.ts +100 -0
- package/esm/components/QPasswordField/types.d.ts.map +1 -0
- package/esm/components/QSelect/QSelect.d.ts +2 -0
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +31 -29
- package/esm/components/QSelect/index.d.ts +7 -0
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +10 -9
- package/esm/components/QTextArea/index.d.ts +6 -0
- package/esm/components/QTextArea/index.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -0
- package/esm/components/QTextField/QTextField.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.vue.js +8 -6
- package/esm/components/QTextField/index.d.ts +9 -0
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/index.d.ts +3 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +51 -45
- package/esm/composables/useColorStyle/index.d.ts +11 -0
- package/esm/composables/useColorStyle/index.d.ts.map +1 -0
- package/esm/composables/useColorStyle/index.js +33 -0
- package/esm/composables/useColorStyle/types.d.ts +36 -0
- package/esm/composables/useColorStyle/types.d.ts.map +1 -0
- package/esm/index.d.ts +3 -0
- package/package.json +1 -1
package/dist/ui.scss
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Quidgest UI v0.14.
|
|
2
|
+
* Quidgest UI v0.14.19
|
|
3
3
|
* (c) 2025 Quidgest - Consultores de Gestão, S.A.
|
|
4
4
|
* Released under the MIT License.
|
|
5
5
|
*/
|
|
@@ -1167,16 +1167,6 @@ $button-text-on-plain: var(--q-theme-on-background);
|
|
|
1167
1167
|
flex-direction: column;
|
|
1168
1168
|
border-radius: var(--border-radius);
|
|
1169
1169
|
width: fit-content;
|
|
1170
|
-
&__label {
|
|
1171
|
-
display: flex;
|
|
1172
|
-
gap: $space-base;
|
|
1173
|
-
align-items: center;
|
|
1174
|
-
color: var(--q-theme-neutral-dark);
|
|
1175
|
-
line-height: 1.5;
|
|
1176
|
-
.q-icon {
|
|
1177
|
-
color: currentcolor;
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
1170
|
&__control {
|
|
1181
1171
|
display: flex;
|
|
1182
1172
|
align-items: center;
|
|
@@ -1235,6 +1225,13 @@ $button-text-on-plain: var(--q-theme-on-background);
|
|
|
1235
1225
|
}
|
|
1236
1226
|
}
|
|
1237
1227
|
}
|
|
1228
|
+
&--invalid {
|
|
1229
|
+
#{$this}__control {
|
|
1230
|
+
&:not(:focus-within) {
|
|
1231
|
+
border-color: var(--q-theme-danger);
|
|
1232
|
+
}
|
|
1233
|
+
}
|
|
1234
|
+
}
|
|
1238
1235
|
&:not(#{$this}--disabled) {
|
|
1239
1236
|
#{$this}__control {
|
|
1240
1237
|
&:focus-within {
|
|
@@ -1430,6 +1427,16 @@ $input-group-addon-background: rgb(var(--q-theme-neutral-light-rgb) / 25%);
|
|
|
1430
1427
|
}
|
|
1431
1428
|
}
|
|
1432
1429
|
}
|
|
1430
|
+
.q-label {
|
|
1431
|
+
display: flex;
|
|
1432
|
+
gap: $space-base;
|
|
1433
|
+
align-items: center;
|
|
1434
|
+
color: var(--q-theme-neutral-dark);
|
|
1435
|
+
line-height: 1.5;
|
|
1436
|
+
.q-icon {
|
|
1437
|
+
color: currentcolor;
|
|
1438
|
+
}
|
|
1439
|
+
}
|
|
1433
1440
|
$line-color: var(--q-theme-primary);
|
|
1434
1441
|
.q-line-loader {
|
|
1435
1442
|
width: 100%;
|
|
@@ -1569,6 +1576,32 @@ $line-color: var(--q-theme-primary);
|
|
|
1569
1576
|
margin-top: 1px;
|
|
1570
1577
|
}
|
|
1571
1578
|
}
|
|
1579
|
+
.q-meter {
|
|
1580
|
+
display: flex;
|
|
1581
|
+
flex-direction: column;
|
|
1582
|
+
gap: 0.25rem;
|
|
1583
|
+
&__labels {
|
|
1584
|
+
display: flex;
|
|
1585
|
+
justify-content: space-between;
|
|
1586
|
+
}
|
|
1587
|
+
&__value-label {
|
|
1588
|
+
color: var(--q-theme-neutral);
|
|
1589
|
+
}
|
|
1590
|
+
&__track {
|
|
1591
|
+
position: relative;
|
|
1592
|
+
width: 100%;
|
|
1593
|
+
height: 0.5rem;
|
|
1594
|
+
overflow: hidden;
|
|
1595
|
+
border-radius: $border-radius;
|
|
1596
|
+
background-color: rgb(var(--q-theme-neutral-light-rgb) / 50%);
|
|
1597
|
+
}
|
|
1598
|
+
&__fill {
|
|
1599
|
+
height: 100%;
|
|
1600
|
+
width: 100%;
|
|
1601
|
+
transition: all 0.3s ease;
|
|
1602
|
+
background-color: var(--q-theme-primary);
|
|
1603
|
+
}
|
|
1604
|
+
}
|
|
1572
1605
|
$overlay-border-width: 1px;
|
|
1573
1606
|
$overlay-arrow-width: 11.31px;
|
|
1574
1607
|
$overlay-arrow-height: 11.31px;
|
|
@@ -1661,6 +1694,32 @@ $arrow-tip-radius: 0.1rem;
|
|
|
1661
1694
|
--q-overlay-border-color: var(--q-theme-neutral-dark);
|
|
1662
1695
|
}
|
|
1663
1696
|
}
|
|
1697
|
+
.q-password-field {
|
|
1698
|
+
&__meter {
|
|
1699
|
+
display: flex;
|
|
1700
|
+
flex-direction: column;
|
|
1701
|
+
gap: 1rem;
|
|
1702
|
+
padding: 1rem;
|
|
1703
|
+
&-score {
|
|
1704
|
+
display: flex;
|
|
1705
|
+
flex-direction: column;
|
|
1706
|
+
gap: 0.5rem;
|
|
1707
|
+
}
|
|
1708
|
+
}
|
|
1709
|
+
&__messages {
|
|
1710
|
+
display: flex;
|
|
1711
|
+
flex-direction: column;
|
|
1712
|
+
list-style: none;
|
|
1713
|
+
color: var(--q-theme-danger);
|
|
1714
|
+
padding: 0;
|
|
1715
|
+
margin: 0;
|
|
1716
|
+
font-size: 0.75rem;
|
|
1717
|
+
gap: 0.25rem;
|
|
1718
|
+
}
|
|
1719
|
+
&__inline-messages {
|
|
1720
|
+
padding: 0.25rem 0;
|
|
1721
|
+
}
|
|
1722
|
+
}
|
|
1664
1723
|
.q-popover {
|
|
1665
1724
|
.q-overlay__content {
|
|
1666
1725
|
position: relative;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QBadge/QBadge.vue"],"names":[],"mappings":"AAuBA;
|
|
1
|
+
{"version":3,"file":"QBadge.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QBadge/QBadge.vue"],"names":[],"mappings":"AAuBA;AA4GC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAI1C,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AA8EvD,iBAAS,cAAc;WAsET,OAAO,IAA6B;;yBAVrB,GAAG;;;;EAe/B;AAiBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;yFASnB,CAAC;wBACkB,uBAAuB,CAAC,OAAO,eAAe,EAAE,oBAAoB,CAAC,OAAO,CAAC,CAAC;AAAnG,wBAAoG;AAapG,KAAK,uBAAuB,CAAC,CAAC,EAAE,CAAC,IAAI,CAAC,GAAG;IACxC,QAAO;QACN,MAAM,EAAE,CAAC,CAAC;KAEV,CAAA;CACD,CAAC"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { QButton as
|
|
3
|
-
import { QIcon as
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
const
|
|
1
|
+
import { defineComponent as q, useAttrs as y, computed as r, toRef as d, createElementBlock as x, openBlock as c, withKeys as h, normalizeStyle as B, normalizeClass as z, withModifiers as w, createElementVNode as u, renderSlot as E, createBlock as S, createCommentVNode as T, unref as m, withCtx as N, createVNode as V, normalizeProps as $, guardReactiveProps as A } from "vue";
|
|
2
|
+
import { QButton as I } from "../QButton/index.js";
|
|
3
|
+
import { QIcon as K } from "../QIcon/index.js";
|
|
4
|
+
import { DEFAULT_TEXTS as P, DEFAULT_ICONS as Q } from "./types.js";
|
|
5
|
+
import { useColorStyle as R } from "../../composables/useColorStyle/index.js";
|
|
6
|
+
const U = ["id", "role", "tabindex", "onKeydown"], D = { class: "q-badge__content" }, j = /* @__PURE__ */ q({
|
|
7
7
|
__name: "QBadge",
|
|
8
8
|
props: {
|
|
9
9
|
id: {},
|
|
@@ -13,15 +13,13 @@ const O = ["id", "role", "tabindex", "onKeydown"], X = { class: "q-badge__conten
|
|
|
13
13
|
removable: { type: Boolean },
|
|
14
14
|
pill: { type: Boolean },
|
|
15
15
|
size: { default: "default" },
|
|
16
|
-
icons: { default: () =>
|
|
17
|
-
texts: { default: () =>
|
|
16
|
+
icons: { default: () => Q },
|
|
17
|
+
texts: { default: () => P }
|
|
18
18
|
},
|
|
19
19
|
emits: ["click:remove"],
|
|
20
|
-
setup(
|
|
21
|
-
const e =
|
|
22
|
-
|
|
23
|
-
), g = n(() => {
|
|
24
|
-
const o = r.value ? `q-badge--${e.color}` : void 0, t = e.size !== "default" ? `q-badge--${e.size}` : void 0;
|
|
20
|
+
setup(v, { emit: f }) {
|
|
21
|
+
const e = v, p = f, b = y(), a = r(() => !!b.onClick), g = r(() => {
|
|
22
|
+
const o = n.value ? `q-badge--${e.color}` : void 0, t = e.size !== "default" ? `q-badge--${e.size}` : void 0;
|
|
25
23
|
return [
|
|
26
24
|
"q-badge",
|
|
27
25
|
`q-badge--${e.variant}`,
|
|
@@ -29,37 +27,33 @@ const O = ["id", "role", "tabindex", "onKeydown"], X = { class: "q-badge__conten
|
|
|
29
27
|
t,
|
|
30
28
|
{
|
|
31
29
|
"q-badge--pill": e.pill,
|
|
32
|
-
"q-badge--clickable":
|
|
30
|
+
"q-badge--clickable": a.value
|
|
33
31
|
},
|
|
34
32
|
e.class
|
|
35
33
|
];
|
|
36
|
-
}), C =
|
|
37
|
-
|
|
38
|
-
if (!
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
"--q-badge-text-color": t,
|
|
46
|
-
"--q-badge-text-hover-color": i,
|
|
47
|
-
"--q-badge-hover-color": a
|
|
48
|
-
};
|
|
34
|
+
}), { isUtilityColor: n, style: l } = R(d(e, "color"), d(e, "variant")), C = r(() => {
|
|
35
|
+
var o, t, s, i;
|
|
36
|
+
if (!n.value)
|
|
37
|
+
return {
|
|
38
|
+
"--q-badge-color": (o = l.value) == null ? void 0 : o.backgroundColor,
|
|
39
|
+
"--q-badge-text-color": (t = l.value) == null ? void 0 : t.color,
|
|
40
|
+
"--q-badge-hover-color": (s = l.value) == null ? void 0 : s.hoverBackgroundColor,
|
|
41
|
+
"--q-badge-text-hover-color": (i = l.value) == null ? void 0 : i.hoverColor
|
|
42
|
+
};
|
|
49
43
|
});
|
|
50
|
-
function _() {
|
|
51
|
-
v("click:remove");
|
|
52
|
-
}
|
|
53
|
-
function k(o) {
|
|
44
|
+
function _(o) {
|
|
54
45
|
o.stopImmediatePropagation();
|
|
55
46
|
}
|
|
56
|
-
|
|
47
|
+
function k() {
|
|
48
|
+
p("click:remove");
|
|
49
|
+
}
|
|
50
|
+
return (o, t) => (c(), x("span", {
|
|
57
51
|
id: e.id,
|
|
58
|
-
class:
|
|
59
|
-
role:
|
|
60
|
-
style:
|
|
61
|
-
tabindex:
|
|
62
|
-
onKeydown:
|
|
52
|
+
class: z(g.value),
|
|
53
|
+
role: a.value ? "button" : "presentation",
|
|
54
|
+
style: B(C.value),
|
|
55
|
+
tabindex: a.value ? 0 : void 0,
|
|
56
|
+
onKeydown: h(w(_, ["stop", "prevent"]), ["enter"])
|
|
63
57
|
}, [
|
|
64
58
|
t[0] || (t[0] = u(
|
|
65
59
|
"div",
|
|
@@ -68,20 +62,20 @@ const O = ["id", "role", "tabindex", "onKeydown"], X = { class: "q-badge__conten
|
|
|
68
62
|
-1
|
|
69
63
|
/* HOISTED */
|
|
70
64
|
)),
|
|
71
|
-
u("div",
|
|
72
|
-
|
|
73
|
-
e.removable ? (c(), S(m(
|
|
65
|
+
u("div", D, [
|
|
66
|
+
E(o.$slots, "default"),
|
|
67
|
+
e.removable ? (c(), S(m(I), {
|
|
74
68
|
key: 0,
|
|
75
69
|
class: "q-badge__remove",
|
|
76
70
|
borderless: "",
|
|
77
71
|
tabindex: "0",
|
|
78
72
|
"aria-label": e.texts.removeText,
|
|
79
|
-
onClick:
|
|
73
|
+
onClick: k
|
|
80
74
|
}, {
|
|
81
|
-
default:
|
|
82
|
-
|
|
83
|
-
m(
|
|
84
|
-
|
|
75
|
+
default: N(() => [
|
|
76
|
+
V(
|
|
77
|
+
m(K),
|
|
78
|
+
$(A(e.icons.remove)),
|
|
85
79
|
null,
|
|
86
80
|
16
|
|
87
81
|
/* FULL_PROPS */
|
|
@@ -89,11 +83,11 @@ const O = ["id", "role", "tabindex", "onKeydown"], X = { class: "q-badge__conten
|
|
|
89
83
|
]),
|
|
90
84
|
_: 1
|
|
91
85
|
/* STABLE */
|
|
92
|
-
}, 8, ["aria-label"])) :
|
|
86
|
+
}, 8, ["aria-label"])) : T("v-if", !0)
|
|
93
87
|
])
|
|
94
|
-
], 46,
|
|
88
|
+
], 46, U));
|
|
95
89
|
}
|
|
96
90
|
});
|
|
97
91
|
export {
|
|
98
|
-
|
|
92
|
+
j as default
|
|
99
93
|
};
|
|
@@ -35,6 +35,7 @@ declare function __VLS_template(): {
|
|
|
35
35
|
readonly readonly?: boolean | undefined;
|
|
36
36
|
readonly disabled?: boolean | undefined;
|
|
37
37
|
readonly required?: boolean | undefined;
|
|
38
|
+
readonly invalid?: boolean | undefined;
|
|
38
39
|
readonly placeholder?: string | undefined;
|
|
39
40
|
readonly clearable?: boolean | undefined;
|
|
40
41
|
readonly type?: string | undefined;
|
|
@@ -60,6 +61,7 @@ declare function __VLS_template(): {
|
|
|
60
61
|
readonly readonly?: boolean | undefined;
|
|
61
62
|
readonly disabled?: boolean | undefined;
|
|
62
63
|
readonly required?: boolean | undefined;
|
|
64
|
+
readonly invalid?: boolean | undefined;
|
|
63
65
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
64
66
|
$attrs: {
|
|
65
67
|
[x: string]: unknown;
|
|
@@ -131,10 +133,12 @@ declare function __VLS_template(): {
|
|
|
131
133
|
} & import('../../types/component').QBaseComponentProps & {
|
|
132
134
|
label?: string;
|
|
133
135
|
for?: string;
|
|
136
|
+
} & {
|
|
134
137
|
size?: import('..').QFieldSize;
|
|
135
138
|
readonly?: boolean;
|
|
136
139
|
disabled?: boolean;
|
|
137
140
|
required?: boolean;
|
|
141
|
+
invalid?: boolean;
|
|
138
142
|
} & {
|
|
139
143
|
placeholder?: string;
|
|
140
144
|
clearable?: boolean;
|
|
@@ -179,10 +183,12 @@ declare function __VLS_template(): {
|
|
|
179
183
|
} & import('../../types/component').QBaseComponentProps & {
|
|
180
184
|
label?: string;
|
|
181
185
|
for?: string;
|
|
186
|
+
} & {
|
|
182
187
|
size?: import('..').QFieldSize;
|
|
183
188
|
readonly?: boolean;
|
|
184
189
|
disabled?: boolean;
|
|
185
190
|
required?: boolean;
|
|
191
|
+
invalid?: boolean;
|
|
186
192
|
} & {
|
|
187
193
|
placeholder?: string;
|
|
188
194
|
clearable?: boolean;
|
|
@@ -466,6 +472,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
466
472
|
readonly readonly?: boolean | undefined;
|
|
467
473
|
readonly disabled?: boolean | undefined;
|
|
468
474
|
readonly required?: boolean | undefined;
|
|
475
|
+
readonly invalid?: boolean | undefined;
|
|
469
476
|
readonly placeholder?: string | undefined;
|
|
470
477
|
readonly clearable?: boolean | undefined;
|
|
471
478
|
readonly type?: string | undefined;
|
|
@@ -491,6 +498,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
491
498
|
readonly readonly?: boolean | undefined;
|
|
492
499
|
readonly disabled?: boolean | undefined;
|
|
493
500
|
readonly required?: boolean | undefined;
|
|
501
|
+
readonly invalid?: boolean | undefined;
|
|
494
502
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
495
503
|
$attrs: {
|
|
496
504
|
[x: string]: unknown;
|
|
@@ -562,10 +570,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
562
570
|
} & import('../../types/component').QBaseComponentProps & {
|
|
563
571
|
label?: string;
|
|
564
572
|
for?: string;
|
|
573
|
+
} & {
|
|
565
574
|
size?: import('..').QFieldSize;
|
|
566
575
|
readonly?: boolean;
|
|
567
576
|
disabled?: boolean;
|
|
568
577
|
required?: boolean;
|
|
578
|
+
invalid?: boolean;
|
|
569
579
|
} & {
|
|
570
580
|
placeholder?: string;
|
|
571
581
|
clearable?: boolean;
|
|
@@ -610,10 +620,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
610
620
|
} & import('../../types/component').QBaseComponentProps & {
|
|
611
621
|
label?: string;
|
|
612
622
|
for?: string;
|
|
623
|
+
} & {
|
|
613
624
|
size?: import('..').QFieldSize;
|
|
614
625
|
readonly?: boolean;
|
|
615
626
|
disabled?: boolean;
|
|
616
627
|
required?: boolean;
|
|
628
|
+
invalid?: boolean;
|
|
617
629
|
} & {
|
|
618
630
|
placeholder?: string;
|
|
619
631
|
clearable?: boolean;
|
|
@@ -646,6 +658,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
646
658
|
readonly readonly?: boolean | undefined;
|
|
647
659
|
readonly disabled?: boolean | undefined;
|
|
648
660
|
readonly required?: boolean | undefined;
|
|
661
|
+
readonly invalid?: boolean | undefined;
|
|
649
662
|
readonly placeholder?: string | undefined;
|
|
650
663
|
readonly clearable?: boolean | undefined;
|
|
651
664
|
readonly type?: string | undefined;
|
|
@@ -671,6 +684,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
671
684
|
readonly readonly?: boolean | undefined;
|
|
672
685
|
readonly disabled?: boolean | undefined;
|
|
673
686
|
readonly required?: boolean | undefined;
|
|
687
|
+
readonly invalid?: boolean | undefined;
|
|
674
688
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
675
689
|
$attrs: {
|
|
676
690
|
[x: string]: unknown;
|
|
@@ -742,10 +756,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
742
756
|
} & import('../../types/component').QBaseComponentProps & {
|
|
743
757
|
label?: string;
|
|
744
758
|
for?: string;
|
|
759
|
+
} & {
|
|
745
760
|
size?: import('..').QFieldSize;
|
|
746
761
|
readonly?: boolean;
|
|
747
762
|
disabled?: boolean;
|
|
748
763
|
required?: boolean;
|
|
764
|
+
invalid?: boolean;
|
|
749
765
|
} & {
|
|
750
766
|
placeholder?: string;
|
|
751
767
|
clearable?: boolean;
|
|
@@ -790,10 +806,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
790
806
|
} & import('../../types/component').QBaseComponentProps & {
|
|
791
807
|
label?: string;
|
|
792
808
|
for?: string;
|
|
809
|
+
} & {
|
|
793
810
|
size?: import('..').QFieldSize;
|
|
794
811
|
readonly?: boolean;
|
|
795
812
|
disabled?: boolean;
|
|
796
813
|
required?: boolean;
|
|
814
|
+
invalid?: boolean;
|
|
797
815
|
} & {
|
|
798
816
|
placeholder?: string;
|
|
799
817
|
clearable?: boolean;
|
|
@@ -861,6 +879,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
861
879
|
readonly readonly?: boolean | undefined;
|
|
862
880
|
readonly disabled?: boolean | undefined;
|
|
863
881
|
readonly required?: boolean | undefined;
|
|
882
|
+
readonly invalid?: boolean | undefined;
|
|
864
883
|
readonly placeholder?: string | undefined;
|
|
865
884
|
readonly clearable?: boolean | undefined;
|
|
866
885
|
readonly type?: string | undefined;
|
|
@@ -886,6 +905,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
886
905
|
readonly readonly?: boolean | undefined;
|
|
887
906
|
readonly disabled?: boolean | undefined;
|
|
888
907
|
readonly required?: boolean | undefined;
|
|
908
|
+
readonly invalid?: boolean | undefined;
|
|
889
909
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
890
910
|
$attrs: {
|
|
891
911
|
[x: string]: unknown;
|
|
@@ -957,10 +977,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
957
977
|
} & import('../../types/component').QBaseComponentProps & {
|
|
958
978
|
label?: string;
|
|
959
979
|
for?: string;
|
|
980
|
+
} & {
|
|
960
981
|
size?: import('..').QFieldSize;
|
|
961
982
|
readonly?: boolean;
|
|
962
983
|
disabled?: boolean;
|
|
963
984
|
required?: boolean;
|
|
985
|
+
invalid?: boolean;
|
|
964
986
|
} & {
|
|
965
987
|
placeholder?: string;
|
|
966
988
|
clearable?: boolean;
|
|
@@ -1005,10 +1027,12 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
1005
1027
|
} & import('../../types/component').QBaseComponentProps & {
|
|
1006
1028
|
label?: string;
|
|
1007
1029
|
for?: string;
|
|
1030
|
+
} & {
|
|
1008
1031
|
size?: import('..').QFieldSize;
|
|
1009
1032
|
readonly?: boolean;
|
|
1010
1033
|
disabled?: boolean;
|
|
1011
1034
|
required?: boolean;
|
|
1035
|
+
invalid?: boolean;
|
|
1012
1036
|
} & {
|
|
1013
1037
|
placeholder?: string;
|
|
1014
1038
|
clearable?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"AAyHA;AAqkBC,OAAO,EAAE,aAAa,EAAiB,MAAM,SAAS,CAAA;AAYtD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAClD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAG7C,OAAO,EAAY,QAAQ,EAAyB,MAAM,KAAK,CAAA;AAE/D,KAAK,WAAW,GAAG,cAAc,CAAC;AAscnC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,SAAS,CAAC;IACvB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACjB,GAAG,WAAW,CAAC;AAOhB,iBAAS,cAAc;WA2UT,OAAO,IAA6B;;iCAtBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;gCACK,GAAG;;;YACb,GAAG;+BACM,GAAG
|
|
1
|
+
{"version":3,"file":"QCombobox.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QCombobox/QCombobox.vue"],"names":[],"mappings":"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"}
|