@fy-/fws-vue 1.4.0 → 1.4.2

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.
@@ -198,10 +198,6 @@ defineExpose({ focus, blur, getInputRef });
198
198
  year-first
199
199
  dark
200
200
  :enable-time-picker="false"
201
- model-type="yyyy-MM-dd"
202
- :text-input="{
203
- format: 'yyyy-MM-dd',
204
- }"
205
201
  ></VueDatePicker>
206
202
  </div>
207
203
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fy-/fws-vue",
3
- "version": "1.4.0",
3
+ "version": "1.4.2",
4
4
  "author": "Florian 'Fy' Gasquez <m@fy.to>",
5
5
  "license": "MIT",
6
6
  "repository": {