@mythpe/quasar-ui-qui 0.4.105 → 0.4.106

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": "@mythpe/quasar-ui-qui",
3
- "version": "0.4.105",
3
+ "version": "0.4.106",
4
4
  "description": "MyTh Quasar UI Kit App Extension",
5
5
  "author": {
6
6
  "name": "MyTh Ahmed Faiz",
@@ -355,7 +355,7 @@ const {
355
355
  watch(defaultItem, (v) => {
356
356
  resetDialogForm({ values: { ...v || {} } }, { force: !0 })
357
357
  }, { immediate: !1, deep: !0 })
358
- defineModel<any[]>('rows', { required: false, default: undefined })
358
+ defineModel<any[] | undefined>('rows', { required: false, default: undefined })
359
359
  watch([
360
360
  () => toValue(props.visibleColumns),
361
361
  () => toValue(props.headers)