vueless 0.0.346 → 0.0.347

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vueless",
3
- "version": "0.0.346",
3
+ "version": "0.0.347",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -223,7 +223,7 @@ const props = defineProps({
223
223
  */
224
224
  dateTimeFormat: {
225
225
  type: String,
226
- default: getDefault(defaultConfig, UCalendar).dateTimeFormat,
226
+ default: getDefault(defaultConfig, UDatePicker).dateTimeFormat,
227
227
  },
228
228
 
229
229
  /**
@@ -239,7 +239,7 @@ const props = defineProps({
239
239
  */
240
240
  userDateTimeFormat: {
241
241
  type: String,
242
- default: getDefault(defaultConfig, UCalendar).userDateTimeFormat,
242
+ default: getDefault(defaultConfig, UDatePicker).userDateTimeFormat,
243
243
  },
244
244
 
245
245
  /**
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.346",
4
+ "version": "0.0.347",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",