@mythpe/quasar-ui-qui 0.1.23 → 0.1.24
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/package.json
CHANGED
|
@@ -131,7 +131,8 @@ defineOptions({
|
|
|
131
131
|
dense: !0,
|
|
132
132
|
borderless: !0,
|
|
133
133
|
outlined: !1,
|
|
134
|
-
stackLabel: !0
|
|
134
|
+
stackLabel: !0,
|
|
135
|
+
hideBottomSpace: !0
|
|
135
136
|
}"
|
|
136
137
|
>
|
|
137
138
|
<q-checkbox
|
|
@@ -144,11 +145,17 @@ defineOptions({
|
|
|
144
145
|
modelValue: value,
|
|
145
146
|
disable: viewMode === !0 ? !0 : disable,
|
|
146
147
|
autocomplete: getAutocompleteAttribute || undefined,
|
|
147
|
-
label: undefined
|
|
148
|
+
label: undefined,
|
|
149
|
+
val,
|
|
150
|
+
trueValue,
|
|
151
|
+
falseValue
|
|
148
152
|
}"
|
|
149
153
|
v-on="listeners"
|
|
150
154
|
>
|
|
151
|
-
<template
|
|
155
|
+
<template
|
|
156
|
+
v-if="!!getLabel || !help"
|
|
157
|
+
#default
|
|
158
|
+
>
|
|
152
159
|
<MRow class="items-center">
|
|
153
160
|
<div
|
|
154
161
|
v-if="!!getLabel"
|