@quidgest/ui 0.15.1 → 0.15.3
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 +2 -0
- package/dist/ui.css +150 -76
- package/dist/ui.esm.js +3852 -3696
- package/dist/ui.js +9 -9
- package/dist/ui.min.css +1 -1
- package/dist/ui.min.js +711 -704
- package/dist/ui.scss +130 -38
- package/esm/components/QCombobox/QCombobox.d.ts +16 -8
- package/esm/components/QCombobox/QCombobox.d.ts.map +1 -1
- package/esm/components/QCombobox/QCombobox.vue.js +1 -1
- package/esm/components/QCombobox/index.d.ts +28 -14
- package/esm/components/QCombobox/index.d.ts.map +1 -1
- package/esm/components/QDateTimePicker/QDateTimePicker.vue.js +1 -1
- package/esm/components/QDateTimePicker/index.d.ts +3 -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 +11 -10
- package/esm/components/QFileUpload/QFileUpload.vue.js +1 -1
- package/esm/components/QFileUpload/index.d.ts +3 -0
- package/esm/components/QFileUpload/index.d.ts.map +1 -1
- package/esm/components/QInputGroup/QInputGroup.vue.js +1 -1
- package/esm/components/QLabel/QLabel.d.ts +1 -0
- package/esm/components/QLabel/QLabel.d.ts.map +1 -1
- package/esm/components/QLabel/QLabel.vue.js +28 -13
- package/esm/components/QLabel/index.d.ts +1 -0
- package/esm/components/QLabel/index.d.ts.map +1 -1
- package/esm/components/QLabel/types.d.ts +5 -0
- package/esm/components/QLabel/types.d.ts.map +1 -1
- package/esm/components/QMeter/QMeter.vue.js +14 -13
- package/esm/components/QMeter/index.d.ts +2 -0
- package/esm/components/QMeter/index.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.d.ts.map +1 -1
- package/esm/components/QOverlay/QOverlay.vue.js +95 -90
- package/esm/components/QOverlay/index.d.ts +3 -0
- package/esm/components/QOverlay/index.d.ts.map +1 -1
- package/esm/components/QOverlay/types.d.ts +4 -0
- package/esm/components/QOverlay/types.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.d.ts +8 -4
- package/esm/components/QPasswordField/QPasswordField.d.ts.map +1 -1
- package/esm/components/QPasswordField/QPasswordField.vue.js +1 -1
- package/esm/components/QPasswordField/QPasswordFieldMeterOverlay.vue.js +14 -13
- package/esm/components/QPasswordField/index.d.ts +4 -2
- package/esm/components/QPasswordField/index.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.d.ts +2 -0
- package/esm/components/QPopover/QPopover.d.ts.map +1 -1
- package/esm/components/QPopover/QPopover.vue.js +36 -26
- package/esm/components/QPopover/index.d.ts +2 -0
- package/esm/components/QPopover/index.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyList.vue.js +23 -23
- package/esm/components/QPropertyList/QPropertyListRow.d.ts +6 -2
- package/esm/components/QPropertyList/QPropertyListRow.d.ts.map +1 -1
- package/esm/components/QPropertyList/QPropertyListRow.vue.js +20 -20
- package/esm/components/QPropertyList/index.d.ts +9 -2
- package/esm/components/QPropertyList/index.d.ts.map +1 -1
- package/esm/components/QRadioGroup/QRadioButton.d.ts +24 -0
- package/esm/components/QRadioGroup/QRadioButton.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioButton.vue.js +78 -0
- package/esm/components/QRadioGroup/QRadioButton.vue2.js +4 -0
- package/esm/components/QRadioGroup/QRadioGroup.d.ts +32 -0
- package/esm/components/QRadioGroup/QRadioGroup.d.ts.map +1 -0
- package/esm/components/QRadioGroup/QRadioGroup.vue.js +79 -0
- package/esm/components/QRadioGroup/QRadioGroup.vue2.js +4 -0
- package/esm/components/QRadioGroup/index.d.ts +108 -0
- package/esm/components/QRadioGroup/index.d.ts.map +1 -0
- package/esm/components/QRadioGroup/index.js +8 -0
- package/esm/components/QRadioGroup/types.d.ts +65 -0
- package/esm/components/QRadioGroup/types.d.ts.map +1 -0
- package/esm/components/QSelect/QSelect.d.ts +2 -2
- package/esm/components/QSelect/QSelect.d.ts.map +1 -1
- package/esm/components/QSelect/QSelect.vue.js +28 -28
- package/esm/components/QSelect/index.d.ts +4 -1
- package/esm/components/QSelect/index.d.ts.map +1 -1
- package/esm/components/QTextArea/QTextArea.vue.js +1 -1
- package/esm/components/QTextArea/index.d.ts +3 -0
- package/esm/components/QTextArea/index.d.ts.map +1 -1
- package/esm/components/QTextField/QTextField.d.ts +2 -2
- package/esm/components/QTextField/QTextField.vue.js +1 -1
- package/esm/components/QTextField/index.d.ts +4 -1
- package/esm/components/QTextField/index.d.ts.map +1 -1
- package/esm/components/index.d.ts +1 -0
- package/esm/components/index.d.ts.map +1 -1
- package/esm/components/index.js +34 -31
- package/esm/composables/group.d.ts.map +1 -1
- package/esm/composables/group.js +1 -1
- package/esm/index.d.ts +2 -0
- package/package.json +1 -1
|
@@ -4,6 +4,7 @@ declare const QMeter: import('vue').DefineComponent<{
|
|
|
4
4
|
} & import('../../types/component').QBaseComponentProps & {
|
|
5
5
|
label?: string;
|
|
6
6
|
for?: string;
|
|
7
|
+
required?: boolean;
|
|
7
8
|
} & {
|
|
8
9
|
max?: number;
|
|
9
10
|
valueLabel?: string | ((value: number, max: number) => string);
|
|
@@ -15,6 +16,7 @@ declare const QMeter: import('vue').DefineComponent<{
|
|
|
15
16
|
} & import('../../types/component').QBaseComponentProps & {
|
|
16
17
|
label?: string;
|
|
17
18
|
for?: string;
|
|
19
|
+
required?: boolean;
|
|
18
20
|
} & {
|
|
19
21
|
max?: number;
|
|
20
22
|
valueLabel?: string | ((value: number, max: number) => string);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAK1C,QAAA,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QMeter/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAA;AAK1C,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;wFAA2B,CAAA;AAGvC,OAAO,EAAE,MAAM,EAAE,CAAA;AAGjB,YAAY,EAAE,WAAW,EAAE,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/QOverlay.vue"],"names":[],"mappings":"AA0CA;
|
|
1
|
+
{"version":3,"file":"QOverlay.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/QOverlay.vue"],"names":[],"mappings":"AA0CA;AAycC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAM5C,KAAK,WAAW,GAAG,aAAa,CAAC;AAqZlC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,OAAO,CAAC;CACpB,GAAG,WAAW,CAAC;AAKhB,iBAAS,cAAc;WAsGT,OAAO,IAA6B;;yBAbpB,GAAG;;;;;;;EAkBhC;AAuBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;OASnB,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,12 +1,12 @@
|
|
|
1
|
-
import { defineComponent as
|
|
2
|
-
import { QRemoveScrollBar as
|
|
3
|
-
import { getSideFromPlacement as
|
|
1
|
+
import { defineComponent as ee, mergeModels as $, useModel as te, computed as d, reactive as M, watch as k, ref as R, nextTick as y, onMounted as ne, onBeforeUnmount as oe, createElementBlock as g, openBlock as u, Fragment as re, createBlock as V, createCommentVNode as L, Teleport as ie, createVNode as ae, normalizeClass as A, Transition as le, withCtx as se, normalizeStyle as z, createElementVNode as de, mergeProps as ce, withKeys as ue, renderSlot as fe, unref as me } from "vue";
|
|
2
|
+
import { QRemoveScrollBar as ve } from "../QRemoveScrollBar/index.js";
|
|
3
|
+
import { getSideFromPlacement as pe, computePosition as ye } from "../../composables/overlay.js";
|
|
4
4
|
import { useTheme as he } from "../../composables/theme.js";
|
|
5
|
-
import { getElement as
|
|
6
|
-
const
|
|
5
|
+
import { getElement as we } from "../../utils/getElement.js";
|
|
6
|
+
const ke = ["id"], ge = ["role"], be = /* @__PURE__ */ ee({
|
|
7
7
|
inheritAttrs: !1,
|
|
8
8
|
__name: "QOverlay",
|
|
9
|
-
props: /* @__PURE__ */
|
|
9
|
+
props: /* @__PURE__ */ $({
|
|
10
10
|
id: {},
|
|
11
11
|
class: {},
|
|
12
12
|
anchor: {},
|
|
@@ -26,179 +26,184 @@ const we = ["id"], ke = ["role"], be = /* @__PURE__ */ Z({
|
|
|
26
26
|
spy: { type: Boolean },
|
|
27
27
|
transition: { default: "fade" },
|
|
28
28
|
trigger: { default: "click" },
|
|
29
|
+
closeOnContentClick: { type: Boolean },
|
|
29
30
|
width: { default: "auto" }
|
|
30
31
|
}, {
|
|
31
32
|
modelValue: { type: Boolean },
|
|
32
33
|
modelModifiers: {}
|
|
33
34
|
}),
|
|
34
|
-
emits: /* @__PURE__ */
|
|
35
|
-
setup(
|
|
36
|
-
const t =
|
|
35
|
+
emits: /* @__PURE__ */ $(["enter", "leave"], ["update:modelValue"]),
|
|
36
|
+
setup(C, { emit: I }) {
|
|
37
|
+
const t = C, B = I, r = te(C, "modelValue"), { class: U } = he(), F = d(() => [
|
|
37
38
|
"q-overlay",
|
|
38
|
-
`q-overlay--${
|
|
39
|
-
|
|
39
|
+
`q-overlay--${pe(n.placement)}`,
|
|
40
|
+
U.value,
|
|
40
41
|
{
|
|
41
|
-
"q-overlay--independent":
|
|
42
|
+
"q-overlay--independent": f.value,
|
|
42
43
|
"q-overlay--inverted": t.appearance === "inverted"
|
|
43
44
|
},
|
|
44
45
|
t.class
|
|
45
|
-
]),
|
|
46
|
+
]), f = d(() => t.anchor === void 0), _ = d(() => (r.value || n.animating) && !t.nonModal), N = d(() => (r.value || n.animating) && t.scrollLock), n = M({
|
|
46
47
|
animating: !1,
|
|
47
48
|
top: 0,
|
|
48
49
|
left: 0,
|
|
49
50
|
width: 0,
|
|
50
51
|
placement: t.placement
|
|
51
|
-
}), i =
|
|
52
|
+
}), i = M({
|
|
52
53
|
top: void 0,
|
|
53
54
|
left: void 0,
|
|
54
55
|
hidden: !0
|
|
55
|
-
}),
|
|
56
|
+
}), P = d(() => n.top !== 0 && n.left !== 0);
|
|
56
57
|
k(r, () => n.animating = !0);
|
|
57
|
-
const K =
|
|
58
|
-
if (
|
|
59
|
-
const e =
|
|
58
|
+
const K = d(() => {
|
|
59
|
+
if (f.value) return;
|
|
60
|
+
const e = c(), s = t.width === "anchor", o = s ? e == null ? void 0 : e.getBoundingClientRect().width : void 0;
|
|
60
61
|
return {
|
|
61
62
|
top: `${n.top}px`,
|
|
62
63
|
left: `${n.left}px`,
|
|
63
64
|
width: o !== void 0 ? `${o}px` : void 0
|
|
64
65
|
};
|
|
65
|
-
}), Q =
|
|
66
|
+
}), Q = d(() => {
|
|
66
67
|
if (t.arrow)
|
|
67
68
|
return {
|
|
68
69
|
top: i.top !== void 0 ? `${i.top}px` : void 0,
|
|
69
70
|
left: i.left !== void 0 ? `${i.left}px` : void 0,
|
|
70
71
|
opacity: i.hidden ? 0 : 1
|
|
71
72
|
};
|
|
72
|
-
}),
|
|
73
|
+
}), h = R(null), m = R(null);
|
|
73
74
|
function a() {
|
|
74
|
-
const e =
|
|
75
|
-
if (!e || !
|
|
75
|
+
const e = c();
|
|
76
|
+
if (!e || !m.value)
|
|
76
77
|
return;
|
|
77
|
-
const
|
|
78
|
+
const s = {
|
|
78
79
|
placement: t.placement,
|
|
79
80
|
width: t.width,
|
|
80
81
|
offset: t.offset,
|
|
81
82
|
crossOffset: t.crossOffset,
|
|
82
83
|
arrow: t.arrow
|
|
83
|
-
}, o =
|
|
84
|
+
}, o = ye(
|
|
84
85
|
e,
|
|
85
|
-
|
|
86
|
-
(
|
|
87
|
-
|
|
86
|
+
m.value,
|
|
87
|
+
(h == null ? void 0 : h.value) ?? void 0,
|
|
88
|
+
s
|
|
88
89
|
);
|
|
89
90
|
n.left = o.overlayCoords.x, n.top = o.overlayCoords.y, n.placement = o.placement, i.hidden = o.arrowCoords === void 0, o.arrowCoords && (i.top = o.arrowCoords.y, i.left = o.arrowCoords.x);
|
|
90
91
|
}
|
|
91
92
|
k(
|
|
92
93
|
() => t.placement,
|
|
93
|
-
() =>
|
|
94
|
+
() => y(a)
|
|
94
95
|
);
|
|
95
|
-
let
|
|
96
|
-
function
|
|
96
|
+
let v;
|
|
97
|
+
function w() {
|
|
97
98
|
T(0);
|
|
98
99
|
}
|
|
99
|
-
function
|
|
100
|
+
function b() {
|
|
100
101
|
T(t.delay);
|
|
101
102
|
}
|
|
102
103
|
function T(e) {
|
|
103
|
-
|
|
104
|
+
v && x(), v = window.setTimeout(() => {
|
|
104
105
|
r.value = !0;
|
|
105
106
|
}, e);
|
|
106
107
|
}
|
|
107
|
-
function
|
|
108
|
-
if (
|
|
109
|
-
const e =
|
|
108
|
+
function l() {
|
|
109
|
+
if (v && x(), r.value = !1, t.anchor && t.trigger === "click") {
|
|
110
|
+
const e = c();
|
|
110
111
|
e == null || e.focus();
|
|
111
112
|
}
|
|
112
113
|
}
|
|
113
114
|
function x() {
|
|
114
|
-
clearTimeout(
|
|
115
|
+
clearTimeout(v), v = void 0;
|
|
115
116
|
}
|
|
116
|
-
k(
|
|
117
|
-
function
|
|
118
|
-
|
|
117
|
+
k(P, () => y(D));
|
|
118
|
+
function D() {
|
|
119
|
+
B("enter");
|
|
119
120
|
}
|
|
120
121
|
let S;
|
|
121
|
-
function
|
|
122
|
-
window.clearTimeout(S), S = window.setTimeout(() => n.animating = !1, 200),
|
|
122
|
+
function W() {
|
|
123
|
+
window.clearTimeout(S), S = window.setTimeout(() => n.animating = !1, 200), B("leave");
|
|
123
124
|
}
|
|
124
|
-
function
|
|
125
|
-
return t.anchor ?
|
|
125
|
+
function c() {
|
|
126
|
+
return t.anchor ? we(t.anchor) : null;
|
|
126
127
|
}
|
|
127
|
-
let
|
|
128
|
-
function
|
|
129
|
-
const e =
|
|
128
|
+
let p;
|
|
129
|
+
function j() {
|
|
130
|
+
const e = c();
|
|
130
131
|
if (e)
|
|
131
|
-
switch (
|
|
132
|
+
switch (p = new MutationObserver(a), p.observe(e, {
|
|
132
133
|
attributes: !1,
|
|
133
134
|
childList: !0,
|
|
134
135
|
characterData: !0,
|
|
135
136
|
subtree: !0
|
|
136
137
|
}), t.trigger) {
|
|
137
138
|
case "click":
|
|
138
|
-
e.addEventListener("click",
|
|
139
|
+
e.addEventListener("click", w);
|
|
139
140
|
break;
|
|
140
141
|
case "hover":
|
|
141
|
-
e.addEventListener("mouseenter",
|
|
142
|
+
e.addEventListener("mouseenter", b), e.addEventListener("mouseleave", l), e.addEventListener("focusin", w), e.addEventListener("focusout", l);
|
|
142
143
|
break;
|
|
143
144
|
}
|
|
144
145
|
}
|
|
145
|
-
function
|
|
146
|
-
const e =
|
|
146
|
+
function G() {
|
|
147
|
+
const e = c();
|
|
147
148
|
if (e)
|
|
148
|
-
switch (
|
|
149
|
+
switch (p == null || p.disconnect(), t.trigger) {
|
|
149
150
|
case "click":
|
|
150
|
-
e.removeEventListener("click",
|
|
151
|
+
e.removeEventListener("click", w);
|
|
151
152
|
break;
|
|
152
153
|
case "hover":
|
|
153
|
-
e.removeEventListener("mouseenter",
|
|
154
|
+
e.removeEventListener("mouseenter", b), e.removeEventListener("mouseleave", l), e.removeEventListener("focusin", w), e.removeEventListener("focusout", l);
|
|
154
155
|
break;
|
|
155
156
|
}
|
|
156
157
|
}
|
|
157
|
-
function
|
|
158
|
+
function H() {
|
|
158
159
|
window.addEventListener("resize", a), t.scrollLock || window.addEventListener("scroll", a);
|
|
159
160
|
}
|
|
160
|
-
function
|
|
161
|
+
function J() {
|
|
161
162
|
window.removeEventListener("resize", a), t.scrollLock || window.removeEventListener("scroll", a);
|
|
162
163
|
}
|
|
163
164
|
let E;
|
|
164
165
|
function q() {
|
|
165
|
-
|
|
166
|
+
c() ? (a(), E = window.setTimeout(q, 100)) : l();
|
|
166
167
|
}
|
|
167
|
-
function
|
|
168
|
-
|
|
168
|
+
function X() {
|
|
169
|
+
f.value || (H(), t.spy ? q() : a()), (f.value || t.trigger === "click") && y(() => {
|
|
169
170
|
var e;
|
|
170
|
-
return (e =
|
|
171
|
+
return (e = m.value) == null ? void 0 : e.focus();
|
|
171
172
|
});
|
|
172
173
|
}
|
|
173
|
-
function
|
|
174
|
-
|
|
174
|
+
function O() {
|
|
175
|
+
f.value || J(), t.spy && (clearTimeout(E), E = void 0), n.top = 0, n.left = 0;
|
|
176
|
+
}
|
|
177
|
+
function Y() {
|
|
178
|
+
t.persistent || l();
|
|
175
179
|
}
|
|
176
|
-
function
|
|
177
|
-
|
|
180
|
+
function Z(e) {
|
|
181
|
+
var s;
|
|
182
|
+
t.persistent || (t.closeOnContentClick || !((s = m.value) != null && s.contains(e.relatedTarget))) && l();
|
|
178
183
|
}
|
|
179
|
-
return
|
|
180
|
-
|
|
181
|
-
}),
|
|
182
|
-
|
|
184
|
+
return ne(() => {
|
|
185
|
+
y(j);
|
|
186
|
+
}), oe(() => {
|
|
187
|
+
G(), O();
|
|
183
188
|
}), k(
|
|
184
189
|
r,
|
|
185
190
|
(e) => {
|
|
186
|
-
|
|
191
|
+
y(() => e ? X() : O());
|
|
187
192
|
},
|
|
188
193
|
{ immediate: !0 }
|
|
189
|
-
), (e,
|
|
190
|
-
|
|
194
|
+
), (e, s) => (u(), g(
|
|
195
|
+
re,
|
|
191
196
|
null,
|
|
192
197
|
[
|
|
193
|
-
(
|
|
198
|
+
(u(), V(ie, {
|
|
194
199
|
disabled: !r.value && !n.animating || t.inline,
|
|
195
200
|
to: t.attach
|
|
196
201
|
}, [
|
|
197
|
-
|
|
202
|
+
_.value ? (u(), g(
|
|
198
203
|
"div",
|
|
199
204
|
{
|
|
200
205
|
key: 0,
|
|
201
|
-
class:
|
|
206
|
+
class: A([
|
|
202
207
|
t.backdropClass,
|
|
203
208
|
"q-overlay__underlay",
|
|
204
209
|
{ "q-overlay__underlay--blur": t.backdropBlur }
|
|
@@ -208,34 +213,34 @@ const we = ["id"], ke = ["role"], be = /* @__PURE__ */ Z({
|
|
|
208
213
|
2
|
|
209
214
|
/* CLASS */
|
|
210
215
|
)) : L("v-if", !0),
|
|
211
|
-
|
|
216
|
+
ae(le, {
|
|
212
217
|
name: t.transition,
|
|
213
218
|
appear: "",
|
|
214
|
-
onLeave:
|
|
219
|
+
onLeave: W
|
|
215
220
|
}, {
|
|
216
|
-
default:
|
|
217
|
-
r.value ? (
|
|
221
|
+
default: se(() => [
|
|
222
|
+
r.value ? (u(), g("div", {
|
|
218
223
|
key: 0,
|
|
219
224
|
id: t.id,
|
|
220
|
-
class:
|
|
225
|
+
class: A(F.value),
|
|
221
226
|
style: z(K.value)
|
|
222
227
|
}, [
|
|
223
|
-
|
|
228
|
+
de("div", ce({
|
|
224
229
|
ref_key: "overlayRef",
|
|
225
|
-
ref:
|
|
230
|
+
ref: m,
|
|
226
231
|
class: "q-overlay__content",
|
|
227
232
|
tabindex: "-1",
|
|
228
|
-
role:
|
|
233
|
+
role: _.value ? "dialog" : void 0
|
|
229
234
|
}, e.$attrs, {
|
|
230
|
-
onKeydown:
|
|
231
|
-
|
|
235
|
+
onKeydown: ue(Y, ["escape"]),
|
|
236
|
+
onFocusout: Z
|
|
232
237
|
}), [
|
|
233
|
-
t.arrow ? (
|
|
238
|
+
t.arrow ? (u(), g(
|
|
234
239
|
"div",
|
|
235
240
|
{
|
|
236
241
|
key: 0,
|
|
237
242
|
ref_key: "arrowRef",
|
|
238
|
-
ref:
|
|
243
|
+
ref: h,
|
|
239
244
|
role: "presentation",
|
|
240
245
|
class: "q-overlay__arrow",
|
|
241
246
|
style: z(Q.value)
|
|
@@ -244,15 +249,15 @@ const we = ["id"], ke = ["role"], be = /* @__PURE__ */ Z({
|
|
|
244
249
|
4
|
|
245
250
|
/* STYLE */
|
|
246
251
|
)) : L("v-if", !0),
|
|
247
|
-
|
|
248
|
-
], 16,
|
|
249
|
-
], 14,
|
|
252
|
+
fe(e.$slots, "default")
|
|
253
|
+
], 16, ge)
|
|
254
|
+
], 14, ke)) : L("v-if", !0)
|
|
250
255
|
]),
|
|
251
256
|
_: 3
|
|
252
257
|
/* FORWARDED */
|
|
253
258
|
}, 8, ["name"])
|
|
254
259
|
], 8, ["disabled", "to"])),
|
|
255
|
-
|
|
260
|
+
N.value ? (u(), V(me(ve), { key: 0 })) : L("v-if", !0)
|
|
256
261
|
],
|
|
257
262
|
64
|
|
258
263
|
/* STABLE_FRAGMENT */
|
|
@@ -20,6 +20,7 @@ declare const QOverlay: {
|
|
|
20
20
|
spy?: boolean;
|
|
21
21
|
transition?: string;
|
|
22
22
|
trigger?: import('../../composables/overlay').Trigger;
|
|
23
|
+
closeOnContentClick?: boolean;
|
|
23
24
|
width?: "auto" | "anchor";
|
|
24
25
|
}> & Readonly<{
|
|
25
26
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -70,6 +71,7 @@ declare const QOverlay: {
|
|
|
70
71
|
spy?: boolean;
|
|
71
72
|
transition?: string;
|
|
72
73
|
trigger?: import('../../composables/overlay').Trigger;
|
|
74
|
+
closeOnContentClick?: boolean;
|
|
73
75
|
width?: "auto" | "anchor";
|
|
74
76
|
}> & Readonly<{
|
|
75
77
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -109,6 +111,7 @@ declare const QOverlay: {
|
|
|
109
111
|
spy?: boolean;
|
|
110
112
|
transition?: string;
|
|
111
113
|
trigger?: import('../../composables/overlay').Trigger;
|
|
114
|
+
closeOnContentClick?: boolean;
|
|
112
115
|
width?: "auto" | "anchor";
|
|
113
116
|
}> & Readonly<{
|
|
114
117
|
"onUpdate:modelValue"?: ((value: boolean) => any) | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAK5C,QAAA,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAA;AAK5C,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAA6B,CAAA;AAG3C,OAAO,EAAE,QAAQ,EAAE,CAAA;AAGnB,YAAY,EAAE,aAAa,EAAE,CAAA"}
|
|
@@ -78,6 +78,10 @@ export type QOverlayProps = QBaseComponentProps & {
|
|
|
78
78
|
* The method to trigger the overlay.
|
|
79
79
|
*/
|
|
80
80
|
trigger?: Trigger;
|
|
81
|
+
/**
|
|
82
|
+
* Whether to close the overlay when its content is clicked.
|
|
83
|
+
*/
|
|
84
|
+
closeOnContentClick?: boolean;
|
|
81
85
|
/**
|
|
82
86
|
* The width of the overlay.
|
|
83
87
|
* Either is automatic, based on the overlay content,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAElC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;CACzB,CAAA"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/QOverlay/types.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAA;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,oBAAoB,CAAA;AAClD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAE5D,MAAM,MAAM,aAAa,GAAG,mBAAmB,GAAG;IACjD;;OAEG;IACH,MAAM,CAAC,EAAE,QAAQ,CAAA;IAEjB;;;;OAIG;IACH,UAAU,CAAC,EAAE,UAAU,CAAA;IAEvB;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;;OAGG;IACH,MAAM,CAAC,EAAE,OAAO,CAAA;IAEhB;;OAEG;IACH,YAAY,CAAC,EAAE,OAAO,CAAA;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,EAAE,CAAA;IAElC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAA;IAEd;;;;OAIG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;IAElB;;OAEG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,CAAA;IAEf;;OAEG;IACH,WAAW,CAAC,EAAE,MAAM,CAAA;IAEpB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAA;IAEpB;;OAEG;IACH,SAAS,CAAC,EAAE,SAAS,CAAA;IAErB;;;OAGG;IACH,GAAG,CAAC,EAAE,OAAO,CAAA;IAEb;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IAEnB;;OAEG;IACH,OAAO,CAAC,EAAE,OAAO,CAAA;IAEjB;;OAEG;IACH,mBAAmB,CAAC,EAAE,OAAO,CAAA;IAE7B;;;;OAIG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,QAAQ,CAAA;CACzB,CAAA"}
|
|
@@ -23,10 +23,10 @@ declare function __VLS_template(): {
|
|
|
23
23
|
readonly class?: string | unknown[] | undefined;
|
|
24
24
|
readonly label?: string | undefined;
|
|
25
25
|
readonly for?: string | undefined;
|
|
26
|
+
readonly required?: boolean | undefined;
|
|
26
27
|
readonly size?: import('..').QFieldSize | undefined;
|
|
27
28
|
readonly readonly?: boolean | undefined;
|
|
28
29
|
readonly disabled?: boolean | undefined;
|
|
29
|
-
readonly required?: boolean | undefined;
|
|
30
30
|
readonly invalid?: boolean | undefined;
|
|
31
31
|
readonly placeholder?: string | undefined;
|
|
32
32
|
readonly clearable?: boolean | undefined;
|
|
@@ -49,10 +49,10 @@ declare function __VLS_template(): {
|
|
|
49
49
|
readonly class?: string | unknown[] | undefined;
|
|
50
50
|
readonly label?: string | undefined;
|
|
51
51
|
readonly for?: string | undefined;
|
|
52
|
+
readonly required?: boolean | undefined;
|
|
52
53
|
readonly size?: import('..').QFieldSize | undefined;
|
|
53
54
|
readonly readonly?: boolean | undefined;
|
|
54
55
|
readonly disabled?: boolean | undefined;
|
|
55
|
-
readonly required?: boolean | undefined;
|
|
56
56
|
readonly invalid?: boolean | undefined;
|
|
57
57
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
58
58
|
$attrs: {
|
|
@@ -125,6 +125,7 @@ declare function __VLS_template(): {
|
|
|
125
125
|
} & import('../../types/component').QBaseComponentProps & {
|
|
126
126
|
label?: string;
|
|
127
127
|
for?: string;
|
|
128
|
+
required?: boolean;
|
|
128
129
|
} & {
|
|
129
130
|
size?: import('..').QFieldSize;
|
|
130
131
|
readonly?: boolean;
|
|
@@ -175,6 +176,7 @@ declare function __VLS_template(): {
|
|
|
175
176
|
} & import('../../types/component').QBaseComponentProps & {
|
|
176
177
|
label?: string;
|
|
177
178
|
for?: string;
|
|
179
|
+
required?: boolean;
|
|
178
180
|
} & {
|
|
179
181
|
size?: import('..').QFieldSize;
|
|
180
182
|
readonly?: boolean;
|
|
@@ -224,10 +226,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
224
226
|
readonly class?: string | unknown[] | undefined;
|
|
225
227
|
readonly label?: string | undefined;
|
|
226
228
|
readonly for?: string | undefined;
|
|
229
|
+
readonly required?: boolean | undefined;
|
|
227
230
|
readonly size?: import('..').QFieldSize | undefined;
|
|
228
231
|
readonly readonly?: boolean | undefined;
|
|
229
232
|
readonly disabled?: boolean | undefined;
|
|
230
|
-
readonly required?: boolean | undefined;
|
|
231
233
|
readonly invalid?: boolean | undefined;
|
|
232
234
|
readonly placeholder?: string | undefined;
|
|
233
235
|
readonly clearable?: boolean | undefined;
|
|
@@ -250,10 +252,10 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
250
252
|
readonly class?: string | unknown[] | undefined;
|
|
251
253
|
readonly label?: string | undefined;
|
|
252
254
|
readonly for?: string | undefined;
|
|
255
|
+
readonly required?: boolean | undefined;
|
|
253
256
|
readonly size?: import('..').QFieldSize | undefined;
|
|
254
257
|
readonly readonly?: boolean | undefined;
|
|
255
258
|
readonly disabled?: boolean | undefined;
|
|
256
|
-
readonly required?: boolean | undefined;
|
|
257
259
|
readonly invalid?: boolean | undefined;
|
|
258
260
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
259
261
|
$attrs: {
|
|
@@ -326,6 +328,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
326
328
|
} & import('../../types/component').QBaseComponentProps & {
|
|
327
329
|
label?: string;
|
|
328
330
|
for?: string;
|
|
331
|
+
required?: boolean;
|
|
329
332
|
} & {
|
|
330
333
|
size?: import('..').QFieldSize;
|
|
331
334
|
readonly?: boolean;
|
|
@@ -376,6 +379,7 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_PublicProps,
|
|
|
376
379
|
} & import('../../types/component').QBaseComponentProps & {
|
|
377
380
|
label?: string;
|
|
378
381
|
for?: string;
|
|
382
|
+
required?: boolean;
|
|
379
383
|
} & {
|
|
380
384
|
size?: import('..').QFieldSize;
|
|
381
385
|
readonly?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"QPasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordField.vue"],"names":[],"mappings":"AA6DA;AAqLC,OAAO,KAAK,EAEX,mBAAmB,EAEnB,MAAM,SAAS,CAAA;AAKhB,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA4FxC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CAClB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAkLT,OAAO,IAA6B;;iCAhBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAwE4uT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG
|
|
1
|
+
{"version":3,"file":"QPasswordField.vue.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/QPasswordField.vue"],"names":[],"mappings":"AA6DA;AAqLC,OAAO,KAAK,EAEX,mBAAmB,EAEnB,MAAM,SAAS,CAAA;AAKhB,KAAK,WAAW,GAAG,mBAAmB,CAAC;AA4FxC,KAAK,iBAAiB,GAAG;IACzB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;CAClB,GAAG,WAAW,CAAC;AAMhB,iBAAS,cAAc;WAkLT,OAAO,IAA6B;;iCAhBZ,GAAG;gCACJ,GAAG;yBACV,GAAG;wBACJ,GAAG;wBACH,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAwE4uT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAvDj4T;AAwBD,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AAC9D,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4CA8BuvT,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OArBh4T,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"}
|
|
@@ -13,10 +13,10 @@ const Y = /* @__PURE__ */ S({
|
|
|
13
13
|
class: {},
|
|
14
14
|
label: {},
|
|
15
15
|
for: {},
|
|
16
|
+
required: { type: Boolean },
|
|
16
17
|
size: { default: "medium" },
|
|
17
18
|
readonly: { type: Boolean },
|
|
18
19
|
disabled: { type: Boolean },
|
|
19
|
-
required: { type: Boolean },
|
|
20
20
|
invalid: { type: Boolean },
|
|
21
21
|
placeholder: {},
|
|
22
22
|
toggle: { type: Boolean },
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { defineComponent as p, mergeModels as u, useModel as f, computed as h, createBlock as d, openBlock as r, unref as i, withCtx as v, createElementVNode as
|
|
1
|
+
import { defineComponent as p, mergeModels as u, useModel as f, computed as h, createBlock as d, openBlock as r, unref as i, withCtx as v, createElementVNode as c, createElementBlock as y, createCommentVNode as m, createVNode as g, toDisplayString as B } from "vue";
|
|
2
2
|
import { QMeter as _ } from "../QMeter/index.js";
|
|
3
|
-
import { QOverlay as
|
|
4
|
-
import
|
|
5
|
-
const w = { class: "q-password-field__meter" },
|
|
3
|
+
import { QOverlay as k } from "../QOverlay/index.js";
|
|
4
|
+
import V from "./QPasswordFieldMessages.vue.js";
|
|
5
|
+
const w = { class: "q-password-field__meter" }, C = {
|
|
6
6
|
key: 0,
|
|
7
7
|
class: "q-password-field__meter-score"
|
|
8
|
-
},
|
|
8
|
+
}, I = /* @__PURE__ */ p({
|
|
9
9
|
inheritAttrs: !1,
|
|
10
10
|
__name: "QPasswordFieldMeterOverlay",
|
|
11
11
|
props: /* @__PURE__ */ u({
|
|
@@ -28,6 +28,7 @@ const w = { class: "q-password-field__meter" }, M = {
|
|
|
28
28
|
spy: { type: Boolean },
|
|
29
29
|
transition: {},
|
|
30
30
|
trigger: {},
|
|
31
|
+
closeOnContentClick: { type: Boolean },
|
|
31
32
|
width: {},
|
|
32
33
|
messages: {},
|
|
33
34
|
score: {},
|
|
@@ -53,7 +54,7 @@ const w = { class: "q-password-field__meter" }, M = {
|
|
|
53
54
|
}
|
|
54
55
|
return o.levels[o.levels.length - 1];
|
|
55
56
|
});
|
|
56
|
-
return (t, l) => (r(), d(i(
|
|
57
|
+
return (t, l) => (r(), d(i(k), {
|
|
57
58
|
modelValue: n.value,
|
|
58
59
|
"onUpdate:modelValue": l[0] || (l[0] = (e) => n.value = e),
|
|
59
60
|
trigger: "manual",
|
|
@@ -65,25 +66,25 @@ const w = { class: "q-password-field__meter" }, M = {
|
|
|
65
66
|
default: v(() => {
|
|
66
67
|
var e;
|
|
67
68
|
return [
|
|
68
|
-
|
|
69
|
-
s.value ? (r(), y("div",
|
|
69
|
+
c("div", w, [
|
|
70
|
+
s.value ? (r(), y("div", C, [
|
|
70
71
|
g(i(_), {
|
|
71
72
|
"model-value": o.score,
|
|
72
73
|
max: 1,
|
|
73
74
|
color: s.value.color
|
|
74
75
|
}, null, 8, ["model-value", "color"]),
|
|
75
|
-
|
|
76
|
+
c(
|
|
76
77
|
"span",
|
|
77
78
|
null,
|
|
78
79
|
B(s.value.label),
|
|
79
80
|
1
|
|
80
81
|
/* TEXT */
|
|
81
82
|
)
|
|
82
|
-
])) :
|
|
83
|
-
(e = t.messages) != null && e.length ? (r(), d(
|
|
83
|
+
])) : m("v-if", !0),
|
|
84
|
+
(e = t.messages) != null && e.length ? (r(), d(V, {
|
|
84
85
|
key: 1,
|
|
85
86
|
messages: t.messages
|
|
86
|
-
}, null, 8, ["messages"])) :
|
|
87
|
+
}, null, 8, ["messages"])) : m("v-if", !0)
|
|
87
88
|
])
|
|
88
89
|
];
|
|
89
90
|
}),
|
|
@@ -93,5 +94,5 @@ const w = { class: "q-password-field__meter" }, M = {
|
|
|
93
94
|
}
|
|
94
95
|
});
|
|
95
96
|
export {
|
|
96
|
-
|
|
97
|
+
I as default
|
|
97
98
|
};
|
|
@@ -28,10 +28,10 @@ declare const QPasswordField: {
|
|
|
28
28
|
readonly class?: string | unknown[] | undefined;
|
|
29
29
|
readonly label?: string | undefined;
|
|
30
30
|
readonly for?: string | undefined;
|
|
31
|
+
readonly required?: boolean | undefined;
|
|
31
32
|
readonly size?: import('..').QFieldSize | undefined;
|
|
32
33
|
readonly readonly?: boolean | undefined;
|
|
33
34
|
readonly disabled?: boolean | undefined;
|
|
34
|
-
readonly required?: boolean | undefined;
|
|
35
35
|
readonly invalid?: boolean | undefined;
|
|
36
36
|
readonly placeholder?: string | undefined;
|
|
37
37
|
readonly clearable?: boolean | undefined;
|
|
@@ -54,10 +54,10 @@ declare const QPasswordField: {
|
|
|
54
54
|
readonly class?: string | unknown[] | undefined;
|
|
55
55
|
readonly label?: string | undefined;
|
|
56
56
|
readonly for?: string | undefined;
|
|
57
|
+
readonly required?: boolean | undefined;
|
|
57
58
|
readonly size?: import('..').QFieldSize | undefined;
|
|
58
59
|
readonly readonly?: boolean | undefined;
|
|
59
60
|
readonly disabled?: boolean | undefined;
|
|
60
|
-
readonly required?: boolean | undefined;
|
|
61
61
|
readonly invalid?: boolean | undefined;
|
|
62
62
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
63
63
|
$attrs: {
|
|
@@ -130,6 +130,7 @@ declare const QPasswordField: {
|
|
|
130
130
|
} & import('../../types/component').QBaseComponentProps & {
|
|
131
131
|
label?: string;
|
|
132
132
|
for?: string;
|
|
133
|
+
required?: boolean;
|
|
133
134
|
} & {
|
|
134
135
|
size?: import('..').QFieldSize;
|
|
135
136
|
readonly?: boolean;
|
|
@@ -180,6 +181,7 @@ declare const QPasswordField: {
|
|
|
180
181
|
} & import('../../types/component').QBaseComponentProps & {
|
|
181
182
|
label?: string;
|
|
182
183
|
for?: string;
|
|
184
|
+
required?: boolean;
|
|
183
185
|
} & {
|
|
184
186
|
size?: import('..').QFieldSize;
|
|
185
187
|
readonly?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAO+mzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/QPasswordField/index.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAA;AAKlD,QAAA,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gDAO+mzB,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAAtH,GAAG,8CAA8C,GAAG,yBAAyB,GAAG,6DAAmC,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAPlszB,CAAA;AAGvD,OAAO,EAAE,cAAc,EAAE,CAAA;AAGzB,YAAY,EAAE,mBAAmB,EAAE,CAAA"}
|