@ederzeel/nuxt-schema-form-nightly 0.1.0-29150680.e7208a6 → 0.1.0-29150705.3d43143

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.
@@ -18,6 +18,7 @@ const props = defineProps<{
18
18
  columns?: TableColumn<{}>[]
19
19
  editInline?: boolean
20
20
  modelValue: unknown[]
21
+ required?: string[]
21
22
  }>()
22
23
 
23
24
  const emit = defineEmits(['update:modelValue', 'submit'])
@@ -22,6 +22,7 @@ const props = defineProps<{
22
22
  edit?: boolean
23
23
  columns?: TableColumn<{}>[]
24
24
  editInline?: boolean
25
+ required?: string[]
25
26
  }>()
26
27
  const emit = defineEmits(['update:modelValue', 'submit'])
27
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ederzeel/nuxt-schema-form-nightly",
3
- "version": "0.1.0-29150680.e7208a6",
3
+ "version": "0.1.0-29150705.3d43143",
4
4
  "description": "A runtime form generator for nuxt",
5
5
  "type": "module",
6
6
  "exports": {