@ederzeel/nuxt-schema-form-nightly 0.1.0-29160663.c20ef12 → 0.1.0-29162168.04d859a

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.
@@ -113,6 +113,7 @@ const columns = computed<TableColumn<{}>[]>(() => {
113
113
  if (props.edit) {
114
114
  columns.push({
115
115
  id: 'actions',
116
+ rowClass: 'text-right',
116
117
  cell: ({ row }) => {
117
118
  return h(
118
119
  'div',
@@ -283,7 +284,7 @@ const hidden = ref(false)
283
284
  model.value = undefined
284
285
  }
285
286
  "
286
- >Save</UButton
287
+ >Apply</UButton
287
288
  >
288
289
  <UButton
289
290
  variant="outline"
@@ -293,7 +294,7 @@ const hidden = ref(false)
293
294
  model.value = undefined
294
295
  }
295
296
  "
296
- >Cancle</UButton
297
+ >Discard</UButton
297
298
  >
298
299
  </div>
299
300
  </div>
@@ -0,0 +1 @@
1
+ @source "./components";
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@ederzeel/nuxt-schema-form-nightly",
3
- "version": "0.1.0-29160663.c20ef12",
3
+ "version": "0.1.0-29162168.04d859a",
4
4
  "description": "A runtime form generator for nuxt",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
8
8
  "types": "./dist/module.d.ts",
9
9
  "import": "./dist/module.mjs",
10
- "require": "./dist/module.cjs"
10
+ "require": "./dist/module.cjs",
11
+ "style": "./dist/runtime/index.css"
11
12
  },
12
13
  "./utils/*": {
13
14
  "types": "./dist/runtime/utils/*.d.ts",