@hostlink/nuxt-light 0.0.50 → 0.0.51

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,5 +1,5 @@
1
1
  {
2
2
  "name": "light",
3
3
  "configKey": "light",
4
- "version": "0.0.50"
4
+ "version": "0.0.51"
5
5
  }
@@ -382,7 +382,10 @@ const attrs = {
382
382
  <q-table v-bind="$attrs" :flat="attrs.flat" :dense="attrs.dense" :bordered="attrs.bordered" :row-key="rowKey"
383
383
  :loading="loading" :hide-bottom="hideBottom" v-model:pagination="pagination" ref="table" @request="onRequest"
384
384
  :rows="rows" :rows-per-page-label="t(props.rowsPerPageLabel)" :columns="renderColumns"
385
- :rows-per-page-options="rowsPerPageOptions">
385
+ :rows-per-page-options="rowsPerPageOptions"
386
+ :selection="selection"
387
+
388
+ >
386
389
 
387
390
  <template v-for="s in ss" v-slot:[s]="props">
388
391
  <slot :name="s" v-bind="props"></slot>
@@ -52,7 +52,9 @@ const status = ref("0");
52
52
 
53
53
  <l-tabs v-model="status">
54
54
  <l-tab label="Active" name="0">
55
- <l-table @request="onRequest" :columns="columns" :actions="['view', 'edit', 'delete']">
55
+ <l-table
56
+
57
+ @request="onRequest" :columns="columns" :actions="['view', 'edit', 'delete']">
56
58
  </l-table>
57
59
  </l-tab>
58
60
  <l-tab label="Inactive" name="1">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hostlink/nuxt-light",
3
- "version": "0.0.50",
3
+ "version": "0.0.51",
4
4
  "description": "HostLink Nuxt Light Framework",
5
5
  "repository": "@hostlink/nuxt-light",
6
6
  "license": "MIT",