@fy-/fws-vue 1.6.8 → 1.6.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.
|
@@ -189,22 +189,7 @@ defineExpose({ focus, blur, getInputRef });
|
|
|
189
189
|
class="block mb-2 text-sm font-medium text-fv-neutral-900 dark:text-white"
|
|
190
190
|
>{{ label ? label : placeholder }}
|
|
191
191
|
</label>
|
|
192
|
-
<div class="relative
|
|
193
|
-
<div
|
|
194
|
-
class="absolute inset-y-0 start-0 flex items-center ps-3.5 pointer-events-none"
|
|
195
|
-
>
|
|
196
|
-
<svg
|
|
197
|
-
class="w-4 h-4 text-fv-neutral-500 dark:text-fv-neutral-400"
|
|
198
|
-
aria-hidden="true"
|
|
199
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
200
|
-
fill="currentColor"
|
|
201
|
-
viewBox="0 0 20 20"
|
|
202
|
-
>
|
|
203
|
-
<path
|
|
204
|
-
d="M20 4a2 2 0 0 0-2-2h-2V1a1 1 0 0 0-2 0v1h-3V1a1 1 0 0 0-2 0v1H6V1a1 1 0 0 0-2 0v1H2a2 2 0 0 0-2 2v2h20V4ZM0 18a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V8H0v10Zm5-8h10a1 1 0 0 1 0 2H5a1 1 0 0 1 0-2Z"
|
|
205
|
-
/>
|
|
206
|
-
</svg>
|
|
207
|
-
</div>
|
|
192
|
+
<div class="relative">
|
|
208
193
|
<!-- @vue-skip -->
|
|
209
194
|
<VueTailwindDatepicker
|
|
210
195
|
v-model="model"
|