@fy-/fws-vue 1.3.7 → 1.3.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.
@@ -195,6 +195,9 @@ defineExpose({ focus, blur, getInputRef });
195
195
  v-model="model"
196
196
  auto-apply
197
197
  :placeholder="placeholder"
198
+ :text-input="{
199
+ format: 'yyyy-MM-dd',
200
+ }"
198
201
  year-first
199
202
  dark
200
203
  :enable-time-picker="false"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "1.3.7",
3
+ "version": "1.3.9",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {