@ederzeel/nuxt-schema-form-nightly 0.1.0-29160663.c20ef12 → 0.1.0-29160727.428eb4d

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',
@@ -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-29160727.428eb4d",
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",