@una-ui/nuxt-edge 1.0.0-alpha.1-29178905.9635ef5 → 1.0.0-alpha.1-29179535.5c5a2cb

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt-edge",
3
3
  "configKey": "una",
4
- "version": "1.0.0-alpha.1-29178905.9635ef5",
4
+ "version": "1.0.0-alpha.1-29179535.5c5a2cb",
5
5
  "compatibility": {
6
6
  "nuxt": ">=3.0.0"
7
7
  },
package/dist/module.mjs CHANGED
@@ -8,7 +8,7 @@ import 'unocss';
8
8
  import 'unocss-preset-animations';
9
9
 
10
10
  const name = "@una-ui/nuxt-edge";
11
- const version = "1.0.0-alpha.1-29178905.9635ef5";
11
+ const version = "1.0.0-alpha.1-29179535.5c5a2cb";
12
12
 
13
13
  const module = defineNuxtModule({
14
14
  meta: {
@@ -213,6 +213,7 @@ const table = useVueTable({
213
213
  getFilteredRowModel: getFilteredRowModel(),
214
214
  getPaginationRowModel: getPaginationRowModel(),
215
215
  getRowId: (row) => props.rowId ? row[props.rowId] : row.id,
216
+ getSubRows: (row) => row.subRows,
216
217
  getExpandedRowModel: getExpandedRowModel(),
217
218
  onSortingChange: (updaterOrValue) => valueUpdater(updaterOrValue, sorting),
218
219
  onRowSelectionChange: (updaterOrValue) => valueUpdater(updaterOrValue, rowSelection),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@una-ui/nuxt-edge",
3
3
  "type": "module",
4
- "version": "1.0.0-alpha.1-29178905.9635ef5",
4
+ "version": "1.0.0-alpha.1-29179535.5c5a2cb",
5
5
  "description": "Nuxt module for @una-ui",
6
6
  "author": "Phojie Rengel <phojrengel@gmail.com>",
7
7
  "license": "MIT",
@@ -41,8 +41,8 @@
41
41
  "@nuxt/kit": "^3.17.5",
42
42
  "@nuxtjs/color-mode": "^3.5.2",
43
43
  "@tanstack/vue-table": "^8.21.3",
44
- "@una-ui/extractor-vue-script": "npm:@una-ui/extractor-vue-script-edge@1.0.0-alpha.1-29178905.9635ef5",
45
- "@una-ui/preset": "npm:@una-ui/preset-edge@1.0.0-alpha.1-29178905.9635ef5",
44
+ "@una-ui/extractor-vue-script": "npm:@una-ui/extractor-vue-script-edge@1.0.0-alpha.1-29179535.5c5a2cb",
45
+ "@una-ui/preset": "npm:@una-ui/preset-edge@1.0.0-alpha.1-29179535.5c5a2cb",
46
46
  "@unocss/core": "^66.2.0",
47
47
  "@unocss/nuxt": "^66.2.0",
48
48
  "@unocss/preset-attributify": "^66.2.0",